Fix function arguments.

This commit is contained in:
tjhunt
2006-11-19 21:28:11 +00:00
parent 74b111bc7f
commit b49beecf63
+1 -1
View File
@@ -124,7 +124,7 @@
//If all quiz's attempts have visible results, show bestgrade
if (all_attempt_results_visible($quiz, $USER)) {
$gradecol = "$bestgrade / $quiz->grade";
$feedbackcol = quiz_feedback_for_grade($quiz, $bestgrade);
$feedbackcol = quiz_feedback_for_grade($bestgrade, $quiz->id);
}
}
}