forked from hermlon/qvgdm_french
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquiz1.xml
25 lines (25 loc) · 860 Bytes
/
quiz1.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<quiz name="TestQuiz">
<questions>
<question rank="1">
<name>Question One</name>
<answerWrong>A wrong answer</answerWrong>
<answerWrong>A wrong answer</answerWrong>
<answerWrong>A wrong answer</answerWrong>
<answerRight>The right answer</answerRight>
</question>
<question rank="2">
<name>Question Two</name>
<answerWrong>A wrong answer</answerWrong>
<answerWrong>A wrong answer</answerWrong>
<answerWrong>A wrong answer</answerWrong>
<answerRight>The right answer</answerRight>
</question>
<question rank="3">
<name>Question Three</name>
<answerWrong>A wrong answer</answerWrong>
<answerWrong>A wrong answer</answerWrong>
<answerWrong>A wrong answer</answerWrong>
<answerRight>The right answer</answerRight>
</question>
</questions>
</quiz>