1 |
efrain |
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
2 |
<quiz>
|
|
|
3 |
<!-- question: 1 -->
|
|
|
4 |
<question type="multichoice">
|
|
|
5 |
<name>
|
|
|
6 |
<text><![CDATA[Question with <strong>invalid grades</strong> : x > 1 & x < 2]]></text>
|
|
|
7 |
</name>
|
|
|
8 |
<questiontext format="html">
|
|
|
9 |
<text><![CDATA[Select all prime numbers :<br>]]></text>
|
|
|
10 |
</questiontext>
|
|
|
11 |
<generalfeedback format="html">
|
|
|
12 |
<text></text>
|
|
|
13 |
</generalfeedback>
|
|
|
14 |
<defaultgrade>1.0000000</defaultgrade>
|
|
|
15 |
<penalty>0.3333333</penalty>
|
|
|
16 |
<hidden>0</hidden>
|
|
|
17 |
<idnumber></idnumber>
|
|
|
18 |
<single>false</single>
|
|
|
19 |
<shuffleanswers>true</shuffleanswers>
|
|
|
20 |
<answernumbering>abc</answernumbering>
|
|
|
21 |
<showstandardinstruction>0</showstandardinstruction>
|
|
|
22 |
<correctfeedback format="html">
|
|
|
23 |
<text>Your answer is correct.</text>
|
|
|
24 |
</correctfeedback>
|
|
|
25 |
<partiallycorrectfeedback format="html">
|
|
|
26 |
<text>Your answer is partially correct.</text>
|
|
|
27 |
</partiallycorrectfeedback>
|
|
|
28 |
<incorrectfeedback format="html">
|
|
|
29 |
<text>Your answer is incorrect.</text>
|
|
|
30 |
</incorrectfeedback>
|
|
|
31 |
<shownumcorrect/>
|
|
|
32 |
<answer fraction="-50" format="html">
|
|
|
33 |
<text><![CDATA[<p dir="ltr" style="text-align: left;">1<br></p>]]></text>
|
|
|
34 |
<feedback format="html">
|
|
|
35 |
<text></text>
|
|
|
36 |
</feedback>
|
|
|
37 |
</answer>
|
|
|
38 |
<answer fraction="33" format="html"> <!-- Invalid grade. -->
|
|
|
39 |
<text><![CDATA[<p dir="ltr" style="text-align: left;">2<br></p>]]></text>
|
|
|
40 |
<feedback format="html">
|
|
|
41 |
<text></text>
|
|
|
42 |
</feedback>
|
|
|
43 |
</answer>
|
|
|
44 |
<answer fraction="33.33333" format="html">
|
|
|
45 |
<text><![CDATA[<p dir="ltr" style="text-align: left;">3<br></p>]]></text>
|
|
|
46 |
<feedback format="html">
|
|
|
47 |
<text></text>
|
|
|
48 |
</feedback>
|
|
|
49 |
</answer>
|
|
|
50 |
<answer fraction="-50" format="html">
|
|
|
51 |
<text><![CDATA[<p dir="ltr" style="text-align: left;">4<br></p>]]></text>
|
|
|
52 |
<feedback format="html">
|
|
|
53 |
<text></text>
|
|
|
54 |
</feedback>
|
|
|
55 |
</answer>
|
|
|
56 |
<answer fraction="33.33333" format="html">
|
|
|
57 |
<text><![CDATA[<p dir="ltr" style="text-align: left;">5<br></p>]]></text>
|
|
|
58 |
<feedback format="html">
|
|
|
59 |
<text></text>
|
|
|
60 |
</feedback>
|
|
|
61 |
</answer>
|
|
|
62 |
</question>
|
|
|
63 |
</quiz>
|