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_CORRESP type exercises are matching exercises.
2
A list of 3 (or N number of) items (words, audio recordings, pictures) 
2701 bpr 3
and matching items (words, audio recordings, pictures) are randomly selected from 
4
among the data set.
2544 bpr 5
 
2701 bpr 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
<tt> audio="word"</tt> or <tt>audio="expression"</tt>. 
11
Be careful to use the same spelling that is provided in the swac audio collection, 
12
otherwise QUICKTOOL will not recognise the word or expression.
2575 bpr 13
 
2701 bpr 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) 
16
 
2575 bpr 17
:format
3697 bpr 18
<font color="green">
2701 bpr 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
2575 bpr 24
</font>
3697 bpr 25
<i><font color="black">General syntax</font></i>
26
<font color="green">
3023 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 
2575 bpr 31
</font>
32
 
3023 bpr 33
<i><font color=black>Remark</font></i>: Preferences for a data set.
2701 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 
36
must have the following format
37
 
3697 bpr 38
<font color="green">
3023 bpr 39
:audio=audio_file.mp3 image=picture_file.jpg title="your text" intro="instructions"
2575 bpr 40
</font>
3023 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. 
2701 bpr 43
If you wish to use different audio recordings or pictures as items, the following format is required
3023 bpr 44
 <tt>"nameofrecordingfile.mp3"</tt> if your file is in the <tt>images</tt> folder
45
or <tt>"audio="word"</tt> ; in this latter case the software program will first check 
2701 bpr 46
if the file
3023 bpr 47
<tt>tword.mp3</tt> is in the <tt>images</tt> folder, if it is not, the software 
2701 bpr 48
program will retrieve it from the swac audio recordings data base.
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 
51
(i.e. the line following :) must be left blank.
2575 bpr 52
 
2701 bpr 53
In the example below the audio recording called <tt>father.mp3</tt> must be in the
54
<tt>images</tt> folder (notice the blank line)
55
 
2575 bpr 56
<font color=green>
57
:
58
mère,audio=mother
59
soeur,audio=sister
60
frère,father.mp3
61
</font>
62
 
63
<font color=green>
2701 bpr 64
:instruction="my instructions"
2575 bpr 65
mère,audio=mother
66
soeur,audio=sister
67
frère,father.mp3
2701 bpr 68
</font>