-
Bug
-
Resolution: Fixed
-
Minor
-
3.1, 3.1 regressions
-
MOODLE_31_STABLE
-
MOODLE_31_STABLE
-
MDL-54787_master -
-
3.2 Sprint 1
To reproduce:
- Log in as an admin
- Go to Site administration ► Development ► Debugging and set the Debug messages to DEVELOPER then click Save changes.
- Create a course and enrol a student.
- Create a quiz Q1, with at least 2 True or false questions and set the correct answer for both questions to True.
- Attempt the quiz as a student.
- Log in as a teacher and change the correct answer for the questions to False and save the changes.
- Under quiz administration, click Results > Grades.
- Click Regrade all or Dry run a full regrade
- After the process the following is displayed:
You should really redirect before you start page output
line 902 of /lib/outputrenderers.php: call to debugging()
line 2771 of /lib/weblib.php: call to core_renderer->redirect_message()
line 305 of /mod/quiz/report/overview/report.php: call to redirect()
line 279 of /mod/quiz/report/overview/report.php: call to quiz_overview_report->finish_regrade()
line 82 of /mod/quiz/report/overview/report.php: call to quiz_overview_report->process_actions()
line 96 of /mod/quiz/report.php: call to quiz_overview_report->display()