Subversion Repositories wimsdev

Rev

Rev 4067 | Rev 5711 | 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.
4067 bpr 5
<p class="emptyline"></p>
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 
4067 bpr 10
<tt class="wims_code_words"> audio="word"</tt> or <tt class="wims_code_words">audio="expression"</tt>. 
2701 bpr 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.
4067 bpr 13
<p class="emptyline"></p>
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
4067 bpr 18
<pre>
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
4067 bpr 24
</pre>
25
<h3>$wims_name_Syntax</h3>
26
<pre>
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 
4067 bpr 31
</pre>
2575 bpr 32
 
4067 bpr 33
<span class="wims_warning">$wims_name_remark</span>: 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
 
4067 bpr 38
<pre>
3023 bpr 39
:audio=audio_file.mp3 image=picture_file.jpg title="your text" intro="instructions"
4067 bpr 40
</pre>
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
4067 bpr 44
 <tt class="wims_code_words">"nameofrecordingfile.mp3"</tt> if your file is in the images folder
45
or <tt class="wims_code_words">audio="word"</tt> ; in this latter case the software program will first check 
2701 bpr 46
if the file
4067 bpr 47
<tt>word.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.
4067 bpr 52
<p class="emptyline"></p>
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
 
4067 bpr 56
<pre>
2575 bpr 57
:
58
mère,audio=mother
59
soeur,audio=sister
4771 reyssat 60
père,father.mp3
4067 bpr 61
</pre>
2575 bpr 62
 
4067 bpr 63
<pre>
2701 bpr 64
:instruction="my instructions"
2575 bpr 65
mère,audio=mother
66
soeur,audio=sister
4771 reyssat 67
père,father.mp3
4067 bpr 68
</pre>