Subversion Repositories wimsdev

Rev

Rev 4156 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
5711 bpr 1
<p>
2701 bpr 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 
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 
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> 
4153 bpr 8
must be exactly the same as those given in the answer (here YES and NO) ; 
2701 bpr 9
in the example given to explain the syntax: True and False.
5711 bpr 10
</p><p>
4156 bpr 11
20 data sets (i.e. questions) can be included in this exercise.
5711 bpr 12
</p>
2575 bpr 13
:format
2701 bpr 14
 
4067 bpr 15
<pre>
2701 bpr 16
choice= True,False
2575 bpr 17
 
2701 bpr 18
:
19
The USA is in North America
20
True
21
USA stands for United States of Americans
22
False
23
The USA's neighbours are Mexico and Canada.
24
True
25
Mexico is not a neighbouring country of the USA.
26
False
2575 bpr 27
 
2701 bpr 28
:Vanilla, chocolate, strawberry and many other types of ice cream contain a lot of fat and sugar.
29
Eating a lot of ice cream can make you fat
30
True
31
Ice cream comes in several flavours
32
True
33
Ice cream is often part of low fat diets.
34
False
4067 bpr 35
</pre>
36
<h3>$wims_name_Syntax</h3>
37
<pre>
2701 bpr 38
choice=first word,second word (for example True,False or Yes, No or right, wrong ...)
2575 bpr 39
 
2701 bpr 40
:Feedback written on a single line(or nothing after :)
41
first sentence on the first line
42
a word listed beside the variable choice
43
second sentence on the second line
44
one of the words listed beside the variable choice
45
third sentence on the third line
46
one of the words listed beside the variable choice
47
fourth sentence on the fourth line
48
one of the words listed beside the variable choice
4067 bpr 49
</pre>
2575 bpr 50
 
4067 bpr 51
<span class="wims_warning">$wims_name_remark</span>: Preferences for a data set.
2701 bpr 52
 
53
If you wish to add a different audio recording, a different title (i.e. text) or a 
54
different introduction to each data set (i.e. exercise), the first line must have the 
55
following format
4067 bpr 56
<pre>
3023 bpr 57
:audio=audio_file.mp3 image=picture_file.jpg title="your text" intro="instructions" 
4067 bpr 58
</pre>
2575 bpr 59
 
3023 bpr 60
Remember to leave the line after: blank if no feedback is provided.