Xml/Quiz/matching_multiple.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="matching_multiple" xml:lang="fr">
       
     5     <head>
       
     6       <title>Exercice d'appariement avec propositions réutilisables</title>
       
     7     </head>
       
     8 
       
     9     <instructions>
       
    10       <p>Conjuguez le verbe <mentioned>chanter</mentioned> à l'imparfait.</p>
       
    11     </instructions>
       
    12 
       
    13     <matching multiple="true">
       
    14       <match>
       
    15         <item>Je</item>
       
    16         <item>chantais</item>
       
    17       </match>
       
    18       <match>
       
    19         <item>Tu</item>
       
    20         <item>chantais</item>
       
    21       </match>
       
    22       <match>
       
    23         <item>Il/elle</item>
       
    24         <item>chantait</item>
       
    25       </match>
       
    26       <match>
       
    27         <item>Nous</item>
       
    28         <item>chantions</item>
       
    29       </match>
       
    30       <match>
       
    31         <item>Vous</item>
       
    32         <item>chantiez</item>
       
    33       </match>
       
    34       <match>
       
    35         <item>Ils/elles</item>
       
    36         <item>chantaient</item>
       
    37       </match>
       
    38     </matching>
       
    39   </quiz>
       
    40 </publiquiz>