Subversion Repositories wimsdev

Rev

Rev 3697 | Rev 4771 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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