Xml/Quiz/matching.xml
changeset 73 0a3a8006996b
child 76 8117ef722ec4
equal deleted inserted replaced
72:c85252fac80c 73:0a3a8006996b
       
     1 <?xml version="1.0" encoding="utf-8"?>
       
     2 <!-- $Id$ -->
       
     3 <publiquiz version="1.0">
       
     4   <quiz xml:id="matching">
       
     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 chipote 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>