-
Bug
-
Resolution: Fixed
-
Minor
-
2.5.4, 2.6.1
-
MOODLE_25_STABLE, MOODLE_26_STABLE
-
MOODLE_26_STABLE, MOODLE_27_STABLE
-
Suppose you want to see where all your students are with the quiz, but only wnat to see the most relevant attempt for students who have made many attempts. Then you are liketly to select
- Enrolled users who have, or have not, attempted the quiz
- In progress, overdue, finished, never submitted i.e. all four boxes are ticked.
- Show only attempts that are graded
For these settings the report currently contains
- all students who have been graded
- all student who have not started
It does not contain students whose test is 'in progress'. So that's the logical deficiency.
For students with both completed attempts, and an in-progress attempt, we should show just the best completed attempt.
So for the setting above we should show
- graded attempst for those who have them
- in progress attempts for those that are in progress and do not have a graded attempt
- not started attempts for those who have no graded attempts and no in progress attempts.