Subversion Repositories wimsdev

Rev

Rev 2701 | Rev 3697 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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