quiz: MDL-20420 Not all quizzes use best grade (e.g. some use average). Change column title.

This commit is contained in:
tjhunt 2009-10-04 18:49:08 +00:00
parent bf659cf05e
commit 1c0932462e

View File

@ -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'));