# HG changeset patch
# User Patrick PIERRE
# Date 1413976689 -7200
# Node ID 722529332b45a21fb0376afe2a3d407135c176ef
# Parent  fc5a30e23d0d952ddb8a890d20c5ec4525cba976
Nouvelle structure pour les exercices de pointage

diff -r fc5a30e23d0d -r 722529332b45 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>
 
       <!-- ================================================================ -->