From: rkingdon Date: Sat, 11 Sep 2004 15:49:40 +0000 (+0000) Subject: Additional explaination for Short Answers and the asterix character. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=8ea9ac5fd48bcae0ad806dfd35e1153035cb41cd;p=moodle.git Additional explaination for Short Answers and the asterix character. --- diff --git a/lang/en/help/lesson/questiontypes.html b/lang/en/help/lesson/questiontypes.html index 33a7493fd7..b3ed28b8ef 100644 --- a/lang/en/help/lesson/questiontypes.html +++ b/lang/en/help/lesson/questiontypes.html @@ -54,16 +54,23 @@

By default the comparisons ignore the case of the text. There is an option -to make the comparisons case sensitive.

+ to make the comparisons case sensitive.

The asterix (*) character can be used in answers as a "wild card" character. It stands for any number of characters (including no charcters at all). For example, the answer "Long*" will match "longer", "longest" and "long". If one of the answers is just "*" (a single *) this anwser will match - anything, it is normally used as the last "catch-all" answer. - (If an asterix (*) is actually needed in an answer, it should be entered as - \*, backslash asterix)

+ anything, it is normally used as the last "catch-all" answer. The + matching process goes through the answers in the order they appear on the + screen. Once a match is found the process stops and the corresponding + result (and response, if present) is returned. So, if for example the + answers are Longest, Long* and * (in that order), the input + "longer" will match the second answer and, in this case, the + third answer, although a match, is ignored.

+ +

If an asterix (*) is actually needed in an answer, it should be entered as + \*, backslash asterix.

  • True/False The answer to this type of question only has two options, true or false. The student is prompted to choose which is the correct