Rev 6229 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
17180 | bpr | 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. |
||
3752 | czzmrn | 3 | |
4 | <ul><li> You can decide which format you wish to use (clickfill, case, dragfill). |
||
17180 | bpr | 5 | </li><li> The feedback (correct answers) to the exercise can be displayed either |
3752 | czzmrn | 6 | in the text beside the word(s) or between the lines or outside the text. |
7 | </li></ul> |
||
8 | |||
17180 | bpr | 9 | The size of the blanks or labels in the second phase of the exercise have |
3752 | czzmrn | 10 | to be configured according to the length of the "explanation" required. |
17180 | bpr | 11 | <br class="spacer"> |
12 | The syntax to be used in this variant is the same as the syntax in the |
||
3752 | czzmrn | 13 | SELECTWORD type of exercise. |
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 ||. |
||
17180 | bpr | 16 | <br class="spacer"> |
17 | A different picture, audio recording, introduction or title (i.e. piece of text) |
||
3752 | czzmrn | 18 | can be added to each data set. |
19 | |||
20 | :format |
||
21 | |||
22 | :??The cat|subject?? likes ??mice|direct object??. But ??mice|subject?? |
||
23 | don't like ??cats|direct object??. |
||
24 | :??He|subject?? prefers ??the red car|direct object??. |
||
25 | </font> |
||
4067 | bpr | 26 | <h3>$wims_name_Syntax</h3> |
27 | <pre> |
||
3752 | czzmrn | 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??. |
||
4067 | bpr | 30 | </pre> |
3752 | czzmrn | 31 | |
17180 | bpr | 32 | <span class="wims_warning">$wims_name_remark</span>: When there are several possible correct answers, |
3752 | czzmrn | 33 | they have to be separated by || . |
17180 | bpr | 34 | <br class="spacer"> |
4067 | bpr | 35 | <span class="wims_warning">$wims_name_remark</span>: Preferences for a data set. |
3752 | czzmrn | 36 | |
17180 | bpr | 37 | If you wish to add a different audio recording, a different title (i.e. text) or a different |
3752 | czzmrn | 38 | introduction to each data set (i.e. exercise), the first line must have the following format |
4067 | bpr | 39 | <pre> |
17180 | bpr | 40 | :audio=audio_file.mp3 image=picture_file.jpg title="your text" intro="instructions" |
41 | </pre> |