Xml/Sets/proba.xml
changeset 0 e8d6296c8d5e
child 10 25bcb189ca55
equal deleted inserted replaced
-1:000000000000 0:e8d6296c8d5e
       
     1 <?xml version='1.0' encoding='utf-8'?>
       
     2 <!-- $Id$ -->
       
     3 <publiset version="1.0">
       
     4   <composition xml:id="proba" as="publiquiz" attributes="version=1.0">
       
     5     <division as="document" attributes="xml: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 name="proba01.xml"/>
       
    20       </division>
       
    21 
       
    22       <!-- ========================== Exercices =========================== -->
       
    23       <division path="../Quiz" xslt="composition.xsl">
       
    24         <head>
       
    25           <title>Les exercices</title>
       
    26         </head>
       
    27         <file name="choices-radio.xml"/>
       
    28       </division>
       
    29     </division>
       
    30   </composition>
       
    31 </publiset>