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
C'est un QCM classique. 
1
MCQ is a traditional Multiple Choice Questionnaire type exercise.
2
Vous pouvez choisir le nombre d'étapes et le nombre de questions posées à chaque étape
2
You can decide how many steps the exercise shall have and the number of questions 
3
(par défaut 1). Il est possible de proposer
3
you wish to ask in each step (by default the number of steps is 1).
4
plusieurs réponses justes à une question. Choisissez alors
4
There may be one or several correct answers to each question, in this latter 
5
le format <tt>checkbox</tt>. Dans ce cas, la réponse à cette question
5
case the <tt>checkbox</tt> format should be selected. The answer to a question 
6
est fausse si toutes les réponses justes n'ont pas été cochées. 
6
which has several correct answers is counted as wrong unless all the answers have been provided.
7
 
7
 
8
<p>
8
<p>
9
Vous pouvez décider soit de fournir à l'élève les réponses à toutes les questions, soit
9
You can decide to provide the correct answers to the questions or simply indicate 
10
de les lui indiquer uniquement si ses réponses  sont justes ou fausses.
10
which answers are correct and which ones are wrong.
11
 
11
 
12
<p>
12
<p>
13
Pour un exercice ayant plusieurs étapes, vous  pouvez décider 
13
In an exercise which is composed of several steps you can decide what percentage 
14
à partir de quel taux d'échecs l'exercice s'arrêtera. 
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
Une explication peut être fournie pour chaque question. Elle apparaît
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 &amp;#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
L'avènement d'Hugues Capet, couronné Roi de France.
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
Août 1914.
24
Seven
36
Juin 1914.
25
Nine
37
Septembre 1914.
26
Fourteen
38
 
27
 
39
:Qui fut l'épouse de deux rois de France
28
:Which coulour(s) does the rainbow not have?
40
Anne de Bretagne a été mariée  à Charles VIII et à son successeur Louis XII.
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
Anne de Flandres
35
:When does a rainbow appear in the sky?
-
 
36
When the Sun shines onto droplets of moisture.
-
 
37
3
43
Anne de Bretagne
38
When it's raining
44
Anne de Normandie
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>Syntaxe générale</font></i>
42
<i><font color=black>Syntax</font></i>
47
<font color=green>
43
<font color=green>
48
:question
44
:question
49
explication si il y en a une sur une seule ligne
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
numéros des réponses vraies
47
first possible answer 
51
choix1
48
second possible answer
52
choix2
49
third possible answer 
53
choix3
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>Remarque</font></i> : Préférences relatives à un jeu de données.
56
<i><font color=black>Remark</font></i> : Preferences for a data set .
-
 
57
 
58
Dans le cas  on souhaite ajouter des documents audio, un titre, une introduction différents 
58
If you wish to add a different audio recording, a different title (i.e. text) 
59
pour chaque jeu de données, la première ligne doit être de la forme (champs facultatifs)
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
:audio=nom.mp3 image=nomim.jpg title="titre" intro="ma consigne" 
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>