Data/Sets/proba.xml
changeset 316 47ffc0efdd37
parent 228 646c4968eb19
child 366 9219dc1860fe
equal deleted inserted replaced
315:1f1e5638ed6d 316:47ffc0efdd37
       
     1 <?xml version='1.0' encoding='utf-8'?>
       
     2 <!-- $Id$ -->
       
     3 <publiset version="1.0">
       
     4   <composition id="proba" xml:lang="fr" as="publiquiz" attributes="version=1.0">
       
     5     <division as="document" attributes="id=proba xml:lang=fr">
       
     6       <head>
       
     7         <title>Exemple d'assemblage de sujets et de quiz</title>
       
     8         <keywordset>
       
     9           <keyword>mathématiques</keyword>
       
    10           <keyword>probabilité</keyword>
       
    11         </keywordset>
       
    12       </head>
       
    13 
       
    14       <!-- ============================ Cours ============================= -->
       
    15       <division path="../Topics" xslt="composition.xsl">
       
    16         <head>
       
    17           <title>Le cours</title>
       
    18         </head>
       
    19         <file>proba01.xml</file>
       
    20       </division>
       
    21 
       
    22       <!-- ========================== Exercices =========================== -->
       
    23       <division path="../Quiz" xslt="composition.xsl">
       
    24         <head>
       
    25           <title>Les exercices</title>
       
    26         </head>
       
    27         <file>choices-radio.xml</file>
       
    28       </division>
       
    29     </division>
       
    30   </composition>
       
    31 </publiset>