Xml/Sets/proba.xml
changeset 98 210b4923b089
parent 97 b2b0abcdf718
child 99 db514bf0f5e9
equal deleted inserted replaced
97:b2b0abcdf718 98:210b4923b089
     1 <?xml version='1.0' encoding='utf-8'?>
       
     2 <!-- $Id$ -->
       
     3 <publiset version="1.0">
       
     4   <composition id="proba" 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>