-
Bug
-
Resolution: Fixed
-
Minor
-
2.9.6, 3.0.4
-
MOODLE_29_STABLE, MOODLE_30_STABLE
-
MOODLE_30_STABLE, MOODLE_31_STABLE
-
Steps to reproduce:
- You need a course with two gropus, G1 containing Student S1, and G2 containing S2.
- As admin/teacher, create a quiz set to separate groups mode.
- Add one true-false question, set the right answer to True.
- Twice, once as S1 and once as S2, attempt the quiz.
- As admin/teacher, edit the question, and change the right answer to False.
- Go to Quiz administration -> Results -> Grades.
- Select group G1.
- Click 'Dry run a full regrade'.
- Click 'Regrade all attempts needing it'.
Expected result: S1's attempt is regraded.
Actual result:
ERROR: Incorrect number of query parameters. Expected 2, got 1.
There is also a 'did you remember to make the first column unique' error that can occur.
- Testing discovered
-
MDL-54787 Redirect-related debugging message shown when doing a quiz regrade
- Closed