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,34 @@
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="positionObjects" title="Airport Locations" adaptive="false" timeDependent="false">
6
+ <responseDeclaration identifier="RESPONSE" cardinality="multiple" baseType="point">
7
+ <correctResponse>
8
+ <!-- MAN -->
9
+ <value>118 184</value>
10
+ <!-- LHR -->
11
+ <value>150 235</value>
12
+ <!-- EDI -->
13
+ <value>96 114</value>
14
+ </correctResponse>
15
+ <areaMapping defaultValue="0">
16
+ <areaMapEntry shape="circle" coords="118,184,12" mappedValue="1"/>
17
+ <areaMapEntry shape="circle" coords="150,235,12" mappedValue="1"/>
18
+ <areaMapEntry shape="circle" coords="96,114,12" mappedValue="1"/>
19
+ </areaMapping>
20
+ </responseDeclaration>
21
+ <outcomeDeclaration identifier="SCORE" cardinality="single" baseType="float"/>
22
+ <itemBody>
23
+ <p>When flying into the UK, you may well find yourself landing at Edinburgh, Manchester or
24
+ London Heathrow; but where are these airports actually located?</p>
25
+ <positionObjectStage>
26
+ <object type="image/png" data="images/uk.png" width="206" height="280"/>
27
+ <positionObjectInteraction responseIdentifier="RESPONSE" maxChoices="3">
28
+ <object type="image/png" data="images/airport.png" width="16" height="16"/>
29
+ </positionObjectInteraction>
30
+ </positionObjectStage>
31
+ </itemBody>
32
+ <responseProcessing
33
+ template="http://www.imsglobal.org/question/qti_v2p2/rptemplates/map_response_point"/>
34
+ </assessmentItem>
@@ -0,0 +1,23 @@
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="selectPoint" title="Where is Edinburgh?" adaptive="false" timeDependent="false">
6
+ <responseDeclaration identifier="RESPONSE" cardinality="single" baseType="point">
7
+ <correctResponse>
8
+ <value>102 113</value>
9
+ </correctResponse>
10
+ <areaMapping defaultValue="0">
11
+ <areaMapEntry shape="circle" coords="102,113,16" mappedValue="1"/>
12
+ </areaMapping>
13
+ </responseDeclaration>
14
+ <outcomeDeclaration identifier="SCORE" cardinality="single" baseType="float"/>
15
+ <itemBody>
16
+ <selectPointInteraction responseIdentifier="RESPONSE" maxChoices="1">
17
+ <prompt>Mark Edinburgh on this map of the United Kingdom.</prompt>
18
+ <object type="image/png" width="196" height="280" data="images/uk.png">UK Map</object>
19
+ </selectPointInteraction>
20
+ </itemBody>
21
+ <responseProcessing
22
+ template="http://www.imsglobal.org/question/qti_v2p2/rptemplates/map_response_point"/>
23
+ </assessmentItem>
@@ -0,0 +1 @@
1
+ object { width: 100%; height: 100% }
@@ -0,0 +1,20 @@
1
+ <html>
2
+ <head>
3
+ <title>The Ancient Islands of Orkney</title>
4
+ </head>
5
+ <body>
6
+ <h1>The Ancient Islands of Orkney</h1>
7
+ <p>Off the north coast of Scotland, there are seventy islands which form the Orkney Islands. Some are no more than tiny rocks with just sheep and sea birds on them; only sixteen have human populations. Apart from Rousay and Hoy, the islands are low-lying and good for farming. Altought tourism is now the main industry, farming is still as important to island life as it was thousands of years ago. People have farmed here for more than 4,500 years and you can still see parts of a village from that time on the biggest island, which is called the Mainland. The strange stone box beds that are left show us that the inhabitants used to sleep sitting up rather than lying down!</p>
8
+
9
+ <h2>THINGS TO DO</h2>
10
+ <p>The Orkney Islands are great for walking and one of the best places in the British Isles for water sports. There are seven lochs, or lakes, to fish in and excellent sea fishing. The capital of the islands is the beautiful old town of Kirkwall, where there are shops offering special varieties of cheese and fish. The fishing port of Stromness has a museum, three bookshops and an Arts Centre, which has a good collection of late wentieth-century art. In the harbour there are plenty of fishing boats to see, although the boats no longer catch whales as they once did. Every year there is an Arts Festival in June, which has music, drama, dance, poetry and exhibitions of paintings.</p>
11
+
12
+ <p>It is best to spend most of your time in the Orkney Islands on the Mainland, as there is so much to see and do. However, you can also visit one or two of the other islands such as the island of Hoy; which is particularly famous for its high cliffs. Taxis are available to drive you round Hoy, but you will need to walk up to the top of the cliffs. When tourists reach the cliff edge, particularly in bad weather, they find the safest way to see the view is by lying down on their stomachs!
13
+
14
+ <h2>HOW TO GET THERE</h2>
15
+ <p>BA Express flies to Kirkwall daily (except Sundays) from Glasgow and Edinburgh, and there are connecting services with London Heathrow. There is a ferry every day from Scabster and weekly ferries from Aberdeen.</p>
16
+
17
+ <h2>WHERE TO STAY</h2>
18
+ <p>There are many excellent hotels and inns to choose from. Most do very good fish dishes in their restaurants. The Stromness Hotel also offers seven nights from �199 during the Arts Festival and the price includes a meal before or after the concerts.</p>
19
+ </body>
20
+ </html>
@@ -0,0 +1,35 @@
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="slider" title="Jedi Knights" adaptive="false" timeDependent="false">
6
+ <responseDeclaration identifier="RESPONSE" cardinality="single" baseType="integer">
7
+ <correctResponse>
8
+ <value>16</value>
9
+ </correctResponse>
10
+ <mapping defaultValue="0">
11
+ <mapEntry mapKey="12" mappedValue="0.5"/>
12
+ <mapEntry mapKey="13" mappedValue="0.5"/>
13
+ <mapEntry mapKey="14" mappedValue="1.0"/>
14
+ <mapEntry mapKey="15" mappedValue="1.0"/>
15
+ <mapEntry mapKey="16" mappedValue="1.0"/>
16
+ <mapEntry mapKey="17" mappedValue="1.0"/>
17
+ <mapEntry mapKey="18" mappedValue="1.0"/>
18
+ <mapEntry mapKey="19" mappedValue="0.5"/>
19
+ <mapEntry mapKey="20" mappedValue="0.5"/>
20
+ </mapping>
21
+ </responseDeclaration>
22
+ <outcomeDeclaration identifier="SCORE" cardinality="single" baseType="float"/>
23
+ <itemBody>
24
+ <p>Much to the dismay of Star Wars fans, the 2001 UK national census classified people who
25
+ identified themselves as <i>Jedi Knights</i> as having no religion. In fact, the
26
+ <i>Jedi</i> accounted for more than 4% of this group!</p>
27
+ <sliderInteraction responseIdentifier="RESPONSE" lowerBound="0" upperBound="100" step="1"
28
+ stepLabel="false">
29
+ <prompt>In total, what percentage of the UK population do you think were eventually
30
+ classifed as having no religion?</prompt>
31
+ </sliderInteraction>
32
+ </itemBody>
33
+ <responseProcessing
34
+ template="http://www.imsglobal.org/question/qti_v2p2/rptemplates/map_response"/>
35
+ </assessmentItem>
@@ -0,0 +1,28 @@
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: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="http://www.imsglobal.org/xsd/imsqti_v2p2"
6
+ identifier="SVG"
7
+ title="Coulours"
8
+ adaptive="false"
9
+ timeDependent="false">
10
+ <responseDeclaration identifier="RESPONSE" cardinality="single" baseType="identifier">
11
+ <correctResponse>
12
+ <value>E</value>
13
+ </correctResponse>
14
+ </responseDeclaration>
15
+ <outcomeDeclaration identifier="SCORE" cardinality="single" baseType="float"/>
16
+ <itemBody>
17
+ <choiceInteraction responseIdentifier="RESPONSE" shuffle="true" maxChoices="1">
18
+ <prompt>What colour is the rectangle below
19
+ <object data="images/rectangle.svg" type="image/svg+xml" width="250" height="250"/> ?</prompt>
20
+ <simpleChoice identifier="E">Red</simpleChoice>
21
+ <simpleChoice identifier="G">Blue</simpleChoice>
22
+ <simpleChoice identifier="H">Green</simpleChoice>
23
+ <simpleChoice identifier="N">Magenta</simpleChoice>
24
+ </choiceInteraction>
25
+ </itemBody>
26
+ <responseProcessing
27
+ template="http://www.imsglobal.org/question/qti_v2p2/rptemplates/match_correct"/>
28
+ </assessmentItem>
@@ -0,0 +1,88 @@
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="template" title="Digging a Hole" adaptive="false" timeDependent="false">
6
+ <responseDeclaration identifier="RESPONSE" cardinality="single" baseType="float"/>
7
+ <outcomeDeclaration identifier="SCORE" cardinality="single" baseType="float"/>
8
+ <templateDeclaration identifier="PEOPLE" cardinality="single" baseType="string"
9
+ mathVariable="false" paramVariable="false"/>
10
+ <templateDeclaration identifier="A" cardinality="single" baseType="integer" mathVariable="false"
11
+ paramVariable="false"/>
12
+ <templateDeclaration identifier="B" cardinality="single" baseType="integer" mathVariable="false"
13
+ paramVariable="false"/>
14
+ <templateDeclaration identifier="MIN" cardinality="single" baseType="integer"
15
+ mathVariable="false" paramVariable="false"/>
16
+ <templateProcessing>
17
+ <setTemplateValue identifier="PEOPLE">
18
+ <random>
19
+ <multiple>
20
+ <baseValue baseType="string">men</baseValue>
21
+ <baseValue baseType="string">women</baseValue>
22
+ <baseValue baseType="string">children</baseValue>
23
+ </multiple>
24
+ </random>
25
+ </setTemplateValue>
26
+ <setTemplateValue identifier="A">
27
+ <randomInteger min="2" max="4"/>
28
+ </setTemplateValue>
29
+ <templateCondition>
30
+ <templateIf>
31
+ <match>
32
+ <variable identifier="A"/>
33
+ <baseValue baseType="integer">2</baseValue>
34
+ </match>
35
+ <setTemplateValue identifier="B">
36
+ <randomInteger min="4" max="12" step="2"/>
37
+ </setTemplateValue>
38
+ </templateIf>
39
+ <templateElseIf>
40
+ <match>
41
+ <variable identifier="A"/>
42
+ <baseValue baseType="integer">3</baseValue>
43
+ </match>
44
+ <setTemplateValue identifier="B">
45
+ <random>
46
+ <multiple>
47
+ <baseValue baseType="integer">6</baseValue>
48
+ <baseValue baseType="integer">12</baseValue>
49
+ </multiple>
50
+ </random>
51
+ </setTemplateValue>
52
+ </templateElseIf>
53
+ <templateElse>
54
+ <setTemplateValue identifier="B">
55
+ <random>
56
+ <multiple>
57
+ <baseValue baseType="integer">8</baseValue>
58
+ <baseValue baseType="integer">12</baseValue>
59
+ </multiple>
60
+ </random>
61
+ </setTemplateValue>
62
+ </templateElse>
63
+ </templateCondition>
64
+ <setTemplateValue identifier="MIN">
65
+ <integerDivide>
66
+ <baseValue baseType="integer">120</baseValue>
67
+ <variable identifier="A"/>
68
+ </integerDivide>
69
+ </setTemplateValue>
70
+ <setCorrectResponse identifier="RESPONSE">
71
+ <integerDivide>
72
+ <baseValue baseType="integer">120</baseValue>
73
+ <variable identifier="B"/>
74
+ </integerDivide>
75
+ </setCorrectResponse>
76
+ </templateProcessing>
77
+ <itemBody>
78
+ <p>If it takes <printedVariable identifier="A"/>
79
+ <printedVariable identifier="PEOPLE"/>
80
+ <printedVariable identifier="MIN"/> minutes to dig a hole, how long would it take
81
+ <printedVariable identifier="B"/>
82
+ <printedVariable identifier="PEOPLE"/> to dig a similar hole?</p>
83
+ <p>Answer: <textEntryInteraction responseIdentifier="RESPONSE" expectedLength="8"/>
84
+ minutes.</p>
85
+ </itemBody>
86
+ <responseProcessing
87
+ template="http://www.imsglobal.org/question/qti_v2p2/rptemplates/match_correct"/>
88
+ </assessmentItem>
@@ -0,0 +1,74 @@
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="template" title="Transportation" adaptive="false" timeDependent="false">
6
+ <!-- Thanks to Mark Stickley for the excellent images! -->
7
+ <responseDeclaration identifier="RESPONSE" cardinality="single" baseType="integer"/>
8
+ <outcomeDeclaration identifier="SCORE" cardinality="single" baseType="float"/>
9
+ <templateDeclaration identifier="TRANSPORT" cardinality="single" baseType="identifier"
10
+ mathVariable="false" paramVariable="false"/>
11
+ <templateDeclaration identifier="SPEED" cardinality="single" baseType="integer"
12
+ mathVariable="false" paramVariable="false"/>
13
+ <templateProcessing>
14
+ <setTemplateValue identifier="TRANSPORT">
15
+ <random>
16
+ <multiple>
17
+ <baseValue baseType="identifier">plane</baseValue>
18
+ <baseValue baseType="identifier">train</baseValue>
19
+ <baseValue baseType="identifier">bus</baseValue>
20
+ </multiple>
21
+ </random>
22
+ </setTemplateValue>
23
+ <templateCondition>
24
+ <templateIf>
25
+ <match>
26
+ <variable identifier="TRANSPORT"/>
27
+ <baseValue baseType="identifier">plane</baseValue>
28
+ </match>
29
+ <setTemplateValue identifier="SPEED">
30
+ <baseValue baseType="integer">600</baseValue>
31
+ </setTemplateValue>
32
+ </templateIf>
33
+ <templateElseIf>
34
+ <match>
35
+ <variable identifier="TRANSPORT"/>
36
+ <baseValue baseType="identifier">train</baseValue>
37
+ </match>
38
+ <setTemplateValue identifier="SPEED">
39
+ <baseValue baseType="integer">200</baseValue>
40
+ </setTemplateValue>
41
+ </templateElseIf>
42
+ <templateElse>
43
+ <setTemplateValue identifier="SPEED">
44
+ <baseValue baseType="integer">50</baseValue>
45
+ </setTemplateValue>
46
+ </templateElse>
47
+ </templateCondition>
48
+ <setCorrectResponse identifier="RESPONSE">
49
+ <product>
50
+ <baseValue baseType="integer">3</baseValue>
51
+ <variable identifier="SPEED"/>
52
+ </product>
53
+ </setCorrectResponse>
54
+ </templateProcessing>
55
+ <itemBody>
56
+ <h1>Mick's Travels</h1>
57
+ <p>
58
+ <templateInline templateIdentifier="TRANSPORT" showHide="show" identifier="plane">
59
+ <img src="images/plane.png" alt="Picture of a plane."/>
60
+ </templateInline>
61
+ <templateInline templateIdentifier="TRANSPORT" showHide="show" identifier="train">
62
+ <img src="images/train.png" alt="Picture of a train"/>
63
+ </templateInline>
64
+ <templateInline templateIdentifier="TRANSPORT" showHide="show" identifier="bus">
65
+ <img src="images/bus.png" alt="Picture of a bus"/>
66
+ </templateInline>
67
+ </p>
68
+ <p>Mick travels at an average speed of <printedVariable identifier="SPEED"/> km/h.</p>
69
+ <p>How far does he travel in 3 hours? <textEntryInteraction responseIdentifier="RESPONSE"
70
+ expectedLength="8"/> km.</p>
71
+ </itemBody>
72
+ <responseProcessing
73
+ template="http://www.imsglobal.org/question/qti_v2p2/rptemplates/match_correct"/>
74
+ </assessmentItem>
@@ -0,0 +1,27 @@
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="textEntry" title="Richard III (Take 3)" adaptive="false" timeDependent="false">
6
+ <responseDeclaration identifier="RESPONSE" cardinality="single" baseType="string">
7
+ <correctResponse>
8
+ <value>York</value>
9
+ </correctResponse>
10
+ <mapping defaultValue="0">
11
+ <mapEntry mapKey="York" mappedValue="1"/>
12
+ <mapEntry mapKey="york" mappedValue="0.5"/>
13
+ </mapping>
14
+ </responseDeclaration>
15
+ <outcomeDeclaration identifier="SCORE" cardinality="single" baseType="float"/>
16
+ <itemBody>
17
+ <p>Identify the missing word in this famous quote from Shakespeare's Richard III.</p>
18
+ <blockquote>
19
+ <p>Now is the winter of our discontent<br/> Made glorious summer by this sun of
20
+ <textEntryInteraction responseIdentifier="RESPONSE" expectedLength="15"/>;<br/>
21
+ And all the clouds that lour'd upon our house<br/> In the deep bosom of the ocean
22
+ buried.</p>
23
+ </blockquote>
24
+ </itemBody>
25
+ <responseProcessing
26
+ template="http://www.imsglobal.org/question/qti_v2p2/rptemplates/map_response"/>
27
+ </assessmentItem>
@@ -0,0 +1,18 @@
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="upload" title="Chocolate Factory" adaptive="false" timeDependent="false">
6
+ <responseDeclaration identifier="RESPONSE" cardinality="single" baseType="file"/>
7
+ <outcomeDeclaration identifier="SCORE" cardinality="single" baseType="float"/>
8
+ <itemBody>
9
+ <p>A chocolate factory produces several types of chocolate, some of which have nut centres.
10
+ The chocolates are mixed together and are randomly packed into cartons of ten.</p>
11
+ <uploadInteraction responseIdentifier="RESPONSE">
12
+ <prompt>Build a spreadsheet to simulate 50 cartons of chocolates when each carton
13
+ contains 10 chocolates, and when one-seventh of the chocolates have nut centres.
14
+ Your spreadsheet should include 50 rows representing the 50 cartons, each row
15
+ containing 10 columns to represent the chocolates.</prompt>
16
+ </uploadInteraction>
17
+ </itemBody>
18
+ </assessmentItem>
@@ -0,0 +1,24 @@
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="upload" title="Chocolate Factory" adaptive="false" timeDependent="false">
6
+ <responseDeclaration identifier="RESPONSE" cardinality="single" baseType="file"/>
7
+ <responseDeclaration identifier="RESPONSE_P" cardinality="single" baseType="integer"/>
8
+ <outcomeDeclaration identifier="SCORE" cardinality="single" baseType="float"/>
9
+ <itemBody>
10
+ <p>A chocolate factory produces several types of chocolate, some of which have nut centres.
11
+ The chocolates are mixed together and are randomly packed into cartons of ten.</p>
12
+ <uploadInteraction responseIdentifier="RESPONSE">
13
+ <prompt>Build a spreadsheet to simulate 50 cartons of chocolates when each carton
14
+ contains 10 chocolates, and when one-seventh of the chocolates have nut centres.
15
+ Your spreadsheet should include 50 rows representing the 50 cartons, each row
16
+ containing 10 columns to represent the chocolates.</prompt>
17
+ </uploadInteraction>
18
+ <p>Incorporate in your spreadsheet a count of how many cartons contain fewer than two nut
19
+ centres, and hence estimate (to the nearest whole number) the percentage of a cartons
20
+ containing fewer than two nut centres: <textEntryInteraction
21
+ responseIdentifier="RESPONSE_P" expectedLength="3"/>%</p>
22
+ </itemBody>
23
+ <responseProcessing/>
24
+ </assessmentItem>
@@ -0,0 +1,37 @@
1
+ <?xml version="1.0"?>
2
+ <manifest identifier="MANIFEST1" xmlns="http://www.imsglobal.org/xsd/imscp_v1p1"
3
+ xmlns:imsmd="http://www.imsglobal.org/xsd/imsmd_v1p2"
4
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
+ xsi:schemaLocation="http://www.imsglobal.org/xsd/imscp_v1p1 imscp_v1p1.xsd http://www.imsglobal.org/xsd/imsmd_v1p2 imsmd_v1p2p2.xsd">
6
+ <metadata>
7
+ <schema>IMS Content</schema>
8
+ <schemaversion>1.1.3</schemaversion>
9
+ <imsmd:lom>
10
+ <imsmd:general>
11
+ <imsmd:identifier>
12
+ <imsmd:langstring xml:lang="en-US">52BF3E44F087427782489C7DC5CAB5FD</imsmd:langstring>
13
+ </imsmd:identifier>
14
+ <imsmd:title>
15
+ <imsmd:langstring xml:lang="en-US">Quiz (Respondus IMS QTI export)</imsmd:langstring>
16
+ </imsmd:title>
17
+ </imsmd:general>
18
+ </imsmd:lom>
19
+ </metadata>
20
+ <organizations default="EXAM1">
21
+ <organization identifier="EXAM1" structure="hierarchical">
22
+ <title>default</title>
23
+ <item identifier="ITEM1" identifierref="RESOURCE1">
24
+ <title>Exam 1</title>
25
+ </item>
26
+ </organization>
27
+ </organizations>
28
+ <resources>
29
+ <resource identifier="RESOURCE1" type="imsqti_xmlv1p1" href="quiz.xml">
30
+ <file href="quiz.xml" />
31
+ <file href="contact info.png" />
32
+ <file href="image.png" />
33
+ <file href="exam1/my_files/org0/images/image.png" />
34
+ <file href="exam1/my_files/org1/images/image.png" />
35
+ </resource>
36
+ </resources>
37
+ </manifest>
@@ -0,0 +1,216 @@
1
+ <?xml version="1.0" encoding="ISO-8859-1"?>
2
+
3
+ <questestinterop>
4
+
5
+ <assessment title="1.2 Import Quiz" ident="A1001">
6
+ <section title="Main" ident="S1002">
7
+
8
+ <item title="Grading - specific - 3 pt score" ident="QUE_1003">
9
+ <presentation>
10
+ <material>
11
+ <mattext texttype="text/html"><![CDATA[If I get a 3, I must have done something wrong. <img align="bottom" alt="image.png" src="org0/images/image.png" border="0"/>]]></mattext>
12
+ </material>
13
+ <response_lid ident="QUE_1004_RL" rcardinality="Single" rtiming="No">
14
+ <render_choice shuffle= "Yes">
15
+ <response_label ident="QUE_1005_A1">
16
+ <material>
17
+ <mattext texttype="text/html"><![CDATA[True]]></mattext>
18
+ </material>
19
+ </response_label>
20
+ <response_label ident="QUE_1006_A2">
21
+ <material>
22
+ <mattext texttype="text/html"><![CDATA[False]]></mattext>
23
+ </material>
24
+ </response_label>
25
+ </render_choice>
26
+ </response_lid>
27
+ </presentation>
28
+ <resprocessing>
29
+ <outcomes>
30
+ <decvar vartype="Decimal" defaultval="0" varname="que_score"/>
31
+ </outcomes>
32
+ <respcondition>
33
+ <conditionvar>
34
+ <varequal respident="QUE_1004_RL">QUE_1005_A1</varequal>
35
+ </conditionvar>
36
+ <setvar varname="que_score" action="Add">0</setvar>
37
+ </respcondition>
38
+ <respcondition>
39
+ <conditionvar>
40
+ <varequal respident="QUE_1004_RL">QUE_1006_A2</varequal>
41
+ </conditionvar>
42
+ <setvar varname="que_score" action="Set">10.00</setvar>
43
+ </respcondition>
44
+ </resprocessing>
45
+ </item>
46
+
47
+ <item title="How much time each week?" ident="QUE_1007">
48
+ <presentation>
49
+ <material>
50
+ <mattext texttype="text/html"><![CDATA[How much time should you spend working on your online course each week in order to earn credit? <img align="bottom" alt="image.png" src="$IMS_CC_FILE_BASE$org1/images/image.png" border="0"/>]]></mattext>
51
+ </material>
52
+ <response_lid ident="QUE_1008_RL" rcardinality="Single" rtiming="No">
53
+ <render_choice>
54
+ <response_label ident="QUE_1009_A1">
55
+ <material>
56
+ <mattext texttype="text/html"><![CDATA[However long it takes]]></mattext>
57
+ </material>
58
+ </response_label>
59
+ <response_label ident="QUE_1010_A2">
60
+ <material>
61
+ <mattext texttype="text/html"><![CDATA[30 - 90 minutes]]></mattext>
62
+ </material>
63
+ </response_label>
64
+ <response_label ident="QUE_1011_A3">
65
+ <material>
66
+ <mattext texttype="text/html"><![CDATA[1 - 2 hours]]></mattext>
67
+ </material>
68
+ </response_label>
69
+ <response_label ident="QUE_1012_A4">
70
+ <material>
71
+ <mattext texttype="text/html"><![CDATA[At least 3 hours]]></mattext>
72
+ </material>
73
+ </response_label>
74
+ <response_label ident="QUE_1013_A5">
75
+ <material>
76
+ <mattext texttype="text/html"><![CDATA[6 or more hours]]></mattext>
77
+ </material>
78
+ </response_label>
79
+ </render_choice>
80
+ </response_lid>
81
+ </presentation>
82
+ <resprocessing>
83
+ <outcomes>
84
+ <decvar vartype="Decimal" maxvalue="10" defaultval="0" varname="que_score"/>
85
+ </outcomes>
86
+ <respcondition>
87
+ <conditionvar>
88
+ <varequal respident="QUE_1008_RL">QUE_1009_A1</varequal>
89
+ </conditionvar>
90
+ <setvar varname="que_score" action="Add">0</setvar>
91
+ </respcondition>
92
+ <respcondition>
93
+ <conditionvar>
94
+ <varequal respident="QUE_1008_RL">QUE_1010_A2</varequal>
95
+ </conditionvar>
96
+ <setvar varname="que_score" action="Add">0</setvar>
97
+ </respcondition>
98
+ <respcondition>
99
+ <conditionvar>
100
+ <varequal respident="QUE_1008_RL">QUE_1011_A3</varequal>
101
+ </conditionvar>
102
+ <setvar varname="que_score" action="Add">0</setvar>
103
+ </respcondition>
104
+ <respcondition>
105
+ <conditionvar>
106
+ <varequal respident="QUE_1008_RL">QUE_1012_A4</varequal>
107
+ </conditionvar>
108
+ <setvar varname="que_score" action="Set">10.00</setvar>
109
+ </respcondition>
110
+ <respcondition>
111
+ <conditionvar>
112
+ <varequal respident="QUE_1008_RL">QUE_1013_A5</varequal>
113
+ </conditionvar>
114
+ <setvar varname="que_score" action="Add">0</setvar>
115
+ </respcondition>
116
+ </resprocessing>
117
+ </item>
118
+
119
+ <item title="Discussion - content." ident="QUE_1022">
120
+ <presentation>
121
+ <material>
122
+ <mattext texttype="text/html"><![CDATA[A good discussion posting includes which of the following (select all that apply):]]></mattext>
123
+ </material>
124
+ <response_lid ident="QUE_1023_RL" rcardinality="Multiple" rtiming="No">
125
+ <render_choice>
126
+ <response_label ident="QUE_1024_A1">
127
+ <material>
128
+ <mattext texttype="text/html"><![CDATA[Poses a question or invites additional comment from others]]></mattext>
129
+ </material>
130
+ </response_label>
131
+ <response_label ident="QUE_1025_A2">
132
+ <material>
133
+ <mattext texttype="text/html"><![CDATA[Attacks another's post to generate controversy]]></mattext>
134
+ </material>
135
+ </response_label>
136
+ <response_label ident="QUE_1026_A3">
137
+ <material>
138
+ <mattext texttype="text/html"><![CDATA[Expresses an opinion which may be controversial so that others can agree or disagree]]></mattext>
139
+ </material>
140
+ </response_label>
141
+ <response_label ident="QUE_1027_A4">
142
+ <material>
143
+ <mattext texttype="text/html"><![CDATA[Adds information, ideas or suggestions that expand everyone's thinking about the topic]]></mattext>
144
+ </material>
145
+ </response_label>
146
+ <response_label ident="QUE_1028_A5">
147
+ <material>
148
+ <mattext texttype="text/html"><![CDATA[Reiterates the consensus or restates the ideas of others without adding independent thought]]></mattext>
149
+ </material>
150
+ </response_label>
151
+ <response_label ident="QUE_1029_A6">
152
+ <material>
153
+ <mattext texttype="text/html"><![CDATA[Provides non-specific praise for fellow learners like "good job" or "I loved your idea"]]></mattext>
154
+ </material>
155
+ </response_label>
156
+ <response_label ident="QUE_1030_A7">
157
+ <material>
158
+ <mattext texttype="text/html"><![CDATA[Responds positively to a person's comment and includes their name or quote from the original posting that supports your expanded idea]]></mattext>
159
+ </material>
160
+ </response_label>
161
+ </render_choice>
162
+ </response_lid>
163
+ </presentation>
164
+ <resprocessing>
165
+ <outcomes>
166
+ <decvar vartype="Decimal" defaultval="0" varname="que_score" maxvalue="10.00" minvalue="0"/>
167
+ </outcomes>
168
+ <respcondition>
169
+ <conditionvar>
170
+ <varequal respident="QUE_1023_RL">QUE_1024_A1</varequal>
171
+ </conditionvar>
172
+ <setvar varname="que_score" action="Add">25.00</setvar>
173
+ </respcondition>
174
+ <respcondition>
175
+ <conditionvar>
176
+ <varequal respident="QUE_1023_RL">QUE_1025_A2</varequal>
177
+ </conditionvar>
178
+ <setvar varname="que_score" action="Add">-10.00</setvar>
179
+ </respcondition>
180
+ <respcondition>
181
+ <conditionvar>
182
+ <varequal respident="QUE_1023_RL">QUE_1026_A3</varequal>
183
+ </conditionvar>
184
+ <setvar varname="que_score" action="Add">25.00</setvar>
185
+ </respcondition>
186
+ <respcondition>
187
+ <conditionvar>
188
+ <varequal respident="QUE_1023_RL">QUE_1027_A4</varequal>
189
+ </conditionvar>
190
+ <setvar varname="que_score" action="Add">25.00</setvar>
191
+ </respcondition>
192
+ <respcondition>
193
+ <conditionvar>
194
+ <varequal respident="QUE_1023_RL">QUE_1028_A5</varequal>
195
+ </conditionvar>
196
+ <setvar varname="que_score" action="Add">-10.00</setvar>
197
+ </respcondition>
198
+ <respcondition>
199
+ <conditionvar>
200
+ <varequal respident="QUE_1023_RL">QUE_1029_A6</varequal>
201
+ </conditionvar>
202
+ <setvar varname="que_score" action="Add">-10.00</setvar>
203
+ </respcondition>
204
+ <respcondition>
205
+ <conditionvar>
206
+ <varequal respident="QUE_1023_RL">QUE_1030_A7</varequal>
207
+ </conditionvar>
208
+ <setvar varname="que_score" action="Add">25.00</setvar>
209
+ </respcondition>
210
+ </resprocessing>
211
+ </item>
212
+
213
+ </section>
214
+ </assessment>
215
+
216
+ </questestinterop>