mirror of
https://github.com/moodle/moodle.git
synced 2025-03-13 20:26:32 +01:00
Merge branch 'MDL-27030' of git://github.com/timhunt/moodle
This commit is contained in:
commit
f716839a3f
@ -117,11 +117,7 @@ class quiz_overview_report extends quiz_attempt_report {
|
||||
}
|
||||
|
||||
// Load the required questions.
|
||||
if ($detailedmarks) {
|
||||
$questions = quiz_report_get_significant_questions($quiz);
|
||||
} else {
|
||||
$questions = array();
|
||||
}
|
||||
$questions = quiz_report_get_significant_questions($quiz);
|
||||
|
||||
$table = new quiz_report_overview_table($quiz, $this->context, $qmsubselect,
|
||||
$groupstudents, $students, $detailedmarks, $questions, $candelete,
|
||||
|
Loading…
x
Reference in New Issue
Block a user