mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
DIsplay numerical grades with total grade: 9 / 10
This commit is contained in:
parent
a2f41849cf
commit
3a3643df79
@ -363,7 +363,7 @@ class assignment_base {
|
||||
static $scalegrades; // Cached because we only have one per assignment
|
||||
|
||||
if ($this->assignment->grade >= 0) { // Normal number
|
||||
return $grade;
|
||||
return $grade.' / '.$this->assignment->grade;
|
||||
|
||||
} else { // Scale
|
||||
if (empty($scalegrades)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user