Rev 4155 | Rev 5711 | 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> |
||
4153 | bpr | 7 | must be exactly the same as those given in the answer (here YES and NO) ; |
2701 | bpr | 8 | in the example given to explain the syntax: True and False. |
4067 | bpr | 9 | <p class="emptyline"></p> |
4156 | bpr | 10 | 20 data sets (i.e. questions) can be included in this exercise. |
2575 | bpr | 11 | :format |
2701 | bpr | 12 | |
4067 | bpr | 13 | <pre> |
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 |
||
4067 | bpr | 33 | </pre> |
34 | <h3>$wims_name_Syntax</h3> |
||
35 | <pre> |
||
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 |
||
4067 | bpr | 47 | </pre> |
2575 | bpr | 48 | |
4067 | bpr | 49 | <span class="wims_warning">$wims_name_remark</span>: 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 |
||
4067 | bpr | 54 | <pre> |
3023 | bpr | 55 | :audio=audio_file.mp3 image=picture_file.jpg title="your text" intro="instructions" |
4067 | bpr | 56 | </pre> |
2575 | bpr | 57 | |
3023 | bpr | 58 | Remember to leave the line after: blank if no feedback is provided. |