Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
3752 czzmrn 1
$wims_name_quick_CORRESP type exercises are matching exercises.
17180 bpr 2
A list of 3 (or N number of) items (words, audio recordings, pictures)
3
and matching items (words, audio recordings, pictures) are randomly selected from
3752 czzmrn 4
among the data set.
17180 bpr 5
<br class="spacer">
6
Audio recordings from the swac audio collection can be included in matching exercises.
7
If you wish to include audio recordings from the swac audio collection, you have to first
8
check if the recording is available in the swac collection. If it is,
9
use the following format for the item in the matching exercise
10
<span class="tt"> audio="word"</span> or <span class="tt">audio="expression"</span>.
11
Be careful to use the same spelling that is provided in the swac audio collection,
3752 czzmrn 12
otherwise QUICKTOOL will not recognise the word or expression.
17180 bpr 13
<br class="spacer">
14
The size of the labels can be modified (for example when you have long sentences as an item)
15
by changing the parameters in V x LG x LD ( height, width of left column, width of right column)
3752 czzmrn 16
 
17
:format
4067 bpr 18
<pre>
3752 czzmrn 19
:your brother,your father's son
20
your sister,your father's daughter
21
your cousin,your grandmother's grandchild
22
your uncle,your grandmother's son
23
your aunt,your grandmother's daughter
4067 bpr 24
</pre>
25
<h3>$wims_name_Syntax</h3>
26
<pre>
17180 bpr 27
:1st word(s) on the left, 1st word(s) on the right
28
2nd word(s) on the left, 2nd word(s) on the right
29
3rd word(s) on the left, 3rd word(s) on the right
30
nth word(s) on the left, nth word(s) on the right
4067 bpr 31
</pre>
3752 czzmrn 32
 
4067 bpr 33
<span class="wims_warning">$wims_name_remark</span>: Preferences for a data set.
17180 bpr 34
If you wish to add a different audio recording, a different title (i.e. text)
35
or a different introduction to each data set (i.e. exercise), the first line
3752 czzmrn 36
must have the following format
37
 
4067 bpr 38
<pre>
3752 czzmrn 39
:audio=audio_file.mp3 image=picture_file.jpg title="your text" intro="instructions"
4067 bpr 40
</pre>
17180 bpr 41
Each individual item in the data set (i.e. in the exercise) can be either a word
42
(or several words), an audio recording or a picture.
3752 czzmrn 43
If you wish to use different audio recordings or pictures as items, the following format is required
6235 bpr 44
 <span class="tt">"nameofrecordingfile.mp3"</span> if your file is in the <span class="tt">images</span> folder
17180 bpr 45
or <span class="tt">"audio="word"</span> ; in this latter case the software program will first check
3752 czzmrn 46
if the file
17180 bpr 47
<span class="tt">word.mp3</span> is in the <span class="tt">images</span> folder, if it is not, the software
3752 czzmrn 48
program will retrieve it from the swac audio recordings data base.
17180 bpr 49
If you do not wish to add an audio recording, a title ... in the data set the first
50
line of the data set
3752 czzmrn 51
(i.e. the line following :) must be left blank.
17180 bpr 52
<br class="spacer">
6235 bpr 53
In the example below the audio recording called <span class="tt">father.mp3</span> must be in the
54
<span class="tt">images</span> folder (notice the blank line)
3752 czzmrn 55
 
4067 bpr 56
<pre>
3752 czzmrn 57
:
58
mère,audio=mother
59
soeur,audio=sister
4771 reyssat 60
père,father.mp3
4067 bpr 61
</pre>
3752 czzmrn 62
 
4067 bpr 63
<pre>
3752 czzmrn 64
:instruction="my instructions"
65
mère,audio=mother
66
soeur,audio=sister
4771 reyssat 67
père,father.mp3
17180 bpr 68
</pre>