RelaxNG/Examples/Quiz/point_radio.xml
author Patrick PIERRE <patrick.pierre@prismallia.fr>
jeu., 24 mai 2012 12:22:55 +0200
changeset 104 2db7cb9721c0
parent 102 e98e20206464
child 117 fb3173d57512
permissions -rw-r--r--
Ajout du type de son
<?xml version="1.0" encoding="utf-8"?>
<!-- $Id$ -->
<publiquiz version="1.0">
  <quiz xml: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>