Subversion Repositories wimsdev

Rev

Rev 6235 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
5711 bpr 1
<p>$wims_name_quick_QCM is a traditional Multiple Choice Questionnaire type exercise.
17180 bpr 2
You can decide how many steps the exercise shall have and the number of questions
2701 bpr 3
you wish to ask in each step (by default the number of steps is 1).
17180 bpr 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
2701 bpr 6
which has several correct answers is counted as wrong unless all the answers have been provided.
2544 bpr 7
 
5711 bpr 8
</p><p>
17180 bpr 9
You can decide to provide the correct answers to the questions or simply indicate
2701 bpr 10
which answers are correct and which ones are wrong.
2544 bpr 11
 
5711 bpr 12
</p><p>
17180 bpr 13
In an exercise which is composed of several steps you can decide what percentage
2701 bpr 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.
5711 bpr 15
</p><p>
17180 bpr 16
Feedback, which will be available with the score, can be provided for each question.
5711 bpr 17
</p>
2575 bpr 18
:format
4067 bpr 19
<pre>
17180 bpr 20
:How many colours are there in a rainbow?
2575 bpr 21
 
22
1
2701 bpr 23
Seven
24
Nine
25
Fourteen
2575 bpr 26
 
2701 bpr 27
:Which coulour(s) does the rainbow not have?
17180 bpr 28
The rainbow colours are red, orange, yellow, green, blue, indigo and violet
2701 bpr 29
2,3
30
orange
31
pink
32
black
33
 
34
:When does a rainbow appear in the sky?
35
When the Sun shines onto droplets of moisture.
36
3
37
When it's raining
38
When it's sunny.
39
When it's sunny and raining at the same time.
4067 bpr 40
</pre>
41
<h3>$wims_name_Syntax</h3>
42
<pre>
2575 bpr 43
:question
2701 bpr 44
feedback (if there is one), written on a single line
45
number(s) corresponding to the line number of the correct answer(s)
17180 bpr 46
first possible answer
2701 bpr 47
second possible answer
17180 bpr 48
third possible answer
49
fourth possible answer
4067 bpr 50
</pre>
2575 bpr 51
 
17180 bpr 52
<span class="wims_warning">$wims_name_remark</span>:
53
If no feedback is provided, the line after the question must be left blank
2701 bpr 54
(see the first data set above).
17180 bpr 55
<br class="spacer">
4067 bpr 56
<span class="wims_warning">$wims_name_remark</span>: Preferences for a data set.
17180 bpr 57
If you wish to add a different audio recording, a different title (i.e. text)
2701 bpr 58
or a different introduction to each data set (i.e. exercise), the first line
59
must have the following format
4067 bpr 60
<pre>
17180 bpr 61
:audio=name_of_audio_file.mp3 image=name_of_picture_file.jpg title="your text" intro="instructions"
4067 bpr 62
</pre>
2701 bpr 63
(these are to be specified in the optional part of the Quicktool menu )