-
Bug
-
Resolution: Fixed
-
Minor
-
3.9.13, 3.10.10, 3.11.6, 3.11.7, 4.0, 4.0.1
-
MOODLE_310_STABLE, MOODLE_311_STABLE, MOODLE_39_STABLE, MOODLE_400_STABLE
-
MOODLE_311_STABLE, MOODLE_400_STABLE
-
MDL-74573-master -
Easy
-
We think that the link in assignment feedback that shows a list of other attempts to select from should be an actual button instead of an unstyled link; you can't tell that you're able to interact with the component and it's very easy to overlook. The code is in the mod_assign attempt_history_chooser template here. Simply adding an extra class like "btn-secondary" on the link that wraps the viewadifferentattempt language string is all that's needed.
To test this you can follow these steps:
- Create a test course with an instructor and student
- Make an assignment
- Set Additional attempts to "Manual" under Submission settings and set Maximum attempts to more than one
- Sign in as a test student to create a submission
- Sign in as an instructor, view all submissions, grade the student's
- See lower down in the grading interface where the link appears