Rev 3697 | Rev 5711 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3697 | Rev 4067 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | This variant of $wims_name_quick_SELECTWORD presents a piece of text and requires the learner to |
1 | This variant of $wims_name_quick_SELECTWORD presents a piece of text and requires the learner to |
2 | provide <b>successively</b> an "explanation" i.e. a correction, a translation, etc. |
2 | provide <b>successively</b> an "explanation" i.e. a correction, a translation, etc. |
3 | - | ||
4 | 3 | ||
5 | <ul><li> You can decide which format you wish to use (clickfill, case, dragfill). |
4 | <ul><li> You can decide which format you wish to use (clickfill, case, dragfill). |
6 | </li><li> The feedback (correct answers) to the exercise can be displayed either |
5 | </li><li> The feedback (correct answers) to the exercise can be displayed either |
7 | in the text beside the word(s) or between the lines or outside the text. |
6 | in the text beside the word(s) or between the lines or outside the text. |
8 | - | ||
9 | </li></ul> |
7 | </li></ul> |
10 | - | ||
11 | - | ||
12 |
|
8 | The size of the blanks or labels in the second phase of the exercise have |
13 | to be configured according to the length of the "explanation" required. |
9 | to be configured according to the length of the "explanation" required. |
14 | - | ||
- | 10 | <p class="emptyline"></p> |
|
15 | The syntax to be used in this variant is the same as the syntax in the |
11 | The syntax to be used in this variant is the same as the syntax in the |
16 | SELECTWORD type of exercise. |
12 | SELECTWORD type of exercise. |
17 | Several data sets can be included in an exercise but they will be displayed randomly . |
13 | Several data sets can be included in an exercise but they will be displayed randomly . |
18 | If several answers are possible, separate them with ||. |
14 | If several answers are possible, separate them with ||. |
19 | - | ||
20 | - | ||
- | 15 | <p class="emptyline"></p> |
|
21 |
|
16 | A different picture, audio recording, introduction or title (i.e. piece of text) |
22 | can be added to each data set. |
17 | can be added to each data set. |
23 | 18 | ||
24 | :format |
19 | :format |
25 | 20 | <pre> |
|
26 | :??The cat|subject?? likes ??mice|direct object??. But ??mice|subject?? |
21 | :??The cat|subject?? likes ??mice|direct object??. But ??mice|subject?? |
27 | don't like ??cats|direct object??. |
22 | don't like ??cats|direct object??. |
28 | :??He|subject?? prefers ??the red car|direct object??. |
23 | :??He|subject?? prefers ??the red car|direct object??. |
29 | </ |
24 | </pre> |
30 | < |
25 | <h3>$wims_name_Syntax</h3> |
31 | < |
26 | <pre> |
32 | :??first word(s) to be selected|answer in the second phase?? texte |
27 | :??first word(s) to be selected|answer in the second phase?? texte |
33 | ??second word(s) to be selected|answer in the second phase??. |
28 | ??second word(s) to be selected|answer in the second phase??. |
34 | </ |
29 | </pre> |
35 | 30 | ||
36 | - | ||
37 | < |
31 | <span class="wims_warning">$wims_name_remark</span>: When there are several possible correct answers, |
38 | they have to be separated by || . |
32 | they have to be separated by || . |
39 | - | ||
- | 33 | <p class="emptyline"></p> |
|
40 | < |
34 | <span class="wims_warning">$wims_name_remark</span>: Preferences for a data set. |
41 | 35 | ||
42 | If you wish to add a different audio recording, a different title (i.e. text) or a different |
36 | If you wish to add a different audio recording, a different title (i.e. text) or a different |
43 | introduction to each data set (i.e. exercise), the first line must have the following format |
37 | introduction to each data set (i.e. exercise), the first line must have the following format |
44 | < |
38 | <pre> |
45 | :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" |
46 | </ |
40 | </pre> |