jamiepratt / moodle-mod_quiz_accessrule_gradebycategory

A plug in that adds a setting to quizzes to allow the display of grades by question category.
4 stars 8 forks source link

Patch Fails on 2.8 #4

Open jameshildreth opened 9 years ago

jameshildreth commented 9 years ago

mod/quiz/report/overview/report.php

fails I believe from +$table = new quiz_overview_table_with_category_totals($quiz, $this->context, $this->qmsubselect, $options, $groupstudents, $students, $questions, $this->get_base_url()); """ but should read """ $options, $groupstudents, $students, $questions, $this->get_url());

Thank you for this module