Xml/Sets/proba.xml
author Patrick PIERRE <patrick.pierre@prismallia.fr>
mar., 12 juin 2012 11:39:57 +0200
changeset 10 25bcb189ca55
parent 0 e8d6296c8d5e
child 13 47c5fde22057
permissions -rw-r--r--
xml:id -> id
<?xml version='1.0' encoding='utf-8'?>
<!-- $Id$ -->
<publiset version="1.0">
  <composition id="proba" as="publiquiz" attributes="version=1.0">
    <division as="document" attributes="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>