mirror of
https://github.com/moodle/moodle.git
synced 2025-02-15 13:24:56 +01:00
Typo in function name. Merged from MOODLE_17_STABLE.
This commit is contained in:
parent
1bdf6d2677
commit
bdf84aca92
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user