Xml/Quiz/composite.xml
changeset 98 210b4923b089
parent 97 b2b0abcdf718
child 99 db514bf0f5e9
equal deleted inserted replaced
97:b2b0abcdf718 98:210b4923b089
     1 <?xml version="1.0" encoding="utf-8"?>
       
     2 <!-- $Id$ -->
       
     3 <publiquiz version="1.0">
       
     4   <quiz id="composite" xml:lang="fr">
       
     5     <head>
       
     6       <title>Exercice composite</title>
       
     7     </head>
       
     8 
       
     9     <instructions>
       
    10       <p>À quelle catégorie appartiennent les animaux suivants ?</p>
       
    11     </instructions>
       
    12 
       
    13     <composite>
       
    14       <!-- ================================================================ -->
       
    15       <subquiz>
       
    16         <instructions>
       
    17           <p>abeille</p>
       
    18         </instructions>
       
    19         <choices-radio>
       
    20           <wrong>gastéropode</wrong>
       
    21           <right>insecte</right>
       
    22           <wrong>mollusque</wrong>
       
    23         </choices-radio>
       
    24       </subquiz>
       
    25 
       
    26       <!-- ================================================================ -->
       
    27       <subquiz>
       
    28         <instructions>
       
    29           <p>aigle</p>
       
    30         </instructions>
       
    31         <choices-check>
       
    32           <right>oiseau</right>
       
    33           <wrong>passereau</wrong>
       
    34           <wrong>charognard</wrong>
       
    35           <right>rapace</right>
       
    36         </choices-check>
       
    37       </subquiz>
       
    38 
       
    39       <!-- ================================================================ -->
       
    40       <subquiz>
       
    41        <blanks-fill>
       
    42           <p>L'abeille est un <blank>insecte</blank> qui vit dans une
       
    43           <blank>ruche</blank>.</p>
       
    44           <p>Elle fabrique du <blank>miel</blank>.</p>
       
    45         </blanks-fill>
       
    46       </subquiz>
       
    47 
       
    48       <!-- ================================================================ -->
       
    49       <subquiz>
       
    50         <instructions>
       
    51           <p>albatros</p>
       
    52         </instructions>
       
    53         <blanks-select>
       
    54           <wrongs>
       
    55             <wrong>reptile</wrong>
       
    56             <wrong>oiseaux</wrong>
       
    57           </wrongs>
       
    58           <p>Catégorie : <blank>mammifère</blank></p>
       
    59         </blanks-select>
       
    60       </subquiz>
       
    61 
       
    62       <!-- ================================================================ -->
       
    63       <subquiz>
       
    64         <instructions>
       
    65           <p>dauphin</p>
       
    66         </instructions>
       
    67         <point>
       
    68           <p>
       
    69             <right>mammifère</right> /
       
    70             <right>cétacé</right> /
       
    71             <wrong>poisson</wrong> /
       
    72             <wrong>batracien</wrong>
       
    73           </p>
       
    74         </point>
       
    75       </subquiz>
       
    76 
       
    77       <!-- ================================================================ -->
       
    78       <subquiz>
       
    79         <instructions>
       
    80           <p>albatros</p>
       
    81         </instructions>
       
    82         <point type="radio">
       
    83           <p>
       
    84             <right>oiseau</right> /
       
    85             <wrong>rongeur</wrong> /
       
    86             <wrong>reptile</wrong>
       
    87           </p>
       
    88         </point>
       
    89       </subquiz>
       
    90 
       
    91       <!-- ================================================================ -->
       
    92       <subquiz>
       
    93         <instructions>
       
    94           <p>Associez les animaux avec leur catégorie.</p>
       
    95         </instructions>
       
    96         <matching>
       
    97           <match><item>oiseau</item>    <item>hirondelle</item></match>
       
    98           <match><item>mammifère</item> <item>baleine</item></match>
       
    99           <match><item>reptile</item>   <item>couleuvre</item></match>
       
   100         </matching>
       
   101       </subquiz>
       
   102 
       
   103       <!-- ================================================================ -->
       
   104       <subquiz>
       
   105         <instructions>
       
   106           <p>Qui mange qui ?</p> 
       
   107           <p>Rangez les animaux pour réaliser une chaîne alimentaire.</p>
       
   108         </instructions>
       
   109         <sort>
       
   110           <comparison>mange</comparison>
       
   111           <item>le loup (carnivore secondaire)</item>
       
   112           <item>le lynx (carnivore primaire)</item>
       
   113           <item>le lièvre (herbivore)</item>
       
   114         </sort>
       
   115       </subquiz>
       
   116     </composite>
       
   117 
       
   118     <help>
       
   119       <p>Cet exercice est très facile et ne nécessite pas d'aide.</p>
       
   120     </help>
       
   121   </quiz>
       
   122 </publiquiz>