Display tweaks to table of attempts

This commit is contained in:
moodler
2002-10-22 07:03:36 +00:00
parent e331eb06fd
commit f31edeeb88
+3 -2
View 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");
@@ -152,8 +153,8 @@
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) {