Rev 11544 | Rev 13714 | 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. |
||
13477 | obado | 15 | </p><p class="wims_credits"> |
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{} |
||
13477 | obado | 30 | |
31 | :Instructions |
||
7133 | bpr | 32 | \text{instruction=Ecris le mot entendu, sans faute d'orthographe.} |
33 | |||
34 | :Liste d'audio et de mots |
||
35 | \text{data=nom_audio1,doctor |
||
36 | nom_audio2,teacher |
||
37 | nom_audio3,journalist} |
||
38 | |||
39 | :La taille verticale des cases en nombres de caractères. |
||
40 | \integer{size=12} |
||
41 | |||
11544 | obado | 42 | :%%%%%%%%%%%%% Now the statement in HTML. %%%%%%%%%%%%%%%%%%%% |
7133 | bpr | 43 | |
7718 | bpr | 44 | \text{mot=randrow (\data)} |
7133 | bpr | 45 | |
46 | \statement{ |
||
47 | \instruction |
||
48 | <div class="wimscenter"> |
||
49 | \audio{\imagedir/\mot[1]} |
||
50 | </div> |
||
51 | |||
52 | <div class="wimscenter"> |
||
53 | \embed{r1, \size |
||
54 | default |
||
55 | autocomplete="off"} |
||
56 | </div> |
||
57 | } |
||
58 | \answer{}{\mot[2..-1]}{type=case} |