# HG changeset patch # User Patrick PIERRE # Date 1363010082 -3600 # Node ID 93dff3d53fb202bd62d0019f886e8c9abe4c1f6b # Parent ff113573bf1c76e82328e3b9974c81a1d4552ad2 tooltip devient hotspot diff -r ff113573bf1c -r 93dff3d53fb2 Xml/Documents/torture_test.xml --- a/Xml/Documents/torture_test.xml mar. févr. 19 14:32:08 2013 +0100 +++ b/Xml/Documents/torture_test.xml lun. mars 11 14:54:42 2013 +0100 @@ -530,9 +530,9 @@ </p> <media> <image id="f-gcru"> - <tooltip x="27.5%" y="55.4%" dx="-6.5" dy="-11"><p>Directionnel</p></tooltip> - <tooltip x="72.2%" y="40.1%" dx="-7.5" dy="-11"><p>Compte-tours</p></tooltip> - <tooltip x="59%" y="74.9%" dx="-9.4" dy="-17.8"><image id="zoom_oil"/></tooltip> + <hotspot x="27.5%" y="55.4%" dx="-6.5" dy="-11" hidden="true"><p>Directionnel</p></hotspot> + <hotspot x="72.2%" y="40.1%" dx="-7.5" dy="-11" hidden="true"><p>Compte-tours</p></hotspot> + <hotspot x="59%" y="74.9%" dx="-9.4" dy="-17.8" hidden="true"><image id="zoom_oil"/></hotspot> </image> <caption x="1%" y="1%">Robin DR-400, F-GCRU.</caption> </media> diff -r ff113573bf1c -r 93dff3d53fb2 Xml/Quiz/Images/blanks-select_hotspotsi01.jpg Binary file Xml/Quiz/Images/blanks-select_hotspotsi01.jpg has changed diff -r ff113573bf1c -r 93dff3d53fb2 Xml/Quiz/Images/blanks-select_tooltipsi01.jpg Binary file Xml/Quiz/Images/blanks-select_tooltipsi01.jpg has changed diff -r ff113573bf1c -r 93dff3d53fb2 Xml/Quiz/blanks-select_hotspots.xml --- /dev/null jeu. janv. 01 00:00:00 1970 +0000 +++ b/Xml/Quiz/blanks-select_hotspots.xml lun. mars 11 14:54:42 2013 +0100 @@ -0,0 +1,25 @@ +<?xml version='1.0' encoding='utf-8'?> +<!-- $Id$ --> +<publiquiz version="1.0"> + <quiz id="blanks-select_hotspots"> + <head> + <title>Exercice à trous avec placement sur image</title> + </head> + + <instructions> + <p>Placez correctement chaque élément de la voiture.</p> + </instructions> + + <blanks-select> + <media> + <image id="blanks-select_hotspotsi01"> + <hotspot x="25%" y="45.5%"><blank>le volant</blank></hotspot> + <hotspot x="62%" y="24%"><blank>le pare-brise</blank></hotspot> + <hotspot x="63%" y="77%"><blank>le siège</blank></hotspot> + <hotspot x="46%" y="68%"><blank>le levier de vitesse</blank></hotspot> + <hotspot x="1%" y="25.4%"><blank>le rétroviseur</blank></hotspot> + </image> + </media> + </blanks-select> + </quiz> +</publiquiz> diff -r ff113573bf1c -r 93dff3d53fb2 Xml/Quiz/blanks-select_tooltips.xml --- a/Xml/Quiz/blanks-select_tooltips.xml mar. févr. 19 14:32:08 2013 +0100 +++ /dev/null jeu. janv. 01 00:00:00 1970 +0000 @@ -1,25 +0,0 @@ -<?xml version='1.0' encoding='utf-8'?> -<!-- $Id$ --> -<publiquiz version="1.0"> - <quiz id="blanks-select_tooltips"> - <head> - <title>Exercice à trous avec placement sur image</title> - </head> - - <instructions> - <p>Placez correctement chaque élément de la voiture.</p> - </instructions> - - <blanks-select> - <media> - <image id="blanks-select_tooltipsi01"> - <tooltip x="25%" y="45.5%"><blank>le volant</blank></tooltip> - <tooltip x="62%" y="24%"><blank>le pare-brise</blank></tooltip> - <tooltip x="63%" y="77%"><blank>le siège</blank></tooltip> - <tooltip x="46%" y="68%"><blank>le levier de vitesse</blank></tooltip> - <tooltip x="1%" y="25.4%"><blank>le rétroviseur</blank></tooltip> - </image> - </media> - </blanks-select> - </quiz> -</publiquiz>