--- /dev/null jeu. janv. 01 00:00:00 1970 +0000
+++ b/Xml/Sets/proba.xml mer. mai 30 18:21:13 2012 +0200
@@ -0,0 +1,31 @@
+<?xml version='1.0' encoding='utf-8'?>
+<!-- $Id$ -->
+<publiset version="1.0">
+ <composition xml:id="proba" as="publiquiz" attributes="version=1.0">
+ <division as="document" attributes="xml:id=proba xml:lang=fr">
+ <head>
+ <title>Exemple d'assemblage de sujets et de quiz</title>
+ <keywordset>
+ <keyword>mathématiques</keyword>
+ <keyword>probabilité</keyword>
+ </keywordset>
+ </head>
+
+ <!-- ============================ Cours ============================= -->
+ <division path="../Topics" xslt="composition.xsl">
+ <head>
+ <title>Le cours</title>
+ </head>
+ <file name="proba01.xml"/>
+ </division>
+
+ <!-- ========================== Exercices =========================== -->
+ <division path="../Quiz" xslt="composition.xsl">
+ <head>
+ <title>Les exercices</title>
+ </head>
+ <file name="choices-radio.xml"/>
+ </division>
+ </division>
+ </composition>
+</publiset>