summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/moodle/test/utf8ref/test_multiple_categories-moodle.ref
blob: 7398716585b7d249a3414f825d0ad650dd12005a (plain)
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?xml version="1.0" encoding="UTF-8"?>
<quiz>
 
<question type="category">
  <category>
    <text>$course$/top/Category 1</text>
  </category>
</question>
 
<question type="multichoice">
  <name format="html">
    <text><![CDATA[Q1]]></text>
  </name>
  <questiontext format="html">
    <text><![CDATA[<p>Text 1 </p>]]></text>
  </questiontext>
  <defaultgrade>1.0</defaultgrade>
  <generalfeedback format="html"><text/></generalfeedback>
  <penalty>0.10</penalty>
  <hidden>0</hidden>
  <single>true</single>
  <shuffleanswers>1</shuffleanswers>
  <answernumbering>abc</answernumbering>
  <answer fraction="100" format="html">
    <text><![CDATA[<p>A</p>]]></text>
  </answer>
  <answer fraction="0" format="html">
    <text><![CDATA[<p>B</p>]]></text>
  </answer>
</question>
 
<question type="category">
  <category>
    <text>$course$/top/Category 2</text>
  </category>
</question>
 
<question type="multichoice">
  <name format="html">
    <text><![CDATA[Q2]]></text>
  </name>
  <questiontext format="html">
    <text><![CDATA[<p>Text 2 </p>]]></text>
  </questiontext>
  <defaultgrade>1.0</defaultgrade>
  <generalfeedback format="html"><text/></generalfeedback>
  <penalty>0.10</penalty>
  <hidden>0</hidden>
  <single>true</single>
  <shuffleanswers>1</shuffleanswers>
  <answernumbering>abc</answernumbering>
  <answer fraction="100" format="html">
    <text><![CDATA[<p>C</p>]]></text>
  </answer>
  <answer fraction="0" format="html">
    <text><![CDATA[<p>D</p>]]></text>
  </answer>
</question>
 
</quiz>