Nouvelle structure pour les exercices de pointage
authorPatrick PIERRE
mer., 22 oct. 2014 13:18:09 +0200
changeset 338 722529332b45
parent 337 fc5a30e23d0d
child 339 d120083d9a6c
Nouvelle structure pour les exercices de pointage
Data/Quiz/composite.xml
--- a/Data/Quiz/composite.xml	mer. oct. 22 12:36:37 2014 +0200
+++ b/Data/Quiz/composite.xml	mer. oct. 22 13:18:09 2014 +0200
@@ -64,14 +64,14 @@
         <instructions>
           <p>dauphin</p>
         </instructions>
-        <point>
+        <pointing>
           <p>
-            <right>mammifère</right> /
-            <right>cétacé</right> /
-            <wrong>poisson</wrong> /
-            <wrong>batracien</wrong>
+            <point ref="right">mammifère</point> /
+            <point ref="right">cétacé</point> /
+            <point>poisson</point> /
+            <point>batracien</point>
           </p>
-        </point>
+        </pointing>
       </subquiz>
 
       <!-- ================================================================ -->
@@ -79,13 +79,13 @@
         <instructions>
           <p>albatros</p>
         </instructions>
-        <point type="radio">
+        <pointing type="radio">
           <p>
-            <right>oiseau</right> /
-            <wrong>rongeur</wrong> /
-            <wrong>reptile</wrong>
+            <point ref="right">oiseau</point> /
+            <point>rongeur</point> /
+            <point>reptile</point>
           </p>
-        </point>
+        </pointing>
       </subquiz>
 
       <!-- ================================================================ -->