Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60527d0
)
MDL-10516 Question Type - Essay - Whitespace fix
author
Damyon Wiese
<damyon@moodle.com>
Wed, 3 Apr 2013 03:21:36 +0000
(11:21 +0800)
committer
Damyon Wiese
<damyon@moodle.com>
Wed, 3 Apr 2013 03:30:42 +0000
(11:30 +0800)
question/type/essay/tests/helper.php
patch
|
blob
|
blame
|
history
diff --git
a/question/type/essay/tests/helper.php
b/question/type/essay/tests/helper.php
index
6072dfe
..
02e7d74
100644
(file)
--- a/
question/type/essay/tests/helper.php
+++ b/
question/type/essay/tests/helper.php
@@
-97,7
+97,7
@@
class qtype_essay_test_helper extends question_test_helper {
$q->responseformat = 'monospaced';
return $q;
}
-
+
public function make_essay_question_responsetemplate() {
$q = $this->initialise_essay_question();
$q->responsetemplate = 'Once upon a time';