Subversion Repositories wimsdev

Rev

Rev 4067 | Rev 5711 | 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_SELECTWORD requires the learner to select a word or words in a piece of text.
4067 bpr 2
<p class="emptyline"></p>
3697 bpr 3
Usually there are two phases in a $wims_name_quick_SELECTWORD type exercise:
4156 bpr 4
In the first phase certain words or group of words have to be identified by clicking on them.
5
 
2701 bpr 6
In the second phase the learner has to provide some sort of "explanation" for 
7
each word or group of words (for example a translation, identification of the 
8
grammatical form, the irregular form of a verb or a plural noun, etc.).
4156 bpr 9
You can also choose the <tt>flashcard</tt> option, 
10
in which case the learner will have to click on 
11
labels to hide certain words in the first phase of the exercise.
4067 bpr 12
<p class="emptyline"></p>
2701 bpr 13
In the second phase of the exercise: 
2544 bpr 14
<ol><li> 
2701 bpr 15
You can decide which format you wish to use(clickfill, case, dragfill).
16
If there are several possible correct answers, they have to be separated by ||.
2544 bpr 17
</li>
18
<li>
2701 bpr 19
The feedback (correct answers) to the exercise can be displayed either 
20
in the text beside the word(s) or between the lines or outside the text.
2544 bpr 21
</li></ol>
22
 
2701 bpr 23
The following variants of an exercise can be created depending on the kind 
24
of task you wish the learner to do:
2544 bpr 25
<ol><li>
2701 bpr 26
It is possible not to have a second phase (just ask the learner to select 
27
words or group of words);
2544 bpr 28
</li><li>
2701 bpr 29
It is possible not to have a first phase (i.e. the learner doesn't have to first select words).
2544 bpr 30
</li></ol>
4067 bpr 31
The size of the blanks or labels in the second phase of the exercise have 
2701 bpr 32
to be configured according to the length of the "explanation" required.
4067 bpr 33
<p class="emptyline"></p>
2701 bpr 34
Several data sets can be included in an exercise but they will be displayed randomly .
4067 bpr 35
<p class="emptyline"></p>
2701 bpr 36
A different picture, audio recording, introduction or title (i.e. piece of text) 
37
can be added to each data set.
2544 bpr 38
 
2575 bpr 39
:format
4067 bpr 40
<h3>$wims_name_Syntax</h3>
41
<pre>
2701 bpr 42
:??The cat|subject?? likes ??mice|direct object??. But ??mice|subject??
43
 don't like ??cats|direct object??.
44
:??He|subject?? prefers ??the red car|direct object??.
4067 bpr 45
</pre>
46
 
47
<pre>
2701 bpr 48
:??first word(s) to be selected|answer in the second phase?? texte
49
??second word(s) to be selected|answer in the second phase??.
4067 bpr 50
</pre>
51
<span class="wims_warning">$wims_name_remark</span>: The possible answers for the second 
2701 bpr 52
phase of the exercise can be added to the beginning of the data file using 
53
the following format. For example:
4067 bpr 54
<pre>
2701 bpr 55
choice=subject,direct object,indirect object
4067 bpr 56
</pre>
57
<span class="wims_warning">$wims_name_remark</span>: If the exercise has no second phase 
4156 bpr 58
just one ,| has to be  removed and only the word(s) corresponding to the first phase 
3023 bpr 59
shall be written. For example:
4067 bpr 60
<pre>
2701 bpr 61
:??The cat?? likes ??mice??. But ??mice??
62
 don't like ??cats??.
4067 bpr 63
</pre>
2575 bpr 64
 
4067 bpr 65
<span class="wims_warning">$wims_name_remark</span>: When there are several possible 
2701 bpr 66
correct answers, they have to be separated by || . For example: 
2575 bpr 67
 
4067 bpr 68
<pre>
2701 bpr 69
:She ??be - negative form|is not||isn't?? my sister.
2575 bpr 70
:Elle ??être|était||a été?? aux USA.
4067 bpr 71
</pre>
2701 bpr 72
If the exercise has no first phase (i.e. the learner is not required to 
73
click on a word) the format is the following:
4067 bpr 74
<pre>
2701 bpr 75
:??|a possible answer||a second possible answer||a third possible answer??
2575 bpr 76
:The ??|organisation||organization?? of this meeting is difficult.
77
:Beaucoup de ??|gens||personnes?? en France ont un téléphone portable.
4067 bpr 78
 </pre>
2575 bpr 79
 
4067 bpr 80
<span class="wims_warning">$wims_name_remark</span>: Preferences for a data set.
2701 bpr 81
 
82
If you wish to add a different audio recording, a different title (i.e. text) 
83
or a different introduction to each data set (i.e. exercise), the first line must 
84
have the following format
4067 bpr 85
<pre>
3023 bpr 86
:audio=audio_file.mp3 image=picture_file.jpg title="your text" intro="instructions" 
4067 bpr 87
</pre>