]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-20597 Migrating qtype_question helps file to there own directory: shortanswer
authorpichetp <pichetp>
Mon, 19 Oct 2009 18:50:27 +0000 (18:50 +0000)
committerpichetp <pichetp>
Mon, 19 Oct 2009 18:50:27 +0000 (18:50 +0000)
lang/en_utf8/help/qtype_shortanswer/shortanswer.html [new file with mode: 0644]

diff --git a/lang/en_utf8/help/qtype_shortanswer/shortanswer.html b/lang/en_utf8/help/qtype_shortanswer/shortanswer.html
new file mode 100644 (file)
index 0000000..16c6479
--- /dev/null
@@ -0,0 +1,15 @@
+<h1>Short Answer questions</h1>
+
+<p>In response to a question (that may include a image) the respondent
+   types a word or short phrase.</p>
+
+<p>There may be several possible correct answers, each with a different
+   grade.  If the "Case sensitive" option is selected, then you can
+   have different scores for "Word" or "word".</p>
+
+<p>You can use the asterisk character (*) as a <b>wildcard</b> to match
+   any series of characters.  For example, use ran*ing to match any word
+   or phrase starting with "ran" and ending with "ing".  If you really
+   do want to match an asterisk then use a backslash like this: \*</p>
+
+<p>Without wildcards the answers are compared exactly, so be careful with your spelling!</p>