RelaxNG/Examples/Quiz/matching.xml
changeset 102 e98e20206464
parent 87 35606ecc54fc
child 117 fb3173d57512
--- /dev/null	jeu. janv. 01 00:00:00 1970 +0000
+++ b/RelaxNG/Examples/Quiz/matching.xml	mar. mai 08 16:22:26 2012 +0200
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Id$ -->
+<publiquiz version="1.0">
+  <quiz xml:id="matching" xml:lang="fr">
+    <head>
+      <title>Exercice d'appariement</title>
+    </head>
+
+    <instructions>
+      <p>Associez les phrases suivantes avec leur contraire.</p>
+    </instructions>
+
+    <matching>
+      <match>
+        <p>On s'entend très bien.</p>
+        <p>On s'entend comme chien et chat.</p>
+      </match>
+      <match>
+        <p>On a perdu le contact.</p>
+        <p>On a gardé contact.</p>
+      </match>
+      <match>
+        <p>On se chamaille souvent.</p>
+        <p>On ne se dispute jamais.</p>
+      </match>
+      <match>
+        <p>On s’amuse comme des fous.</p>
+        <p>On est plutôt sérieux ensemble.</p>
+      </match>
+    </matching>
+  </quiz>
+</publiquiz>