1 <?xml version="1.0" encoding="utf-8"?> |
1 <?xml version="1.0" encoding="utf-8"?> |
2 <!-- $Id$ --> |
2 <!-- $Id$ --> |
3 <publiquiz version="1.0"> |
3 <publiquiz version="1.0"> |
4 <quiz xml:id="composite" xml:lang="fr"> |
4 <quiz xml:id="composite" xml:lang="fr"> |
5 <head> |
5 <head> |
6 <title>Assemblage d'exercices</title> |
6 <title>Exercice composite</title> |
7 </head> |
7 </head> |
8 |
8 |
9 <instructions> |
9 <instructions> |
10 <p>À quelle catégorie appartiennent les animaux suivants ?</p> |
10 <p>À quelle catégorie appartiennent les animaux suivants ?</p> |
11 </instructions> |
11 </instructions> |
12 |
12 |
13 <composite> |
13 <composite> |
14 <instructions> |
14 <quiz> |
15 <p>abeille</p> |
15 <instructions> |
16 </instructions> |
16 <p>abeille</p> |
17 <choices type="radio"> |
17 </instructions> |
18 <wrong>gastéropode</wrong> |
18 <choices type="radio"> |
19 <right>insecte</right> |
19 <wrong>gastéropode</wrong> |
20 <wrong>mollusque</wrong> |
20 <right>insecte</right> |
21 </choices> |
21 <wrong>mollusque</wrong> |
|
22 </choices> |
|
23 </quiz> |
22 |
24 |
23 <instructions> |
25 <quiz> |
24 <p>aigle</p> |
26 <instructions> |
25 </instructions> |
27 <p>aigle</p> |
26 <choices type="check"> |
28 </instructions> |
27 <right>oiseau</right> |
29 <choices type="check"> |
28 <wrong>passereau</wrong> |
30 <right>oiseau</right> |
29 <wrong>charognard</wrong> |
31 <wrong>passereau</wrong> |
30 <right>rapace</right> |
32 <wrong>charognard</wrong> |
31 </choices> |
33 <right>rapace</right> |
|
34 </choices> |
|
35 </quiz> |
32 |
36 |
33 <instructions> |
37 <quiz> |
34 <p>albatros</p> |
38 <instructions> |
35 </instructions> |
39 <p>albatros</p> |
36 <point type="radio"> |
40 </instructions> |
37 <p> |
41 <point type="radio"> |
38 <right>oiseau</right>_/ |
42 <p> |
39 <wrong>rongeur</wrong> / |
43 <right>oiseau</right> / |
40 <wrong>reptile</wrong> |
44 <wrong>rongeur</wrong> / |
41 </p> |
45 <wrong>reptile</wrong> |
42 </point> |
46 </p> |
|
47 </point> |
|
48 </quiz> |
|
49 |
|
50 <quiz> |
|
51 <instructions> |
|
52 <p>albatros</p> |
|
53 </instructions> |
|
54 <blanks type="select"> |
|
55 <wrongs> |
|
56 <wrong>reptile</wrong> |
|
57 <wrong>oiseaux</wrong> |
|
58 </wrongs> |
|
59 <p>Catégorie : <blank>mammifère</blank></p> |
|
60 </blanks> |
|
61 </quiz> |
43 </composite> |
62 </composite> |
44 </quiz> |
63 </quiz> |
45 </publiquiz> |
64 </publiquiz> |