Xml/Quiz/composite.xml
changeset 0 e8d6296c8d5e
child 10 25bcb189ca55
--- /dev/null	jeu. janv. 01 00:00:00 1970 +0000
+++ b/Xml/Quiz/composite.xml	mer. mai 30 18:21:13 2012 +0200
@@ -0,0 +1,122 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Id$ -->
+<publiquiz version="1.0">
+  <quiz xml: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><p>oiseau</p>    <p>hirondelle</p></match>
+          <match><p>mammifère</p> <p>baleine</p></match>
+          <match><p>reptile</p>   <p>couleuvre</p></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>