Ajout d'un test de catégories
authorPatrick PIERRE <patrick.pierre@prismallia.fr>
sam., 28 juil. 2012 08:25:43 +0200
changeset 19 20e0ea3ff2fc
parent 18 c252103b3835
child 20 356ca44de53c
Ajout d'un test de catégories
Xml/Quiz/categories.xml
Xml/Sets/quiz.xml
--- /dev/null	jeu. janv. 01 00:00:00 1970 +0000
+++ b/Xml/Quiz/categories.xml	sam. juil. 28 08:25:43 2012 +0200
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Id$ -->
+<publiquiz version="1.0">
+  <quiz id="categories" xml:lang="fr">
+    <head>
+      <title>Exercice de catégories</title>
+    </head>
+
+    <instructions>
+      <p>Classez les verbes suivants par groupe verbal.</p>
+    </instructions>
+
+    <categories>
+      <category>
+        <head>
+          <title>verbes du premier groupe</title>
+        </head>
+        <item>manger</item>
+        <item>chanter</item>
+        <item>se promener</item>
+        <item>rêver</item>
+      </category>
+      <category>
+        <head>
+          <title>verbes du deuxième groupe</title>
+        </head>
+        <item>finir</item>
+        <item>choisir</item>
+        <item>reussir</item>
+      </category>
+      <category>
+        <head>
+          <title>verbes du troisième groupe</title>
+        </head>
+        <item>partir</item>
+        <item>prendre</item>
+        <item>voir</item>
+        <item>cueillir</item>
+      </category>
+    </categories>
+  </quiz>
+</publiquiz>
--- a/Xml/Sets/quiz.xml	jeu. juin 21 16:20:24 2012 +0200
+++ b/Xml/Sets/quiz.xml	sam. juil. 28 08:25:43 2012 +0200
@@ -2,8 +2,8 @@
 <!-- $Id$ -->
 <publiset version="1.0">
   <composition id="quiz" as="publiquiz" attributes="version=1.0">
-    <division as="document" attributes="id=quiz xml:lang=fr" path="../Quiz"
-              xpath="*">
+    <division as="document" attributes="id=quiz xml:lang=fr"
+              path="../Quiz" xpath="*">
       <head>
         <title>Ensemble d'exercices</title>
       </head>
@@ -17,6 +17,7 @@
       <file name="point_radio.xml"/>
       <file name="matching.xml"/>
       <file name="sort.xml"/>
+      <file name="categories.xml"/>
       <file name="production.xml"/>
       <file name="composite.xml"/>
     </division>