# HG changeset patch # User Patrick PIERRE # Date 1519706542 -3600 # Node ID 1b5caa00aaa80fc12cae24aef1c905f5b55c4a6f # Parent fd645a45932e20e61a78e2ffa0694db324a53c9a Ajout de coloring + memory diff -r fd645a45932e -r 1b5caa00aaa8 Data/Quiz/Images/balerina1.png Binary file Data/Quiz/Images/balerina1.png has changed diff -r fd645a45932e -r 1b5caa00aaa8 Data/Quiz/Images/balerina2.png Binary file Data/Quiz/Images/balerina2.png has changed diff -r fd645a45932e -r 1b5caa00aaa8 Data/Quiz/Images/bingo_green.png Binary file Data/Quiz/Images/bingo_green.png has changed diff -r fd645a45932e -r 1b5caa00aaa8 Data/Quiz/Images/bingo_red.png Binary file Data/Quiz/Images/bingo_red.png has changed diff -r fd645a45932e -r 1b5caa00aaa8 Data/Quiz/Images/cerf.jpg Binary file Data/Quiz/Images/cerf.jpg has changed diff -r fd645a45932e -r 1b5caa00aaa8 Data/Quiz/Images/chat.jpg Binary file Data/Quiz/Images/chat.jpg has changed diff -r fd645a45932e -r 1b5caa00aaa8 Data/Quiz/Images/chaton.jpg Binary file Data/Quiz/Images/chaton.jpg has changed diff -r fd645a45932e -r 1b5caa00aaa8 Data/Quiz/Images/choices-radio_imagei00.png Binary file Data/Quiz/Images/choices-radio_imagei00.png has changed diff -r fd645a45932e -r 1b5caa00aaa8 Data/Quiz/Images/choices-radio_imagei01.png Binary file Data/Quiz/Images/choices-radio_imagei01.png has changed diff -r fd645a45932e -r 1b5caa00aaa8 Data/Quiz/Images/choices-radio_imagei02.png Binary file Data/Quiz/Images/choices-radio_imagei02.png has changed diff -r fd645a45932e -r 1b5caa00aaa8 Data/Quiz/Images/choices-radio_imagei03.png Binary file Data/Quiz/Images/choices-radio_imagei03.png has changed diff -r fd645a45932e -r 1b5caa00aaa8 Data/Quiz/Images/drapeau2.png Binary file Data/Quiz/Images/drapeau2.png has changed diff -r fd645a45932e -r 1b5caa00aaa8 Data/Quiz/Images/drapeau3.png Binary file Data/Quiz/Images/drapeau3.png has changed diff -r fd645a45932e -r 1b5caa00aaa8 Data/Quiz/Images/faon.jpg Binary file Data/Quiz/Images/faon.jpg has changed diff -r fd645a45932e -r 1b5caa00aaa8 Data/Quiz/coloring.xml --- /dev/null jeu. janv. 01 00:00:00 1970 +0000 +++ b/Data/Quiz/coloring.xml mar. févr. 27 05:42:22 2018 +0100 @@ -0,0 +1,37 @@ +<?xml version='1.0' encoding='utf-8'?> +<publiquiz version="1.0"> + <quiz id="coloring" xml:lang="fr"> + <head> + <title>Coloriage</title> + </head> + + <instructions> + <section> + <p>Colorie le personnage selon les caractéristiques décrites + ci-dessous.</p> + </section> + <section> + <p>Nina is a very talented balerina. She can jump higher than everyone + else. She's easily identifiable. She has dark skin and even darker + hair. She wears them up in a tight hair bun. Her tutu is green, with a + gold ruban edge. Her ballet slipper are in a lighter shade of + green.</p> + </section> + </instructions> + + <coloring> + <palette> + <color code="#FF6289"/> + <color code="#EEC1AD"/> + <color code="#005B96"/> + <color code="#008B75" coderef="#D5D5D5 #B4B4B4"/> + <color code="#84c9be"/> + <color code="#EFD807"/> + <color code="#965216"/> + <color code="#1C1107"/> + </palette> + <canvas id="balerina1"/> + <areas id="balerina2"/> + </coloring> + </quiz> +</publiquiz> diff -r fd645a45932e -r 1b5caa00aaa8 Data/Quiz/memory.xml --- /dev/null jeu. janv. 01 00:00:00 1970 +0000 +++ b/Data/Quiz/memory.xml mar. févr. 27 05:42:22 2018 +0100 @@ -0,0 +1,43 @@ +<?xml version='1.0' encoding='utf-8'?> +<publiquiz version="1.0"> + <quiz id="memory" xml:lang="fr"> + <head> + <title>Memory</title> + </head> + + <instructions> + <p>Associez chaque petit avec son parent.</p> + </instructions> + + <memory display="3"> + <match> + <item> <image id="chat"/> </item> + <item> <image id="chaton"/> </item> + </match> + <match> + <item> <image id="cerf"/> </item> + <item> <image id="faon"/> </item> + </match> + <match> + <item> <image id="ours"/> </item> + <item> <image id="ourson"/> </item> + </match> + <match> + <item> <image id="lionceau"/> </item> + <item> <image id="lion"/> </item> + </match> + <match> + <item> <image id="elephanteau"/> </item> + <item> <image id="elephant"/> </item> + </match> + <match> + <item> <image id="veau"/> </item> + <item> <image id="vache"/> </item> + </match> + <match> + <item> <image id="tigreau"/> </item> + <item> <image id="tigre"/> </item> + </match> + </memory> + </quiz> +</publiquiz>