]> git.mjollnir.org Git - moodle.git/commitdiff
Updated help file for shortanswers explaining the wildcards
authormoodler <moodler>
Fri, 12 Mar 2004 15:54:14 +0000 (15:54 +0000)
committermoodler <moodler>
Fri, 12 Mar 2004 15:54:14 +0000 (15:54 +0000)
lang/en/help/quiz/shortanswer.html

index 39f343310b521caf812d7490b3b7e4c56e142928..f898594272cc0f5965c08e3c7a359ac26b4bb59c 100644 (file)
@@ -7,4 +7,9 @@
    grade.  If the "Case sensitive" option is selected, then you can 
    have different scores for "Word" or "word".
 
-<P>Answers are compared exactly, so be careful with your spelling!
+<P>You can use the asterix 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>Without wildcards the answers are compared exactly, so be careful with your spelling!