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 | MCQ is a traditional Multiple Choice Questionnaire type exercise. |
2 |
|
2 | You can decide how many steps the exercise shall have and the number of questions |
3 |
|
3 | you wish to ask in each step (by default the number of steps is 1). |
4 |
|
4 | There may be one or several correct answers to each question, in this latter |
5 |
|
5 | case the <tt>checkbox</tt> format should be selected. The answer to a question |
6 |
|
6 | which has several correct answers is counted as wrong unless all the answers have been provided. |
7 | 7 | ||
8 | <p> |
8 | <p> |
9 |
|
9 | You can decide to provide the correct answers to the questions or simply indicate |
10 |
|
10 | which answers are correct and which ones are wrong. |
11 | 11 | ||
12 | <p> |
12 | <p> |
13 |
|
13 | In an exercise which is composed of several steps you can decide what percentage |
14 |
|
14 | of correct answers are required before the learner can continue the exercise (i.e. go on to the next step). The learner will therefore not be encouraged to click thoughtlessly simply in order to have access to the correct answer. |
15 | Cela peut être utile pour éviter que les élèves ne |
- | |
16 | répondent n'importe quoi pour avoir la réponse. |
- | |
17 | - | ||
18 | <p> |
15 | <p> |
19 |
|
16 | Feedback, which will be available with the score, can be provided for each question. |
20 | à la fin lors de la notation de l'exercice. |
- | |
21 | 17 | ||
22 | Si vous devez mettre un point virgule dans vos questions, |
- | |
23 | mettez le code html du point virgule qui est &#59; |
- | |
24 | 18 | ||
25 | :format |
19 | :format |
26 | <font color=green> |
20 | <font color=green> |
27 | :Que s'est-il passé en 987 ? |
- | |
28 | 1 |
- | |
29 |
|
21 | :How many colours are there in a rainbow? |
30 | Le couronnement impérial de Charlemagne. |
- | |
31 | La mort du Roi Saint-Louis. |
- | |
32 | 22 | ||
33 | :A quelle date a débuté la première guerre mondiale ? |
- | |
34 | 1 |
23 | 1 |
35 |
|
24 | Seven |
36 |
|
25 | Nine |
37 |
|
26 | Fourteen |
38 | 27 | ||
39 | : |
28 | :Which coulour(s) does the rainbow not have? |
40 |
|
29 | The rainbow colours are red, orange, yellow, green, blue, indigo and violet |
- | 30 | 2,3 |
|
- | 31 | orange |
|
- | 32 | pink |
|
- | 33 | black |
|
41 | 2 |
34 | |
42 |
|
35 | :When does a rainbow appear in the sky? |
- | 36 | When the Sun shines onto droplets of moisture. |
|
- | 37 | 3 |
|
43 |
|
38 | When it's raining |
44 |
|
39 | When it's sunny. |
- | 40 | When it's sunny and raining at the same time. |
|
45 | </font> |
41 | </font> |
46 | <i><font color=black> |
42 | <i><font color=black>Syntax</font></i> |
47 | <font color=green> |
43 | <font color=green> |
48 | :question |
44 | :question |
49 |
|
45 | feedback (if there is one), written on a single line |
- | 46 | number(s) corresponding to the line number of the correct answer(s) |
|
50 |
|
47 | first possible answer |
51 |
|
48 | second possible answer |
52 |
|
49 | third possible answer |
53 |
|
50 | fourth possible answer |
54 | choix4 |
51 | |
- | 52 | If no feedback is provided, the line after the question must be left blank |
|
- | 53 | (see the first data set above). |
|
55 | 54 | ||
56 | </font> |
55 | </font> |
57 | <i><font color=black> |
56 | <i><font color=black>Remark</font></i> : Preferences for a data set . |
- | 57 | ||
58 |
|
58 | If you wish to add a different audio recording, a different title (i.e. text) |
59 |
|
59 | or a different introduction to each data set (i.e. exercise), the first line |
- | 60 | must have the following format |
|
60 | <font color=green> |
61 | <font color=green> |
61 | : |
62 | :audio=name_of_audio_file.mp3 image=name_of_picture_file.jpg title="your text" intro="your instructions" |
- | 63 | ||
- | 64 | (these are to be specified in the optional part of the Quicktool menu ) |
|
62 | </font> |
65 | </font> |