We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6cd3a8 commit f75abbfCopy full SHA for f75abbf
MultipleChoiceQuestion.xml
@@ -1,15 +1,15 @@
1
<?xml version="1.0"?>
2
-<question type=multichoice>
+<question type="multichoice">
3
<name>
4
<text>Demo question à choix multiples</text>
5
</name>
6
- <questiontext format=html>
+ <questiontext format="html">
7
<text>Quel est la bonne réponse ?</text>
8
</questiontext>
9
<penalty>1</penalty>
10
<defaultgrade>1</defaultgrade>
11
<answer fraction="100">
12
- <text>Ceci est la bonne réponse<text>
+ <text>Ceci est la bonne réponse</text>
13
<feedback>
14
<text>Bravo !</text>
15
</feedback>
PairMatchingQuestion.xml
@@ -20,5 +20,5 @@
20
<text>Second item de la seconde paire</text>
21
</answer>
22
</subquestion>
23
- <shuffleanswers>true
+ <shuffleanswers>true</shuffleanswers>
24
</question>
0 commit comments