# HG changeset patch # User Patrick PIERRE # Date 1359915893 -3600 # Node ID acf8aa34823abc5970fb6129fa8a137f565e3bc5 # Parent b7130735c2cdf78dd4b7fe8c81ea9d05da178671 Exercices avec images diff -r b7130735c2cd -r acf8aa34823a Xml/Quiz/Images/chat.png Binary file Xml/Quiz/Images/chat.png has changed diff -r b7130735c2cd -r acf8aa34823a Xml/Quiz/Images/chaton.png Binary file Xml/Quiz/Images/chaton.png has changed diff -r b7130735c2cd -r acf8aa34823a Xml/Quiz/Images/choices-check_audioi01.png Binary file Xml/Quiz/Images/choices-check_audioi01.png has changed diff -r b7130735c2cd -r acf8aa34823a Xml/Quiz/Images/choices-radioq02i01.jpg Binary file Xml/Quiz/Images/choices-radioq02i01.jpg has changed diff -r b7130735c2cd -r acf8aa34823a Xml/Quiz/Images/couleuvre.png Binary file Xml/Quiz/Images/couleuvre.png has changed diff -r b7130735c2cd -r acf8aa34823a Xml/Quiz/Images/elephant.png Binary file Xml/Quiz/Images/elephant.png has changed diff -r b7130735c2cd -r acf8aa34823a Xml/Quiz/Images/elephanteau.png Binary file Xml/Quiz/Images/elephanteau.png has changed diff -r b7130735c2cd -r acf8aa34823a Xml/Quiz/Images/hippocampe.png Binary file Xml/Quiz/Images/hippocampe.png has changed diff -r b7130735c2cd -r acf8aa34823a Xml/Quiz/Images/lezard.png Binary file Xml/Quiz/Images/lezard.png has changed diff -r b7130735c2cd -r acf8aa34823a Xml/Quiz/Images/lievre.png Binary file Xml/Quiz/Images/lievre.png has changed diff -r b7130735c2cd -r acf8aa34823a Xml/Quiz/Images/lion.png Binary file Xml/Quiz/Images/lion.png has changed diff -r b7130735c2cd -r acf8aa34823a Xml/Quiz/Images/lionceau.png Binary file Xml/Quiz/Images/lionceau.png has changed diff -r b7130735c2cd -r acf8aa34823a Xml/Quiz/Images/loup.png Binary file Xml/Quiz/Images/loup.png has changed diff -r b7130735c2cd -r acf8aa34823a Xml/Quiz/Images/lynx.png Binary file Xml/Quiz/Images/lynx.png has changed diff -r b7130735c2cd -r acf8aa34823a Xml/Quiz/Images/ours.png Binary file Xml/Quiz/Images/ours.png has changed diff -r b7130735c2cd -r acf8aa34823a Xml/Quiz/Images/ourson.png Binary file Xml/Quiz/Images/ourson.png has changed diff -r b7130735c2cd -r acf8aa34823a Xml/Quiz/Images/rouge-gorge.png Binary file Xml/Quiz/Images/rouge-gorge.png has changed diff -r b7130735c2cd -r acf8aa34823a Xml/Quiz/Images/tigre.png Binary file Xml/Quiz/Images/tigre.png has changed diff -r b7130735c2cd -r acf8aa34823a Xml/Quiz/Images/tigreau.png Binary file Xml/Quiz/Images/tigreau.png has changed diff -r b7130735c2cd -r acf8aa34823a Xml/Quiz/categories_image.xml --- /dev/null jeu. janv. 01 00:00:00 1970 +0000 +++ b/Xml/Quiz/categories_image.xml dim. févr. 03 19:24:53 2013 +0100 @@ -0,0 +1,38 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- $Id$ --> +<publiquiz version="1.0"> + <quiz id="categories_image" xml:lang="fr"> + <head> + <title>Exercice de catégories avec images</title> + </head> + + <instructions> + <p>Classez les animaux suivants par mode de reproduction.</p> + </instructions> + + <categories> + <category> + <head> + <title>Mammifère</title> + </head> + <item><image id="loup"/></item> + <item><image id="elephant"/></item> + <item><image id="lievre"/></item> + </category> + <category> + <head> + <title>Vivipare</title> + </head> + <item><image id="lezard"/></item> + <item><image id="hippocampe"/></item> + </category> + <category> + <head> + <title>Ovipare</title> + </head> + <item><image id="rouge-gorge"/></item> + <item><image id="couleuvre"/></item> + </category> + </categories> + </quiz> +</publiquiz> diff -r b7130735c2cd -r acf8aa34823a Xml/Quiz/choices-check_audio.xml --- a/Xml/Quiz/choices-check_audio.xml ven. févr. 01 19:20:44 2013 +0100 +++ b/Xml/Quiz/choices-check_audio.xml dim. févr. 03 19:24:53 2013 +0100 @@ -11,10 +11,10 @@ </instructions> <choices-check> - <right><audio id="choices-check_audioa01"/></right> - <wrong><audio id="choices-check_audioa02"/></wrong> - <right><audio id="choices-check_audioa03"/></right> - <wrong><audio id="choices-check_audioa04"/></wrong> + <right><audio id="choices-check_audioa01"/><image id="choices-check_audioi01"/></right> + <wrong><audio id="choices-check_audioa02"/><image id="choices-check_audioi01"/></wrong> + <right><audio id="choices-check_audioa03"/><image id="choices-check_audioi01"/></right> + <wrong><audio id="choices-check_audioa04"/><image id="choices-check_audioi01"/></wrong> </choices-check> </quiz> </publiquiz> diff -r b7130735c2cd -r acf8aa34823a Xml/Quiz/composite.xml --- a/Xml/Quiz/composite.xml ven. févr. 01 19:20:44 2013 +0100 +++ b/Xml/Quiz/composite.xml dim. févr. 03 19:24:53 2013 +0100 @@ -94,9 +94,9 @@ <p>Associez les animaux avec leur catégorie.</p> </instructions> <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> + <match><item>oiseau</item> <item>hirondelle</item></match> + <match><item>mammifère</item> <item>baleine</item></match> + <match><item>reptile</item> <item>couleuvre</item></match> </matching> </subquiz> diff -r b7130735c2cd -r acf8aa34823a Xml/Quiz/matching.xml --- a/Xml/Quiz/matching.xml ven. févr. 01 19:20:44 2013 +0100 +++ b/Xml/Quiz/matching.xml dim. févr. 03 19:24:53 2013 +0100 @@ -12,20 +12,20 @@ <matching> <match> - <p>On s'entend très bien.</p> - <p>On s'entend comme chien et chat.</p> + <item>On s'entend très bien.</item> + <item>On s'entend comme chien et chat.</item> </match> <match> - <p>On a perdu le contact.</p> - <p>On a gardé contact.</p> + <item>On a perdu le contact.</item> + <item>On a gardé contact.</item> </match> <match> - <p>On se chamaille souvent.</p> - <p>On ne se dispute jamais.</p> + <item>On se chamaille souvent.</item> + <item>On ne se dispute jamais.</item> </match> <match> - <p>On s’amuse comme des fous.</p> - <p>On est plutôt sérieux ensemble.</p> + <item>On s’amuse comme des fous.</item> + <item>On est plutôt sérieux ensemble.</item> </match> </matching> </quiz> diff -r b7130735c2cd -r acf8aa34823a Xml/Quiz/matching_image.xml --- /dev/null jeu. janv. 01 00:00:00 1970 +0000 +++ b/Xml/Quiz/matching_image.xml dim. févr. 03 19:24:53 2013 +0100 @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- $Id$ --> +<publiquiz version="1.0"> + <quiz id="matching_image" xml:lang="fr"> + <head> + <title>Exercice d'appariement avec images</title> + </head> + + <instructions> + <p>Associez les petits avec leur parent.</p> + </instructions> + + <matching> + <match> + <item><image id="chat"/></item> + <item><image id="chaton"/></item> + </match> + <match> + <item><image id="elephant"/></item> + <item><image id="elephanteau"/></item> + </match> + <match> + <item><image id="lion"/></item> + <item><image id="lionceau"/></item> + </match> + <match> + <item><image id="ours"/></item> + <item><image id="ourson"/></item> + </match> + <match> + <item><image id="tigre"/></item> + <item><image id="tigreau"/></item> + </match> + </matching> + </quiz> +</publiquiz> diff -r b7130735c2cd -r acf8aa34823a Xml/Quiz/sort_image.xml --- /dev/null jeu. janv. 01 00:00:00 1970 +0000 +++ b/Xml/Quiz/sort_image.xml dim. févr. 03 19:24:53 2013 +0100 @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- $Id$ --> +<publiquiz version="1.0"> + <quiz id="sort_image" xml:lang="fr"> + <head> + <title>Exercice de tri avec image</title> + </head> + + <instructions> + <p>Rangez les animaux pour réaliser une chaîne alimentaire.</p> + </instructions> + + <sort> + <comparison>sont mangés par</comparison> + <item shuffle="3"><image id="lievre"/></item> + <item shuffle="1"><image id="loup"/></item> + <item shuffle="2"><image id="lynx"/></item> + </sort> + </quiz> +</publiquiz> diff -r b7130735c2cd -r acf8aa34823a Xml/Sets/quiz.xml --- a/Xml/Sets/quiz.xml ven. févr. 01 19:20:44 2013 +0100 +++ b/Xml/Sets/quiz.xml dim. févr. 03 19:24:53 2013 +0100 @@ -18,8 +18,11 @@ <file name="point.xml"/> <file name="point_radio.xml"/> <file name="matching.xml"/> + <file name="matching_image.xml"/> <file name="sort.xml"/> + <file name="sort_image.xml"/> <file name="categories.xml"/> + <file name="categories_image.xml"/> <file name="production.xml"/> <file name="composite.xml"/> </division>