Skip to content

Commit

Permalink
MDL-27418 qtype numerical - minor whitespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Jun 29, 2011
1 parent 88933f0 commit 6e34414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion question/type/numerical/question.php
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ public function grade_response(array $response) {
}
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);
Expand Down

0 comments on commit 6e34414

Please sign in to comment.