mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Additional explaination for Short Answers and the asterix character.
This commit is contained in:
parent
c8134cc5f0
commit
8ea9ac5fd4
1 changed files with 11 additions and 4 deletions
|
@ -54,16 +54,23 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>By default the comparisons ignore the case of the text. There is an option
|
<p>By default the comparisons ignore the case of the text. There is an option
|
||||||
to make the comparisons case sensitive.</p>
|
to make the comparisons case sensitive.</p>
|
||||||
|
|
||||||
<p>The asterix (*) character can be used in answers as a "wild card"
|
<p>The asterix (*) character can be used in answers as a "wild card"
|
||||||
character. It stands for any number of characters (including no charcters
|
character. It stands for any number of characters (including no charcters
|
||||||
at all). For example, the answer "Long*" will match
|
at all). For example, the answer "Long*" will match
|
||||||
"longer", "longest" and "long". If one of
|
"longer", "longest" and "long". If one of
|
||||||
the answers is just "*" (a single *) this anwser will match
|
the answers is just "*" (a single *) this anwser will match
|
||||||
anything, it is normally used as the last "catch-all" answer.
|
anything, it is normally used as the last "catch-all" answer. The
|
||||||
(If an asterix (*) is actually needed in an answer, it should be entered as
|
matching process goes through the answers in the order they appear on the
|
||||||
\*, backslash asterix)<p></li>
|
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.</p>
|
||||||
|
|
||||||
|
<p> If an asterix (*) is actually needed in an answer, it should be entered as
|
||||||
|
\*, backslash asterix.<p></li>
|
||||||
|
|
||||||
<li><b>True/False</b> The answer to this type of question only has two options,
|
<li><b>True/False</b> The answer to this type of question only has two options,
|
||||||
true or false. The student is prompted to choose which is the correct
|
true or false. The student is prompted to choose which is the correct
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue