Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 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
 
14
<!-- question: 91  -->
15
  <question type="truefalse">
16
    <name>
17
      <text>Alpha Question</text>
18
    </name>
19
    <questiontext format="html">
20
      <text><![CDATA[<p>Testing Alpha Question</p>]]></text>
21
    </questiontext>
22
    <generalfeedback format="html">
23
      <text></text>
24
    </generalfeedback>
25
    <defaultgrade>1.0000000</defaultgrade>
26
    <penalty>1.0000000</penalty>
27
    <hidden>0</hidden>
28
    <answer fraction="100" format="moodle_auto_format">
29
      <text>true</text>
30
      <feedback format="html">
31
        <text></text>
32
      </feedback>
33
    </answer>
34
    <answer fraction="0" format="moodle_auto_format">
35
      <text>false</text>
36
      <feedback format="html">
37
        <text></text>
38
      </feedback>
39
    </answer>
40
  </question>
41
</quiz>