Subversion Repositories wimsdev

Rev

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

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