Rev 4156 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
5711 | bpr | 1 | <p> |
3697 | bpr | 2 | The $wims_name_quick_ORDONNE type exercises require the learner to put sentences in order. |
2701 | bpr | 3 | Each sentence has to be written on a single line. |
4 | With such exercises pictures, audio or video recordings can be exploited efficiently. |
||
5711 | bpr | 5 | </p><p> |
4156 | bpr | 6 | 29 data sets (i.e. sentences) can be included in each exercise. |
5711 | bpr | 7 | </p> |
2575 | bpr | 8 | :format |
4067 | bpr | 9 | <pre> |
2701 | bpr | 10 | :title="Recipe for Chocolate Chip Cookies" |
11 | Preheat oven to 350 degrees F (175 degrees C). |
||
12 | Grease cookie sheets. |
||
13 | Sift together flour, baking soda, salt, cinnamon, mace, nutmeg, and cloves and set aside. |
||
14 | In a large bowl, cream together butter, brown sugar, and white sugar until smooth. |
||
3023 | bpr | 15 | Beat in the eggs one at a time, then stir in milk and vanilla. |
16 | Gradually mix in the sifted ingredients until well blended. |
||
17 | Using a wooden spoon, stir in the cornflakes, oats, coconut, chocolate chips, and walnuts. |
||
18 | Roll the dough into walnut sized balls, and place 2 inches apart on prepared cookie sheets, |
||
19 | next flatten slightly. |
||
2701 | bpr | 20 | Bake for 8 to 10 minutes in preheated oven. |
21 | Allow cookies to cool on baking sheet for 5 minutes before transferring to a wire rack to cool completely. |
||
4067 | bpr | 22 | </pre> |
23 | <h3>$wims_name_Syntax</h3> |
||
24 | <pre> |
||
2701 | bpr | 25 | :first sentence written on a single line |
26 | second sentence written on a single line |
||
27 | third sentence written on a single line |
||
28 | fourth sentence written on a single line |
||
4067 | bpr | 29 | </pre> |
2575 | bpr | 30 | |
4067 | bpr | 31 | <span class="wims_warning">$wims_name_remark</span>: Preferences for a data set. |
2701 | bpr | 32 | If you wish to add a different audio recording, a different title (i.e. text) or a different introduction |
33 | to each data set (i.e. exercise), the first line must have the following format |
||
4067 | bpr | 34 | <pre> |
3023 | bpr | 35 | :audio=audio_file.mp3 image=picture_file.jpg title="your text" intro="instructions" |
4067 | bpr | 36 | </pre> |
3023 | bpr | 37 | (see example above where the first line is the name of the recipe.) |