Details
-
Bug
-
Resolution: Fixed
-
Major
-
3.4.2, 3.5
-
MOODLE_34_STABLE, MOODLE_35_STABLE
-
MOODLE_34_STABLE
-
MDL-61950-master -
Description
The quiz statistics report no longer shows the chosen questions for a random question slot when generating the table summary.
The table should show the list of questions that were chosen for a random question slot in the quiz attempts (where the number of distinct questions allocated is < 9).
To replicate:
- Log in as admin
- Enrol 2 users as students
- Create and view a quiz
- Go to the question bank (edit cog > question bank)
- Create 5 questions in the default category for the course (it doesn't matter the type of question but I find true/false the easiest because you'll need to attempt the quiz).
- Edit the quiz and add a random question from the default course category
- Log in as each of the students and attempt the quiz
- Log in as admin
- View the quiz
- View the statistics report (edit cog > results > statistics)
- You should see a row (Q# will likely be 1) for the random question slot
- You should see some rows below that for each of the questions that were allocated during the attempts above (Q# will likely be 1.1, 1.2, 1.3... etc).
Attachments
Issue Links
- is a regression caused by
-
MDL-60281 PHP7.2 replace usages of deprecated functions in core
-
- Closed
-