Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1441 ariadna 1
<?xml version="1.0" encoding="UTF-8"?>
2
<quiz>
3
  <!-- question: 0  -->
4
  <question type="category">
5
    <category>
6
      <text>$course$/Alpha</text>
7
    </category>
8
    <info format="moodle_auto_format">
9
      <text>This is Alpha category for test</text>
10
    </info>
11
    <idnumber>alpha-idnumber</idnumber>
12
  </question>
13
  <!-- question: 1  -->
14
  <question type="truefalse">
15
    <name>
16
      <text>Alpha Question</text>
17
    </name>
18
    <questiontext format="html">
19
      <text><![CDATA[<p>Testing Alpha Question</p>]]></text>
20
    </questiontext>
21
    <generalfeedback format="html">
22
      <text></text>
23
    </generalfeedback>
24
    <defaultgrade>1.0000000</defaultgrade>
25
    <penalty>1.0000000</penalty>
26
    <hidden>0</hidden>
27
    <answer fraction="100" format="moodle_auto_format">
28
      <text>true</text>
29
      <feedback format="html">
30
        <text></text>
31
      </feedback>
32
    </answer>
33
    <answer fraction="0" format="moodle_auto_format">
34
      <text>false</text>
35
      <feedback format="html">
36
        <text></text>
37
      </feedback>
38
    </answer>
39
  </question>
40
</quiz>