Subversion Repositories wimsdev

Rev

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