Subversion Repositories wimsdev

Rev

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