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: 1  -->
4
  <question type="cloze">
5
    <name>
6
      <text>Multianswer question without subquestions</text>
7
    </name>
8
    <questiontext format="html">
9
      <text>Please select the fruits.</text>
10
    </questiontext>
11
    <generalfeedback format="html">
12
      <text></text>
13
    </generalfeedback>
14
    <penalty>0.3333333</penalty>
15
    <hidden>0</hidden>
16
    <idnumber></idnumber>
17
  </question>
18
 
19
  <!-- question: 2  -->
20
  <question type="cloze">
21
    <name>
22
      <text>Multichoice subquestion without choices</text>
23
    </name>
24
    <questiontext format="html">
25
      <text>Please select the fruits {1:MULTICHOICE}</text>
26
    </questiontext>
27
    <generalfeedback format="html">
28
      <text></text>
29
    </generalfeedback>
30
    <penalty>0.3333333</penalty>
31
    <hidden>0</hidden>
32
    <idnumber></idnumber>
33
  </question>
34
 
35
  <!-- question: 3  -->
36
  <question type="cloze">
37
    <name>
38
      <text>Multichoice subquestion with only one choice</text>
39
    </name>
40
    <questiontext format="html">
41
      <text>Please select the fruits {1:MULTICHOICE:=Apple#Correct}</text>
42
    </questiontext>
43
    <generalfeedback format="html">
44
      <text></text>
45
    </generalfeedback>
46
    <penalty>0.3333333</penalty>
47
    <hidden>0</hidden>
48
    <idnumber></idnumber>
49
  </question>
50
 
51
  <!-- question: 4  -->
52
  <question type="cloze">
53
    <name>
54
      <text>Multichoice subquestion with no completely correct answer</text>
55
    </name>
56
    <questiontext format="html">
57
      <text>Please select the fruits {1:MULTICHOICE:Pear#Incorrect~%50%Apple#Correct}</text>
58
    </questiontext>
59
    <generalfeedback format="html">
60
      <text></text>
61
    </generalfeedback>
62
    <penalty>0.3333333</penalty>
63
    <hidden>0</hidden>
64
    <idnumber></idnumber>
65
  </question>
66
 
67
    <!-- question: 5  -->
68
  <question type="cloze">
69
    <name>
70
      <text>Numerical subquestion with buggy answer</text>
71
    </name>
72
    <questiontext format="html">
73
      <text>What grade would you give it? {3:NUMERICAL:=zero}</text>
74
    </questiontext>
75
    <generalfeedback format="html">
76
      <text></text>
77
    </generalfeedback>
78
    <penalty>0.3333333</penalty>
79
    <hidden>0</hidden>
80
    <idnumber></idnumber>
81
  </question>
82
</quiz>