From 2138dcf29d0fe0a310821fa185a69d4c1eb3e9f0 Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 25 Oct 2002 15:34:05 +0000 Subject: [PATCH] Added quiz max grade in column title, for reference --- mod/quiz/report.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5