equal
deleted
inserted
replaced
|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!-- $Id$ --> |
|
3 <publiquiz version="1.0"> |
|
4 <quiz xml:id="composite"> |
|
5 <head> |
|
6 <title>Assemblage d'exercices</title> |
|
7 </head> |
|
8 |
|
9 <instructions> |
|
10 <p>À quelle catégorie appartiennent les animaux suivants ?</p> |
|
11 </instructions> |
|
12 |
|
13 <composite> |
|
14 <instructions> |
|
15 <p>abeille</p> |
|
16 </instructions> |
|
17 <choices type="radio"> |
|
18 <wrong>gastéropode</wrong> |
|
19 <right>insecte</right> |
|
20 <wrong>mollusque</wrong> |
|
21 </choices> |
|
22 |
|
23 <instructions> |
|
24 <p>aigle</p> |
|
25 </instructions> |
|
26 <choices type="check"> |
|
27 <right>oiseau</right> |
|
28 <wrong>passereau</wrong> |
|
29 <wrong>charognard</wrong> |
|
30 <right>rapace</right> |
|
31 </choices> |
|
32 |
|
33 <instructions> |
|
34 <p>albatros</p> |
|
35 </instructions> |
|
36 <point type="radio"> |
|
37 <p> |
|
38 <right>oiseau</right>_/ |
|
39 <wrong>rongeur</wrong> / |
|
40 <wrong>reptile</wrong> |
|
41 </p> |
|
42 </point> |
|
43 </composite> |
|
44 </quiz> |
|
45 </publiquiz> |