Subversion Repositories wimsdev

Rev

Rev 3023 | Rev 4067 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
3697 bpr 1
$wims_name_quick_QCM is a traditional Multiple Choice Questionnaire type exercise.
2701 bpr 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).
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 
6
which has several correct answers is counted as wrong unless all the answers have been provided.
2544 bpr 7
 
8
<p>
2701 bpr 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.
2544 bpr 11
 
12
<p>
2701 bpr 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.
2544 bpr 15
<p>
2701 bpr 16
Feedback, which will be available with the score, can be provided for each question. 
2544 bpr 17
 
2575 bpr 18
 
19
:format
3697 bpr 20
<font color="green">
2701 bpr 21
:How many colours are there in a rainbow? 
2575 bpr 22
 
23
1
2701 bpr 24
Seven
25
Nine
26
Fourteen
2575 bpr 27
 
2701 bpr 28
:Which coulour(s) does the rainbow not have?
29
The rainbow colours are red, orange, yellow, green, blue, indigo and violet 
30
2,3
31
orange
32
pink
33
black
34
 
35
:When does a rainbow appear in the sky?
36
When the Sun shines onto droplets of moisture.
37
3
38
When it's raining
39
When it's sunny.
40
When it's sunny and raining at the same time.
2575 bpr 41
</font>
3697 bpr 42
<i><font color="black">Syntax</font></i>
43
<font color="green">
2575 bpr 44
:question
2701 bpr 45
feedback (if there is one), written on a single line
46
number(s) corresponding to the line number of the correct answer(s)
47
first possible answer 
48
second possible answer
49
third possible answer 
50
fourth possible answer 
2575 bpr 51
 
2701 bpr 52
If no feedback is provided, the line after the question must be left blank 
53
(see the first data set above).
54
 
2575 bpr 55
</font>
3697 bpr 56
<i><font color="black">Remark</font></i>: Preferences for a data set.
2701 bpr 57
 
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
60
must have the following format
3697 bpr 61
<font color="green">
3023 bpr 62
:audio=name_of_audio_file.mp3 image=name_of_picture_file.jpg title="your text" intro="instructions" 
63
</font>
2701 bpr 64
(these are to be specified in the optional part of the Quicktool menu )