From 6e344148c1b744ffc46d3335f16bfe40972383be Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Wed, 29 Jun 2011 23:57:08 +0200 Subject: [PATCH] MDL-27418 qtype numerical - minor whitespace fix --- question/type/numerical/question.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/question/type/numerical/question.php b/question/type/numerical/question.php index 3fe3b801837..0e43a847a85 100644 --- a/question/type/numerical/question.php +++ b/question/type/numerical/question.php @@ -236,7 +236,7 @@ class qtype_numerical_question extends question_graded_automatically { } list($value, $unit, $multiplier) = $this->ap->apply_units( $response['answer'], $selectedunit); - + $answer = $this->get_matching_answer($value, $multiplier); if (!$answer) { return array(0, question_state::$gradedwrong); -- 2.11.4.GIT