forked from onursehitoglu/moodlescripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample-cloze.xml
96 lines (88 loc) · 2.11 KB
/
sample-cloze.xml
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<?xml version="1.0" ?>
<quiz>
<question type="category">
<category>
<text>$course$/sample</text>
</category>
</question>
<question type="cloze">
<name>
<text>Q</text>
</name>
<questiontext format="html">
<text><![CDATA[<p>In a farm there are:
<ul>
<li> 3 chicken
<li> 4 ducks
<li> 5 cows
<li> 2 rhynos
</ul>
<ol>
<li> How many legs have they in total? {1:SHORTANSWER:%100%42}
<li> How many horns have they in total? {1:SHORTANSWER:%100%12}
<li> {1:MRH:%-34%chicken~%-34%ducks~%100%cows~%-34%rhynos} have the greatest number of legs in total
</ol>
]]></text>
</questiontext>
</question>
<question type="cloze">
<name>
<text>Q</text>
</name>
<questiontext format="html">
<text><![CDATA[<p>In a farm there are:
<ul>
<li> 1 chicken
<li> 5 ducks
<li> 2 cows
<li> 2 rhynos
</ul>
<ol>
<li> How many legs have they in total? {1:SHORTANSWER:%100%28}
<li> How many horns have they in total? {1:SHORTANSWER:%100%6}
<li> {1:MRH:%-34%chicken~%100%ducks~%-34%cows~%-34%rhynos} have the greatest number of legs in total
</ol>
]]></text>
</questiontext>
</question>
<question type="cloze">
<name>
<text>Q</text>
</name>
<questiontext format="html">
<text><![CDATA[<p>In a farm there are:
<ul>
<li> 3 chicken
<li> 2 ducks
<li> 1 cows
<li> 4 rhynos
</ul>
<ol>
<li> How many legs have they in total? {1:SHORTANSWER:%100%30}
<li> How many horns have they in total? {1:SHORTANSWER:%100%6}
<li> {1:MRH:%-34%chicken~%-34%ducks~%-34%cows~%100%rhynos} have the greatest number of legs in total
</ol>
]]></text>
</questiontext>
</question>
<question type="cloze">
<name>
<text>Q</text>
</name>
<questiontext format="html">
<text><![CDATA[<p>In a farm there are:
<ul>
<li> 1 chicken
<li> 1 ducks
<li> 2 cows
<li> 1 rhynos
</ul>
<ol>
<li> How many legs have they in total? {1:SHORTANSWER:%100%16}
<li> How many horns have they in total? {1:SHORTANSWER:%100%5}
<li> {1:MRH:%-50%chicken~%-50%ducks~%50%cows~%50%rhynos} have the greatest number of legs in total
</ol>
]]></text>
</questiontext>
</question>
</quiz>