RelaxNG/Examples/Quiz/point_radio.xml
author Patrick PIERRE
lun., 15 juil. 2013 12:16:52 +0200
changeset 235 36829452b1eb
parent 117 fb3173d57512
permissions -rw-r--r--
Exemple de note dans <front>
<?xml version="1.0" encoding="utf-8"?>
<!-- $Id$ -->
<publiquiz version="1.0">
  <quiz id="point_radio" xml:lang="fr">
    <head>
      <title>Exercice de pointage radio</title>
    </head>

    <instructions>
      <section>
        <p>Désignez Le mot qui représente le substantif du verbe.</p>
      </section>
    </instructions>

    <point type="radio">
      <p>
        Changer :
        <wrong>changage</wrong> / <right>changement</right> / <wrong>changation</wrong>
      </p>
    </point>
  </quiz>
</publiquiz>