-
Bug
-
Resolution: Fixed
-
Minor
-
3.2.9, 3.3.6, 3.4.3, 3.5
-
MOODLE_32_STABLE, MOODLE_33_STABLE, MOODLE_34_STABLE, MOODLE_35_STABLE
-
MOODLE_34_STABLE, MOODLE_35_STABLE
-
This issue affects the statistics in quiz reporting when questions have variants.
Some questions (e.g. qtype_stack) have random variants of the question. When creating the statistics, the mod/quiz/report.php lists (A) overall stats for the question and then (B) stats for each individual variant. At the bottom of the page is a graph. However the graph shows the last listed variant, not the stats for the question. This is a strange choice and is confusing. I think this is a bug.
In the above example, the facility index of the question overall is 2/3, but the graph (purple bar) shows the facility index of 100%. The random variant 2 has a facility index of 100%.
The graph shows the last displayed random variant, not the overall question.