mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
Use the same rounding for highest grade as other scores bug 1707
This commit is contained in:
parent
31a5ee99cc
commit
d7c40ba3c9
@ -103,7 +103,7 @@ class quiz_report extends quiz_default_report {
|
||||
$table->data[] = array ($picture,
|
||||
"<a href=\"$CFG->wwwroot/user/view.php?id=$grade->userid&course=$course->id\">".
|
||||
fullname($grade).'</a>',
|
||||
"$userattempts", round($grade->grade,0));
|
||||
"$userattempts", format_float($grade->grade));
|
||||
}
|
||||
|
||||
//Embed script for warning
|
||||
|
Loading…
x
Reference in New Issue
Block a user