Extracts and refactors user selection logic by moving user selector
and form functionality into separate class files. This enhances code
modularity and reusability across different parts of the application.
Adds a detailed user grades report page that displays quiz attempts
and grades for selected users, improving user grade reporting.
Updates admin settings to include detailed report page link for
navigation ease.
Eliminates redundant $hassiteconfig condition, preventing potential
login page errors as site configuration check is unnecessary for
accessing the user grades report administration.
Updates URL concatenation to use $CFG->wwwroot for consistency.
Introduces a new report to display grades for selected users.
Includes a user selection form and grade display logic.
Sets up plugin metadata and localization strings.
Enables administrators to view a user's grades across courses.
Includes default plugin settings and version information.