Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
MDL-20636 Merge branch 'master' into qe2_wip
[moodle.git]
/
question
/
type
/
numerical
/
question.php
diff --git
a/question/type/numerical/question.php
b/question/type/numerical/question.php
index
7eba5a7
..
1e57595
100644
(file)
--- a/
question/type/numerical/question.php
+++ b/
question/type/numerical/question.php
@@
-45,7
+45,7
@@
class qtype_numerical_question extends question_graded_by_strategy
}
public function get_expected_data() {
- return array('answer' => PARAM_
TRIM
);
+ return array('answer' => PARAM_
RAW_TRIMMED
);
}
public function init_first_step(question_attempt_step $step) {