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$/Delta</text>
7
    </category>
8
    <info format="plain_text">
9
      <text>This is Delta category for test</text>
10
    </info>
11
    <idnumber></idnumber>
12
  </question>
13
 
14
<!-- question: 0  -->
15
  <question type="category">
16
    <category>
17
      <text>$course$/Delta/Epsilon</text>
18
    </category>
19
    <info format="markdown">
20
      <text>This is Epsilon category for test</text>
21
    </info>
22
    <idnumber></idnumber>
23
  </question>
24
 
25
<!-- question: 0  -->
26
  <question type="category">
27
    <category>
28
      <text>$course$/Delta/Epsilon/Zeta</text>
29
    </category>
30
    <info format="moodle_auto_format">
31
      <text>This is Zeta category for test</text>
32
    </info>
33
    <idnumber></idnumber>
34
  </question>
35
 
36
<!-- question: 93  -->
37
  <question type="truefalse">
38
    <name>
39
      <text>Zeta Question</text>
40
    </name>
41
    <questiontext format="html">
42
      <text><![CDATA[<p>Testing Zeta Question</p>]]></text>
43
    </questiontext>
44
    <generalfeedback format="html">
45
      <text></text>
46
    </generalfeedback>
47
    <defaultgrade>1.0000000</defaultgrade>
48
    <penalty>1.0000000</penalty>
49
    <hidden>0</hidden>
50
    <idnumber></idnumber>
51
    <answer fraction="100" format="moodle_auto_format">
52
      <text>true</text>
53
      <feedback format="html">
54
        <text></text>
55
      </feedback>
56
    </answer>
57
    <answer fraction="0" format="moodle_auto_format">
58
      <text>false</text>
59
      <feedback format="html">
60
        <text></text>
61
      </feedback>
62
    </answer>
63
  </question>
64
 
65
</quiz>