--- a/RelaxNG/publiquiz.rnc jeu. août 02 17:16:36 2012 +0200
+++ b/RelaxNG/publiquiz.rnc lun. août 06 17:14:33 2012 +0200
@@ -33,13 +33,19 @@
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ quiz ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-top.quiz = element quiz { top.quiz.attributes, quiz.content }
+top.quiz = element quiz { top.quiz.attributes, top.quiz.content }
top.quiz.attributes =
quiz.id.attribute
& lang.attribute?
quiz.id.attribute = attribute id { xsd:NMTOKEN }
+top.quiz.content =
+ top.head?,
+ instructions,
+ (engine | composite),
+ help?,
+ answer?
# =============================================================================
# COMPONENT LEVEL
--- a/Xxe/Css/publiquiz.css jeu. août 02 17:16:36 2012 +0200
+++ b/Xxe/Css/publiquiz.css lun. août 06 17:14:33 2012 +0200
@@ -139,6 +139,7 @@
/* choices ~~~~~~~~~~~~~~~~~~~~~~~~~~ */
choices-radio:before {
+ color: #7f7f7f;
content: insert-before-button()
command-button(command, "putAttribute", parameter, "shuffle true", icon, icon(plus-box))
" QCM – radio";
@@ -151,6 +152,7 @@
}
choices-check:before {
+ color: #7f7f7f;
content: insert-before-button()
command-button(command, "putAttribute", parameter, "shuffle true", icon, icon(plus-box))
" QCM – check";