Subversion Repositories wimsdev

Rev

Rev 5711 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5711 Rev 6235
Line 2... Line 2...
2
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). 
3
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 
4
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. 
5
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 
6
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), 
7
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 <span class="tt">choice</span> 
8
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) ; 
9
in the example given to explain the syntax: True and False.
9
in the example given to explain the syntax: True and False.
10
</p><p>
10
</p><p>
11
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>
12
</p>