qti 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (192) hide show
  1. checksums.yaml +7 -0
  2. data/README.md +28 -0
  3. data/Rakefile +1 -0
  4. data/lib/qti.rb +62 -0
  5. data/lib/qti/models/base.rb +80 -0
  6. data/lib/qti/models/manifest.rb +20 -0
  7. data/lib/qti/v1/models/assessment.rb +17 -0
  8. data/lib/qti/v1/models/assessment_item.rb +59 -0
  9. data/lib/qti/v1/models/base.rb +13 -0
  10. data/lib/qti/v1/models/choices/logical_identifier_choice.rb +26 -0
  11. data/lib/qti/v1/models/interactions/logical_identifier_interaction.rb +32 -0
  12. data/lib/qti/v2/models/assessment_item.rb +62 -0
  13. data/lib/qti/v2/models/assessment_test.rb +32 -0
  14. data/lib/qti/v2/models/base.rb +70 -0
  15. data/lib/qti/v2/models/choices/simple_choice.rb +28 -0
  16. data/lib/qti/v2/models/interactions.rb +25 -0
  17. data/lib/qti/v2/models/interactions/choice_interaction.rb +50 -0
  18. data/spec/fixtures/items_1.2/multiple_answer.xml +105 -0
  19. data/spec/fixtures/items_1.2/multiple_choice.xml +83 -0
  20. data/spec/fixtures/items_1.2/true_false.xml +50 -0
  21. data/spec/fixtures/items_2.1/Example01-modalFeedback.xml +79 -0
  22. data/spec/fixtures/items_2.1/Example02-feedbackInline.xml +67 -0
  23. data/spec/fixtures/items_2.1/Example03-feedbackBlock-solution-random.xml +223 -0
  24. data/spec/fixtures/items_2.1/Example03-feedbackBlock-solution.xml +238 -0
  25. data/spec/fixtures/items_2.1/Example04-feedbackBlock-templateBlock.xml +582 -0
  26. data/spec/fixtures/items_2.1/Example05-feedbackBlock-adaptive.xml +397 -0
  27. data/spec/fixtures/items_2.1/adaptive.xml +286 -0
  28. data/spec/fixtures/items_2.1/adaptive_template.xml +350 -0
  29. data/spec/fixtures/items_2.1/associate.xml +33 -0
  30. data/spec/fixtures/items_2.1/audio-video.xml +46 -0
  31. data/spec/fixtures/items_2.1/choice.xml +31 -0
  32. data/spec/fixtures/items_2.1/choice_aria.xml +42 -0
  33. data/spec/fixtures/items_2.1/choice_fixed.xml +33 -0
  34. data/spec/fixtures/items_2.1/choice_multiple.xml +31 -0
  35. data/spec/fixtures/items_2.1/choice_multiple_chocolade.xml +74 -0
  36. data/spec/fixtures/items_2.1/choice_multiple_rtl.xml +33 -0
  37. data/spec/fixtures/items_2.1/choice_ruby.xml +39 -0
  38. data/spec/fixtures/items_2.1/choice_t_f.xml +30 -0
  39. data/spec/fixtures/items_2.1/choice_true_false.xml +30 -0
  40. data/spec/fixtures/items_2.1/data-attributes.xml +61 -0
  41. data/spec/fixtures/items_2.1/drawing.xml +16 -0
  42. data/spec/fixtures/items_2.1/essay.xml +14 -0
  43. data/spec/fixtures/items_2.1/extended_text.xml +24 -0
  44. data/spec/fixtures/items_2.1/extended_text_rubric.xml +36 -0
  45. data/spec/fixtures/items_2.1/feedback_adaptive.xml +142 -0
  46. data/spec/fixtures/items_2.1/figures.xml +32 -0
  47. data/spec/fixtures/items_2.1/gap_match.xml +33 -0
  48. data/spec/fixtures/items_2.1/graphic_associate.xml +36 -0
  49. data/spec/fixtures/items_2.1/graphic_gap_match.xml +54 -0
  50. data/spec/fixtures/items_2.1/graphic_gap_match_text.xml +50 -0
  51. data/spec/fixtures/items_2.1/graphic_order.xml +32 -0
  52. data/spec/fixtures/items_2.1/hint.xml +85 -0
  53. data/spec/fixtures/items_2.1/hotspot.xml +26 -0
  54. data/spec/fixtures/items_2.1/hottext.xml +33 -0
  55. data/spec/fixtures/items_2.1/images/CBG.png +0 -0
  56. data/spec/fixtures/items_2.1/images/EBG.png +0 -0
  57. data/spec/fixtures/items_2.1/images/EDI.png +0 -0
  58. data/spec/fixtures/items_2.1/images/GLA.png +0 -0
  59. data/spec/fixtures/items_2.1/images/MAN.png +0 -0
  60. data/spec/fixtures/items_2.1/images/MCH.png +0 -0
  61. data/spec/fixtures/items_2.1/images/airport.png +0 -0
  62. data/spec/fixtures/items_2.1/images/blueStar.png +0 -0
  63. data/spec/fixtures/items_2.1/images/blue_door.png +0 -0
  64. data/spec/fixtures/items_2.1/images/bus.png +0 -0
  65. data/spec/fixtures/items_2.1/images/castle.png +0 -0
  66. data/spec/fixtures/items_2.1/images/greenTriangle.png +0 -0
  67. data/spec/fixtures/items_2.1/images/green_door.png +0 -0
  68. data/spec/fixtures/items_2.1/images/house.png +0 -0
  69. data/spec/fixtures/items_2.1/images/open_car.png +0 -0
  70. data/spec/fixtures/items_2.1/images/open_goat.png +0 -0
  71. data/spec/fixtures/items_2.1/images/plane.png +0 -0
  72. data/spec/fixtures/items_2.1/images/postcard.eps +3581 -0
  73. data/spec/fixtures/items_2.1/images/postcard.png +0 -0
  74. data/spec/fixtures/items_2.1/images/rectangle.svg +1 -0
  75. data/spec/fixtures/items_2.1/images/redCircle.png +0 -0
  76. data/spec/fixtures/items_2.1/images/red_door.png +0 -0
  77. data/spec/fixtures/items_2.1/images/sign.png +0 -0
  78. data/spec/fixtures/items_2.1/images/survey.jpg +0 -0
  79. data/spec/fixtures/items_2.1/images/train.png +0 -0
  80. data/spec/fixtures/items_2.1/images/uk.png +0 -0
  81. data/spec/fixtures/items_2.1/images/ukair.png +0 -0
  82. data/spec/fixtures/items_2.1/images/ukairtags.png +0 -0
  83. data/spec/fixtures/items_2.1/imsmanifest.xml +227 -0
  84. data/spec/fixtures/items_2.1/inline_choice.xml +26 -0
  85. data/spec/fixtures/items_2.1/inline_choice_math.xml +68 -0
  86. data/spec/fixtures/items_2.1/likert.xml +21 -0
  87. data/spec/fixtures/items_2.1/match.xml +41 -0
  88. data/spec/fixtures/items_2.1/math.xml +35 -0
  89. data/spec/fixtures/items_2.1/mc_calc3.xml +164 -0
  90. data/spec/fixtures/items_2.1/mc_calc5.xml +211 -0
  91. data/spec/fixtures/items_2.1/mc_stat2.xml +219 -0
  92. data/spec/fixtures/items_2.1/media_coords.xml +33 -0
  93. data/spec/fixtures/items_2.1/multi-input.xml +271 -0
  94. data/spec/fixtures/items_2.1/nested_object.xml +26 -0
  95. data/spec/fixtures/items_2.1/order.xml +25 -0
  96. data/spec/fixtures/items_2.1/order_partial_scoring.xml +55 -0
  97. data/spec/fixtures/items_2.1/order_rtl.xml +27 -0
  98. data/spec/fixtures/items_2.1/orkney1.xml +34 -0
  99. data/spec/fixtures/items_2.1/orkney2.xml +34 -0
  100. data/spec/fixtures/items_2.1/position_object.xml +34 -0
  101. data/spec/fixtures/items_2.1/select_point.xml +23 -0
  102. data/spec/fixtures/items_2.1/shared/orkney.css +1 -0
  103. data/spec/fixtures/items_2.1/shared/orkney.html +20 -0
  104. data/spec/fixtures/items_2.1/slider.xml +35 -0
  105. data/spec/fixtures/items_2.1/svg.xml +28 -0
  106. data/spec/fixtures/items_2.1/template.xml +88 -0
  107. data/spec/fixtures/items_2.1/template_image.xml +74 -0
  108. data/spec/fixtures/items_2.1/text_entry.xml +27 -0
  109. data/spec/fixtures/items_2.1/upload.xml +18 -0
  110. data/spec/fixtures/items_2.1/upload_composite.xml +24 -0
  111. data/spec/fixtures/test_qti_1.2.zip +0 -0
  112. data/spec/fixtures/test_qti_1.2/contact info.png +0 -0
  113. data/spec/fixtures/test_qti_1.2/exam1/my_files/org0/images/image.png +0 -0
  114. data/spec/fixtures/test_qti_1.2/exam1/my_files/org1/images/image.png +0 -0
  115. data/spec/fixtures/test_qti_1.2/image.png +0 -0
  116. data/spec/fixtures/test_qti_1.2/imsmanifest.xml +37 -0
  117. data/spec/fixtures/test_qti_1.2/quiz.xml +216 -0
  118. data/spec/fixtures/test_qti_2.1.zip +0 -0
  119. data/spec/fixtures/test_qti_2.1/assessment.xml +77 -0
  120. data/spec/fixtures/test_qti_2.1/imsmanifest.xml +211 -0
  121. data/spec/fixtures/test_qti_2.1/mathassess.xsd +54 -0
  122. data/spec/fixtures/test_qti_2.1/multiple-answer/multiple-answer.xml +31 -0
  123. data/spec/fixtures/test_qti_2.1/multiple-choice/multiple-choice.xml +31 -0
  124. data/spec/fixtures/test_qti_2.1/text-entry/text-entry.xml +330 -0
  125. data/spec/fixtures/test_qti_2.1/true-false/true-false.xml +55 -0
  126. data/spec/fixtures/tests/feedbackTest/assessment.xml +252 -0
  127. data/spec/fixtures/tests/feedbackTest/id-38d47747fb30/Example02-feedbackInline.xml +51 -0
  128. data/spec/fixtures/tests/feedbackTest/id-5e216df10030/Example03-feedbackBlock-solution.xml +199 -0
  129. data/spec/fixtures/tests/feedbackTest/id-9c33d141576e/Example05-feedbackBlock-adaptive.xml +330 -0
  130. data/spec/fixtures/tests/feedbackTest/id-aaa0bbf5da1d/Example03-feedbackBlock-solution-random.xml +223 -0
  131. data/spec/fixtures/tests/feedbackTest/id-d599169403d2/Example04-feedbackBlock-templateBlock.xml +534 -0
  132. data/spec/fixtures/tests/feedbackTest/id-fa3ee5852723/Example01-modalFeedback.xml +55 -0
  133. data/spec/fixtures/tests/feedbackTest/imsmanifest.xml +239 -0
  134. data/spec/fixtures/tests/interactionmix_saxony_v3/Choicemultiple_2014410822.xml +110 -0
  135. data/spec/fixtures/tests/interactionmix_saxony_v3/Choicemultiple_871212949.xml +208 -0
  136. data/spec/fixtures/tests/interactionmix_saxony_v3/Choicesingle_853928446.xml +159 -0
  137. data/spec/fixtures/tests/interactionmix_saxony_v3/Choicetruefalse_176040516.xml +98 -0
  138. data/spec/fixtures/tests/interactionmix_saxony_v3/Hotspot_278940407.xml +109 -0
  139. data/spec/fixtures/tests/interactionmix_saxony_v3/Hottext_801974120.xml +106 -0
  140. data/spec/fixtures/tests/interactionmix_saxony_v3/InteractionMixSachsen_1901710679.xml +54 -0
  141. data/spec/fixtures/tests/interactionmix_saxony_v3/Matchmultiple_1038910213.xml +139 -0
  142. data/spec/fixtures/tests/interactionmix_saxony_v3/Matchsingle_143114773.xml +133 -0
  143. data/spec/fixtures/tests/interactionmix_saxony_v3/Order_913967682.xml +117 -0
  144. data/spec/fixtures/tests/interactionmix_saxony_v3/TextEntry_883368511.xml +114 -0
  145. data/spec/fixtures/tests/interactionmix_saxony_v3/TextEntrynumeric_2040297025.xml +154 -0
  146. data/spec/fixtures/tests/interactionmix_saxony_v3/TextEntrynumeric_770468849.xml +124 -0
  147. data/spec/fixtures/tests/interactionmix_saxony_v3/TextEntrysubset_806481421.xml +227 -0
  148. data/spec/fixtures/tests/interactionmix_saxony_v3/imsmanifest.xml +278 -0
  149. data/spec/fixtures/tests/interactionmix_saxony_v3/media/03c5e2f774db49598deb3ac7d05b53f9.jpg +0 -0
  150. data/spec/fixtures/tests/interactionmix_saxony_v3/media/0563e67fb1bb48ad882e0a5abf2a2686.jpg +0 -0
  151. data/spec/fixtures/tests/interactionmix_saxony_v3/media/2f44366716474a5d8e2a2e32346cbc05.jpg +0 -0
  152. data/spec/fixtures/tests/interactionmix_saxony_v3/media/71a299b50b5e4b1492f8ee51ce25be7d.jpg +0 -0
  153. data/spec/fixtures/tests/interactionmix_saxony_v3/media/a439b702d5034ca38f6df26a12835db3.jpg +0 -0
  154. data/spec/fixtures/tests/interactionmix_saxony_v3/media/b660fc9f268c4ef688d8606116c70160.jpg +0 -0
  155. data/spec/fixtures/tests/interactionmix_saxony_v3/media/c2f541343b9b4bfdba9fc90c7a18403e.jpg +0 -0
  156. data/spec/fixtures/tests/interactionmix_saxony_v3/media/e18b5a2eb8104d0994a182ee0176a05c.jpg +0 -0
  157. data/spec/fixtures/tests/interactionmix_saxony_v3/media/f88c5aa2c6724a388fdbadc7133eb757.jpg +0 -0
  158. data/spec/fixtures/tests/interactionmix_saxony_v3/media/ffe337505ef74334a0cecb33310f99c1.jpg +0 -0
  159. data/spec/fixtures/tests/tests/complete.xml +33 -0
  160. data/spec/fixtures/tests/tests/report.xml +70 -0
  161. data/spec/fixtures/tests/tests/rtest01-fragment.xml +12 -0
  162. data/spec/fixtures/tests/tests/rtest01-set01.xml +17 -0
  163. data/spec/fixtures/tests/tests/rtest01-set02.xml +17 -0
  164. data/spec/fixtures/tests/tests/rtest01-set03.xml +17 -0
  165. data/spec/fixtures/tests/tests/rtest01.xml +16 -0
  166. data/spec/fixtures/tests/tests/rtest02.xml +48 -0
  167. data/spec/fixtures/tests/tests/rtest03.xml +38 -0
  168. data/spec/fixtures/tests/tests/rtest04.xml +50 -0
  169. data/spec/fixtures/tests/tests/rtest06.xml +34 -0
  170. data/spec/fixtures/tests/tests/rtest08.xml +38 -0
  171. data/spec/fixtures/tests/tests/rtest09.xml +33 -0
  172. data/spec/fixtures/tests/tests/rtest10.xml +48 -0
  173. data/spec/fixtures/tests/tests/rtest12.xml +38 -0
  174. data/spec/fixtures/tests/tests/rtest13.xml +62 -0
  175. data/spec/fixtures/tests/tests/rtest22.xml +41 -0
  176. data/spec/fixtures/tests/tests/rtest24.xml +37 -0
  177. data/spec/fixtures/tests/tests/rtest25.xml +62 -0
  178. data/spec/fixtures/tests/tests/rtest26.xml +38 -0
  179. data/spec/fixtures/tests/tests/rtest27.xml +46 -0
  180. data/spec/qti/models/base_spec.rb +71 -0
  181. data/spec/qti/models/manifest_spec.rb +19 -0
  182. data/spec/qti/v1/models/assessment_item_spec.rb +49 -0
  183. data/spec/qti/v1/models/assessment_spec.rb +18 -0
  184. data/spec/qti/v1/models/choices/logical_identifier_choice_spec.rb +23 -0
  185. data/spec/qti/v1/models/interactions/logical_identifier_interaction_spec.rb +20 -0
  186. data/spec/qti/v2/models/assessment_item_spec.rb +67 -0
  187. data/spec/qti/v2/models/assessment_test_spec.rb +60 -0
  188. data/spec/qti/v2/models/choices/simple_choice_spec.rb +22 -0
  189. data/spec/qti/v2/models/interactions/choice_interaction_spec.rb +27 -0
  190. data/spec/qti_spec.rb +38 -0
  191. data/spec/spec_helper.rb +10 -0
  192. metadata +506 -0
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100%" height="100%" viewBox="0 0 450 450" preserveAspectRatio="xMidYMid meet" zoomAndPan="disable" ><rect x="0" y="0" stroke="black" id="e1_rectangle" style="stroke-width: 1px;" width="100%" height="100%" rx="0" ry="0" fill="red"/></svg>
@@ -0,0 +1,227 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <manifest xmlns="http://www.imsglobal.org/xsd/imscp_v1p1"
3
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
+ identifier="MANIFEST-85D76736-6D19-9DC0-7C0B-57C31A9FD391"
5
+ xsi:schemaLocation="http://www.imsglobal.org/xsd/imscp_v1p1 http://www.imsglobal.org/xsd/qti/qtiv2p2/qtiv2p2_imscpv1p2_v1p0.xsd">
6
+ <metadata>
7
+ <schema>QTIv2.2 Package</schema>
8
+ <schemaversion>1.0.0</schemaversion>
9
+ </metadata>
10
+ <organizations/>
11
+ <resources>
12
+ <resource identifier="adaptive" type="imsqti_item_xmlv2p2" href="adaptive.xml">
13
+ <file href="adaptive.xml"/>
14
+ <file href="images/red_door.png"/>
15
+ <file href="images/open_goat.png"/>
16
+ <file href="images/open_car.png"/>
17
+ <file href="images/green_door.png"/>
18
+ <file href="images/blue_door.png"/>
19
+ <file href="images/open_car.png"/>
20
+ </resource>
21
+ <resource identifier="adaptive_template" type="imsqti_item_xmlv2p2" href="adaptive_template.xml">
22
+ <file href="adaptive_template.xml"/>
23
+ <file href="images/red_door.png"/>
24
+ <file href="images/open_goat.png"/>
25
+ <file href="images/open_car.png"/>
26
+ <file href="images/green_door.png"/>
27
+ <file href="images/blue_door.png"/>
28
+ <file href="images/open_car.png"/>
29
+ </resource>
30
+ <resource identifier="associate" type="imsqti_item_xmlv2p2" href="associate.xml">
31
+ <file href="associate.xml"/>
32
+ </resource>
33
+ <resource identifier="choice" type="imsqti_item_xmlv2p2" href="choice.xml">
34
+ <file href="choice.xml"/>
35
+ <file href="images/sign.png"/>
36
+ </resource>
37
+ <resource identifier="choice_aria" type="imsqti_item_xmlv2p2" href="choice_aria.xml">
38
+ <file href="choice_aria.xml"/>
39
+ <file href="images/survey.jpg"/>
40
+ </resource>
41
+ <resource identifier="choice_fixed" type="imsqti_item_xmlv2p2" href="choice_fixed.xml">
42
+ <file href="choice_fixed.xml"/>
43
+ <file href="images/sign.png"/>
44
+ </resource>
45
+ <resource identifier="choice_multiple" type="imsqti_item_xmlv2p2" href="choice_multiple.xml">
46
+ <file href="choice_multiple.xml"/>
47
+ </resource>
48
+ <resource identifier="choice_multiple_chocolade" type="imsqti_item_xmlv2p2" href="choice_multiple_chocolade.xml">
49
+ <file href="choice_multiple_chocolade.xml"/>
50
+ </resource>
51
+ <resource identifier="choice_multiple_rtl" type="imsqti_item_xmlv2p2" href="choice_multiple_rtl.xml">
52
+ <file href="choice_multiple_rtl.xml"/>
53
+ </resource>
54
+ <resource identifier="choice_ruby" type="imsqti_item_xmlv2p2" href="choice_ruby.xml">
55
+ <file href="choice_ruby.xml"/>
56
+ </resource>
57
+ <resource identifier="data-attributes" type="imsqti_item_xmlv2p2" href="data-attributes.xml">
58
+ <file href="data-attributes.xml"/>
59
+ <file href="images/redCircle.png"/>
60
+ <file href="images/greenTriangle.png"/>
61
+ <file href="images/blueStar.png"/>
62
+ </resource>
63
+ <resource identifier="drawing" type="imsqti_item_xmlv2p2" href="drawing.xml">
64
+ <file href="drawing.xml"/>
65
+ <file href="images/house.png"/>
66
+ </resource>
67
+ <resource identifier="essay" type="imsqti_item_xmlv2p2" href="essay.xml">
68
+ <file href="essay.xml"/>
69
+ </resource>
70
+ <resource identifier="Example01-modalFeedback" type="imsqti_item_xmlv2p2" href="Example01-modalFeedback.xml">
71
+ <file href="Example01-modalFeedback.xml"/>
72
+ </resource>
73
+ <resource identifier="Example02-feedbackInline" type="imsqti_item_xmlv2p2" href="Example02-feedbackInline.xml">
74
+ <file href="Example02-feedbackInline.xml"/>
75
+ </resource>
76
+ <resource identifier="Example03-feedbackBlock-solution-random" type="imsqti_item_xmlv2p2" href="Example03-feedbackBlock-solution-random.xml">
77
+ <file href="Example03-feedbackBlock-solution-random.xml"/>
78
+ </resource>
79
+ <resource identifier="Example03-feedbackBlock-solution" type="imsqti_item_xmlv2p2" href="Example03-feedbackBlock-solution.xml">
80
+ <file href="Example03-feedbackBlock-solution.xml"/>
81
+ </resource>
82
+ <resource identifier="Example04-feedbackBlock-templateBlock" type="imsqti_item_xmlv2p2" href="Example04-feedbackBlock-templateBlock.xml">
83
+ <file href="Example04-feedbackBlock-templateBlock.xml"/>
84
+ </resource>
85
+ <resource identifier="Example05-feedbackBlock-adaptive" type="imsqti_item_xmlv2p2" href="Example05-feedbackBlock-adaptive.xml">
86
+ <file href="Example05-feedbackBlock-adaptive.xml"/>
87
+ </resource>
88
+ <resource identifier="extended_text" type="imsqti_item_xmlv2p2" href="extended_text.xml">
89
+ <file href="extended_text.xml"/>
90
+ <file href="images/postcard.png"/>
91
+ </resource>
92
+ <resource identifier="extended_text_rubric" type="imsqti_item_xmlv2p2" href="extended_text_rubric.xml">
93
+ <file href="extended_text_rubric.xml"/>
94
+ <file href="images/postcard.png"/>
95
+ </resource>
96
+ <resource identifier="feedback_adaptive" type="imsqti_item_xmlv2p2" href="feedback_adaptive.xml">
97
+ <file href="feedback_adaptive.xml"/>
98
+ </resource>
99
+ <resource identifier="figures" type="imsqti_item_xmlv2p2" href="figures.xml">
100
+ <file href="figures.xml"/>
101
+ <file href="images/castle.png"/>
102
+ </resource>
103
+ <resource identifier="gap_match" type="imsqti_item_xmlv2p2" href="gap_match.xml">
104
+ <file href="gap_match.xml"/>
105
+ </resource>
106
+ <resource identifier="graphic_associate" type="imsqti_item_xmlv2p2" href="graphic_associate.xml">
107
+ <file href="graphic_associate.xml"/>
108
+ <file href="images/ukair.png"/>
109
+ </resource>
110
+ <resource identifier="graphic_gap_match" type="imsqti_item_xmlv2p2" href="graphic_gap_match.xml">
111
+ <file href="graphic_gap_match.xml"/>
112
+ <file href="images/CBG.png"/>
113
+ <file href="images/EBG.png"/>
114
+ <file href="images/EDI.png"/>
115
+ <file href="images/GLA.png"/>
116
+ <file href="images/MAN.png"/>
117
+ <file href="images/MCH.png"/>
118
+ <file href="images/ukairtags.png"/>
119
+ </resource>
120
+ <resource identifier="graphic_gap_match_text" type="imsqti_item_xmlv2p2" href="graphic_gap_match_text.xml">
121
+ <file href="graphic_gap_match_text.xml"/>
122
+ <file href="images/ukairtags.png"/>
123
+ </resource>
124
+ <resource identifier="graphic_order" type="imsqti_item_xmlv2p2" href="graphic_order.xml">
125
+ <file href="graphic_order.xml"/>
126
+ <file href="images/ukair.png"/>
127
+ </resource>
128
+ <resource identifier="hint" type="imsqti_item_xmlv2p2" href="hint.xml">
129
+ <file href="hint.xml"/>
130
+ </resource>
131
+ <resource identifier="hotspot" type="imsqti_item_xmlv2p2" href="hotspot.xml">
132
+ <file href="hotspot.xml"/>
133
+ <file href="images/ukair.png"/>
134
+ </resource>
135
+ <resource identifier="hottext" type="imsqti_item_xmlv2p2" href="hottext.xml">
136
+ <file href="hottext.xml"/>
137
+ </resource>
138
+ <resource identifier="inline_choice" type="imsqti_item_xmlv2p2" href="inline_choice.xml">
139
+ <file href="inline_choice.xml"/>
140
+ </resource>
141
+ <resource identifier="inline_choice_math" type="imsqti_item_xmlv2p2" href="inline_choice_math.xml">
142
+ <file href="inline_choice_math.xml"/>
143
+ </resource>
144
+ <resource identifier="likert" type="imsqti_item_xmlv2p2" href="likert.xml">
145
+ <file href="likert.xml"/>
146
+ </resource>
147
+ <resource identifier="match" type="imsqti_item_xmlv2p2" href="match.xml">
148
+ <file href="match.xml"/>
149
+ </resource>
150
+ <resource identifier="math" type="imsqti_item_xmlv2p2" href="math.xml">
151
+ <file href="math.xml"/>
152
+ </resource>
153
+ <resource identifier="mc_calc3" type="imsqti_item_xmlv2p2" href="mc_calc3.xml">
154
+ <file href="mc_calc3.xml"/>
155
+ </resource>
156
+ <resource identifier="mc_calc5" type="imsqti_item_xmlv2p2" href="mc_calc5.xml">
157
+ <file href="mc_calc5.xml"/>
158
+ </resource>
159
+ <resource identifier="mc_stat2" type="imsqti_item_xmlv2p2" href="mc_stat2.xml">
160
+ <file href="mc_stat2.xml"/>
161
+ </resource>
162
+ <resource identifier="multi-input" type="imsqti_item_xmlv2p2" href="multi-input.xml">
163
+ <file href="multi-input.xml"/>
164
+ </resource>
165
+ <resource identifier="nested_object" type="imsqti_item_xmlv2p2" href="nested_object.xml">
166
+ <file href="nested_object.xml"/>
167
+ <file href="images/postcard.eps"/>
168
+ <file href="images/postcard.png"/>
169
+ </resource>
170
+ <resource identifier="order" type="imsqti_item_xmlv2p2" href="order.xml">
171
+ <file href="order.xml"/>
172
+ </resource>
173
+ <resource identifier="order_partial_scoring" type="imsqti_item_xmlv2p2" href="order_partial_scoring.xml">
174
+ <file href="order_partial_scoring.xml"/>
175
+ </resource>
176
+ <resource identifier="order_rtl" type="imsqti_item_xmlv2p2" href="order_rtl.xml">
177
+ <file href="order_rtl.xml"/>
178
+ </resource>
179
+ <resource identifier="orkney1" type="imsqti_item_xmlv2p2" href="orkney1.xml">
180
+ <file href="orkney1.xml"/>
181
+ <file href="shared/orkney.css"/>
182
+ <file href="shared/orkney.html"/>
183
+ </resource>
184
+ <resource identifier="orkney2" type="imsqti_item_xmlv2p2" href="orkney2.xml">
185
+ <file href="orkney2.xml"/>
186
+ <file href="shared/orkney.css"/>
187
+ <file href="shared/orkney.html"/>
188
+ </resource>
189
+ <resource identifier="position_object" type="imsqti_item_xmlv2p2" href="position_object.xml">
190
+ <file href="position_object.xml"/>
191
+ <file href="images/uk.png"/>
192
+ <file href="images/airport.png"/>
193
+ </resource>
194
+ <resource identifier="select_point" type="imsqti_item_xmlv2p2" href="select_point.xml">
195
+ <file href="select_point.xml"/>
196
+ <file href="images/uk.png"/>
197
+ </resource>
198
+ <resource identifier="slider" type="imsqti_item_xmlv2p2" href="slider.xml">
199
+ <file href="slider.xml"/>
200
+ </resource>
201
+ <resource identifier="svg" type="imsqti_item_xmlv2p2" href="svg.xml">
202
+ <file href="svg.xml"/>
203
+ <file href="images/rectangle.svg"/>
204
+ </resource>
205
+ <resource identifier="template" type="imsqti_item_xmlv2p2" href="template.xml">
206
+ <file href="template.xml"/>
207
+ </resource>
208
+ <resource identifier="template_image" type="imsqti_item_xmlv2p2" href="template_image.xml">
209
+ <file href="template_image.xml"/>
210
+ <file href="images/plane.png"/>
211
+ <file href="images/train.png"/>
212
+ <file href="images/bus.png"/>
213
+ </resource>
214
+ <resource identifier="text_entry" type="imsqti_item_xmlv2p2" href="text_entry.xml">
215
+ <file href="text_entry.xml"/>
216
+ </resource>
217
+ <resource identifier="upload" type="imsqti_item_xmlv2p2" href="upload.xml">
218
+ <file href="upload.xml"/>
219
+ </resource>
220
+ <resource identifier="upload_composite" type="imsqti_item_xmlv2p2" href="upload_composite.xml">
221
+ <file href="upload_composite.xml"/>
222
+ </resource>
223
+ <resource identifier="media_coords" type="imsqti_item_xmlv2p2" href="media_coords.xml">
224
+ <file href="media_coords.xml"/>
225
+ </resource>
226
+ </resources>
227
+ </manifest>
@@ -0,0 +1,26 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <assessmentItem xmlns="http://www.imsglobal.org/xsd/imsqti_v2p2"
3
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi:schemaLocation="http://www.imsglobal.org/xsd/imsqti_v2p2 http://www.imsglobal.org/xsd/qti/qtiv2p2/imsqti_v2p2.xsd"
5
+ identifier="inlineChoice" title="Richard III (Take 2)" adaptive="false" timeDependent="false">
6
+ <responseDeclaration identifier="RESPONSE" cardinality="single" baseType="identifier">
7
+ <correctResponse>
8
+ <value>Y</value>
9
+ </correctResponse>
10
+ </responseDeclaration>
11
+ <outcomeDeclaration identifier="SCORE" cardinality="single" baseType="float"/>
12
+ <itemBody>
13
+ <p>Identify the missing word in this famous quote from Shakespeare's Richard III.</p>
14
+ <blockquote>
15
+ <p>Now is the winter of our discontent<br/> Made glorious summer by this sun of
16
+ <inlineChoiceInteraction responseIdentifier="RESPONSE" shuffle="false">
17
+ <inlineChoice identifier="G">Gloucester</inlineChoice>
18
+ <inlineChoice identifier="L">Lancaster</inlineChoice>
19
+ <inlineChoice identifier="Y">York</inlineChoice>
20
+ </inlineChoiceInteraction>;<br/> And all the clouds that lour'd upon our house<br/>
21
+ In the deep bosom of the ocean buried.</p>
22
+ </blockquote>
23
+ </itemBody>
24
+ <responseProcessing
25
+ template="http://www.imsglobal.org/question/qti_v2p2/rptemplates/match_correct"/>
26
+ </assessmentItem>
@@ -0,0 +1,68 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <assessmentItem xmlns="http://www.imsglobal.org/xsd/imsqti_v2p2"
3
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi:schemaLocation="http://www.imsglobal.org/xsd/imsqti_v2p2 http://www.imsglobal.org/xsd/qti/qtiv2p2/imsqti_v2p2.xsd"
5
+ xmlns:m="http://www.w3.org/2010/Math/MathML"
6
+ identifier="inlineChoiceMath" title="Inline Math" adaptive="false" timeDependent="false">
7
+ <responseDeclaration identifier="RESPONSE" cardinality="single" baseType="identifier">
8
+ <correctResponse>
9
+ <value>choice2</value>
10
+ </correctResponse>
11
+ </responseDeclaration>
12
+ <outcomeDeclaration identifier="SCORE" cardinality="single" baseType="float"/>
13
+ <itemBody>
14
+ <p>Answer the question.</p>
15
+ <blockquote>
16
+ <p>If
17
+ <m:math>
18
+ <m:mrow>
19
+ <m:mi>a</m:mi>
20
+ <m:mo>=</m:mo>
21
+ <m:mi>b</m:mi>
22
+ </m:mrow>
23
+ </m:math>
24
+ and
25
+ <m:math>
26
+ <m:mrow>
27
+ <m:mi>b</m:mi>
28
+ <m:mo>=</m:mo>
29
+ <m:mi>c</m:mi>
30
+ </m:mrow>
31
+ </m:math>
32
+ then
33
+ <inlineChoiceInteraction responseIdentifier="RESPONSE" shuffle="false">
34
+ <inlineChoice identifier="choice1">
35
+ <m:math>
36
+ <m:mrow>
37
+ <m:mi>x</m:mi>
38
+ <m:mo>=</m:mo>
39
+ <m:mi>y</m:mi>
40
+ </m:mrow>
41
+ </m:math>
42
+ </inlineChoice>
43
+ <inlineChoice identifier="choice2">
44
+ <m:math>
45
+ <m:mrow>
46
+ <m:mi>a</m:mi>
47
+ <m:mo>=</m:mo>
48
+ <m:mi>c</m:mi>
49
+ </m:mrow>
50
+ </m:math>
51
+ </inlineChoice>
52
+ <inlineChoice identifier="choice3">
53
+ <m:math>
54
+ <m:mrow>
55
+ <m:mi>b</m:mi>
56
+ <m:mo>=</m:mo>
57
+ <m:mi>d</m:mi>
58
+ </m:mrow>
59
+ </m:math>
60
+ </inlineChoice>
61
+ </inlineChoiceInteraction>
62
+ .
63
+ </p>
64
+ </blockquote>
65
+ </itemBody>
66
+ <responseProcessing template="http://www.imsglobal.org/question/qti_v2p1/rptemplates/match_correct"/>
67
+ </assessmentItem>
68
+
@@ -0,0 +1,21 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <assessmentItem xmlns="http://www.imsglobal.org/xsd/imsqti_v2p2"
3
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi:schemaLocation="http://www.imsglobal.org/xsd/imsqti_v2p2 http://www.imsglobal.org/xsd/qti/qtiv2p2/imsqti_v2p2.xsd"
5
+ identifier="questionnaire" title="QTI Questionnaire" adaptive="false" timeDependent="false">
6
+ <responseDeclaration identifier="RESPONSE" cardinality="single" baseType="identifier"/>
7
+ <itemBody class="likert">
8
+ <rubricBlock view="candidate">
9
+ <p>Read the following question and indicate your agreement on a scale of 1 = strongly
10
+ disagree to 5 = strongly agree.</p>
11
+ </rubricBlock>
12
+ <choiceInteraction responseIdentifier="RESPONSE" shuffle="false" maxChoices="1">
13
+ <prompt>The QTI specification makes the exchange of assessment items much easier.</prompt>
14
+ <simpleChoice identifier="L1">1</simpleChoice>
15
+ <simpleChoice identifier="L2">2</simpleChoice>
16
+ <simpleChoice identifier="L3">3</simpleChoice>
17
+ <simpleChoice identifier="L4">4</simpleChoice>
18
+ <simpleChoice identifier="L5">5</simpleChoice>
19
+ </choiceInteraction>
20
+ </itemBody>
21
+ </assessmentItem>
@@ -0,0 +1,41 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <assessmentItem xmlns="http://www.imsglobal.org/xsd/imsqti_v2p2"
3
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi:schemaLocation="http://www.imsglobal.org/xsd/imsqti_v2p2 http://www.imsglobal.org/xsd/qti/qtiv2p2/imsqti_v2p2.xsd"
5
+ identifier="match" title="Characters and Plays" adaptive="false" timeDependent="false">
6
+ <responseDeclaration identifier="RESPONSE" cardinality="multiple" baseType="directedPair">
7
+ <correctResponse>
8
+ <value>C R</value>
9
+ <value>D M</value>
10
+ <value>L M</value>
11
+ <value>P T</value>
12
+ </correctResponse>
13
+ <mapping defaultValue="0">
14
+ <mapEntry mapKey="C R" mappedValue="1"/>
15
+ <mapEntry mapKey="D M" mappedValue="0.5"/>
16
+ <mapEntry mapKey="L M" mappedValue="0.5"/>
17
+ <mapEntry mapKey="P T" mappedValue="1"/>
18
+ </mapping>
19
+ </responseDeclaration>
20
+ <outcomeDeclaration identifier="SCORE" cardinality="single" baseType="float"/>
21
+ <itemBody>
22
+ <matchInteraction responseIdentifier="RESPONSE" shuffle="true" maxAssociations="4">
23
+ <prompt>Match the following characters to the Shakespeare play they appeared in:</prompt>
24
+ <simpleMatchSet>
25
+ <simpleAssociableChoice identifier="C" matchMax="1">Capulet</simpleAssociableChoice>
26
+ <simpleAssociableChoice identifier="D" matchMax="1">Demetrius</simpleAssociableChoice>
27
+ <simpleAssociableChoice identifier="L" matchMax="1">Lysander</simpleAssociableChoice>
28
+ <simpleAssociableChoice identifier="P" matchMax="1"
29
+ >Prospero</simpleAssociableChoice>
30
+ </simpleMatchSet>
31
+ <simpleMatchSet>
32
+ <simpleAssociableChoice identifier="M" matchMax="4">A Midsummer-Night's Dream</simpleAssociableChoice>
33
+ <simpleAssociableChoice identifier="R" matchMax="4">Romeo and Juliet</simpleAssociableChoice>
34
+ <simpleAssociableChoice identifier="T" matchMax="4">The
35
+ Tempest</simpleAssociableChoice>
36
+ </simpleMatchSet>
37
+ </matchInteraction>
38
+ </itemBody>
39
+ <responseProcessing
40
+ template="http://www.imsglobal.org/question/qti_v2p2/rptemplates/map_response"/>
41
+ </assessmentItem>
@@ -0,0 +1,35 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!-- Thie example adapted from the PET Handbook, copyright University of Cambridge ESOL Examinations -->
3
+ <assessmentItem xmlns="http://www.imsglobal.org/xsd/imsqti_v2p2"
4
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
+ xsi:schemaLocation="http://www.imsglobal.org/xsd/imsqti_v2p2 http://www.imsglobal.org/xsd/qti/qtiv2p2/imsqti_v2p2.xsd"
6
+ xmlns:m="http://www.w3.org/2010/Math/MathML" identifier="math" title="Relativity"
7
+ adaptive="false" timeDependent="false">
8
+ <responseDeclaration identifier="RESPONSE" cardinality="single" baseType="identifier">
9
+ <correctResponse>
10
+ <value>E</value>
11
+ </correctResponse>
12
+ </responseDeclaration>
13
+ <outcomeDeclaration identifier="SCORE" cardinality="single" baseType="float"/>
14
+ <itemBody>
15
+ <choiceInteraction responseIdentifier="RESPONSE" shuffle="true" maxChoices="1">
16
+ <prompt>Which famous scientist is popularly associated with the equation <m:math>
17
+ <m:mrow>
18
+ <m:mi>E</m:mi>
19
+ <m:mo>=</m:mo>
20
+ <m:mi>m</m:mi>
21
+ <m:msup>
22
+ <m:mi>c</m:mi>
23
+ <m:mn>2</m:mn>
24
+ </m:msup>
25
+ </m:mrow>
26
+ </m:math> ?</prompt>
27
+ <simpleChoice identifier="E">Einstein</simpleChoice>
28
+ <simpleChoice identifier="G">Gallileo</simpleChoice>
29
+ <simpleChoice identifier="H">Hawking</simpleChoice>
30
+ <simpleChoice identifier="N">Newton</simpleChoice>
31
+ </choiceInteraction>
32
+ </itemBody>
33
+ <responseProcessing
34
+ template="http://www.imsglobal.org/question/qti_v2p2/rptemplates/match_correct"/>
35
+ </assessmentItem>
@@ -0,0 +1,164 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <assessmentItem adaptive="false" identifier="Divisors" timeDependent="false"
3
+ title="The number divisors" toolName="Exo+" toolVersion="0.0.9-SNAPSHOT" xml:lang="en"
4
+ xmlns="http://www.imsglobal.org/xsd/imsqti_v2p2" xmlns:m="http://www.w3.org/1998/Math/MathML"
5
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6
+ xsi:schemaLocation="http://www.imsglobal.org/xsd/imsqti_v2p2 http://www.imsglobal.org/xsd/qti/qtiv2p2/imsqti_v2p2.xsd">
7
+ <responseDeclaration baseType="identifier" cardinality="single" identifier="RESPONSE0"/>
8
+ <outcomeDeclaration baseType="identifier" cardinality="single" identifier="FEEDBACK"/>
9
+ <outcomeDeclaration baseType="float" cardinality="single" identifier="SCORE"/>
10
+ <templateDeclaration baseType="integer" cardinality="single" identifier="i" mathVariable="true"
11
+ paramVariable="true"/>
12
+ <templateDeclaration baseType="integer" cardinality="ordered" identifier="numbers"
13
+ mathVariable="true" paramVariable="true"/>
14
+ <templateDeclaration baseType="string" cardinality="ordered" identifier="divisors"
15
+ mathVariable="true" paramVariable="true"/>
16
+ <templateDeclaration baseType="integer" cardinality="single" identifier="CALC0"
17
+ mathVariable="true" paramVariable="true"/>
18
+ <templateProcessing>
19
+ <setTemplateValue identifier="i">
20
+ <randomInteger max="7" min="1"/>
21
+ </setTemplateValue>
22
+ <setTemplateValue identifier="numbers">
23
+ <ordered>
24
+ <baseValue baseType="integer">3</baseValue>
25
+ <baseValue baseType="integer">4</baseValue>
26
+ <baseValue baseType="integer">6</baseValue>
27
+ <baseValue baseType="integer">15</baseValue>
28
+ <baseValue baseType="integer">24</baseValue>
29
+ <baseValue baseType="integer">25</baseValue>
30
+ <baseValue baseType="integer">30</baseValue>
31
+ </ordered>
32
+ </setTemplateValue>
33
+ <setTemplateValue identifier="divisors">
34
+ <ordered>
35
+ <baseValue baseType="string">-</baseValue>
36
+ <baseValue baseType="string">2</baseValue>
37
+ <baseValue baseType="string">2,3</baseValue>
38
+ <baseValue baseType="string">3,5</baseValue>
39
+ <baseValue baseType="string">2,3,4,6,8,12</baseValue>
40
+ <baseValue baseType="string">5</baseValue>
41
+ <baseValue baseType="string">2,3,5,6,10,15</baseValue>
42
+ </ordered>
43
+ </setTemplateValue>
44
+ <setTemplateValue identifier="CALC0">
45
+ <index n="i">
46
+ <variable identifier="numbers"/>
47
+ </index>
48
+ </setTemplateValue>
49
+ <templateCondition>
50
+ <templateIf>
51
+ <equal toleranceMode="exact">
52
+ <variable identifier="i"/>
53
+ <baseValue baseType="integer">1</baseValue>
54
+ </equal>
55
+ <setCorrectResponse identifier="RESPONSE0">
56
+ <baseValue baseType="identifier">SOLUTION0_0_0</baseValue>
57
+ </setCorrectResponse>
58
+ </templateIf>
59
+ <templateElseIf>
60
+ <equal toleranceMode="exact">
61
+ <variable identifier="i"/>
62
+ <baseValue baseType="integer">2</baseValue>
63
+ </equal>
64
+ <setCorrectResponse identifier="RESPONSE0">
65
+ <baseValue baseType="identifier">SOLUTION0_0_1</baseValue>
66
+ </setCorrectResponse>
67
+ </templateElseIf>
68
+ <templateElseIf>
69
+ <equal toleranceMode="exact">
70
+ <variable identifier="i"/>
71
+ <baseValue baseType="integer">3</baseValue>
72
+ </equal>
73
+ <setCorrectResponse identifier="RESPONSE0">
74
+ <baseValue baseType="identifier">SOLUTION0_0_2</baseValue>
75
+ </setCorrectResponse>
76
+ </templateElseIf>
77
+ <templateElseIf>
78
+ <equal toleranceMode="exact">
79
+ <variable identifier="i"/>
80
+ <baseValue baseType="integer">4</baseValue>
81
+ </equal>
82
+ <setCorrectResponse identifier="RESPONSE0">
83
+ <baseValue baseType="identifier">SOLUTION0_0_3</baseValue>
84
+ </setCorrectResponse>
85
+ </templateElseIf>
86
+ <templateElseIf>
87
+ <equal toleranceMode="exact">
88
+ <variable identifier="i"/>
89
+ <baseValue baseType="integer">5</baseValue>
90
+ </equal>
91
+ <setCorrectResponse identifier="RESPONSE0">
92
+ <baseValue baseType="identifier">SOLUTION0_0_4</baseValue>
93
+ </setCorrectResponse>
94
+ </templateElseIf>
95
+ <templateElseIf>
96
+ <equal toleranceMode="exact">
97
+ <variable identifier="i"/>
98
+ <baseValue baseType="integer">6</baseValue>
99
+ </equal>
100
+ <setCorrectResponse identifier="RESPONSE0">
101
+ <baseValue baseType="identifier">SOLUTION0_0_5</baseValue>
102
+ </setCorrectResponse>
103
+ </templateElseIf>
104
+ <templateElseIf>
105
+ <equal toleranceMode="exact">
106
+ <variable identifier="i"/>
107
+ <baseValue baseType="integer">7</baseValue>
108
+ </equal>
109
+ <setCorrectResponse identifier="RESPONSE0">
110
+ <baseValue baseType="identifier">SOLUTION0_0_6</baseValue>
111
+ </setCorrectResponse>
112
+ </templateElseIf>
113
+ </templateCondition>
114
+ </templateProcessing>
115
+ <itemBody>
116
+ <div> What are the divisors of <m:math>
117
+ <m:mrow>
118
+ <m:mi>CALC0</m:mi>
119
+ </m:mrow>
120
+ </m:math> without 1 and <m:math>
121
+ <m:mrow>
122
+ <m:mi>CALC0</m:mi>
123
+ </m:mrow>
124
+ </m:math>? <inlineChoiceInteraction required="true" responseIdentifier="RESPONSE0"
125
+ shuffle="true">
126
+ <inlineChoice fixed="true" identifier="SOLUTION0_0_0">-</inlineChoice>
127
+ <inlineChoice fixed="true" identifier="SOLUTION0_0_1">2</inlineChoice>
128
+ <inlineChoice fixed="true" identifier="SOLUTION0_0_2">2,3</inlineChoice>
129
+ <inlineChoice fixed="true" identifier="SOLUTION0_0_3">3,5</inlineChoice>
130
+ <inlineChoice fixed="true" identifier="SOLUTION0_0_4">2,3,4,6,8,12</inlineChoice>
131
+ <inlineChoice fixed="true" identifier="SOLUTION0_0_5">5</inlineChoice>
132
+ <inlineChoice fixed="true" identifier="SOLUTION0_0_6">2,3,5,6,10,15</inlineChoice>
133
+ </inlineChoiceInteraction>
134
+ </div>
135
+ </itemBody>
136
+ <responseProcessing>
137
+ <responseCondition>
138
+ <responseIf>
139
+ <match>
140
+ <variable identifier="RESPONSE0"/>
141
+ <correct identifier="RESPONSE0"/>
142
+ </match>
143
+ <setOutcomeValue identifier="FEEDBACK">
144
+ <baseValue baseType="identifier">FEEDBACK0</baseValue>
145
+ </setOutcomeValue>
146
+ <setOutcomeValue identifier="SCORE">
147
+ <baseValue baseType="float">2.0</baseValue>
148
+ </setOutcomeValue>
149
+ </responseIf>
150
+ <responseElse>
151
+ <setOutcomeValue identifier="FEEDBACK">
152
+ <baseValue baseType="identifier">DEFAULT_FEEDBACK</baseValue>
153
+ </setOutcomeValue>
154
+ <setOutcomeValue identifier="SCORE">
155
+ <baseValue baseType="float">0.0</baseValue>
156
+ </setOutcomeValue>
157
+ </responseElse>
158
+ </responseCondition>
159
+ </responseProcessing>
160
+ <modalFeedback identifier="FEEDBACK0" outcomeIdentifier="FEEDBACK" showHide="show">Bravo! You
161
+ are right</modalFeedback>
162
+ <modalFeedback identifier="DEFAULT_FEEDBACK" outcomeIdentifier="FEEDBACK" showHide="show">It is
163
+ false</modalFeedback>
164
+ </assessmentItem>