mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
non consequential, little typo.
This commit is contained in:
parent
2badf2e6ec
commit
1a85336b79
@ -478,7 +478,6 @@ class quiz_report extends quiz_default_report {
|
||||
$stateforqinattempt = $gradedstatesbyattempt[$attempt->attemptuniqueid][$questionid];
|
||||
if (question_state_is_graded($stateforqinattempt)) {
|
||||
$grade = quiz_rescale_grade($stateforqinattempt->grade, $quiz);
|
||||
$grade = $grade;
|
||||
} else {
|
||||
$grade = '--';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user