-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcourse_tree_structure_exercise.uxf
106 lines (106 loc) · 2.25 KB
/
course_tree_structure_exercise.uxf
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
97
98
99
100
101
102
103
104
105
106
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<diagram program="umlet" version="14.2">
<zoom_level>10</zoom_level>
<element>
<id>UMLClass</id>
<coordinates>
<x>660</x>
<y>320</y>
<w>180</w>
<h>80</h>
</coordinates>
<panel_attributes><<EntryData>>
/Exercise/
--</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>Relation</id>
<coordinates>
<x>750</x>
<y>390</y>
<w>220</w>
<h>130</h>
</coordinates>
<panel_attributes>lt=<<-
type=multianswerexercise</panel_attributes>
<additional_attributes>10.0;10.0;10.0;80.0;10.0;110.0</additional_attributes>
</element>
<element>
<id>Relation</id>
<coordinates>
<x>510</x>
<y>390</y>
<w>230</w>
<h>120</h>
</coordinates>
<panel_attributes>lt=<<-
type=yesnoexercise</panel_attributes>
<additional_attributes>210.0;10.0;210.0;70.0;10.0;70.0;10.0;100.0</additional_attributes>
</element>
<element>
<id>UMLClass</id>
<coordinates>
<x>370</x>
<y>490</y>
<w>220</w>
<h>100</h>
</coordinates>
<panel_attributes><<Exercise>>
YesNoExercise
--
- title
- text
- answer : boolean</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>UMLClass</id>
<coordinates>
<x>700</x>
<y>500</y>
<w>260</w>
<h>90</h>
</coordinates>
<panel_attributes><<Exercise>>
MultiAnswerExercise
--
- title
- text
</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>UMLClass</id>
<coordinates>
<x>510</x>
<y>610</y>
<w>220</w>
<h>180</h>
</coordinates>
<panel_attributes>AnswerCandidate
--
- text
- correct : boolean
--
The 'correct' flag determines
whether this candidate's
text represents a correct
solution.</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>Relation</id>
<coordinates>
<x>720</x>
<y>580</y>
<w>230</w>
<h>160</h>
</coordinates>
<panel_attributes>lt=<<<<<-
answerCandidates
m1=n
m2=1</panel_attributes>
<additional_attributes>10.0;130.0;210.0;130.0;210.0;10.0</additional_attributes>
</element>
</diagram>