--- a/Xml/Quiz/composite.xml lun. avril 29 18:39:53 2013 +0200
+++ /dev/null jeu. janv. 01 00:00:00 1970 +0000
@@ -1,122 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Id$ -->
-<publiquiz version="1.0">
- <quiz id="composite" xml:lang="fr">
- <head>
- <title>Exercice composite</title>
- </head>
-
- <instructions>
- <p>À quelle catégorie appartiennent les animaux suivants ?</p>
- </instructions>
-
- <composite>
- <!-- ================================================================ -->
- <subquiz>
- <instructions>
- <p>abeille</p>
- </instructions>
- <choices-radio>
- <wrong>gastéropode</wrong>
- <right>insecte</right>
- <wrong>mollusque</wrong>
- </choices-radio>
- </subquiz>
-
- <!-- ================================================================ -->
- <subquiz>
- <instructions>
- <p>aigle</p>
- </instructions>
- <choices-check>
- <right>oiseau</right>
- <wrong>passereau</wrong>
- <wrong>charognard</wrong>
- <right>rapace</right>
- </choices-check>
- </subquiz>
-
- <!-- ================================================================ -->
- <subquiz>
- <blanks-fill>
- <p>L'abeille est un <blank>insecte</blank> qui vit dans une
- <blank>ruche</blank>.</p>
- <p>Elle fabrique du <blank>miel</blank>.</p>
- </blanks-fill>
- </subquiz>
-
- <!-- ================================================================ -->
- <subquiz>
- <instructions>
- <p>albatros</p>
- </instructions>
- <blanks-select>
- <wrongs>
- <wrong>reptile</wrong>
- <wrong>oiseaux</wrong>
- </wrongs>
- <p>Catégorie : <blank>mammifère</blank></p>
- </blanks-select>
- </subquiz>
-
- <!-- ================================================================ -->
- <subquiz>
- <instructions>
- <p>dauphin</p>
- </instructions>
- <point>
- <p>
- <right>mammifère</right> /
- <right>cétacé</right> /
- <wrong>poisson</wrong> /
- <wrong>batracien</wrong>
- </p>
- </point>
- </subquiz>
-
- <!-- ================================================================ -->
- <subquiz>
- <instructions>
- <p>albatros</p>
- </instructions>
- <point type="radio">
- <p>
- <right>oiseau</right> /
- <wrong>rongeur</wrong> /
- <wrong>reptile</wrong>
- </p>
- </point>
- </subquiz>
-
- <!-- ================================================================ -->
- <subquiz>
- <instructions>
- <p>Associez les animaux avec leur catégorie.</p>
- </instructions>
- <matching>
- <match><item>oiseau</item> <item>hirondelle</item></match>
- <match><item>mammifère</item> <item>baleine</item></match>
- <match><item>reptile</item> <item>couleuvre</item></match>
- </matching>
- </subquiz>
-
- <!-- ================================================================ -->
- <subquiz>
- <instructions>
- <p>Qui mange qui ?</p>
- <p>Rangez les animaux pour réaliser une chaîne alimentaire.</p>
- </instructions>
- <sort>
- <comparison>mange</comparison>
- <item>le loup (carnivore secondaire)</item>
- <item>le lynx (carnivore primaire)</item>
- <item>le lièvre (herbivore)</item>
- </sort>
- </subquiz>
- </composite>
-
- <help>
- <p>Cet exercice est très facile et ne nécessite pas d'aide.</p>
- </help>
- </quiz>
-</publiquiz>