RelaxNG/Examples/Quiz/point_radio.xml
author Patrick PIERRE
mer., 05 févr. 2014 07:36:39 +0100
changeset 300 c36c87f54f71
parent 117 fb3173d57512
permissions -rw-r--r--
Ajout des variantes sur le <media>/<image>
<?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>