-
Bug
-
Resolution: Fixed
-
Major
-
2.8
-
MOODLE_28_STABLE
-
MOODLE_28_STABLE
-
Steps to reproduce:
- In one browser, log in as teacher.
- Create a new quiz.
- Add some questions.
- Leave that browser open.
- In another browser, log in as student.
- Start an attempt at the quiz.
- Back in the teacher's browser, try to repaginate the quiz, or delete a question.
Expected result: You should get an error since you cannot edit a quiz that has been attempted.
Actual result: The edit work!
Once you have reloaded the edit page, the restrictions are enforced.
The problem is that the Ajax scripts repaginate.php and edit_rest.php do not check the 'no attempts' condition.
- blocks
-
MDLQA-7381 CLONE - A teacher can add multiple questions to a quiz and re-paginate a quiz
- Passed
- caused a regression
-
MDL-48168 It should be possible to edit the overall max grade after a quiz has been attempted
- Closed