Subversion Repositories wimsdev

Rev

Rev 2575 | Rev 3023 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2575 Rev 2701
Line 1... Line 1...
1
Cet exercice est un type particulier de QCM. Pour chaque jeu de données,
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 
2
une phrase aléatoire est tirée avec une réponse du type OUI ou NON. Dans
3
suggested in a data set and a YES or NO type of answer is expected from the learner. 
3
la première ligne de chaque jeu de données, une explication de la
4
An explanation (or feedback) to the question/sentence can be provided in the 
4
réponse peut être rédigée. S'il n'y a pas d'explication, cette ligne
5
first line of each data set. If you do not wish to provide an explanation (or feedback), 
5
doit être laissée vide. Les mots mis dans <tt>choice</tt> doivent être
6
the first line must be left empty. The words specified in the variable <tt>choice</tt> 
6
exactement ceux donnés comme réponses (ici OUI ou NON) ; dans l'exemple
7
must be exactly the same as those given in the answer (here YES and No) ; 
7
de la syntaxe, Vrai ou Faux.
8
in the example given to explain the syntax: True and False.
8
 
9
 
9
:format
10
:format
-
 
11
 
10
<font color=green>
12
<font color=green>
11
choice= Vrai,Faux
13
choice= True,False
12
 
-
 
13
:L'ananas permet la digestion des protéines mais non l'assimilation des graisses.
-
 
14
L'ananas est un fruit « mange-graisses ».
-
 
15
Faux
-
 
16
L'ananas facilite la digestion des protéines
-
 
17
Vrai
-
 
18
L'ananas n'a donc aucun pouvoir amaigrissant.
-
 
19
Vrai
-
 
20
 
14
 
21
:
15
:
22
Le ketchup est gras
16
The USA is in North America
-
 
17
True
-
 
18
USA stands for United States of Americans
23
Faux
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
-
 
24
 
-
 
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
24
Le ketchup contient du sucre
28
Ice cream comes in several flavours
25
Vrai
29
True
-
 
30
Ice cream is often part of low fat diets.
-
 
31
False
26
</font>
32
</font>
27
<i><font color=black>Syntaxe générale</font></i>
33
<i><font color=black>Syntaxe générale</font></i>
28
<font color=green>
34
<font color=green>
29
choice=mot1,mot2
35
choice=first word,second word (for example True,False or Yes, No or right, wrong ...)
30
 
36
 
31
:Une explication générale sur une seule ligne (ou rien après les deux points)
37
:Feedback written on a single line(or nothing after :)
32
affirmation 1 sur une seule ligne
38
first sentence on the first line
33
mot1
-
 
34
affirmation 2 du même type sur une seule ligne
39
a word listed beside the variable choice
35
mot2
-
 
36
affirmation 3 sur une seule ligne
40
second sentence on the second line
-
 
41
one of the words listed beside the variable choice
37
mot1
42
third sentence on the third line
-
 
43
one of the words listed beside the variable choice
38
affirmation 4 sur une seule ligne
44
fourth sentence on the fourth line
39
mot1
-
 
-
 
45
one of the words listed beside the variable choice
40
</font>
46
</font>
41
 
47
 
42
<i><font color=black>Remarque</font></i> : Préférences relatives à un jeu de données.
48
<i><font color=black>Remark</font></i> : Preferences for a data set .
-
 
49
 
43
Dans le cas  on souhaite ajouter des documents audio, un titre, une introduction différents 
50
If you wish to add a different audio recording, a different title (i.e. text) or a 
44
pour chaque jeu de données, la première ligne doit être de la forme (champs facultatifs)
51
different introduction to each data set (i.e. exercise), the first line must have the 
-
 
52
following format
45
<font color=green>
53
<font color=green>
46
:audio=nom.mp3 image=nomim.jpg title="titre" intro="ma consigne" 
54
:audio=name_of_audio_file.mp3 image=name_of_picture_file.jpg title="your text" intro="your instructions" 
47
</font>
55
</font>
48
Ne pas oublier alors la ligne vide s'il n'y a pas d'explication. 
-
 
49
 
56
 
-
 
57
Remember to leave the line after : blank if no feedback is provided.