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 | :Choisir parmi des étiquettes le mot entendu (enregistrements à fournir). |
7133 | bpr | 5 | |
6 | Un audio est proposé et le texte doit être choisi par des étiquettes. 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 | <p> |
||
10 | Pour construire un exercice avec ce modèle, il suffit de taper la liste de |
||
11 | mots ainsi que le nom de l'enregistrement (à charger dans l'exercice). |
||
12 | </p><p> |
||
13 | Pour plus de possibilités, utiliser Quicktool. |
||
13477 | obado | 14 | </p><p class="wims_credits"> |
11544 | obado | 15 | Author of the model: Bernadette Perrin-Riou <bpr@math.u-psud.fr> |
7133 | bpr | 16 | </p> |
17 | :%%%%%%%%%%%%%%%%% ATTENTION %%%%%%%%%%%%%%%%%%%% |
||
18 | |||
11544 | obado | 19 | Remove the above header if you destroy the model tags! (The lines starting |
20 | with a ':'.) Otherwise the exercise might not be taken back by Createxo. |
||
7133 | bpr | 21 | |
11544 | obado | 22 | :%%%%%%%% Sample parameters to be redefined %%%%%%%%%%%%%%%%% |
7133 | bpr | 23 | |
24 | |||
25 | :\title{Écouter et reconnaître II} |
||
26 | :\author{Bernadette, Perrin-Riou} |
||
27 | :\email{bpr@math.u-psud.fr} |
||
28 | :\credits{} |
||
13477 | obado | 29 | |
30 | :Instructions |
||
7133 | bpr | 31 | \text{instruction=Clique sur le mot entendu.} |
32 | |||
33 | :Liste d'audio et de mots |
||
34 | \text{data = nom_audio1,doctor |
||
35 | nom_audio2,teacher |
||
36 | nom_audio3,journalist} |
||
37 | |||
38 | :Nombre de perturbateurs. |
||
39 | \integer{cntpertub=3} |
||
40 | :La taille verticale des cases en pixels. |
||
41 | \integer{sizev=200} |
||
42 | |||
43 | :La taille horizontale des cases à gauche en pixels. |
||
44 | \integer{sizel=20} |
||
45 | |||
11544 | obado | 46 | :%%%%%%%%%%%%% Now the statement in HTML. %%%%%%%%%%%%%%%%%%%% |
7133 | bpr | 47 | |
48 | \text{cnt=rows(\data)} |
||
49 | \text{N=shuffle(\cnt)} |
||
50 | \text{mot=row(\N[1],\data)} |
||
7231 | bpr | 51 | \text{mot=wims(embraced randitem \mot)} |
52 | \text{perturb=\N[2..\cntpertub+1]} |
||
7133 | bpr | 53 | \matrix{data=\data} |
54 | \text{perturb=\data[\perturb;2]} |
||
55 | \text{size=\sizev[]x\sizel[]} |
||
56 | |||
57 | \statement{ |
||
58 | \instruction |
||
59 | <div class="wimscenter"> |
||
60 | \audio{\imagedir/\mot[1]} |
||
61 | </div> |
||
62 | <div class="wimscenter"> |
||
63 | \embed{r1,\size} |
||
64 | </div> |
||
65 | } |
||
66 | \answer{}{\mot[2];\perturb}{type=clickfill} |