From bdf84aca924c26a58c193da03a595f725d003c3b Mon Sep 17 00:00:00 2001 From: tjhunt Date: Thu, 16 Nov 2006 16:46:11 +0000 Subject: [PATCH] Typo in function name. Merged from MOODLE_17_STABLE. --- mod/quiz/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/quiz/index.php b/mod/quiz/index.php index 0b04c265e1..fe752c6ead 100644 --- a/mod/quiz/index.php +++ b/mod/quiz/index.php @@ -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_get_feedback($quiz, $bestgrade); + $feedbackcol = quiz_feedback_for_grade($quiz, $bestgrade); } } } -- 2.39.5