Subversion Repositories wimsdev

Rev

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

Rev 3023 Rev 3697
Line 1... Line 1...
1
MCQ is a traditional Multiple Choice Questionnaire type exercise.
1
$wims_name_quick_QCM is a traditional Multiple Choice Questionnaire type exercise.
2
You can decide how many steps the exercise shall have and the number of questions 
2
You can decide how many steps the exercise shall have and the number of questions 
3
you wish to ask in each step (by default the number of steps is 1).
3
you wish to ask in each step (by default the number of steps is 1).
4
There may be one or several correct answers to each question, in this latter 
4
There may be one or several correct answers to each question, in this latter 
5
case the <tt>checkbox</tt> format should be selected. The answer to a question 
5
case the <tt>checkbox</tt> format should be selected. The answer to a question 
6
which has several correct answers is counted as wrong unless all the answers have been provided.
6
which has several correct answers is counted as wrong unless all the answers have been provided.
Line 15... Line 15...
15
<p>
15
<p>
16
Feedback, which will be available with the score, can be provided for each question. 
16
Feedback, which will be available with the score, can be provided for each question. 
17
 
17
 
18
 
18
 
19
:format
19
:format
20
<font color=green>
20
<font color="green">
21
:How many colours are there in a rainbow? 
21
:How many colours are there in a rainbow? 
22
 
22
 
23
1
23
1
24
Seven
24
Seven
25
Nine
25
Nine
Line 37... Line 37...
37
3
37
3
38
When it's raining
38
When it's raining
39
When it's sunny.
39
When it's sunny.
40
When it's sunny and raining at the same time.
40
When it's sunny and raining at the same time.
41
</font>
41
</font>
42
<i><font color=black>Syntax</font></i>
42
<i><font color="black">Syntax</font></i>
43
<font color=green>
43
<font color="green">
44
:question
44
:question
45
feedback (if there is one), written on a single line
45
feedback (if there is one), written on a single line
46
number(s) corresponding to the line number of the correct answer(s)
46
number(s) corresponding to the line number of the correct answer(s)
47
first possible answer 
47
first possible answer 
48
second possible answer
48
second possible answer
Line 51... Line 51...
51
 
51
 
52
If no feedback is provided, the line after the question must be left blank 
52
If no feedback is provided, the line after the question must be left blank 
53
(see the first data set above).
53
(see the first data set above).
54
 
54
 
55
</font>
55
</font>
56
<i><font color=black>Remark</font></i>: Preferences for a data set.
56
<i><font color="black">Remark</font></i>: Preferences for a data set.
57
 
57
 
58
If you wish to add a different audio recording, a different title (i.e. text) 
58
If you wish to add a different audio recording, a different title (i.e. text) 
59
or a different introduction to each data set (i.e. exercise), the first line
59
or a different introduction to each data set (i.e. exercise), the first line
60
must have the following format
60
must have the following format
61
<font color=green>
61
<font color="green">
62
:audio=name_of_audio_file.mp3 image=name_of_picture_file.jpg title="your text" intro="instructions" 
62
:audio=name_of_audio_file.mp3 image=name_of_picture_file.jpg title="your text" intro="instructions" 
63
</font>
63
</font>
64
(these are to be specified in the optional part of the Quicktool menu )
64
(these are to be specified in the optional part of the Quicktool menu )