Ajout d'une composition de sujets et d'exercices
authorPatrick PIERRE <patrick.pierre@prismallia.fr>
jeu., 26 janv. 2012 20:17:51 +0100
changeset 83 84bc0274d13d
parent 82 b6fead361506
child 84 666cb4bd1342
Ajout d'une composition de sujets et d'exercices
Xml/Sets/proba.xml
--- /dev/null	jeu. janv. 01 00:00:00 1970 +0000
+++ b/Xml/Sets/proba.xml	jeu. janv. 26 20:17:51 2012 +0100
@@ -0,0 +1,27 @@
+<?xml version='1.0' encoding='utf-8'?>
+<!-- $Id$ -->
+<publiset version="1.0">
+  <composition xml:id="proba" as="publidoc" attributes="version=1.0">
+    <division as="document" attributes="xml:id=proba">
+      <head>
+        <title>Exemple d'assemblage de sujets et de quiz</title>
+      </head>
+
+      <!-- ============================ Cours ============================= -->
+      <division path="../Topics" xslt="simplified_head.xsl">
+        <head>
+          <title>Le cours</title>
+        </head>
+        <file name="proba01.xml"/>
+      </division>
+
+      <!-- ========================== Exercices =========================== -->
+      <division path="../Quiz" xslt="simplified_head.xsl">
+        <head>
+          <title>Les exercices</title>
+        </head>
+        <file name="choice_radio.xml"/>
+      </division>
+    </division>
+  </composition>
+</publiset>