# HG changeset patch # User Patrick PIERRE <patrick.pierre@prismallia.fr> # Date 1365628383 -7200 # Node ID 6220366036028c8f12c88b4d7114c55220aab9f1 # Parent cebefa4c7add980e28b8e14133c0ab9805888698 Ajout des quiz PIP diff -r cebefa4c7add -r 622036603602 Xml/Quiz/Images/bingo.png Binary file Xml/Quiz/Images/bingo.png has changed diff -r cebefa4c7add -r 622036603602 Xml/Quiz/Images/bingo_green.png Binary file Xml/Quiz/Images/bingo_green.png has changed diff -r cebefa4c7add -r 622036603602 Xml/Quiz/Images/bingo_red.png Binary file Xml/Quiz/Images/bingo_red.png has changed diff -r cebefa4c7add -r 622036603602 Xml/Quiz/pip.xml --- /dev/null jeu. janv. 01 00:00:00 1970 +0000 +++ b/Xml/Quiz/pip.xml mer. avril 10 23:13:03 2013 +0200 @@ -0,0 +1,26 @@ +<?xml version='1.0' encoding='utf-8'?> +<!-- $Id$ --> +<publiquiz version="1.0"> + <quiz id="pip"> + <head> + <title>Images dans une image (PIP)</title> + </head> + + <instructions> + <p>Entoure en vert les nombres multiples de 3 et en rouge ceux multiples + de 5.</p> + </instructions> + + <pip multiple="true"> + <image id="bingo"> + <dropzone x="2.5%" y="28.3%" w="11%" h="11%"></dropzone> + <dropzone x="16.1%" y="28.3%" w="11%" h="11%"></dropzone> + <dropzone x="30.3%" y="28.3%" w="11%" h="11%"><image id="bingo_green"/></dropzone> + <dropzone x="43.9%" y="28.3%" w="11%" h="11%"><image id="bingo_red"/></dropzone> + <dropzone x="58.0%" y="28.3%" w="11%" h="11%"><image id="bingo_red"/></dropzone> + <dropzone x="72.0%" y="28.3%" w="11%" h="11%"></dropzone> + <dropzone x="86.0%" y="28.3%" w="11%" h="11%"><image id="bingo_green"/></dropzone> + </image> + </pip> + </quiz> +</publiquiz> diff -r cebefa4c7add -r 622036603602 Xml/Sets/quiz.xml --- a/Xml/Sets/quiz.xml mer. avril 10 13:23:57 2013 +0200 +++ b/Xml/Sets/quiz.xml mer. avril 10 23:13:03 2013 +0200 @@ -26,6 +26,7 @@ <file>categories.xml</file> <file>categories_multiple.xml</file> <file>categories_image.xml</file> + <file>pip.xml</file> <file>production.xml</file> <file>composite.xml</file> </division>