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 |
|
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 |
|
3 | suggested in a data set and a YES or NO type of answer is expected from the learner. |
3 |
|
4 | An explanation (or feedback) to the question/sentence can be provided in the |
4 |
|
5 | first line of each data set. If you do not wish to provide an explanation (or feedback), |
5 |
|
6 | the first line must be left empty. The words specified in the variable <tt>choice</tt> |
6 |
|
7 | must be exactly the same as those given in the answer (here YES and No) ; |
7 |
|
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= |
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 |
|
16 | The USA is in North America |
- | 17 | True |
|
- | 18 | USA stands for United States of Americans |
|
23 |
|
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 |
|
28 | Ice cream comes in several flavours |
25 |
|
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 |
|
35 | choice=first word,second word (for example True,False or Yes, No or right, wrong ...) |
30 | 36 | ||
31 | : |
37 | :Feedback written on a single line(or nothing after :) |
32 |
|
38 | first sentence on the first line |
33 | mot1 |
- | |
34 |
|
39 | a word listed beside the variable choice |
35 | mot2 |
- | |
36 |
|
40 | second sentence on the second line |
- | 41 | one of the words listed beside the variable choice |
|
37 |
|
42 | third sentence on the third line |
- | 43 | one of the words listed beside the variable choice |
|
38 |
|
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> |
48 | <i><font color=black>Remark</font></i> : Preferences for a data set . |
- | 49 | ||
43 |
|
50 | If you wish to add a different audio recording, a different title (i.e. text) or a |
44 |
|
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 | : |
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. |