KQMATH / moodle-mod_capquiz

:mushroom: Computer adaptive practice activity module for Moodle
https://moodle.org/plugins/mod_capquiz
GNU General Public License v3.0
4 stars 5 forks source link

Deprecated functions in report view #219

Closed hgeorgsch closed 1 year ago

hgeorgsch commented 1 year ago

Function question_preview_url() has been deprecated and moved to qbank_previewquestion plugin, Please use qbank_previewquestion\previewquestion_helper::question_preview_url() instead. line 2111 of /lib/questionlib.php: call to debugging() line 257 of /mod/capquiz/report/attemptsreport_table.php: call to question_preview_url() line 134 of /mod/capquiz/report/attempts/attempts_table.php: call to mod_capquiz\report\capquiz_attempts_report_table->make_preview_link() line 91 of /mod/capquiz/report/attempts/attempts_table.php: call to capquizreport_attempts\capquizreport_attempts_table->data_col() line 834 of /lib/tablelib.php: call to capquizreport_attempts\capquizreport_attempts_table->other_cols() line 2022 of /lib/tablelib.php: call to flexible_table->format_row() line 78 of /mod/capquiz/report/attempts/attempts_table.php: call to table_sql->build_table() line 2146 of /lib/tablelib.php: call to capquizreport_attempts\capquizreport_attempts_table->build_table() line 178 of /mod/capquiz/report/attempts/report.php: call to table_sql->out() line 106 of /mod/capquiz/classes/output/report_renderer.php: call to capquizreport_attempts\capquizreport_attempts_report->display() line 108 of /mod/capquiz/classes/output/renderer.php: call to mod_capquiz\output\report_renderer->render() line 298 of /mod/capquiz/classes/output/renderer.php: call to mod_capquiz\output\renderer->display_tabbed_view() line 46 of /mod/capquiz/view_report.php: call to mod_capquiz\output\renderer->display_report()

hgeorgsch commented 1 year ago

This has been fixed