From 9912ef52a94ce37aac30ff904461e494b7fa1e0e Mon Sep 17 00:00:00 2001
From: wildgirl The types of Questions currently supported by the Lesson module are:
- Multichoice 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
@@ -109,12 +109,12 @@
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. Example 3. Question: "Name an animal whose name is made
- of 3 letters and the middle letter is the vowel a". Anwer:
+ of 3 letters and the middle letter is the vowel a". Answer:
"[bcr]at". This will match: bat, cat and rat. 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.
+
Detecting missing required words or character strings
Numerical This type of question requires a number as the answer. @@ -221,5 +221,4 @@ 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!).