Subversion Repositories wimsdev

Rev

Rev 13477 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13477 Rev 13714
Line 1... Line 1...
1
type=imaudio
1
type=imaudio
2
textarea="data"
2
textarea="data instruction"
-
 
3
iEdit="instruction"
3
 
4
 
4
:Écrire le mot entendu (enregistrements à fournir).
5
:Write the word heard (records to be provided).
5
 
6
 
6
Un audio est proposé et le texte entendu doit être écrit exactement. Les audio sont
7
An audio is proposed and the text heard must be written exactly.
7
pris parmi la base d'audio de mots enregistrés de WIMS. Si l'exercice est dans une classe,
8
 The audio is taken from the WIMS recorded word audio database.
8
avec une adapatation, il peut être utilisé avec des audios mis dans la classe.
9
 If the exercise is in a class, it can be used with audios put in the class.
9
 
10
<p>
10
<p>Pour construire un exercice avec ce modèle, il suffit de taper la liste de
11
  To build an exercise with this model, simply type the word list
11
mots à condition qu'ils existent dans la base d'audio (pour vérifier, taper
12
  as long as they exist in the audio database
12
swac dans le moteur de recherche et utiliser l'outil proposé).
13
  (to check, type "swac" in the search engine and use the proposed tool).
13
</p><p>
14
</p><p>
14
Pour plus de possibilités, utiliser Quicktool.
15
  For more possibilities, use Quicktool.
15
</p><p class="wims_credits">
16
</p><p class="wims_credits">
16
Author of the model: Bernadette Perrin-Riou <bpr@math.u-psud.fr>
17
Author of the model: Bernadette Perrin-Riou <bpr@math.u-psud.fr>
17
</p>
18
</p>
18
:%%%%%%%%%%%%%%%%%      ATTENTION      %%%%%%%%%%%%%%%%%%%%
19
:%%%%%%%%%%%%%%%%%      ATTENTION      %%%%%%%%%%%%%%%%%%%%
19
 
20
 
20
Remove the above header if you destroy the model tags! (The lines starting
21
Remove the above header if you destroy the model tags! (The lines starting
21
with a ':'.) Otherwise the exercise might not be taken back by Createxo.
22
with a ':'.) Otherwise the exercise might not be taken back by Createxo.
22
 
23
 
23
:%%%%%%%% Sample parameters to be redefined %%%%%%%%%%%%%%%%%
24
:%%%%%%%% Sample parameters to be redefined %%%%%%%%%%%%%%%%%
24
 
-
 
25
 
25
 
26
:\title{Écouter et écrire II}
26
:\title{Listen and write II}
27
:\author{Bernadette, Perrin-Riou}
27
:\author{Bernadette, Perrin-Riou}
28
:\email{bpr@math.u-psud.fr}
28
:\email{bpr@math.u-psud.fr}
29
:\credits{}
29
:\credits{}
30
 
30
 
31
:Instructions
31
:Instructions
32
\text{instruction=Ecris le mot entendu, sans faute d'orthographe.}
32
\text{instruction=Write the word heard, without misspelling.}
33
 
33
 
34
:Liste d'audio et de mots
34
:List of audio and words
35
\text{data=nom_audio1,doctor
35
\text{data=name_audio1,doctor
36
nom_audio2,teacher
36
name_audio2,teacher
37
nom_audio3,journalist}
37
name_audio3,journalist}
38
 
38
 
39
:La taille verticale des cases en nombres de caractères.
39
:Height of the boxes (in numbers of characters)
40
\integer{size=12}
40
\integer{size=12}
41
 
41
 
42
:%%%%%%%%%%%%% Now the statement in HTML. %%%%%%%%%%%%%%%%%%%%
42
:%%%%%%%%%%%%% Now the statement in HTML. %%%%%%%%%%%%%%%%%%%%
43
 
43
 
44
\text{mot=randrow (\data)}
44
\text{mot=randrow (\data)}
45
 
45
 
46
\statement{
46
\statement{
47
\instruction
47
 <div class="instruction">\instruction</div>
48
<div class="wimscenter">
48
 <div class="wimscenter">
49
\audio{\imagedir/\mot[1]}
49
  \audio{\imagedir/\mot[1]}
50
</div>
50
 </div>
51
 
51
 
52
<div class="wimscenter">
52
 <div class="wimscenter">
53
 \embed{r1, \size
53
  \embed{r1, \size
54
 default
54
   default
55
 autocomplete="off"}
55
   autocomplete="off"}
56
</div>
56
 </div>
57
}
57
}
-
 
58
 
58
\answer{}{\mot[2..-1]}{type=case}
59
\answer{}{\mot[2..-1]}{type=case}