Xml/Quiz/composite.xml
changeset 73 0a3a8006996b
child 76 8117ef722ec4
--- /dev/null	jeu. janv. 01 00:00:00 1970 +0000
+++ b/Xml/Quiz/composite.xml	sam. janv. 21 18:03:09 2012 +0100
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Id$ -->
+<publiquiz version="1.0">
+  <quiz xml:id="composite">
+    <head>
+      <title>Assemblage d'exercices</title>
+    </head>
+
+    <instructions>
+      <p>À quelle catégorie appartiennent les animaux suivants ?</p>
+    </instructions>
+
+    <composite>
+      <instructions>
+        <p>abeille</p>
+      </instructions>
+      <choices type="radio">
+        <wrong>gastéropode</wrong>
+        <right>insecte</right>
+        <wrong>mollusque</wrong>
+      </choices>
+
+      <instructions>
+        <p>aigle</p>
+      </instructions>
+      <choices type="check">
+        <right>oiseau</right>
+        <wrong>passereau</wrong>
+        <wrong>charognard</wrong>
+        <right>rapace</right>
+      </choices>
+
+      <instructions>
+        <p>albatros</p>
+      </instructions>
+      <point type="radio">
+        <p>
+          <right>oiseau</right>_/
+          <wrong>rongeur</wrong> /
+          <wrong>reptile</wrong>
+        </p>
+      </point>
+    </composite>
+  </quiz>
+</publiquiz>