Subversion Repositories wimsdev

Rev

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

Rev 2701 Rev 3023
Line 22... Line 22...
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
</font>
25
<i><font color=black>Genral syntax</font></i>
25
<i><font color=black>Genral syntax</font></i>
26
<font color=green>
26
<font color=green>
27
:1st word(s)on the left,1 st 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
</font>
32
 
32
 
33
<i><font color=black>Remark</font></i>: Preferences for a data set .
33
<i><font color=black>Remark</font></i>: 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
<font color=green>
39
:audio=name_of_audio_file.mp3 image=name_of_picture_file.jpg title="your text" intro="your instructions" 
39
:audio=audio_file.mp3 image=picture_file.jpg title="your text" intro="instructions"
40
 
-
 
41
</font>
40
</font>
42
Each individual item in the data set (i.e. in the exercise) can be either a word (or several words), an audio recording or a picture. 
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. 
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>"name_of_recording_file.mp3"</tt> if your file is in the <tt>images</tt> folder
44
 <tt>"nameofrecordingfile.mp3"</tt> if your file is in the <tt>images</tt> folder
45
or <tt>"audio="the_word(s)"</tt> ; in this latter case the software program will first check 
45
or <tt>"audio="word"</tt> ; in this latter case the software program will first check 
46
if the file
46
if the file
47
<tt>the_word(s).mp3</tt> is in the <tt>images</tt> folder, if it is not, the software 
47
<tt>tword.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