Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
153cc35
)
Added quiz max grade in column title, for reference
author
moodler
<moodler>
Fri, 25 Oct 2002 15:34:05 +0000
(15:34 +0000)
committer
moodler
<moodler>
Fri, 25 Oct 2002 15:34:05 +0000
(15:34 +0000)
mod/quiz/report.php
patch
|
blob
|
blame
|
history
diff --git
a/mod/quiz/report.php
b/mod/quiz/report.php
index
965a89f
..
db2e87d
100644
(file)
--- 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);