diff --git a/mod/quiz/report/attemptsreport.php b/mod/quiz/report/attemptsreport.php index 0f91cb49f6a..0dd9d1f7460 100644 --- a/mod/quiz/report/attemptsreport.php +++ b/mod/quiz/report/attemptsreport.php @@ -475,7 +475,7 @@ abstract class quiz_attempt_report_table extends table_sql { } } - protected function get_row_class($attempt) { + public function get_row_class($attempt) { if ($this->qmsubselect && $attempt->gradedattempt) { return 'gradedattempt'; } else {