Rev 3697 | Rev 4067 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
3697 | bpr | 1 | $wims_name_quick_SELECTWORD requires the learner to select a word or words in a piece of text. |
2544 | bpr | 2 | |
3697 | bpr | 3 | Usually there are two phases in a $wims_name_quick_SELECTWORD type exercise: |
3778 | bpr | 4 | In the first phase certain words or group of words have to be identified by clicking on them |
5 | or by turning over (by clicking on them) the labels (or flashcards) to hide words |
||
6 | (select then <tt>flashcard</tt>, the text is written twice, first usually, then with labels). |
||
2701 | bpr | 7 | In the second phase the learner has to provide some sort of "explanation" for |
8 | each word or group of words (for example a translation, identification of the |
||
9 | grammatical form, the irregular form of a verb or a plural noun, etc.). |
||
2544 | bpr | 10 | |
2701 | bpr | 11 | In the second phase of the exercise: |
2544 | bpr | 12 | <ol><li> |
2701 | bpr | 13 | You can decide which format you wish to use(clickfill, case, dragfill). |
14 | If there are several possible correct answers, they have to be separated by ||. |
||
2544 | bpr | 15 | </li> |
16 | <li> |
||
2701 | bpr | 17 | The feedback (correct answers) to the exercise can be displayed either |
18 | in the text beside the word(s) or between the lines or outside the text. |
||
2544 | bpr | 19 | </li></ol> |
20 | |||
2701 | bpr | 21 | The following variants of an exercise can be created depending on the kind |
22 | of task you wish the learner to do: |
||
2544 | bpr | 23 | <ol><li> |
2701 | bpr | 24 | It is possible not to have a second phase (just ask the learner to select |
25 | words or group of words); |
||
26 | |||
2544 | bpr | 27 | </li><li> |
2701 | bpr | 28 | It is possible not to have a first phase (i.e. the learner doesn't have to first select words). |
29 | |||
2544 | bpr | 30 | </li></ol> |
31 | |||
32 | |||
2701 | bpr | 33 | <p>The size of the blanks or labels in the second phase of the exercise have |
34 | to be configured according to the length of the "explanation" required. |
||
2544 | bpr | 35 | |
2701 | bpr | 36 | <p> |
37 | Several data sets can be included in an exercise but they will be displayed randomly . |
||
2544 | bpr | 38 | |
2701 | bpr | 39 | <p> |
40 | A different picture, audio recording, introduction or title (i.e. piece of text) |
||
41 | can be added to each data set. |
||
2544 | bpr | 42 | |
2575 | bpr | 43 | :format |
2701 | bpr | 44 | |
45 | |||
2575 | bpr | 46 | <font color=green> |
2701 | bpr | 47 | :??The cat|subject?? likes ??mice|direct object??. But ??mice|subject?? |
48 | don't like ??cats|direct object??. |
||
49 | :??He|subject?? prefers ??the red car|direct object??. |
||
2575 | bpr | 50 | </font> |
2701 | bpr | 51 | <i><font color=black>Syntax </font></i> |
2575 | bpr | 52 | <font color=green> |
2701 | bpr | 53 | :??first word(s) to be selected|answer in the second phase?? texte |
54 | ??second word(s) to be selected|answer in the second phase??. |
||
2575 | bpr | 55 | </font> |
3023 | bpr | 56 | <i><font color=black>Remark</font></i>: The possible answers for the second |
2701 | bpr | 57 | phase of the exercise can be added to the beginning of the data file using |
58 | the following format. For example: |
||
2575 | bpr | 59 | <font color=green> |
2701 | bpr | 60 | choice=subject,direct object,indirect object |
2575 | bpr | 61 | </font> |
3023 | bpr | 62 | <i><font color=black>Remark</font></i>: If the exercise has no second phase |
2701 | bpr | 63 | just one ,|is removed and only the word(s) corresponding to the first phase |
3023 | bpr | 64 | shall be written. For example: |
2575 | bpr | 65 | <font color=green> |
2701 | bpr | 66 | :??The cat?? likes ??mice??. But ??mice?? |
67 | don't like ??cats??. |
||
2575 | bpr | 68 | </font> |
69 | |||
3023 | bpr | 70 | <i><font color=black>Remark</font></i>: When there are several possible |
2701 | bpr | 71 | correct answers, they have to be separated by || . For example: |
2575 | bpr | 72 | |
73 | <font color=green> |
||
2701 | bpr | 74 | :She ??be - negative form|is not||isn't?? my sister. |
2575 | bpr | 75 | :Elle ??être|était||a été?? aux USA. |
76 | </font> |
||
2701 | bpr | 77 | If the exercise has no first phase (i.e. the learner is not required to |
78 | click on a word) the format is the following: |
||
2575 | bpr | 79 | <font color=green> |
2701 | bpr | 80 | :??|a possible answer||a second possible answer||a third possible answer?? |
2575 | bpr | 81 | :The ??|organisation||organization?? of this meeting is difficult. |
82 | :Beaucoup de ??|gens||personnes?? en France ont un téléphone portable. |
||
83 | </font> |
||
84 | |||
3023 | bpr | 85 | <i><font color=black>Remark</font></i>: Preferences for a data set. |
2701 | bpr | 86 | |
87 | If you wish to add a different audio recording, a different title (i.e. text) |
||
88 | or a different introduction to each data set (i.e. exercise), the first line must |
||
89 | have the following format |
||
2575 | bpr | 90 | <font color=green> |
3023 | bpr | 91 | :audio=audio_file.mp3 image=picture_file.jpg title="your text" intro="instructions" |
2701 | bpr | 92 | </font> |