<p>The types of Questions currently supported by the Lesson module are:
-<ul>
+<ol>
<li><p><b>Multichoice</b> This is the default question type. Multichoice questions
are popular questions where the student is asked to choose one answer from a
set of alternatives. The correct answer takes the student further into the
a space). The ? (question-mark) means: preceding character zero or one time;
it is used here to match British English as well as US spelling.</p>
<p><strong>Example 3.</strong> Question: "Name an animal whose name is made
- of 3 letters and the middle letter is the vowel <em>a</em>". Anwer:
+ of 3 letters and the middle letter is the vowel <em>a</em>". Answer:
"[bcr]at". This will match: bat, cat and rat. </p>
<h3>Detecting missing required words or character strings</h3>
<p>Regular expressions alone cannot detect absent character strings, so you have to
add a little code in your Answer to take care of this. Any Teacher Answer which
- begins with a double hyphen will analyse the student’s answer to find out
+ begins with a double hyphen will analyze the student’s answer to find out
whether the following string is present or absent. If present, the analysis
continues to the next question; if absent, the analysis stops and the relevant
Response message is displayed.</p>
order as entered. This allows for <b>"Ordered"</b> questions to be
constructed. Consider the question " Put the following into the order
they were born, the earliest first" with the lists 1., 2., 3., 4. and
- Longfellow, Lawrence, Lowell, Larkin. The second list is shuffed before
+ Longfellow, Lawrence, Lowell, Larkin. The second list is shuffled before
being used in the question, of course.</p></li>
<li><p><b>Numerical</b> This type of question requires a number as the answer.
after the correct answer. That is the answers are ordered 3.33:3.34 (the
"correct" answer) then 3:4 (the "wrong" answer, but
not wildly wrong answer!).</p></li>
-</ul>
-
+</ol>
\ No newline at end of file