Skip to content

Commit f75abbf

Browse files
committed
Correction des xml
1 parent e6cd3a8 commit f75abbf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

MultipleChoiceQuestion.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<?xml version="1.0"?>
2-
<question type=multichoice>
2+
<question type="multichoice">
33
<name>
44
<text>Demo question à choix multiples</text>
55
</name>
6-
<questiontext format=html>
6+
<questiontext format="html">
77
<text>Quel est la bonne réponse ?</text>
88
</questiontext>
99
<penalty>1</penalty>
1010
<defaultgrade>1</defaultgrade>
1111
<answer fraction="100">
12-
<text>Ceci est la bonne réponse<text>
12+
<text>Ceci est la bonne réponse</text>
1313
<feedback>
1414
<text>Bravo !</text>
1515
</feedback>

PairMatchingQuestion.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
<text>Second item de la seconde paire</text>
2121
</answer>
2222
</subquestion>
23-
<shuffleanswers>true
23+
<shuffleanswers>true</shuffleanswers>
2424
</question>

0 commit comments

Comments
 (0)