From: moodler Date: Fri, 25 Oct 2002 15:34:05 +0000 (+0000) Subject: Added quiz max grade in column title, for reference X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=2138dcf29d0fe0a310821fa185a69d4c1eb3e9f0;p=moodle.git Added quiz max grade in column title, for reference --- diff --git a/mod/quiz/report.php b/mod/quiz/report.php index 965a89f209..db2e87da14 100644 --- a/mod/quiz/report.php +++ b/mod/quiz/report.php @@ -164,7 +164,7 @@ exit; } - $table->head = array("", $strname, $strattempts, $strbestgrade); + $table->head = array("", $strname, $strattempts, "$strbestgrade /$quiz->grade"); $table->align = array("CENTER", "LEFT", "LEFT", "CENTER"); $table->width = array(10, "*", "*", 20);