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
The TRUEFALSE exercise is a specific type of multiple choice questionnaire (MCQ). 
1
The TRUEFALSE exercise is a specific type of multiple choice questionnaire (MCQ).
2
A question/sentence is drawn randomly from among the list of questions/sentences 
2
A question/sentence is drawn randomly from among the list of questions/sentences
3
suggested in a data set and a YES or NO type of answer is expected from the learner. 
3
suggested in a data set and a YES or NO type of answer is expected from the learner.
4
An explanation (or feedback) to the question/sentence can be provided in the 
4
An explanation (or feedback) to the question/sentence can be provided in the
5
first line of each data set. If you do not wish to provide an explanation (or feedback), 
5
first line of each data set. If you do not wish to provide an explanation (or feedback),
6
the first line must be left empty. The words specified in the variable <span class="tt">choice</span> 
6
the first line must be left empty. The words specified in the variable <span class="tt">choice</span>
7
must be exactly the same as those given in the answer (here YES and No) ; 
7
must be exactly the same as those given in the answer (here YES and No) ;
8
in the example given to explain the syntax: True and False.
8
in the example given to explain the syntax: True and False.
9
<br class="spacer" />
9
<br class="spacer">
10
Le nombre de questions possibles pour chaque exercice est de 20. 
10
Le nombre de questions possibles pour chaque exercice est de 20.
11
:format
11
:format
12
 
12
 
13
<pre>
13
<pre>
14
choice= True,False
14
choice= True,False
15
 
15
 
Line 46... Line 46...
46
one of the words listed beside the variable choice
46
one of the words listed beside the variable choice
47
</pre>
47
</pre>
48
 
48
 
49
<span class="wims_warning">$wims_name_remark</span>: Preferences for a data set.
49
<span class="wims_warning">$wims_name_remark</span>: Preferences for a data set.
50
 
50
 
51
If you wish to add a different audio recording, a different title (i.e. text) or a 
51
If you wish to add a different audio recording, a different title (i.e. text) or a
52
different introduction to each data set (i.e. exercise), the first line must have the 
52
different introduction to each data set (i.e. exercise), the first line must have the
53
following format
53
following format
54
<pre>
54
<pre>
55
:audio=audio_file.mp3 image=picture_file.jpg title="your text" intro="instructions" 
55
:audio=audio_file.mp3 image=picture_file.jpg title="your text" intro="instructions"
56
</pre>
56
</pre>
57
 
57
 
58
Remember to leave the line after: blank if no feedback is provided.
58
Remember to leave the line after: blank if no feedback is provided.