Merged changes from STABLE

This commit is contained in:
thepurpleblob
2005-05-24 17:03:36 +00:00
parent 84bb3c12d5
commit e8a780f319
+13 -2
View File
@@ -47,15 +47,26 @@ ANSWER: A
<p><b>Missing Word</b></p>
<ul>
<p>This format only supports multiple choice questions.
<p>This format only supports multiple choice questions and
short answer question, depending on the number of answers. One
answer generates a short answer question, two or more answers
generate a multiple choice question.
Each answer is separated with a tilde (~), and the correct answer is
prefixed with an equals sign (=). Here is an example:</p>
prefixed with an equals sign (=). Here is an example of a multiple
choice question:</p>
<blockquote>As soon as we begin to explore our body parts as infants
we become students of {=anatomy and physiology ~reflexology
~science ~experiment}, and in a sense we remain students for life.
</blockquote>
<p>Here is an example of a short answer question:</p>
<blockquote>As soon as we begin to explore our body parts as infants
we become students of {=anatomy and physiology},
and in a sense we remain students for life.
</blockquote>
<p align="right"><a href="help.php?file=formatmissingword.html&module=quiz">More info about the "Missing Word" format</a></p>
</ul>