# HG changeset patch # User Patrick PIERRE <patrick.pierre@prismallia.fr> # Date 1343456743 -7200 # Node ID 20e0ea3ff2fc41bf7ff9747076dabbb9fc3ca01e # Parent c252103b38352c67d32e728dd6a4c51c0420a1b2 Ajout d'un test de catégories diff -r c252103b3835 -r 20e0ea3ff2fc Xml/Quiz/categories.xml --- /dev/null jeu. janv. 01 00:00:00 1970 +0000 +++ b/Xml/Quiz/categories.xml sam. juil. 28 08:25:43 2012 +0200 @@ -0,0 +1,42 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- $Id$ --> +<publiquiz version="1.0"> + <quiz id="categories" xml:lang="fr"> + <head> + <title>Exercice de catégories</title> + </head> + + <instructions> + <p>Classez les verbes suivants par groupe verbal.</p> + </instructions> + + <categories> + <category> + <head> + <title>verbes du premier groupe</title> + </head> + <item>manger</item> + <item>chanter</item> + <item>se promener</item> + <item>rêver</item> + </category> + <category> + <head> + <title>verbes du deuxième groupe</title> + </head> + <item>finir</item> + <item>choisir</item> + <item>reussir</item> + </category> + <category> + <head> + <title>verbes du troisième groupe</title> + </head> + <item>partir</item> + <item>prendre</item> + <item>voir</item> + <item>cueillir</item> + </category> + </categories> + </quiz> +</publiquiz> diff -r c252103b3835 -r 20e0ea3ff2fc Xml/Sets/quiz.xml --- a/Xml/Sets/quiz.xml jeu. juin 21 16:20:24 2012 +0200 +++ b/Xml/Sets/quiz.xml sam. juil. 28 08:25:43 2012 +0200 @@ -2,8 +2,8 @@ <!-- $Id$ --> <publiset version="1.0"> <composition id="quiz" as="publiquiz" attributes="version=1.0"> - <division as="document" attributes="id=quiz xml:lang=fr" path="../Quiz" - xpath="*"> + <division as="document" attributes="id=quiz xml:lang=fr" + path="../Quiz" xpath="*"> <head> <title>Ensemble d'exercices</title> </head> @@ -17,6 +17,7 @@ <file name="point_radio.xml"/> <file name="matching.xml"/> <file name="sort.xml"/> + <file name="categories.xml"/> <file name="production.xml"/> <file name="composite.xml"/> </division>