Rev 3752 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
3752 | czzmrn | 1 | The $wims_name_quick_ORDONNE type exercises require the learner to put sentences in order. |
2 | Each sentence has to be written on a single line. |
||
3 | With such exercises pictures, audio or video recordings can be exploited efficiently. |
||
4 | |||
5 | Le nombre de phrases possibles pour chaque exercice est de 29. |
||
6 | |||
7 | :format |
||
4067 | bpr | 8 | <pre> |
3752 | czzmrn | 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. |
||
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. |
||
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 | General syntax : |
||
23 | <pre> |
||
3752 | czzmrn | 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> |
3752 | czzmrn | 29 | |
4067 | bpr | 30 | <span class="wims_warning">$wims_name_remark</span>: Preferences for a data set. |
3752 | czzmrn | 31 | |
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> |
3752 | czzmrn | 35 | :audio=audio_file.mp3 image=picture_file.jpg title="your text" intro="instructions" |
4067 | bpr | 36 | </pre> |
3752 | czzmrn | 37 | (see example above where the first line is the name of the recipe.) |