]> git.mjollnir.org Git - moodle.git/commitdiff
Added quiz max grade in column title, for reference
authormoodler <moodler>
Fri, 25 Oct 2002 15:34:05 +0000 (15:34 +0000)
committermoodler <moodler>
Fri, 25 Oct 2002 15:34:05 +0000 (15:34 +0000)
mod/quiz/report.php

index 965a89f2096f2ce1d075a3e04ceaa714bddc1e00..db2e87da14c164c0ebe288f8c33fcfcfebb6e8c6 100644 (file)
         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);