Rev 4156 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4156 | Rev 5711 | ||
---|---|---|---|
Line -... | Line 1... | ||
- | 1 | <p> |
|
1 | The TRUEFALSE exercise is a specific type of multiple choice questionnaire (MCQ). |
2 | The TRUEFALSE exercise is a specific type of multiple choice questionnaire (MCQ). |
2 | A question/sentence is drawn randomly from among the list of questions/sentences |
3 | A question/sentence is drawn randomly from among the list of questions/sentences |
3 | suggested in a data set and a YES or NO type of answer is expected from the learner. |
4 | suggested in a data set and a YES or NO type of answer is expected from the learner. |
4 | An explanation (or feedback) to the question/sentence can be provided in the |
5 | An explanation (or feedback) to the question/sentence can be provided in the |
5 | first line of each data set. If you do not wish to provide an explanation (or feedback), |
6 | first line of each data set. If you do not wish to provide an explanation (or feedback), |
6 | the first line must be left empty. The words specified in the variable <tt>choice</tt> |
7 | the first line must be left empty. The words specified in the variable <tt>choice</tt> |
7 | must be exactly the same as those given in the answer (here YES and NO) ; |
8 | must be exactly the same as those given in the answer (here YES and NO) ; |
8 | in the example given to explain the syntax: True and False. |
9 | in the example given to explain the syntax: True and False. |
9 | <p |
10 | </p><p> |
10 | 20 data sets (i.e. questions) can be included in this exercise. |
11 | 20 data sets (i.e. questions) can be included in this exercise. |
- | 12 | </p> |
|
11 | :format |
13 | :format |
12 | 14 | ||
13 | <pre> |
15 | <pre> |
14 | choice= True,False |
16 | choice= True,False |
15 | 17 |