# HG changeset patch
# User Coraline MARKWITZ
# Date 1449069747 -3600
# Node ID 39a1454aa364c378a9ffabf87783896ec4bd24fd
# Parent 4eeecb8b9f0bfee29a07ea665d7f331b71aec2c9
changement pip vers mip
diff -r 4eeecb8b9f0b -r 39a1454aa364 Data/Quiz/Audios/01.mp3
Binary file Data/Quiz/Audios/01.mp3 has changed
diff -r 4eeecb8b9f0b -r 39a1454aa364 Data/Quiz/Audios/02.mp3
Binary file Data/Quiz/Audios/02.mp3 has changed
diff -r 4eeecb8b9f0b -r 39a1454aa364 Data/Quiz/blanks-char.xml
--- a/Data/Quiz/blanks-char.xml ven. nov. 20 12:30:26 2015 +0100
+++ b/Data/Quiz/blanks-char.xml mer. déc. 02 16:22:27 2015 +0100
@@ -11,16 +11,13 @@
espaces manquants.
-
+
- ?
+ ?
-
- Le petit chat est mort.
-
-
- C'est dommage ; mais quoi !
-
+ Le petit chat est mort.
+ C'est dommage ; mais quoi !
+ Un Anneau pour les amener tous et dans les ténèbres les lier.
diff -r 4eeecb8b9f0b -r 39a1454aa364 Data/Quiz/mip_audio.xml
--- /dev/null jeu. janv. 01 00:00:00 1970 +0000
+++ b/Data/Quiz/mip_audio.xml mer. déc. 02 16:22:27 2015 +0100
@@ -0,0 +1,26 @@
+
+
+
+
+
+ Audios dans une image (AIP)
+
+
+
+ Entoure en vert les nombres multiples de 3 et en rouge ceux multiples
+ de 5.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff -r 4eeecb8b9f0b -r 39a1454aa364 Data/Quiz/mip_image.xml
--- /dev/null jeu. janv. 01 00:00:00 1970 +0000
+++ b/Data/Quiz/mip_image.xml mer. déc. 02 16:22:27 2015 +0100
@@ -0,0 +1,26 @@
+
+
+
+
+
+ Images dans une image (PIP)
+
+
+
+ Entoure en vert les nombres multiples de 3 et en rouge ceux multiples
+ de 5.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff -r 4eeecb8b9f0b -r 39a1454aa364 Data/Quiz/pip.xml
--- a/Data/Quiz/pip.xml ven. nov. 20 12:30:26 2015 +0100
+++ /dev/null jeu. janv. 01 00:00:00 1970 +0000
@@ -1,26 +0,0 @@
-
-
-
-
-
- Images dans une image (PIP)
-
-
-
- Entoure en vert les nombres multiples de 3 et en rouge ceux multiples
- de 5.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff -r 4eeecb8b9f0b -r 39a1454aa364 Data/Sets/quiz.xml
--- a/Data/Sets/quiz.xml ven. nov. 20 12:30:26 2015 +0100
+++ b/Data/Sets/quiz.xml mer. déc. 02 16:22:27 2015 +0100
@@ -29,7 +29,7 @@
categories.xml
categories_multiple.xml
categories_image.xml
- pip.xml
+ mip.xml
production.xml
composite.xml
diff -r 4eeecb8b9f0b -r 39a1454aa364 RelaxNG/publiquiz.rnc
--- a/RelaxNG/publiquiz.rnc ven. nov. 20 12:30:26 2015 +0100
+++ b/RelaxNG/publiquiz.rnc mer. déc. 02 16:22:27 2015 +0100
@@ -106,7 +106,7 @@
| matching
| sort
| categories
- | pip
+ | mip
| production
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ choices ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -269,16 +269,16 @@
category.head,
category.item*
-# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pip ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mip ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-pip = element pip { pip.attributes, pip.content }
+mip = element mip { mip.attributes, mip.content }
-pip.attributes =
+mip.attributes =
success.attribute?
& multiple.attribute?
-pip.content =
- pip.image
+mip.content =
+ mip.image
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ production ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -486,24 +486,24 @@
# ~~~~~~ blanks.image
blanks.image = element image { image.attributes, blanks.image.content }
-pip.image = element image { image.attributes, pip.image.content }
+mip.image = element image { image.attributes, mip.image.content }
blanks.image.content =
copyright?,
blanks.dropzone*
-pip.image.content =
- pip.dropzone+
+mip.image.content =
+ mip.dropzone+
# ~~~~~~ dropzone
blanks.dropzone = element dropzone {
blanks.dropzone.attributes, blanks.dropzone.content }
-pip.dropzone = element dropzone {
- pip.dropzone.attributes, pip.dropzone.content }
+mip.dropzone = element dropzone {
+ mip.dropzone.attributes, mip.dropzone.content }
blanks.dropzone.attributes =
x.attribute
& y.attribute
-pip.dropzone.attributes =
+mip.dropzone.attributes =
x.attribute
& y.attribute
& w.attribute
@@ -511,8 +511,9 @@
blanks.dropzone.content =
blank
-pip.dropzone.content =
- image?
+mip.dropzone.content =
+ image?,
+ audio?
# ~~~~~~ media.caption
blanks.media.caption = element caption {