Subversion Repositories wimsdev

Rev

Rev 6235 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6235 Rev 17180
Line 1... Line 1...
1
<p>$wims_name_quick_QCM is a traditional Multiple Choice Questionnaire type exercise.
1
<p>$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 <span class="tt">checkbox</span> format should be selected. The answer to a question 
5
case the <span class="tt">checkbox</span> 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.
7
 
7
 
8
</p><p>
8
</p><p>
9
You can decide to provide the correct answers to the questions or simply indicate 
9
You can decide to provide the correct answers to the questions or simply indicate
10
which answers are correct and which ones are wrong.
10
which answers are correct and which ones are wrong.
11
 
11
 
12
</p><p>
12
</p><p>
13
In an exercise which is composed of several steps you can decide what percentage 
13
In an exercise which is composed of several steps you can decide what percentage
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.
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
</p><p>
15
</p><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
</p>
17
</p>
18
:format
18
:format
19
<pre>
19
<pre>
20
:How many colours are there in a rainbow? 
20
:How many colours are there in a rainbow?
21
 
21
 
22
1
22
1
23
Seven
23
Seven
24
Nine
24
Nine
25
Fourteen
25
Fourteen
26
 
26
 
27
:Which coulour(s) does the rainbow not have?
27
:Which coulour(s) does the rainbow not have?
28
The rainbow colours are red, orange, yellow, green, blue, indigo and violet 
28
The rainbow colours are red, orange, yellow, green, blue, indigo and violet
29
2,3
29
2,3
30
orange
30
orange
31
pink
31
pink
32
black
32
black
33
 
33
 
Line 41... Line 41...
41
<h3>$wims_name_Syntax</h3>
41
<h3>$wims_name_Syntax</h3>
42
<pre>
42
<pre>
43
:question
43
:question
44
feedback (if there is one), written on a single line
44
feedback (if there is one), written on a single line
45
number(s) corresponding to the line number of the correct answer(s)
45
number(s) corresponding to the line number of the correct answer(s)
46
first possible answer 
46
first possible answer
47
second possible answer
47
second possible answer
48
third possible answer 
48
third possible answer
49
fourth possible answer 
49
fourth possible answer
50
</pre>
50
</pre>
51
 
51
 
52
<span class="wims_warning">$wims_name_remark</span>: 
52
<span class="wims_warning">$wims_name_remark</span>:
53
If no feedback is provided, the line after the question must be left blank 
53
If no feedback is provided, the line after the question must be left blank
54
(see the first data set above).
54
(see the first data set above).
55
<br class="spacer" />
55
<br class="spacer">
56
<span class="wims_warning">$wims_name_remark</span>: Preferences for a data set.
56
<span class="wims_warning">$wims_name_remark</span>: Preferences for a data set.
57
If you wish to add a different audio recording, a different title (i.e. text) 
57
If you wish to add a different audio recording, a different title (i.e. text)
58
or a different introduction to each data set (i.e. exercise), the first line
58
or a different introduction to each data set (i.e. exercise), the first line
59
must have the following format
59
must have the following format
60
<pre>
60
<pre>
61
:audio=name_of_audio_file.mp3 image=name_of_picture_file.jpg title="your text" intro="instructions" 
61
:audio=name_of_audio_file.mp3 image=name_of_picture_file.jpg title="your text" intro="instructions"
62
</pre>
62
</pre>
63
(these are to be specified in the optional part of the Quicktool menu )
63
(these are to be specified in the optional part of the Quicktool menu )