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