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. |
||
2544 | bpr | 3 | |
3697 | bpr | 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 |
2701 | bpr | 6 | in the text beside the word(s) or between the lines or outside the text. |
2544 | bpr | 7 | </li></ul> |
5711 | bpr | 8 | <p> |
17180 | bpr | 9 | The size of the blanks or labels in the second phase of the exercise have |
2701 | bpr | 10 | to be configured according to the length of the "explanation" required. |
5711 | bpr | 11 | </p><p> |
17180 | bpr | 12 | The syntax to be used in this variant is the same as the syntax in the |
2701 | bpr | 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 ||. |
||
5711 | bpr | 16 | </p><p> |
17180 | bpr | 17 | A different picture, audio recording, introduction or title (i.e. piece of text) |
2701 | bpr | 18 | can be added to each data set. |
5711 | bpr | 19 | </p> |
2575 | bpr | 20 | :format |
4067 | bpr | 21 | <pre> |
2701 | bpr | 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??. |
||
4067 | bpr | 25 | </pre> |
26 | <h3>$wims_name_Syntax</h3> |
||
27 | <pre> |
||
2701 | bpr | 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> |
2575 | bpr | 31 | |
17180 | bpr | 32 | <span class="wims_warning">$wims_name_remark</span>: When there are several possible correct answers, |
2701 | bpr | 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. |
2701 | bpr | 36 | |
17180 | bpr | 37 | If you wish to add a different audio recording, a different title (i.e. text) or a different |
2701 | bpr | 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> |