Ajout d'un exercice
authorPatrick PIERRE
lun., 11 févr. 2013 13:36:56 +0100
changeset 65 4d22a2623d06
parent 64 2c3632a6fd7d
child 66 f63c830285ab
Ajout d'un exercice
Xml/Quiz/matching_multiple.xml
Xml/Sets/quiz.xml
--- /dev/null	jeu. janv. 01 00:00:00 1970 +0000
+++ b/Xml/Quiz/matching_multiple.xml	lun. févr. 11 13:36:56 2013 +0100
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Id$ -->
+<publiquiz version="1.0">
+  <quiz id="matching_multiple" xml:lang="fr">
+    <head>
+      <title>Exercice d'appariement avec propositions réutilisables</title>
+    </head>
+
+    <instructions>
+      <p>Conjuguez le verbe <mentioned>chanter</mentioned> à l'imparfait.</p>
+    </instructions>
+
+    <matching multiple="true">
+      <match>
+        <item>Je</item>
+        <item>chantais</item>
+      </match>
+      <match>
+        <item>Tu</item>
+        <item>chantais</item>
+      </match>
+      <match>
+        <item>Il/elle</item>
+        <item>chantait</item>
+      </match>
+      <match>
+        <item>Nous</item>
+        <item>chantions</item>
+      </match>
+      <match>
+        <item>Vous</item>
+        <item>chantiez</item>
+      </match>
+      <match>
+        <item>Ils/elles</item>
+        <item>chantaient</item>
+      </match>
+    </matching>
+  </quiz>
+</publiquiz>
--- a/Xml/Sets/quiz.xml	dim. févr. 10 09:59:41 2013 +0100
+++ b/Xml/Sets/quiz.xml	lun. févr. 11 13:36:56 2013 +0100
@@ -18,6 +18,7 @@
       <file>point.xml</file>
       <file>point_radio.xml</file>
       <file>matching.xml</file>
+      <file>matching_multiple.xml</file>
       <file>matching_image.xml</file>
       <file>sort.xml</file>
       <file>sort_image.xml</file>