Xml/Quiz/composite.xml
changeset 78 6cab31fd40ee
parent 77 4690abab3daa
child 85 deac30469ca6
equal deleted inserted replaced
77:4690abab3daa 78:6cab31fd40ee
     9     <instructions>
     9     <instructions>
    10       <p>À quelle catégorie appartiennent les animaux suivants ?</p>
    10       <p>À quelle catégorie appartiennent les animaux suivants ?</p>
    11     </instructions>
    11     </instructions>
    12 
    12 
    13     <composite>
    13     <composite>
       
    14       <!-- ================================================================ -->
    14       <quiz>
    15       <quiz>
    15         <instructions>
    16         <instructions>
    16           <p>abeille</p>
    17           <p>abeille</p>
    17         </instructions>
    18         </instructions>
    18         <choices type="radio">
    19         <choices type="radio">
    20           <right>insecte</right>
    21           <right>insecte</right>
    21           <wrong>mollusque</wrong>
    22           <wrong>mollusque</wrong>
    22         </choices>
    23         </choices>
    23       </quiz>
    24       </quiz>
    24 
    25 
       
    26       <!-- ================================================================ -->
    25       <quiz>
    27       <quiz>
    26         <instructions>
    28         <instructions>
    27           <p>aigle</p>
    29           <p>aigle</p>
    28         </instructions>
    30         </instructions>
    29         <choices type="check">
    31         <choices type="check">
    32           <wrong>charognard</wrong>
    34           <wrong>charognard</wrong>
    33           <right>rapace</right>
    35           <right>rapace</right>
    34         </choices>
    36         </choices>
    35       </quiz>
    37       </quiz>
    36 
    38 
       
    39       <!-- ================================================================ -->
       
    40       <quiz>
       
    41        <blanks type="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>
       
    46       </quiz>
       
    47 
       
    48       <!-- ================================================================ -->
       
    49       <quiz>
       
    50         <instructions>
       
    51           <p>albatros</p>
       
    52         </instructions>
       
    53         <blanks type="select">
       
    54           <wrongs>
       
    55             <wrong>reptile</wrong>
       
    56             <wrong>oiseaux</wrong>
       
    57           </wrongs>
       
    58           <p>Catégorie : <blank>mammifère</blank></p>
       
    59         </blanks>
       
    60       </quiz>
       
    61 
       
    62       <!-- ================================================================ -->
       
    63       <quiz>
       
    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       </quiz>
       
    76 
       
    77       <!-- ================================================================ -->
    37       <quiz>
    78       <quiz>
    38         <instructions>
    79         <instructions>
    39           <p>albatros</p>
    80           <p>albatros</p>
    40         </instructions>
    81         </instructions>
    41         <point type="radio">
    82         <point type="radio">
    45             <wrong>reptile</wrong>
    86             <wrong>reptile</wrong>
    46           </p>
    87           </p>
    47         </point>
    88         </point>
    48       </quiz>
    89       </quiz>
    49 
    90 
       
    91       <!-- ================================================================ -->
    50       <quiz>
    92       <quiz>
    51         <instructions>
    93         <instructions>
    52           <p>albatros</p>
    94           <p>Associez les animaux avec leur catégorie.</p>
    53         </instructions>
    95         </instructions>
    54         <blanks type="select">
    96         <matching>
    55           <wrongs>
    97           <match><p>oiseau</p>    <p>hirondelle</p></match>
    56             <wrong>reptile</wrong>
    98           <match><p>mammifère</p> <p>baleine</p></match>
    57             <wrong>oiseaux</wrong>
    99           <match><p>reptile</p>   <p>couleuvre</p></match>
    58           </wrongs>
   100         </matching>
    59           <p>Catégorie : <blank>mammifère</blank></p>
   101       </quiz>
    60         </blanks>
   102 
       
   103       <!-- ================================================================ -->
       
   104       <quiz>
       
   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>
    61       </quiz>
   115       </quiz>
    62     </composite>
   116     </composite>
       
   117 
       
   118     <help>
       
   119       <p>Cet exercice est très facile et ne nécessite pas d'aide.</p>
       
   120     </help>
    63   </quiz>
   121   </quiz>
    64 </publiquiz>
   122 </publiquiz>