-
Bug
-
Resolution: Fixed
-
Minor
-
3.2
-
MOODLE_32_STABLE
-
MOODLE_32_STABLE
-
wip-
MDL-57511-master -
Haven't properly got steps to reproduce this yet, but seems likely to be a regression from MDL-27072.
I go to quiz attempts report and choose any of the enrolled users options I get debugging below. I don't get this if I choose all users who attempted the quiz.
Did you remember to make the first column something unique in your call to get_records? Duplicate value '3#1' found in column 'uniqueid'.
|
line 802 of /lib/dml/pgsql_native_moodle_database.php: call to debugging()
|
line 1593 of /lib/tablelib.php: call to pgsql_native_moodle_database->get_records_sql()
|
line 541 of /mod/quiz/report/attemptsreport_table.php: call to table_sql->query_db()
|
line 314 of /mod/quiz/report/overview/overview_table.php: call to quiz_attempts_report_table->query_db()
|
line 1614 of /lib/tablelib.php: call to quiz_overview_table->query_db()
|
line 244 of /mod/quiz/report/overview/report.php: call to table_sql->out()
|
line 96 of /mod/quiz/report.php: call to quiz_overview_report->display()
|
- caused a regression
-
MDL-59931 Quiz grades results report -- pagination is very incorrect
- Closed
-
MDL-67002 Oracle ORA-00932 in quiz responses report when sort by questions
- Closed
- has been marked as being related by
-
MDL-60162 Downloading quiz attempts report gets 'Did you remember to make the first column something unique in your call to get_records?' error
- Closed
-
MDL-61348 Quiz reports: counts of number of attempts sometimes wrong in group averages
- Closed
- is a regression caused by
-
MDL-27072 Quiz reports should use enroled users code, not get_users_by_capability
- Closed