]> git.mjollnir.org Git - moodle.git/commitdiff
Display tweaks to table of attempts
authormoodler <moodler>
Tue, 22 Oct 2002 07:03:36 +0000 (07:03 +0000)
committermoodler <moodler>
Tue, 22 Oct 2002 07:03:36 +0000 (07:03 +0000)
mod/quiz/report.php

index cdb67ce3eb99abae937509f11eb3175d50ed7aeb..22b667a8a4940e47c478df365b9853727085b3ce 100644 (file)
@@ -57,6 +57,7 @@
     $strattempts  = get_string("attempts", "quiz");
     $strscore  = get_string("score", "quiz");
     $strgrade  = get_string("grade");
+    $strbestgrade  = get_string("bestgrade", "quiz");
     $strtimetaken     = get_string("timetaken", "quiz");
     $strtimecompleted = get_string("timecompleted", "quiz");
 
         exit;
     }
 
-    $table->head = array("", $strname, $strattempts, $strgrade);
-    $table->align = array("CENTER", "LEFT", "LEFT", "RIGHT");
+    $table->head = array("", $strname, $strattempts, $strbestgrade);
+    $table->align = array("CENTER", "LEFT", "LEFT", "CENTER");
     $table->width = array(10, "*", "*", 20);
 
     foreach ($grades as $grade) {