Rev 2575 | Rev 3023 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2575 | Rev 2701 | ||
---|---|---|---|
Line 1... | Line -... | ||
1 | Les exercices de type CORRESP sont des exercice de correspondance. |
- | |
2 | Une liste de trois (ou de N à décider) objets et des objets |
- | |
3 |
|
1 | CORRESP type exercises are matching exercises. |
4 | - | ||
5 |
|
2 | A list of 3 ( or N number of) items (words, audio recordings, pictures) |
6 |
|
3 | and matching items (words, audio recordings, pictures) are randomly selected from |
7 |
|
4 | among the data set. |
8 | 5 | ||
9 |
|
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 |
|
10 |
|
8 | check if the recording is available in the swac collection. If it is, |
11 |
|
9 | use the following format for the item in the matching exercise |
12 |
|
10 | <tt> audio="word"</tt> or <tt>audio="expression"</tt>. |
- | 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. |
|
- | 13 | ||
- | 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) |
|
13 | 16 | ||
14 | :format |
17 | :format |
15 | <font color=green> |
18 | <font color=green> |
16 | : |
19 | :your brother,your father's son |
17 |
|
20 | your sister,your father's daughter |
18 |
|
21 | your cousin,your grandmother's grandchild |
19 |
|
22 | your uncle,your grandmother's son |
20 |
|
23 | your aunt,your grandmother's daughter |
21 | </font> |
24 | </font> |
22 | <i><font color=black> |
25 | <i><font color=black>Genral syntax</font></i> |
23 | <font color=green> |
26 | <font color=green> |
24 | : |
27 | :1st word(s)on the left,1 st word(s) on the right |
25 |
|
28 | 2nd word(s)on the left, 2nd word(s) on the right |
26 |
|
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 |
|
27 | </font> |
31 | </font> |
28 | 32 | ||
29 | <i><font color=black> |
33 | <i><font color=black>Remark</font></i>: Preferences for a data set . |
30 |
|
34 | If you wish to add a different audio recording, a different title (i.e. text) |
31 |
|
35 | or a different introduction to each data set (i.e. exercise), the first line |
- | 36 | must have the following format |
|
- | 37 | ||
32 | <font color=green> |
38 | <font color=green> |
33 | : |
39 | :audio=name_of_audio_file.mp3 image=name_of_picture_file.jpg title="your text" intro="your instructions" |
- | 40 | ||
34 | </font> |
41 | </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. |
|
35 |
|
43 | If you wish to use different audio recordings or pictures as items, the following format is required |
36 |
|
44 | <tt>"name_of_recording_file.mp3"</tt> if your file is in the <tt>images</tt> folder |
37 |
|
45 | or <tt>"audio="the_word(s)"</tt> ; in this latter case the software program will first check |
- | 46 | if the file |
|
38 | <tt> |
47 | <tt>the_word(s).mp3</tt> is in the <tt>images</tt> folder, if it is not, the software |
39 |
|
48 | program will retrieve it from the swac audio recordings data base. |
40 |
|
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 |
|
41 |
|
51 | (i.e. the line following :) must be left blank. |
- | 52 | ||
42 |
|
53 | In the example below the audio recording called <tt>father.mp3</tt> must be in the |
43 | <tt>images</tt> ( |
54 | <tt>images</tt> folder (notice the blank line) |
44 | 55 | ||
45 | <font color=green> |
56 | <font color=green> |
46 | : |
57 | : |
47 | mère,audio=mother |
58 | mère,audio=mother |
48 | soeur,audio=sister |
59 | soeur,audio=sister |
49 | frère,father.mp3 |
60 | frère,father.mp3 |
50 | </font> |
61 | </font> |
51 | 62 | ||
52 | <font color=green> |
63 | <font color=green> |
53 | :instruction=" |
64 | :instruction="my instructions" |
54 | mère,audio=mother |
65 | mère,audio=mother |
55 | soeur,audio=sister |
66 | soeur,audio=sister |
56 | frère,father.mp3 |
67 | frère,father.mp3 |
57 | </font> |
68 | </font> |
58 | - |