Rev 3023 | Rev 4067 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3023 | Rev 3697 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 |
|
1 | $wims_name_quick_CORRESP type exercises are matching exercises. |
2 | A list of 3 ( |
2 | A list of 3 (or N number of) items (words, audio recordings, pictures) |
3 | and matching items (words, audio recordings, pictures) are randomly selected from |
3 | and matching items (words, audio recordings, pictures) are randomly selected from |
4 | among the data set. |
4 | among the data set. |
5 | 5 | ||
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 |
Line 13... | Line 13... | ||
13 | 13 | ||
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 |
18 | <font color="green"> |
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 | </font> |
25 | <i><font |
25 | <i><font color="black">General syntax</font></i> |
26 | <font |
26 | <font color="green"> |
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 | </font> |
Line 33... | Line 33... | ||
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 |
38 | <font color="green"> |
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 | </font> |
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 |