Subversion Repositories wimsdev

Rev

Rev 4156 | Details | Compare with Previous | Last modification | View Log | RSS feed

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