-
Bug
-
Resolution: Fixed
-
Minor
-
4.2
-
MOODLE_402_STABLE
-
MOODLE_402_STABLE
-
MDL-77582-master -
-
HQ 2023 Sprint i1.2 Moppies
Steps to reproduce:
- Create a quiz with, at least, one question.
- Login as student1 and start an attempt. Note the value of attempt=A in the URL.
- Login as student2 and start an attempt.
- Manually, edit the URL and replace the attempt=B with attempt=A.
Expected result
The "This is not your attempt!" error is displayed.
Current result
Exception - Call to a member function view_url() on null error message is displayed.
- is a regression caused by
-
MDL-76614 Quiz: move all PHP classes into the classes folder - part 2
- Closed