RelaxNG/Examples/Quiz/point_radio.xml
author Patrick PIERRE
ven., 10 janv. 2014 16:50:33 +0100
changeset 288 e89c967167bb
parent 117 fb3173d57512
permissions -rw-r--r--
Gestion des index
<?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>