# HG changeset patch # User Patrick PIERRE <patrick.pierre@prismallia.fr> # Date 1327359069 -3600 # Node ID 6cab31fd40ee8d207c900ad4e981d2567dade15c # Parent 4690abab3daab3cc48487e1980342d8ced647fb7 Ajout d'exercices diff -r 4690abab3daa -r 6cab31fd40ee Xml/Quiz/composite.xml --- a/Xml/Quiz/composite.xml lun. janv. 23 18:59:27 2012 +0100 +++ b/Xml/Quiz/composite.xml lun. janv. 23 23:51:09 2012 +0100 @@ -11,6 +11,7 @@ </instructions> <composite> + <!-- ================================================================ --> <quiz> <instructions> <p>abeille</p> @@ -22,6 +23,7 @@ </choices> </quiz> + <!-- ================================================================ --> <quiz> <instructions> <p>aigle</p> @@ -34,6 +36,45 @@ </choices> </quiz> + <!-- ================================================================ --> + <quiz> + <blanks type="fill"> + <p>L'abeille est un <blank>insecte</blank> qui vit dans une + <blank>ruche</blank>.</p> + <p>Elle fabrique du <blank>miel</blank>.</p> + </blanks> + </quiz> + + <!-- ================================================================ --> + <quiz> + <instructions> + <p>albatros</p> + </instructions> + <blanks type="select"> + <wrongs> + <wrong>reptile</wrong> + <wrong>oiseaux</wrong> + </wrongs> + <p>Catégorie : <blank>mammifère</blank></p> + </blanks> + </quiz> + + <!-- ================================================================ --> + <quiz> + <instructions> + <p>dauphin</p> + </instructions> + <point> + <p> + <right>mammifère</right> / + <right>cétacé</right> / + <wrong>poisson</wrong> / + <wrong>batracien</wrong> + </p> + </point> + </quiz> + + <!-- ================================================================ --> <quiz> <instructions> <p>albatros</p> @@ -47,18 +88,35 @@ </point> </quiz> + <!-- ================================================================ --> <quiz> <instructions> - <p>albatros</p> + <p>Associez les animaux avec leur catégorie.</p> </instructions> - <blanks type="select"> - <wrongs> - <wrong>reptile</wrong> - <wrong>oiseaux</wrong> - </wrongs> - <p>Catégorie : <blank>mammifère</blank></p> - </blanks> + <matching> + <match><p>oiseau</p> <p>hirondelle</p></match> + <match><p>mammifère</p> <p>baleine</p></match> + <match><p>reptile</p> <p>couleuvre</p></match> + </matching> + </quiz> + + <!-- ================================================================ --> + <quiz> + <instructions> + <p>Qui mange qui ?</p> + <p>Rangez les animaux pour réaliser une chaîne alimentaire.</p> + </instructions> + <sort> + <comparison>mange</comparison> + <item>le loup (carnivore secondaire)</item> + <item>le lynx (carnivore primaire)</item> + <item>le lièvre (herbivore)</item> + </sort> </quiz> </composite> + + <help> + <p>Cet exercice est très facile et ne nécessite pas d'aide.</p> + </help> </quiz> </publiquiz> diff -r 4690abab3daa -r 6cab31fd40ee Xml/Quiz/point.xml --- a/Xml/Quiz/point.xml lun. janv. 23 18:59:27 2012 +0100 +++ b/Xml/Quiz/point.xml lun. janv. 23 23:51:09 2012 +0100 @@ -7,7 +7,7 @@ </head> <instructions> - <p>Sélectionne le nom ou le pronom qui détermine l'accord de + <p>Sélectionnez le nom ou le pronom qui détermine l'accord de chaque verbe mis en valeur.</p> </instructions> @@ -34,5 +34,19 @@ l'<wrong>espace</wrong> interstellaire.</p> </section> </point> + + <help> + <list> + <item> + Quand le sujet est un groupe nominal, le verbe s'accorde avec + le <highlight>nom noyau</highlight> du groupe. + </item> + <item> + Quand le sujet est le pronom relatif <mentioned>qui</mentioned>, le + verbe prend le nombre et la personne de + l'<highlight>antécédent</highlight>. + </item> + </list> + </help> </quiz> </publiquiz>