Xml/Quiz/matching.xml
changeset 0 e8d6296c8d5e
child 10 25bcb189ca55
equal deleted inserted replaced
-1:000000000000 0:e8d6296c8d5e
       
     1 <?xml version="1.0" encoding="utf-8"?>
       
     2 <!-- $Id$ -->
       
     3 <publiquiz version="1.0">
       
     4   <quiz xml:id="matching" xml:lang="fr">
       
     5     <head>
       
     6       <title>Exercice d'appariement</title>
       
     7     </head>
       
     8 
       
     9     <instructions>
       
    10       <p>Associez les phrases suivantes avec leur contraire.</p>
       
    11     </instructions>
       
    12 
       
    13     <matching>
       
    14       <match>
       
    15         <p>On s'entend très bien.</p>
       
    16         <p>On s'entend comme chien et chat.</p>
       
    17       </match>
       
    18       <match>
       
    19         <p>On a perdu le contact.</p>
       
    20         <p>On a gardé contact.</p>
       
    21       </match>
       
    22       <match>
       
    23         <p>On se chamaille souvent.</p>
       
    24         <p>On ne se dispute jamais.</p>
       
    25       </match>
       
    26       <match>
       
    27         <p>On s’amuse comme des fous.</p>
       
    28         <p>On est plutôt sérieux ensemble.</p>
       
    29       </match>
       
    30     </matching>
       
    31   </quiz>
       
    32 </publiquiz>