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 | : |
5 | :Write the word heard (records to be provided). |
5 | 6 | ||
6 |
|
7 | An audio is proposed and the text heard must be written exactly. |
7 |
|
8 | The audio is taken from the WIMS recorded word audio database. |
8 |
|
9 | If the exercise is in a class, it can be used with audios put in the class. |
9 | 10 | <p> |
|
10 |
|
11 | To build an exercise with this model, simply type the word list |
11 |
|
12 | as long as they exist in the audio database |
12 | swac |
13 | (to check, type "swac" in the search engine and use the proposed tool). |
13 | </p><p> |
14 | </p><p> |
14 |
|
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{ |
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{ |
32 | \text{instruction=Write the word heard, without misspelling.} |
33 | 33 | ||
34 | : |
34 | :List of audio and words |
35 | \text{ |
35 | \text{data=name_audio1,doctor |
36 |
|
36 | name_audio2,teacher |
37 |
|
37 | name_audio3,journalist} |
38 | 38 | ||
39 | : |
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} |