-
Improvement
-
Resolution: Unresolved
-
Trivial
-
None
-
3.1.4, 3.2.2
-
None
-
MOODLE_31_STABLE, MOODLE_32_STABLE
Students don't necessarily understand how to access their quiz feedback. Therefore we link to their last attempt directly instead of expecting them to find their attempts and feedback in the list of attempts that currently loads. This was changed after user testing showed students didn't really understand how to view their feedback within quiz attempts.
The Full feedback column now contains a link that says 'review last of 2 attempts'
Ideally we would like the feedback link to take students to the attempt that affects their grade, so if the first attempt is used for the grade the link should take the student to their first attempt instead.
So the links will change based on the grading method in the quiz settings.
These have now been implemented:
highest grade: review last of n attemptslast grade: review last of n attemptsaverage grade: review last of n attempts - there's no way to show the average and we don't want to show a summary of all the attempts, as students may not see the feedback for each question that way, so linking to the last attempt is fine.
Yet to be implemented is the change for when the quiz is set to use the first attempt for the grade:
- first grade: review first of n attempts
We would also like to show the grading method on hover over the grade and the link to the relevant attempt. E.g.
- "Grading method: Highest grade"
- "Grading method: Average grade"
- "Grading method: First attempt"
- "Grading method: Last attempt"