Details
-
Type:
Sub-task
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Not a bug
-
Affects Version/s: 2.0
-
Fix Version/s: None
-
Component/s: Quiz
-
Labels:None
-
Affected Branches:MOODLE_20_STABLE
Description
OU Moodle with September 2008 Quiz Reports
1 Created a Quiz.
2 Ran a student through it
3 As a member of staff observed the Results tab, Statistics link.
4 All OK.
5 Now ran a second student through the quiz.
6 Again viewed the reports as a member of staff. Results tab, Statistics link
7 And hit the Recalculate button
and observed
ERROR: relation "dev_quiz_question_response_stats" does not exist
DELETE FROM dev_quiz_question_response_stats WHERE quizstatisticsid IN (47,51)
- line 1537 of lib/dmllib.php: call to debugging()
- line 87 of mod/quiz/report/statistics/report.php: call to delete_records_select()
- line 118 of mod/quiz/report.php: call to quiz_statistics_report->display()
[and in a red box] Error deleting old quiz_question_response_stats records.
I can't reproduce this error. Can you check in your db does the table 'quiz_question_response_stats' exist??