-
Improvement
-
Resolution: Fixed
-
Minor
-
4.2
-
MOODLE_402_STABLE
-
MOODLE_402_STABLE
-
MDL-76146-master -
-
10
-
HQ Team Alpha - Sprint 1.1, HQ Team Alpha - Sprint 1.2, HQ Team Alpha - Sprint 1.3, Team Alpha - Sprint 2
Summary:
Based on the figma prototype the aim of this issue is to implement a new "caret" dropdown menu that contains all present actions available in edit mode for each grade in the Grader report table. The goal of this change is to de-clutter the Grader report and reduce the cognitive load.
Attached screenshots show same pages before and after changes with editing on/off
Scope:
- Deprecate quick feedback from grader report (feedback can contain html tags and current cell is too small to display even short sentences, doesn't really work for scales at all)
- Deprecate AJAX interface for grader report (It is confusing, also not great in terms of recalculation - like averages are computed every time we click away of cell etc)
- Send notification on upgrade to admins of sites which had the AJAX interface enabled in the grader report.
- Implement new "caret" dropdown menu for each grade item available only in edit mode (each item to substitute existing action icons).
- The dropdown should contain the following options:
- Settings (Grade settings)
- View/Hide (Toggle grade visibility)
- Lock (Grade locking)
- Remove settings 'Show show/hide icons', 'Show locks', 'Show grade analysis icon' - those are going to be always show in new action menu and since they are in menu - it won't clutter page as old action icons
- Remove confusing color legend for overridden grades (state will be shown as status icon). Currently overriden grade is shown as brown color background. Its not accessible and user has no hint
- Remove ''excluded' text for excluded grade (state will be shown as status icon) - it clutters space and also can be long depending on language. We will show excluded state with respective icon with a tooltip instead
- Implement reasonable automated testing.
- blocks
-
MDL-76150 General styling impovements to the Grader report
- Closed