Subversion Repositories wimsdev

Rev

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

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