Rev 6235 | Blame | Compare with Previous | Last modification | View Log | RSS feed
<p>
$wims_name_quick_CORRESP type exercises are matching exercises.
A list of 3 (or N number of) items (words, audio recordings, pictures)
and matching items (words, audio recordings, pictures) are randomly selected from
among the data set.
</p><p>
Audio recordings from the swac audio collection can be included in matching exercises.
If you wish to include audio recordings from the swac audio collection, you have to first
check if the recording is available in the swac collection. If it is,
use the following format for the item in the matching exercise
<span class="tt wims_code_words"> audio="word"</span> or <span class="tt wims_code_words">audio="expression"</span>.
Be careful to use the same spelling that is provided in the swac audio collection,
otherwise QUICKTOOL will not recognise the word or expression.
</p><p>
The size of the labels can be modified (for example when you have long sentences as an item)
by changing the parameters in V x LG x LD ( height, width of left column, width of right column)
</p>
:format
<pre>
:your brother,your father's son
your sister,your father's daughter
your cousin,your grandmother's grandchild
your uncle,your grandmother's son
your aunt,your grandmother's daughter
</pre>
<h3>$wims_name_Syntax</h3>
<pre>
:1st word(s) on the left, 1st word(s) on the right
2nd word(s) on the left, 2nd word(s) on the right
3rd word(s) on the left, 3rd word(s) on the right
nth word(s) on the left, nth word(s) on the right
</pre>
<span class="wims_warning">$wims_name_remark</span>: Preferences for a data set.
If you wish to add a different audio recording, a different title (i.e. text)
or a different introduction to each data set (i.e. exercise), the first line
must have the following format
<pre>
:audio=audio_file.mp3 image=picture_file.jpg title="your text" intro="instructions"
</pre>
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.
If you wish to use different audio recordings or pictures as items, the following format is required
<span class="tt wims_code_words">"nameofrecordingfile.mp3"</span> if your file is in the images folder
or <span class="tt wims_code_words">audio="word"</span> ; in this latter case the software program will first check
if the file
<span class="tt">word.mp3</span> is in the <span class="tt">images</span> folder, if it is not, the software
program will retrieve it from the swac audio recordings data base.
If you do not wish to add an audio recording, a title ... in the data set the first
line of the data set
(i.e. the line following :) must be left blank.
<br class="spacer">
In the example below the audio recording called <span class="tt">father.mp3</span> must be in the
<span class="tt">images</span> folder (notice the blank line)
<pre>
:
mère,audio=mother
soeur,audio=sister
père,father.mp3
</pre>
<pre>
:instruction="my instructions"
mère,audio=mother
soeur,audio=sister
père,father.mp3
</pre>