From 8c85be66982bfb441eedbc6c144982d6287c0884 Mon Sep 17 00:00:00 2001 From: gustav_delius Date: Tue, 14 Feb 2006 18:37:03 +0000 Subject: [PATCH] Rounding errors could lead to "Partially correct" for correct answers, see http://moodle.org/mod/forum/discuss.php?d=39548 --- mod/quiz/questiontypes/questiontype.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/quiz/questiontypes/questiontype.php b/mod/quiz/questiontypes/questiontype.php index 0cec82d0bd9..661dc61261d 100644 --- a/mod/quiz/questiontypes/questiontype.php +++ b/mod/quiz/questiontypes/questiontype.php @@ -588,7 +588,7 @@ class quiz_default_questiontype { // let student know wether the answer was correct echo '
'; print_string('correct', 'quiz'); } else if ($state->last_graded->raw_grade > 0) {