Rev 6229 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 6229 | Rev 17180 | ||
---|---|---|---|
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 | 3 | ||
4 | <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). |
5 | </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 |
6 | 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. |
7 | </li></ul> |
7 | </li></ul> |
8 | <p> |
8 | <p> |
9 | The size of the blanks or labels in the second phase of the exercise have |
9 | The size of the blanks or labels in the second phase of the exercise have |
10 | to be configured according to the length of the "explanation" required. |
10 | to be configured according to the length of the "explanation" required. |
11 | </p><p> |
11 | </p><p> |
12 | The syntax to be used in this variant is the same as the syntax in the |
12 | The syntax to be used in this variant is the same as the syntax in the |
13 | SELECTWORD type of exercise. |
13 | SELECTWORD type of exercise. |
14 | Several data sets can be included in an exercise but they will be displayed randomly . |
14 | Several data sets can be included in an exercise but they will be displayed randomly . |
15 | If several answers are possible, separate them with ||. |
15 | If several answers are possible, separate them with ||. |
16 | </p><p> |
16 | </p><p> |
17 | A different picture, audio recording, introduction or title (i.e. piece of text) |
17 | A different picture, audio recording, introduction or title (i.e. piece of text) |
18 | can be added to each data set. |
18 | can be added to each data set. |
19 | </p> |
19 | </p> |
20 | :format |
20 | :format |
21 | <pre> |
21 | <pre> |
22 | :??The cat|subject?? likes ??mice|direct object??. But ??mice|subject?? |
22 | :??The cat|subject?? likes ??mice|direct object??. But ??mice|subject?? |
Line 27... | Line 27... | ||
27 | <pre> |
27 | <pre> |
28 | :??first word(s) to be selected|answer in the second phase?? texte |
28 | :??first word(s) to be selected|answer in the second phase?? texte |
29 | ??second word(s) to be selected|answer in the second phase??. |
29 | ??second word(s) to be selected|answer in the second phase??. |
30 | </pre> |
30 | </pre> |
31 | 31 | ||
32 | <span class="wims_warning">$wims_name_remark</span>: When there are several possible correct answers, |
32 | <span class="wims_warning">$wims_name_remark</span>: When there are several possible correct answers, |
33 | they have to be separated by || . |
33 | they have to be separated by || . |
34 | <br class="spacer" |
34 | <br class="spacer"> |
35 | <span class="wims_warning">$wims_name_remark</span>: Preferences for a data set. |
35 | <span class="wims_warning">$wims_name_remark</span>: Preferences for a data set. |
36 | 36 | ||
37 | If you wish to add a different audio recording, a different title (i.e. text) or a different |
37 | If you wish to add a different audio recording, a different title (i.e. text) or a different |
38 | introduction to each data set (i.e. exercise), the first line must have the following format |
38 | introduction to each data set (i.e. exercise), the first line must have the following format |
39 | <pre> |
39 | <pre> |
40 | :audio=audio_file.mp3 image=picture_file.jpg title="your text" intro="instructions" |
40 | :audio=audio_file.mp3 image=picture_file.jpg title="your text" intro="instructions" |
41 | </pre> |
41 | </pre> |