-
Bug
-
Resolution: Fixed
-
Major
-
4.5
-
MOODLE_405_STABLE
-
MOODLE_405_STABLE
-
MDL-82857-main -
-
1
-
Team Alpha - Sprint 1 I3-2024
The assignment improvements propose relocating the current items within the grading options section to various parts of the UI on the assignment submissions page. These items are currently part of the mod_assign_grading_options_form class as form elements. As part of the migration process, starting with the workflow filter in MDL-82508, these elements have been removed from the mod_assign_grading_options_form class. However, although it's unlikely, this class could potentially be used by external code, making the "aggressive" removal of these form elements a possible source of unwanted behavior elsewhere.
To ensure that there are no risks of introducing any issues, we should:
- Revert the removal of the form elements in the mod_assign_grading_options_form class.
- Introduce a new temporary class as a copy of mod_assign_grading_options_form specifically for use within the assignment submissions page and to resume the gradual migration of its form elements. Once the migration is complete, this class will be removed.
- Deprecate the mod_assign_grading_options_form class once the temporary class is introduced, as it will no longer be used in core.
- blocks
-
MDL-80747 Revamp the submission status filter on the assignment submissions page
-
- Closed
-
-
MDL-80750 Implement a "sticky" footer on the assignment submissions page
-
- Closed
-
-
MDL-82681 Enhance the "marker" and "active participants" filters on the assignment submissions page
-
- Closed
-
-
MDL-82683 Revamp the Quick Grading toggle on the assignment submissions page
-
- Closed
-
-
MDL-82684 Revamp the 'Download in folders' option on the assignment submissions page
-
- Closed
-