Rev 11375 | Rev 13477 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
11375 | bpr | 1 | type=imaudio |
7133 | bpr | 2 | textarea="data" |
3 | |||
7718 | bpr | 4 | :Écrire le mot entendu (enregistrements à fournir). |
7133 | bpr | 5 | |
6 | Un audio est proposé et le texte entendu doit être écrit exactement. Les audio sont |
||
7 | pris parmi la base d'audio de mots enregistrés de WIMS. Si l'exercice est dans une classe, |
||
8 | avec une adapatation, il peut être utilisé avec des audios mis dans la classe. |
||
9 | |||
10 | <p>Pour construire un exercice avec ce modèle, il suffit de taper la liste de |
||
11 | mots à condition qu'ils existent dans la base d'audio (pour vérifier, taper |
||
12 | swac dans le moteur de recherche et utiliser l'outil proposé). |
||
13 | </p><p> |
||
14 | Pour plus de possibilités, utiliser Quicktool. |
||
15 | </p><p> |
||
11544 | obado | 16 | Author of the model: Bernadette Perrin-Riou <bpr@math.u-psud.fr> |
7133 | bpr | 17 | </p> |
18 | :%%%%%%%%%%%%%%%%% ATTENTION %%%%%%%%%%%%%%%%%%%% |
||
19 | |||
11544 | obado | 20 | 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. |
||
7133 | bpr | 22 | |
11544 | obado | 23 | :%%%%%%%% Sample parameters to be redefined %%%%%%%%%%%%%%%%% |
7133 | bpr | 24 | |
25 | |||
26 | :\title{Écouter et écrire II} |
||
27 | :\author{Bernadette, Perrin-Riou} |
||
28 | :\email{bpr@math.u-psud.fr} |
||
29 | :\credits{} |
||
30 | :Consigne |
||
31 | \text{instruction=Ecris le mot entendu, sans faute d'orthographe.} |
||
32 | |||
33 | :Liste d'audio et de mots |
||
34 | \text{data=nom_audio1,doctor |
||
35 | nom_audio2,teacher |
||
36 | nom_audio3,journalist} |
||
37 | |||
38 | :La taille verticale des cases en nombres de caractères. |
||
39 | \integer{size=12} |
||
40 | |||
11544 | obado | 41 | :%%%%%%%%%%%%% Now the statement in HTML. %%%%%%%%%%%%%%%%%%%% |
7133 | bpr | 42 | |
7718 | bpr | 43 | \text{mot=randrow (\data)} |
7133 | bpr | 44 | |
45 | \statement{ |
||
46 | \instruction |
||
47 | <div class="wimscenter"> |
||
48 | \audio{\imagedir/\mot[1]} |
||
49 | </div> |
||
50 | |||
51 | <div class="wimscenter"> |
||
52 | \embed{r1, \size |
||
53 | default |
||
54 | autocomplete="off"} |
||
55 | </div> |
||
56 | } |
||
57 | \answer{}{\mot[2..-1]}{type=case} |