mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
quiz: MDL-20420 Not all quizzes use best grade (e.g. some use average). Change column title.
This commit is contained in:
parent
bf659cf05e
commit
1c0932462e
@ -76,7 +76,7 @@
|
||||
array_push($align, 'left');
|
||||
$showing = 'stats';
|
||||
} else if (has_any_capability(array('mod/quiz:reviewmyattempts', 'mod/quiz:attempt'), $coursecontext)) {
|
||||
array_push($headings, get_string('bestgrade', 'quiz'));
|
||||
array_push($headings, get_string('grade', 'quiz'));
|
||||
array_push($align, 'left');
|
||||
if ($showfeedback) {
|
||||
array_push($headings, get_string('feedback', 'quiz'));
|
||||
|
Loading…
x
Reference in New Issue
Block a user