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_COMPOSE type exercises require the learner to put words or word groups in order. |
2701 | bpr | 2 | If you want to add commas or semicolons use their html code instead |
3 | (, for the comma and &#59; for the semicolon). |
||
4067 | bpr | 4 | <p class="emptyline"></p> |
4156 | bpr | 5 | 29 data sets (i.e. sentences) are allowed in each exercise. |
2575 | bpr | 6 | :format |
4067 | bpr | 7 | <pre> |
2701 | bpr | 8 | :The cat /is / eating/a mouse. |
9 | :Here / is / another example. |
||
10 | :1st word(s)/ 2nd word(s)/ 3rd word(s)/ on/one/line |
||
4067 | bpr | 11 | </pre> |
12 | <span class="wims_warning">$wims_name_remark</span>: Preferences for a data set. |
||
2701 | bpr | 13 | If you wish to add a different audio recording, a different title (i.e. text) |
14 | or a different introduction to each data set (i.e. exercise), |
||
15 | the first line must have the following format |
||
16 | |||
4067 | bpr | 17 | <pre> |
3023 | bpr | 18 | :audio=audio_file.mp3 image=picture_file.jpg title="your text" intro="instructions" |
4067 | bpr | 19 | </pre> |