├── .DS_Store ├── LICENSE ├── NOTICE ├── QTI3_BPIG_Examples ├── .DS_Store ├── BPIG_22April.zip ├── BPIGtest.xml ├── imsmanifest.xml ├── items │ ├── .DS_Store │ ├── BG007.xml │ ├── BG009.xml │ ├── BG010.xml │ ├── CatalogWithMultipleSupports.xml │ ├── CatalogsAcrossContentNodes.xml │ ├── Example01-modalFeedback.xml │ ├── Example02-feedbackInline.xml │ ├── Example03-feedbackBlock-solution.xml │ ├── Example04-feedbackBlock-templateBlock.xml │ ├── Example05-feedbackBlock-adaptive.xml │ ├── MathML.xml │ ├── MultipleCatalogs.xml │ ├── Order_RTL_Hebrew.xml │ ├── QTI3-associate.xml │ ├── QTI3-custom-stylesheet.xml │ ├── QTI3-graphic-order.xml │ ├── QTI3-hotspot.xml │ ├── QTI3-inline-choice.xml │ ├── QTI3-match.xml │ ├── QTI3-order.xml │ ├── QTI3multiplechoice2.xml │ ├── RTL_Hebrew.xml │ ├── ReferencingCatalogContent.xml │ ├── adaptiveTemplate.xml │ ├── adaptive_mh1.xml │ ├── asl │ │ ├── .DS_Store │ │ ├── item123.mp4 │ │ └── ss_choice_directions.m4v │ ├── data_dash.xml │ ├── drawing-interaction-1.xml │ ├── end-attempt-example-1.xml │ ├── essay.xml │ ├── example-graphic-assoc-1.xml │ ├── example-graphic-assoc-1alt.xml │ ├── feedbackBlock-solution-random.xml │ ├── gap-match-example-1.xml │ ├── graphic-gap-match-item1.xml │ ├── hot-text-example-1.xml │ ├── images │ │ ├── .DS_Store │ │ ├── airplane.png │ │ ├── anglePQR.svg │ │ ├── anglePQR_HiRes.jpg │ │ ├── blue_door.png │ │ ├── bubble.mp4 │ │ ├── bubble.ogv │ │ ├── bus.png │ │ ├── cbg.png │ │ ├── ebg.png │ │ ├── edi.png │ │ ├── gla.png │ │ ├── green_door.png │ │ ├── man.png │ │ ├── map_cape_cod.svg │ │ ├── mch.png │ │ ├── open_car.png │ │ ├── open_goat.png │ │ ├── plane.png │ │ ├── red_door.png │ │ ├── survey.jpg │ │ ├── train.png │ │ ├── uk.svg │ │ ├── uk_green.png │ │ ├── ukair.png │ │ ├── ukair.svg │ │ └── ukairtags2024.png │ ├── mc_calc3.xml │ ├── mc_calc5.xml │ ├── media-example-1.xml │ ├── position-object-1.xml │ ├── qti3-choice-aria-mathml-catalog.xml │ ├── rubric_block.xml │ ├── ruby_default.xml │ ├── ruby_i23n.xml │ ├── samples │ │ └── Quizzco-Custom-Styles.css │ ├── select-point-item_1.xml │ ├── shakespeare_biography.xml │ ├── slider-1.xml │ ├── stat2.xml │ ├── styles │ │ ├── choice-instructions.css │ │ └── scoring-rubric.css │ ├── template_digging.xml │ ├── template_image.xml │ ├── unbelievable_night_item1.xml │ ├── unbelievable_night_item2.xml │ ├── unbelievable_night_item3.xml │ └── upload-interaction.xml └── passages │ ├── .DS_Store │ ├── images │ └── exemplarSection01_title.png │ ├── stylesheets │ └── unbelievable_night.css │ └── unbelievableNight.xml ├── QTI3_BeginnersGuide_Examples ├── .DS_Store ├── BGtest.xml ├── BegGuide_March2025.zip ├── imsmanifest.xml └── items │ ├── .DS_Store │ ├── BG007.xml │ ├── BG008.xml │ ├── BG009.xml │ ├── BG010.xml │ ├── BG011.xml │ ├── firstexample.xml │ └── resources │ ├── .DS_Store │ ├── crow_movie.mp4 │ ├── crow_movie.ogg │ ├── crows.jpg │ └── subtitles_en.vtt ├── README.md ├── catalog.xml ├── qtiv2p2-examples └── items │ ├── Example01-modalFeedback.xml │ ├── Example02-feedbackInline.xml │ ├── Example03-feedbackBlock-solution-random.xml │ ├── Example03-feedbackBlock-solution.xml │ ├── Example04-feedbackBlock-templateBlock.xml │ ├── Example05-feedbackBlock-adaptive.xml │ ├── adaptive.xml │ ├── adaptive_template.xml │ ├── associate.xml │ ├── audio-video.xml │ ├── choice.xml │ ├── choice_aria.xml │ ├── choice_fixed.xml │ ├── choice_multiple.xml │ ├── choice_multiple_chocolade.xml │ ├── choice_multiple_rtl.xml │ ├── choice_ruby.xml │ ├── data-attributes.xml │ ├── drawing.xml │ ├── essay.xml │ ├── extended_text.xml │ ├── extended_text_rubric.xml │ ├── feedback_adaptive.xml │ ├── figures.xml │ ├── gap_match.xml │ ├── graphic_associate.xml │ ├── graphic_gap_match.xml │ ├── graphic_gap_match_text.xml │ ├── graphic_order.xml │ ├── hint.xml │ ├── hotspot.xml │ ├── hottext.xml │ ├── images │ ├── CBG.png │ ├── EBG.png │ ├── EDI.png │ ├── GLA.png │ ├── MAN.png │ ├── MCH.png │ ├── airport.png │ ├── blueStar.png │ ├── blue_door.png │ ├── bus.png │ ├── castle.png │ ├── greenTriangle.png │ ├── green_door.png │ ├── house.png │ ├── open_car.png │ ├── open_goat.png │ ├── plane.png │ ├── postcard.eps │ ├── postcard.png │ ├── rectangle.svg │ ├── redCircle.png │ ├── red_door.png │ ├── sign.png │ ├── survey.jpg │ ├── train.png │ ├── uk.png │ ├── ukair.png │ └── ukairtags.png │ ├── imsmanifest.xml │ ├── inline_choice.xml │ ├── inline_choice_math.xml │ ├── items.zip │ ├── likert.xml │ ├── match.xml │ ├── math.xml │ ├── mc_calc3.xml │ ├── mc_calc5.xml │ ├── mc_stat2.xml │ ├── media_coords.xml │ ├── multi-input.xml │ ├── nested_object.xml │ ├── order.xml │ ├── order_partial_scoring.xml │ ├── order_rtl.xml │ ├── orkney1.xml │ ├── orkney2.xml │ ├── position_object.xml │ ├── select_point.xml │ ├── shared │ ├── orkney.css │ └── orkney.html │ ├── slider.xml │ ├── squirrel.png │ ├── svg.xml │ ├── template.xml │ ├── template_image.xml │ ├── text_entry.xml │ ├── tree.mp3 │ ├── tree.ogg │ ├── tree.png │ ├── upload.xml │ └── upload_composite.xml └── qtiv3-examples ├── .DS_Store ├── CAT ├── CAT_Test01_Adaptive_EchoAdapt.zip ├── README.md └── test.xml ├── PCI ├── README.md └── sample_pci.zip ├── items ├── shared-css │ ├── index-fixed-container.html │ ├── index-fluid-container.html │ ├── index.html │ └── stylesheets │ │ ├── layout-styles.css │ │ └── styles.css └── shared-vocabulary │ ├── Items │ ├── Item_QTI3_CompWater_01 │ │ └── composition_of_water_qti3.xml │ ├── Item_QTI3_CompWater_02 │ │ └── composition_of_water_qti3.xml │ ├── Item_QTI3_CompWater_03 │ │ └── composition_of_water_qti3.xml │ ├── Item_QTI3_CompWater_04 │ │ └── composition_of_water_qti3.xml │ ├── Item_QTI3_Gap_Match_01 │ │ └── gap-match-qti3.xml │ ├── Item_QTI3_Gap_Match_02 │ │ └── gap-match-qti3.xml │ ├── Item_QTI3_Gap_Match_03 │ │ └── gap-match-qti3.xml │ ├── Item_QTI3_Graphic_Gap_Match_01 │ │ ├── graphic-gap-match-qti3.xml │ │ └── images │ │ │ ├── a-cw.png │ │ │ ├── b-ww2.png │ │ │ ├── c-vietnam.png │ │ │ ├── d-bay.png │ │ │ └── timeline-558.png │ ├── Item_QTI3_Graphic_Gap_Match_02 │ │ ├── graphic-gap-match-qti3.xml │ │ └── images │ │ │ ├── a-cw.png │ │ │ ├── b-ww2.png │ │ │ ├── c-vietnam.png │ │ │ ├── d-bay.png │ │ │ └── timeline-558.png │ ├── Item_QTI3_Graphic_Gap_Match_03 │ │ ├── graphic-gap-match-qti3.xml │ │ └── images │ │ │ ├── a-cw.png │ │ │ ├── b-ww2.png │ │ │ ├── c-vietnam.png │ │ │ ├── d-bay.png │ │ │ └── timeline-558.png │ ├── Item_QTI3_Hotspot_01 │ │ ├── hotspot-qti3.xml │ │ └── ukair.png │ ├── Item_QTI3_Hotspot_02 │ │ ├── hotspot-qti3.xml │ │ └── ukair.png │ ├── Item_QTI3_Hotspot_03 │ │ ├── hotspot-qti3.xml │ │ └── ukair.png │ ├── Item_QTI3_Hottext_01 │ │ └── hottext-qti3.xml │ ├── Item_QTI3_Hottext_02 │ │ └── hottext-qti3.xml │ ├── Item_QTI3_Luggage_01 │ │ ├── images │ │ │ └── sign.png │ │ └── unattended_luggage_qti3.xml │ ├── Item_QTI3_Luggage_02 │ │ ├── images │ │ │ └── sign.png │ │ └── unattended_luggage_qti3.xml │ ├── Item_QTI3_Luggage_03 │ │ ├── images │ │ │ └── sign.png │ │ └── unattended_luggage_qti3.xml │ ├── Item_QTI3_Luggage_04 │ │ ├── images │ │ │ └── sign.png │ │ └── unattended_luggage_qti3.xml │ ├── Item_QTI3_Luggage_05 │ │ ├── images │ │ │ └── sign.png │ │ └── unattended_luggage_qti3.xml │ ├── Item_QTI3_Match_01 │ │ └── match_qti3.xml │ ├── Item_QTI3_Match_02 │ │ └── match_qti3.xml │ ├── Item_QTI3_Match_03 │ │ └── match_qti3.xml │ ├── Item_QTI3_RichardTake2_01 │ │ └── inline_choice_qti3.xml │ ├── Item_QTI3_RichardTake3_01 │ │ └── text_entry_qti3.xml │ ├── Item_QTI3_WritingPostcard_01 │ │ ├── extended_text_qti3.xml │ │ └── images │ │ │ └── postcard.png │ ├── Item_QTI3_WritingPostcard_02 │ │ ├── extended_text_qti3.xml │ │ └── images │ │ │ └── postcard.png │ ├── Item_QTI3_WritingPostcard_03 │ │ ├── extended_text_qti3.xml │ │ └── images │ │ │ └── postcard.png │ └── Item_QTI3_hottext-sv-3 │ │ └── hottext-sv-3.xml │ ├── imsmanifest.xml │ ├── readme.md │ └── shared-vocabulary-imsmanifest.zip ├── packaging ├── .DS_Store ├── BBQsTest │ ├── BBQsTest.zip │ ├── assessment.xml │ ├── id-13b92f311fc0 │ │ └── SineRule-002-maths.xml │ ├── id-1ccd6e04685f │ │ └── ShortAnswer-extText-postcard.xml │ ├── id-200e2c3f7d76 │ │ └── matching-associate-trigDeriv.xml │ ├── id-2a2cfb9f4dde │ │ └── Likert-match-questionSet.xml │ ├── id-371b0f88774a │ │ └── MultipleChoice-choice-polynomials.xml │ ├── id-377d71221b04 │ │ └── jumble-inlineChoice.xml │ ├── id-3cd82285401e │ │ └── MultipleAnswer-choice-materials.xml │ ├── id-5c1b1e2d56bd │ │ └── either-or.xml │ ├── id-75bd778a3504 │ │ └── essay-vacation.xml │ ├── id-7e4520cd463f │ │ └── Likert-choice-questionSet.xml │ ├── id-7f35b6c393d5 │ │ └── matching-match-trigDeriv.xml │ ├── id-8167235c360b │ │ └── QuizBowl-multi-geometry.xml │ ├── id-83210b60ed8f │ │ └── TF-choice.xml │ ├── id-90b59b73c8e4 │ │ └── upload-file.xml │ ├── id-992e8bd3c9ac │ │ ├── hotspot-maximum.xml │ │ └── images │ │ │ └── cubic_xpw3d6m2xp3.png │ ├── id-bd44a757f562 │ │ └── SineRule-001.xml │ ├── id-be3cd3bdd3d4 │ │ └── order-mountains.xml │ ├── id-c0bdd9a130c7 │ │ └── text_entry-calculus.xml │ ├── id-d565dbe89933 │ │ └── text_entry-Lycidas.xml │ ├── id-e475c3c922f6 │ │ └── order-maths.xml │ ├── id-f8e13982226c │ │ └── jumble-gapMatch.xml │ ├── id-f9f3153e2ba4 │ │ └── TheAnswer-001.xml │ └── imsmanifest.xml ├── CASE │ ├── CASE.zip │ ├── imsmanifest.xml │ └── testitems │ │ ├── -TX_G06SAMP_000.xml │ │ ├── -TX_G06SAMP_001.xml │ │ ├── -TX_G06SAMP_004.xml │ │ └── -TX_G06SAMP_005.xml ├── CASEWithOutcome │ ├── A_104374830.xml │ ├── A_1724166344.xml │ ├── A_1845621905.xml │ ├── A_1925743812.xml │ ├── A_2121083126.xml │ ├── A_2140438487.xml │ ├── A_265237402.xml │ ├── A_403910368.xml │ ├── A_603808326.xml │ ├── A_79197713.xml │ ├── B_110728156.xml │ ├── B_1312708806.xml │ ├── B_1541841167.xml │ ├── B_1553271053.xml │ ├── B_1992117307.xml │ ├── B_2082409940.xml │ ├── B_426321584.xml │ ├── B_568428036.xml │ ├── B_790429330.xml │ ├── CASEWithOutcome.zip │ ├── Test_258641331.xml │ ├── imsmanifest.xml │ └── testoutcome01.xml ├── basicFeedbackTest │ ├── assessment.xml │ ├── basicFeedbackTest.zip │ ├── id-53a79b001624 │ │ └── Example01-modalFeedback.xml │ ├── id-692fc07cc3e2 │ │ └── Example05-feedbackBlock-adaptive.xml │ ├── id-a360e0fa63e6 │ │ └── Example03-feedbackBlock-solution.xml │ ├── id-b0dd9e732083 │ │ └── Example02-feedbackInline.xml │ └── imsmanifest.xml ├── ccPackage │ ├── ccPackage.zip │ ├── imsmanifest.xml │ ├── rptemplates │ │ ├── CC2_map_response.xml │ │ ├── CC2_match.xml │ │ └── CC2_match_basic.xml │ └── testitems │ │ ├── QUE_102010.xml │ │ ├── QUE_102011.xml │ │ ├── QUE_102012.xml │ │ ├── QUE_102013.xml │ │ ├── QUE_102015.xml │ │ ├── QUE_102016.xml │ │ ├── QUE_104045.xml │ │ ├── QUE_104047.xml │ │ ├── QUE_104048.xml │ │ ├── QUE_104049.xml │ │ ├── QUE_104051.xml │ │ └── testQDB_1.xml ├── englishBasicLevelV2 │ ├── A_104374830.xml │ ├── A_1724166344.xml │ ├── A_1845621905.xml │ ├── A_1925743812.xml │ ├── A_2121083126.xml │ ├── A_2140438487.xml │ ├── A_265237402.xml │ ├── A_403910368.xml │ ├── A_603808326.xml │ ├── A_79197713.xml │ ├── B_110728156.xml │ ├── B_1312708806.xml │ ├── B_1541841167.xml │ ├── B_1553271053.xml │ ├── B_1992117307.xml │ ├── B_2082409940.xml │ ├── B_426321584.xml │ ├── B_568428036.xml │ ├── B_790429330.xml │ ├── C_1040094513.xml │ ├── C_125080616.xml │ ├── C_1403975437.xml │ ├── C_1523210801.xml │ ├── C_1759289459.xml │ ├── C_1990748733.xml │ ├── C_2059910905.xml │ ├── C_748642656.xml │ ├── C_837739994.xml │ ├── D_1010823154.xml │ ├── D_1141014364.xml │ ├── D_1279631403.xml │ ├── D_1973054364.xml │ ├── D_2051452460.xml │ ├── D_235732284.xml │ ├── D_479465969.xml │ ├── D_514842512.xml │ ├── D_525465264.xml │ ├── D_898920432.xml │ ├── E_1171606219.xml │ ├── E_134048013.xml │ ├── E_1362075109.xml │ ├── E_1399904697.xml │ ├── E_1477168682.xml │ ├── E_1493092933.xml │ ├── E_1570830319.xml │ ├── E_1884870891.xml │ ├── E_835678250.xml │ ├── E_889853140.xml │ ├── F_1344365064.xml │ ├── F_1564647515.xml │ ├── F_521041065.xml │ ├── F_837664539.xml │ ├── Test_258641331.xml │ ├── englishBasicLevelV2.zip │ └── imsmanifest.xml ├── englishHighLevelV2 │ ├── Item1_1792983784.xml │ ├── Item1_410949756.xml │ ├── Item1_619462302.xml │ ├── Item2_205541527.xml │ ├── Item2_863783866.xml │ ├── Item3_837431413.xml │ ├── Item4_357463136.xml │ ├── Item5_154730035.xml │ ├── Item6_1645506707.xml │ ├── Test_976288596.xml │ ├── englishHighLevelV2.zip │ └── imsmanifest.xml ├── externalMetadata │ ├── externalMetadata.zip │ ├── imsmanifest.xml │ └── testitems │ │ ├── -TX_G06SAMP_000.xml │ │ ├── -TX_G06SAMP_001.xml │ │ ├── -TX_G06SAMP_004.xml │ │ ├── -TX_G06SAMP_005.xml │ │ ├── metadata_6abfaa45-644b-52e8-891e-4fa4045a6c69.xml │ │ └── metadata_747eee11-848c-597a-8c9c-a71c5399798d.xml ├── feedbackTest │ ├── assessment.xml │ ├── feedbackTest.zip │ ├── id-38d47747fb30 │ │ └── Example02-feedbackInline.xml │ ├── id-5e216df10030 │ │ └── Example03-feedbackBlock-solution.xml │ ├── id-9c33d141576e │ │ └── Example05-feedbackBlock-adaptive.xml │ ├── id-aaa0bbf5da1d │ │ └── Example03-feedbackBlock-solution-random.xml │ ├── id-d599169403d2 │ │ └── Example04-feedbackBlock-templateBlock.xml │ ├── id-fa3ee5852723 │ │ └── Example01-modalFeedback.xml │ └── imsmanifest.xml ├── interactionMixSaxonyV3 │ ├── Choicemultiple_2014410822.xml │ ├── Choicemultiple_871212949.xml │ ├── Choicesingle_853928446.xml │ ├── Choicetruefalse_176040516.xml │ ├── Hotspot_278940407.xml │ ├── Hottext_801974120.xml │ ├── InteractionMixSachsen_1901710679.xml │ ├── Matchmultiple_1038910213.xml │ ├── Matchsingle_143114773.xml │ ├── Order_913967682.xml │ ├── TextEntry_883368511.xml │ ├── TextEntrynumeric_2040297025.xml │ ├── TextEntrynumeric_770468849.xml │ ├── TextEntrysubset_806481421.xml │ ├── imsmanifest.xml │ ├── interactionMixSaxonyV3.zip │ └── media │ │ ├── 03c5e2f774db49598deb3ac7d05b53f9.jpg │ │ ├── 0563e67fb1bb48ad882e0a5abf2a2686.jpg │ │ ├── 2f44366716474a5d8e2a2e32346cbc05.jpg │ │ ├── 71a299b50b5e4b1492f8ee51ce25be7d.jpg │ │ ├── a439b702d5034ca38f6df26a12835db3.jpg │ │ ├── b660fc9f268c4ef688d8606116c70160.jpg │ │ ├── c2f541343b9b4bfdba9fc90c7a18403e.jpg │ │ ├── e18b5a2eb8104d0994a182ee0176a05c.jpg │ │ ├── f88c5aa2c6724a388fdbadc7133eb757.jpg │ │ └── ffe337505ef74334a0cecb33310f99c1.jpg ├── items │ ├── Example01-modalFeedback.xml │ ├── Example02-feedbackInline.xml │ ├── Example03-feedbackBlock-solution-random.xml │ ├── Example03-feedbackBlock-solution.xml │ ├── Example04-feedbackBlock-templateBlock.xml │ ├── Example05-feedbackBlock-adaptive.xml │ ├── adaptive.xml │ ├── adaptive_template.xml │ ├── associate.xml │ ├── audio-video.xml │ ├── choice.xml │ ├── choice_aria.xml │ ├── choice_fixed.xml │ ├── choice_multiple.xml │ ├── choice_multiple_chocolade.xml │ ├── choice_multiple_rtl.xml │ ├── choice_ruby.xml │ ├── data-attributes.xml │ ├── drawing.xml │ ├── essay.xml │ ├── extended_text.xml │ ├── extended_text_rubric.xml │ ├── feedback_adaptive.xml │ ├── figures.xml │ ├── gap_match.xml │ ├── graphic_associate.xml │ ├── graphic_gap_match.xml │ ├── graphic_gap_match_text.xml │ ├── graphic_order.xml │ ├── hint.xml │ ├── hotspot.xml │ ├── hottext.xml │ ├── images │ │ ├── CBG.png │ │ ├── EBG.png │ │ ├── EDI.png │ │ ├── GLA.png │ │ ├── MAN.png │ │ ├── MCH.png │ │ ├── airport.png │ │ ├── big_buck_bunny.mp4 │ │ ├── big_buck_bunny.webm │ │ ├── blueStar.png │ │ ├── blue_door.png │ │ ├── bus.png │ │ ├── castle.png │ │ ├── greenTriangle.png │ │ ├── green_door.png │ │ ├── house.png │ │ ├── open_car.png │ │ ├── open_goat.png │ │ ├── plane.png │ │ ├── postcard.png │ │ ├── postcard.svg │ │ ├── postcard.webp │ │ ├── rectangle.svg │ │ ├── redCircle.png │ │ ├── red_door.png │ │ ├── sign.png │ │ ├── survey.jpg │ │ ├── texttrack-en.vtt │ │ ├── texttrack-jpn.vtt │ │ ├── train.png │ │ ├── uk.png │ │ ├── ukair.png │ │ └── ukairtags.png │ ├── imsmanifest.xml │ ├── inline_choice.xml │ ├── inline_choice_math.xml │ ├── items.zip │ ├── likert.xml │ ├── match.xml │ ├── math.xml │ ├── mc_calc3.xml │ ├── mc_calc5.xml │ ├── mc_stat2.xml │ ├── media_coords.xml │ ├── multi-input.xml │ ├── nested_object.xml │ ├── order.xml │ ├── order_partial_scoring.xml │ ├── order_rtl.xml │ ├── orkney1.xml │ ├── orkney2.xml │ ├── position_object.xml │ ├── select_point.xml │ ├── shared │ │ ├── orkney.css │ │ └── orkney.html │ ├── slider.xml │ ├── squirrel.png │ ├── svg.xml │ ├── template.xml │ ├── template_image.xml │ ├── text_entry.xml │ ├── tree.mp3 │ ├── tree.ogg │ ├── tree.png │ ├── upload.xml │ └── upload_composite.xml ├── lti │ ├── .DS_Store │ ├── imsmanifest.xml │ ├── links │ │ └── streaming_video_experiment101.xml │ └── lti.zip ├── maxfiles │ ├── example │ │ ├── adaptive.xml │ │ ├── blue_door.png │ │ ├── choice.xml │ │ ├── choice_multiple.xml │ │ ├── green_door.png │ │ ├── hotspot.xml │ │ ├── open_car.png │ │ ├── open_goat.png │ │ ├── red_door.png │ │ ├── sign.png │ │ └── ukair.png │ ├── imsmanifest.xml │ ├── maxfiles.zip │ └── rptemplates │ │ ├── map_response.xml │ │ └── match_correct.xml ├── metaData │ ├── choice.xml │ ├── images │ │ └── sign.png │ ├── imsmanifest.xml │ └── metaData.zip ├── pci-simple │ ├── .DS_Store │ ├── pci_simple_example.zip │ └── src │ │ ├── ammonia.svg │ │ ├── baking_soda.svg │ │ ├── imsmanifest.xml │ │ ├── measuring_ph.xml │ │ ├── modules │ │ ├── module_resolution.js │ │ └── tap.js │ │ └── vinegar.svg ├── pci │ ├── .DS_Store │ ├── pci_item_examples.zip │ └── src │ │ ├── .DS_Store │ │ ├── ammonia.svg │ │ ├── baking_soda.svg │ │ ├── fractions1.xml │ │ ├── fractions_deps.xml │ │ ├── fractions_deps_2.xml │ │ ├── imsmanifest.xml │ │ ├── measuring_ph.xml │ │ ├── modules │ │ ├── hmh_co_com.js │ │ ├── hmh_co_com_fallback.json │ │ ├── lib │ │ │ ├── eve.js │ │ │ ├── handlebars.min-latest.js │ │ │ └── jquery-2.2.2.min.js │ │ ├── module_resolution.js │ │ ├── shading.js │ │ ├── shading_deps.js │ │ └── tap.js │ │ └── vinegar.svg ├── sharedMedia │ ├── example │ │ ├── graphic_order.xml │ │ ├── hotspot.xml │ │ └── ukair.png │ ├── imsmanifest.xml │ └── sharedMedia.zip ├── sharedStimulus │ ├── exemplar04.xml │ ├── exemplar05.xml │ ├── exemplar06.xml │ ├── imsmanifest.xml │ ├── passages │ │ ├── images │ │ │ ├── exemplarSection01_croc.png │ │ │ ├── exemplarSection01_flamingos.png │ │ │ └── exemplarSection01_title.png │ │ ├── stylesheets │ │ │ └── unbelievable_night.css │ │ └── unbelievableNight.xml │ └── sharedStimulus.zip ├── simple │ ├── choice.xml │ ├── images │ │ └── sign.png │ ├── imsmanifest.xml │ └── simple.zip ├── svg │ ├── imsmanifest.xml │ ├── rectangle.svg │ ├── svg.xml │ └── svg.zip ├── testWithLti │ ├── assessment.xml │ ├── elements.xml │ ├── imsmanifest.xml │ ├── links │ │ ├── Choicesingle_853928446.xml │ │ ├── item1.xml │ │ ├── periodicTable.xml │ │ └── table.svg │ └── testWithLti.zip ├── test_package_minfiles │ ├── example │ │ ├── adaptive.xml │ │ ├── blue_door.png │ │ ├── choice.xml │ │ ├── choice_multiple.xml │ │ ├── green_door.png │ │ ├── hotspot.xml │ │ ├── open_car.png │ │ ├── open_goat.png │ │ ├── red_door.png │ │ ├── rtest.xml │ │ ├── sign.png │ │ └── ukair.png │ ├── imsmanifest.xml │ └── test_package_minfiles.zip └── usageData │ ├── USAGE-FEMALE-TEST-106391.xml │ ├── USAGE-MALE-TEST-106391.xml │ ├── USAGE-TOTAL-TEST-106391.xml │ ├── imsmanifest.xml │ └── usageData.zip ├── results ├── conformance-use-case-1.xml ├── full-example.xml └── report.xml ├── tests ├── complete.xml ├── rtest01-fragment.xml ├── rtest01-set01.xml ├── rtest01-set02.xml ├── rtest01-set03.xml ├── rtest01.xml ├── rtest02.xml ├── rtest03.xml ├── rtest04.xml ├── rtest06.xml ├── rtest08.xml ├── rtest09.xml ├── rtest10.xml ├── rtest12.xml ├── rtest13.xml ├── rtest22.xml ├── rtest24.xml ├── rtest25.xml ├── rtest26.xml └── rtest27.xml └── usageData └── example.xml /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/.DS_Store -------------------------------------------------------------------------------- /NOTICE: -------------------------------------------------------------------------------- 1 | Copyright © 2020 IMS Global Learning Consortium, Inc. All Rights Reserved. 2 | Trademark Information -- http://www.imsglobal.org/copyright.html 3 | 4 | This license consists of the IMS Specification license. 5 | IMS makes available the QTI v3.0 Examples to IMS Members for the sole purpose of developing end-user products implementing the QTI v3 standard with an Apache2 license. 6 | The license prohibits re-licensing any of the QTI examples a to 3rd parties. 7 | 8 | Use of the Examples does not signify achievement of IMS 9 | conformance certification. The official list of conformance certifications is 10 | available at http://www.imscert.org. 11 | Trademarks. This license does not grant you any right in the trademarks, service marks, brand names or logos of IMS Global Learning Consortium, Inc.. 12 | 13 | DISCLAIMER. THE SOFTWARE AND EXAMPLES ARE PROVIDED "AS IS", WITHOUT WARRANTY OR 14 | CONDITION, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO WARRANTIES 15 | OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 16 | LICENSORS HEREBY DISCLAIM ALL LIABILITY, WHETHER IN AN ACTION OF 17 | CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE. 18 | -------------------------------------------------------------------------------- /QTI3_BPIG_Examples/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/QTI3_BPIG_Examples/.DS_Store -------------------------------------------------------------------------------- /QTI3_BPIG_Examples/BPIG_22April.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/QTI3_BPIG_Examples/BPIG_22April.zip -------------------------------------------------------------------------------- /QTI3_BPIG_Examples/items/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/QTI3_BPIG_Examples/items/.DS_Store -------------------------------------------------------------------------------- /QTI3_BPIG_Examples/items/BG007.xml: -------------------------------------------------------------------------------- 1 | 2 | 11 | 12 | 13 | true 14 | 15 | 16 | 17 | 18 | 1 19 | 20 | 21 | 22 |

This is a True/False question?

23 | 24 | True 25 | False 26 | 27 |
28 | 29 |
-------------------------------------------------------------------------------- /QTI3_BPIG_Examples/items/BG009.xml: -------------------------------------------------------------------------------- 1 | 2 | 10 | 11 | 12 | 13 |

Read this postcard from your English pen-friend, Sam.

14 |
15 |
16 |

Here is a postcard of my town. Please send me
17 | a postcard from your town. What size is your Town?
18 | What is the nicest part of your town?
19 | Where do you go in the evenings?

20 |

Sam

21 |
22 |
23 | 24 | Write Sam a postcard. Answer the questions. Write 23–30 words 25 | 26 |
27 |
-------------------------------------------------------------------------------- /QTI3_BPIG_Examples/items/BG010.xml: -------------------------------------------------------------------------------- 1 | 2 | 11 | 12 | 13 | York 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 |

Identify the missing word in this famous quote from Shakespeare's Richard III.

23 |
24 |
25 |

Now is the winter of our discontent
26 | Made glorious summer by this sun of ;
27 | And all the clouds that lour'd upon our house
28 | In the deep bosom of the ocean buried.

29 |
30 |
31 |
32 | 33 |
-------------------------------------------------------------------------------- /QTI3_BPIG_Examples/items/Order_RTL_Hebrew.xml: -------------------------------------------------------------------------------- 1 | 2 | 8 | 9 | 10 | DriverC 11 | DriverA 12 | DriverB 13 | 14 | 15 | 16 | 17 |
18 | 19 | F1 הנהגים הבאים סיימו על הפודיום בגרנד פרי בחריין 20 | הראשון אי פעם.אתה יכול לארגן אותם בסדר נכון הגמר? 21 | Rubens Barrichello 22 | Jenson Button 23 | Michael Schumacher 24 | 25 |
26 |
27 | 29 |
-------------------------------------------------------------------------------- /QTI3_BPIG_Examples/items/QTI3-hotspot.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 9 | H 10 | 11 | 12 | 13 | 14 |

The picture illustrates four of the most popular lighthouses on outer Cape Cod, Massachusetts: 15 | Chatham Lighthouse, Highland Lighthouse, Nauset Lighthouse, and Race Point Lighthouse.

16 | 17 | Which one is Highland Lighthouse? 18 | a map of Cape Cod Massachusetts with 4 lighthouse icons distributed on the outer Cape 20 | 21 | 22 | 23 | 24 | 25 |
26 | 28 |
-------------------------------------------------------------------------------- /QTI3_BPIG_Examples/items/QTI3-inline-choice.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 9 | Y 10 | 11 | 12 | 13 | 14 |

Identify the missing word in this famous quote from Shakespeare's Richard III.

15 |
16 |

Now is the winter of our discontent 17 |
Made glorious summer by this sun of 18 | 19 | Gloucester 20 | Lancaster 21 | York 22 | ; 23 |
And all the clouds that lour'd upon our house 24 |
In the deep bosom of the ocean buried.

25 |
26 |
27 | 29 |
-------------------------------------------------------------------------------- /QTI3_BPIG_Examples/items/QTI3-order.xml: -------------------------------------------------------------------------------- 1 | 2 | 8 | 9 | 10 | DriverC 11 | DriverA 12 | DriverB 13 | 14 | 15 | 16 | 17 |

The following F1 drivers finished on the podium in the first ever 18 | Grand Prix of Bahrain.

19 | 20 | 21 |

Rearrange them into the correct finishing order.

22 |
23 | Rubens Barrichello 24 | Jenson Button 25 | Michael Schumacher 26 |
27 |
28 | 30 |
-------------------------------------------------------------------------------- /QTI3_BPIG_Examples/items/QTI3multiplechoice2.xml: -------------------------------------------------------------------------------- 1 | 2 | 8 | 9 | 10 | H 11 | O 12 | 13 | 14 | 15 | 16 | 17 | Which of the following elements are used to form water? 18 | Hydrogen 19 | Helium 20 | Carbon 21 | Oxygen 22 | Nitrogen 23 | Chlorine 24 | 25 | 26 | 28 | -------------------------------------------------------------------------------- /QTI3_BPIG_Examples/items/asl/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/QTI3_BPIG_Examples/items/asl/.DS_Store -------------------------------------------------------------------------------- /QTI3_BPIG_Examples/items/asl/item123.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/QTI3_BPIG_Examples/items/asl/item123.mp4 -------------------------------------------------------------------------------- /QTI3_BPIG_Examples/items/asl/ss_choice_directions.m4v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/QTI3_BPIG_Examples/items/asl/ss_choice_directions.m4v -------------------------------------------------------------------------------- /QTI3_BPIG_Examples/items/drawing-interaction-1.xml: -------------------------------------------------------------------------------- 1 | 2 | 9 | 10 | 11 | 12 | 13 | 14 |

Use the compass provided to bisect the angle PQR in the figure below.

15 |
16 | 17 | 18 | drawing of angle PQR where point P connects with 
19 |         point Q and point Q connects to point R and length of PQ equals the length of QR 21 | 22 |
23 |
24 |
-------------------------------------------------------------------------------- /QTI3_BPIG_Examples/items/essay.xml: -------------------------------------------------------------------------------- 1 | 2 | 8 | 9 | 10 | 11 |

12 | In the classroom, we discovered Martin Luther King Jr. and his devotion. 13 |

14 | 15 | Write an abstract about the life of this historical figure. 16 | 17 |
18 |
-------------------------------------------------------------------------------- /QTI3_BPIG_Examples/items/hot-text-example-1.xml: -------------------------------------------------------------------------------- 1 | 2 | 8 | 9 | 10 | B 11 | 12 | 13 | 14 | 15 | 0 16 | 17 | 18 | 19 |

20 | Select the error in the following passage of text (or No Error if there is none). 21 |

22 | 23 |

Sponsors of the Olympic Games who bought 24 | advertising time on United States television 25 | includes 26 | at least a dozen international firms 27 | whose names are familiar to American consumers. 28 | No error. 29 |

30 |
31 |
32 | 34 |
-------------------------------------------------------------------------------- /QTI3_BPIG_Examples/items/images/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/QTI3_BPIG_Examples/items/images/.DS_Store -------------------------------------------------------------------------------- /QTI3_BPIG_Examples/items/images/airplane.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/QTI3_BPIG_Examples/items/images/airplane.png -------------------------------------------------------------------------------- /QTI3_BPIG_Examples/items/images/anglePQR_HiRes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/QTI3_BPIG_Examples/items/images/anglePQR_HiRes.jpg -------------------------------------------------------------------------------- /QTI3_BPIG_Examples/items/images/blue_door.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/QTI3_BPIG_Examples/items/images/blue_door.png -------------------------------------------------------------------------------- /QTI3_BPIG_Examples/items/images/bubble.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/QTI3_BPIG_Examples/items/images/bubble.mp4 -------------------------------------------------------------------------------- /QTI3_BPIG_Examples/items/images/bubble.ogv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/QTI3_BPIG_Examples/items/images/bubble.ogv -------------------------------------------------------------------------------- /QTI3_BPIG_Examples/items/images/bus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/QTI3_BPIG_Examples/items/images/bus.png -------------------------------------------------------------------------------- /QTI3_BPIG_Examples/items/images/cbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/QTI3_BPIG_Examples/items/images/cbg.png -------------------------------------------------------------------------------- /QTI3_BPIG_Examples/items/images/ebg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/QTI3_BPIG_Examples/items/images/ebg.png -------------------------------------------------------------------------------- /QTI3_BPIG_Examples/items/images/edi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/QTI3_BPIG_Examples/items/images/edi.png -------------------------------------------------------------------------------- /QTI3_BPIG_Examples/items/images/gla.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/QTI3_BPIG_Examples/items/images/gla.png -------------------------------------------------------------------------------- /QTI3_BPIG_Examples/items/images/green_door.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/QTI3_BPIG_Examples/items/images/green_door.png -------------------------------------------------------------------------------- /QTI3_BPIG_Examples/items/images/man.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/QTI3_BPIG_Examples/items/images/man.png -------------------------------------------------------------------------------- /QTI3_BPIG_Examples/items/images/mch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/QTI3_BPIG_Examples/items/images/mch.png -------------------------------------------------------------------------------- /QTI3_BPIG_Examples/items/images/open_car.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/QTI3_BPIG_Examples/items/images/open_car.png -------------------------------------------------------------------------------- /QTI3_BPIG_Examples/items/images/open_goat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/QTI3_BPIG_Examples/items/images/open_goat.png -------------------------------------------------------------------------------- /QTI3_BPIG_Examples/items/images/plane.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/QTI3_BPIG_Examples/items/images/plane.png -------------------------------------------------------------------------------- /QTI3_BPIG_Examples/items/images/red_door.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/QTI3_BPIG_Examples/items/images/red_door.png -------------------------------------------------------------------------------- /QTI3_BPIG_Examples/items/images/survey.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/QTI3_BPIG_Examples/items/images/survey.jpg -------------------------------------------------------------------------------- /QTI3_BPIG_Examples/items/images/train.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/QTI3_BPIG_Examples/items/images/train.png -------------------------------------------------------------------------------- /QTI3_BPIG_Examples/items/images/uk_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/QTI3_BPIG_Examples/items/images/uk_green.png -------------------------------------------------------------------------------- /QTI3_BPIG_Examples/items/images/ukair.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/QTI3_BPIG_Examples/items/images/ukair.png -------------------------------------------------------------------------------- /QTI3_BPIG_Examples/items/images/ukairtags2024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/QTI3_BPIG_Examples/items/images/ukairtags2024.png -------------------------------------------------------------------------------- /QTI3_BPIG_Examples/items/media-example-1.xml: -------------------------------------------------------------------------------- 1 | 2 | 8 | 9 | 10 | 12 | Play this video. 13 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /QTI3_BPIG_Examples/items/samples/Quizzco-Custom-Styles.css: -------------------------------------------------------------------------------- 1 | 2 | #Quizzco__item123 Quizzco__item__prompt { 3 | all: initial; 4 | display: block; 5 | margin-block-start: 1em; 6 | text-align: start; 7 | padding: 5px; 8 | font-weight: normal; 9 | } 10 | 11 | #Quizzco__item123 Quizzco__item__passage { 12 | line-height: 1.3em; 13 | font-weight: bolder; 14 | } -------------------------------------------------------------------------------- /QTI3_BPIG_Examples/items/select-point-item_1.xml: -------------------------------------------------------------------------------- 1 | 2 | 9 | 10 | 11 | 93 111 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 |

Mark Edinburgh on this map of the United Kingdom.

22 |
23 | A map of the United Kingdom 24 |
25 |
26 | 28 |
-------------------------------------------------------------------------------- /QTI3_BPIG_Examples/items/slider-1.xml: -------------------------------------------------------------------------------- 1 | 2 | 9 | 10 | 11 | 70 12 | 13 | 14 | 15 | 16 | 18 | 19 | Roughly (to the nearest 10%) what percentage of the Earth's surface 20 | is covered in water? 21 | 22 | 23 | 24 | 26 | -------------------------------------------------------------------------------- /QTI3_BPIG_Examples/items/styles/choice-instructions.css: -------------------------------------------------------------------------------- 1 | 2 | p { 3 | padding: 5px; 4 | line-height: 1.3em; 5 | font-weight: bolder; 6 | } 7 | -------------------------------------------------------------------------------- /QTI3_BPIG_Examples/items/styles/scoring-rubric.css: -------------------------------------------------------------------------------- 1 | 2 | p { 3 | padding: 5px; 4 | line-height: 1.3em; 5 | font-weight: bolder; 6 | font-style: italic; 7 | } 8 | -------------------------------------------------------------------------------- /QTI3_BPIG_Examples/items/unbelievable_night_item1.xml: -------------------------------------------------------------------------------- 1 | 2 | 9 | 10 | 11 | 12 | 13 | 14 | 15 |

Read the passage "The Unbelievable Night" before answering the following question

16 | 17 |

Why did Anina call the flamingos?

18 |
19 |
20 |
-------------------------------------------------------------------------------- /QTI3_BPIG_Examples/items/upload-interaction.xml: -------------------------------------------------------------------------------- 1 | 2 | 9 | 10 | 11 | 12 |

A chocolate factory produces several types of chocolate, some of which have nut centres. 13 | The chocolates are mixed together and are randomly packed into cartons of ten.

14 | 15 | 16 |

Build a spreadsheet to simulate 50 cartons of chocolates when each carton contains 17 | 10 chocolates, and when one-seventh of the chocolates have nut centres. Your spreadsheet 18 | should include 50 rows representing the 50 cartons, each row containing 10 columns to 19 | represent the chocolates.

20 |
21 |
22 |
23 |
-------------------------------------------------------------------------------- /QTI3_BPIG_Examples/passages/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/QTI3_BPIG_Examples/passages/.DS_Store -------------------------------------------------------------------------------- /QTI3_BPIG_Examples/passages/images/exemplarSection01_title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/QTI3_BPIG_Examples/passages/images/exemplarSection01_title.png -------------------------------------------------------------------------------- /QTI3_BPIG_Examples/passages/stylesheets/unbelievable_night.css: -------------------------------------------------------------------------------- 1 | .qti-shared-stimulus-wrapper .passage-title { text-align:center; } 2 | .qti-shared-stimulus-wrapper .passage-credit { font-size:10px; font-weight:normal; } 3 | .qti-shared-stimulus-wrapper .author-line { font-weight:bold; font-style:italic; } -------------------------------------------------------------------------------- /QTI3_BPIG_Examples/passages/unbelievableNight.xml: -------------------------------------------------------------------------------- 1 | 6 | 7 | 8 | 10 |
11 |
12 | Picture of a door opening to a hallway. A person's shadow is cast on the
14 |              door and hallway. 15 |
16 |

An Unbelievable Night

17 |

by Franz Hohler

18 |

Anina was ten years old, 19 | so even half asleep she could find her way from her room to the bathroom. 20 | The door to her room was usually open a crack, and the nightlight in the hallway 21 | made it light enough to get to the bathroom past the telephone stand. 22 |

23 | 24 |
25 |
26 | 27 | 28 | 29 | Anina is the name of a girl. 30 | 31 | 32 | 33 |
-------------------------------------------------------------------------------- /QTI3_BeginnersGuide_Examples/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/QTI3_BeginnersGuide_Examples/.DS_Store -------------------------------------------------------------------------------- /QTI3_BeginnersGuide_Examples/BGtest.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /QTI3_BeginnersGuide_Examples/BegGuide_March2025.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/QTI3_BeginnersGuide_Examples/BegGuide_March2025.zip -------------------------------------------------------------------------------- /QTI3_BeginnersGuide_Examples/items/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/QTI3_BeginnersGuide_Examples/items/.DS_Store -------------------------------------------------------------------------------- /QTI3_BeginnersGuide_Examples/items/BG007.xml: -------------------------------------------------------------------------------- 1 | 2 | 11 | 12 | 13 | true 14 | 15 | 16 | 17 | 18 | 1 19 | 20 | 21 | 22 |

This is a True/False question?

23 | 24 | True 25 | False 26 | 27 |
28 | 29 |
-------------------------------------------------------------------------------- /QTI3_BeginnersGuide_Examples/items/BG009.xml: -------------------------------------------------------------------------------- 1 | 2 | 11 | 12 | 13 | 14 |

Read this postcard from your English pen-friend, Sam.

15 |
16 |
17 |

Here is a postcard of my town. Please send me
18 | a postcard from your town. What size is your Town?
19 | What is the nicest part of your town?
20 | Where do you go in the evenings?

21 |

Sam

22 |
23 |
24 | 25 | Write Sam a postcard. Answer the questions. Write 23–30 words 26 | 27 |
28 |
-------------------------------------------------------------------------------- /QTI3_BeginnersGuide_Examples/items/BG010.xml: -------------------------------------------------------------------------------- 1 | 2 | 11 | 12 | 13 | York 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 |

Identify the missing word in this famous quote from Shakespeare's Richard III.

23 |
24 |
25 |

Now is the winter of our discontent
26 | Made glorious summer by this sun of ;
27 | And all the clouds that lour'd upon our house
28 | In the deep bosom of the ocean buried.

29 |
30 |
31 |
32 | 33 |
-------------------------------------------------------------------------------- /QTI3_BeginnersGuide_Examples/items/BG011.xml: -------------------------------------------------------------------------------- 1 | 2 | 11 | 12 | 13 | 14 |
Picture of crows roosting in a tree
15 |

Crows play an important part of the ecosystem in Corvusville, Pennsylvania.

16 |

Play this short video where a Park Ranger discusses some of the important contributions 17 | that crows make to the local ecosystem.

18 | 23 |

Based on what you learned from the Ranger in the video, how do you think some kind of wild animal plays an 24 | important part of your local environment? Use examples to support your ideas. Write at least 50 words 25 | about your animal.

26 | 27 |
28 |
-------------------------------------------------------------------------------- /QTI3_BeginnersGuide_Examples/items/firstexample.xml: -------------------------------------------------------------------------------- 1 | 2 | 11 | 12 | 13 | A 14 | 15 | 16 | 17 | 18 | 1 19 | 20 | 21 | 22 |

Of the following hormones, which is produced by the adrenal glands?

23 | 24 | Epinephrine 25 | Glucagon 26 | Insulin 27 | Oxytocin 28 | 29 |
30 | 31 |
-------------------------------------------------------------------------------- /QTI3_BeginnersGuide_Examples/items/resources/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/QTI3_BeginnersGuide_Examples/items/resources/.DS_Store -------------------------------------------------------------------------------- /QTI3_BeginnersGuide_Examples/items/resources/crow_movie.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/QTI3_BeginnersGuide_Examples/items/resources/crow_movie.mp4 -------------------------------------------------------------------------------- /QTI3_BeginnersGuide_Examples/items/resources/crow_movie.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/QTI3_BeginnersGuide_Examples/items/resources/crow_movie.ogg -------------------------------------------------------------------------------- /QTI3_BeginnersGuide_Examples/items/resources/crows.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/QTI3_BeginnersGuide_Examples/items/resources/crows.jpg -------------------------------------------------------------------------------- /QTI3_BeginnersGuide_Examples/items/resources/subtitles_en.vtt: -------------------------------------------------------------------------------- 1 | WEBVTT 2 | 00:00:00.500 --> 00:00:02.000 3 | This is a short video with a Crow. 4 | 5 | 00:00:02.500 --> 00:00:09.300 6 | There is no Park Ranger in this video. -------------------------------------------------------------------------------- /catalog.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /qtiv2p2-examples/items/choice.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | ChoiceA 10 | 11 | 12 | 13 | 14 | 0 15 | 16 | 17 | 18 |

Look at the text in the picture.

19 |

20 | NEVER LEAVE LUGGAGE UNATTENDED 21 |

22 | 23 | What does it say? 24 | You must stay with your luggage at all times. 25 | Do not let someone else look after your luggage. 26 | Remember your luggage when you leave. 27 | 28 |
29 | 31 |
32 | -------------------------------------------------------------------------------- /qtiv2p2-examples/items/choice_fixed.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 8 | 9 | 10 | ChoiceA 11 | 12 | 13 | 14 | 15 | 0 16 | 17 | 18 | 19 |

Look at the text in the picture.

20 |

21 | NEVER LEAVE LUGGAGE UNATTENDED 22 |

23 | 24 | What does it say? 25 | You must stay with your luggage at all times. 26 | Do not let someone else look after your luggage. 27 | Remember your luggage when you leave. 28 | None of the above. 29 | 30 |
31 | 33 |
34 | -------------------------------------------------------------------------------- /qtiv2p2-examples/items/choice_multiple.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | H 9 | O 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | Which of the following elements are used to form water? 21 | Hydrogen 22 | Helium 23 | Carbon 24 | Oxygen 25 | Nitrogen 26 | Chlorine 27 | 28 | 29 | 31 | 32 | -------------------------------------------------------------------------------- /qtiv2p2-examples/items/choice_multiple_rtl.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | H 9 | O 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 | -------------------------------------------------------------------------------- /qtiv2p2-examples/items/drawing.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | 9 |

Read the following description of Giovanni's house and then colour the picture 10 | accordingly.

11 | 12 | Il tetto è rosso e i muri sono gialli. 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /qtiv2p2-examples/items/essay.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | 9 |

In the class room, we discovered Martin Luther King Jr. and his devotion.

10 | 11 | Write an abstract about the life of this historical figure. 12 | 13 |
14 |
15 | -------------------------------------------------------------------------------- /qtiv2p2-examples/items/extended_text.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | 10 |

Read this postcard from your English pen-friend, Sam.

11 |
12 | 13 |
14 |

Here is a postcard of my town. Please send me
a postcard from your town. 15 | What size is your
town? What is the nicest part of your town?
16 | Where do you go in the evenings?
Sam.

17 |
18 |
19 |
20 | 21 | Write Sam a postcard. Answer the questions. Write 25-35 words. 22 | 23 |
24 |
25 | -------------------------------------------------------------------------------- /qtiv2p2-examples/items/figures.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 9 | ChoiceA 10 | 11 | 12 | 13 | 14 | 0 15 | 16 | 17 | 18 |
19 | 20 | A castle 21 | Figure 1: A beautiful castle. 22 | 23 |
24 | 25 | What is the name of the castle above? 26 | Neuschwanstein Castle 27 | Fortress of Knights 28 | Edinburgh Castle 29 | 30 |
31 | 32 |
33 | -------------------------------------------------------------------------------- /qtiv2p2-examples/items/gap_match.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | W G1 9 | Su G2 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | Identify the missing words in this famous quote from Shakespeare's Richard III. 20 | winter 21 | spring 22 | summer 23 | autumn 24 |
25 |

Now is the of our discontent
Made glorious by this sun of York;
And all the clouds that lour'd 27 | upon our house
In the deep bosom of the ocean buried.

28 |
29 |
30 |
31 | 33 |
34 | -------------------------------------------------------------------------------- /qtiv2p2-examples/items/hotspot.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | A 9 | 10 | 11 | 12 | 13 |

The picture illustrates four of the most popular destinations for air travellers arriving 14 | in the United Kingdom: London, Manchester, Edinburgh and Glasgow.

15 | 16 | Which one is Glasgow? 17 | UK Map 18 | 19 | 20 | 21 | 22 | 23 |
24 | 26 |
27 | -------------------------------------------------------------------------------- /qtiv2p2-examples/items/hottext.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 9 | B 10 | 11 | 12 | 13 | 14 | 0 15 | 16 | 17 | 18 | 19 |

Select the error in the following passage of text (or No Error if there is 20 | none).

21 |
22 | 23 |

Sponsors of the Olympic Games who bought 24 | advertising time on United States television includes 25 | at least a dozen international firms whose names are familiar to American consumers. 27 | No error. 28 |

29 |
30 |
31 | 33 |
34 | -------------------------------------------------------------------------------- /qtiv2p2-examples/items/images/CBG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv2p2-examples/items/images/CBG.png -------------------------------------------------------------------------------- /qtiv2p2-examples/items/images/EBG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv2p2-examples/items/images/EBG.png -------------------------------------------------------------------------------- /qtiv2p2-examples/items/images/EDI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv2p2-examples/items/images/EDI.png -------------------------------------------------------------------------------- /qtiv2p2-examples/items/images/GLA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv2p2-examples/items/images/GLA.png -------------------------------------------------------------------------------- /qtiv2p2-examples/items/images/MAN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv2p2-examples/items/images/MAN.png -------------------------------------------------------------------------------- /qtiv2p2-examples/items/images/MCH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv2p2-examples/items/images/MCH.png -------------------------------------------------------------------------------- /qtiv2p2-examples/items/images/airport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv2p2-examples/items/images/airport.png -------------------------------------------------------------------------------- /qtiv2p2-examples/items/images/blueStar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv2p2-examples/items/images/blueStar.png -------------------------------------------------------------------------------- /qtiv2p2-examples/items/images/blue_door.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv2p2-examples/items/images/blue_door.png -------------------------------------------------------------------------------- /qtiv2p2-examples/items/images/bus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv2p2-examples/items/images/bus.png -------------------------------------------------------------------------------- /qtiv2p2-examples/items/images/castle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv2p2-examples/items/images/castle.png -------------------------------------------------------------------------------- /qtiv2p2-examples/items/images/greenTriangle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv2p2-examples/items/images/greenTriangle.png -------------------------------------------------------------------------------- /qtiv2p2-examples/items/images/green_door.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv2p2-examples/items/images/green_door.png -------------------------------------------------------------------------------- /qtiv2p2-examples/items/images/house.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv2p2-examples/items/images/house.png -------------------------------------------------------------------------------- /qtiv2p2-examples/items/images/open_car.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv2p2-examples/items/images/open_car.png -------------------------------------------------------------------------------- /qtiv2p2-examples/items/images/open_goat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv2p2-examples/items/images/open_goat.png -------------------------------------------------------------------------------- /qtiv2p2-examples/items/images/plane.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv2p2-examples/items/images/plane.png -------------------------------------------------------------------------------- /qtiv2p2-examples/items/images/postcard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv2p2-examples/items/images/postcard.png -------------------------------------------------------------------------------- /qtiv2p2-examples/items/images/rectangle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /qtiv2p2-examples/items/images/redCircle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv2p2-examples/items/images/redCircle.png -------------------------------------------------------------------------------- /qtiv2p2-examples/items/images/red_door.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv2p2-examples/items/images/red_door.png -------------------------------------------------------------------------------- /qtiv2p2-examples/items/images/sign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv2p2-examples/items/images/sign.png -------------------------------------------------------------------------------- /qtiv2p2-examples/items/images/survey.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv2p2-examples/items/images/survey.jpg -------------------------------------------------------------------------------- /qtiv2p2-examples/items/images/train.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv2p2-examples/items/images/train.png -------------------------------------------------------------------------------- /qtiv2p2-examples/items/images/uk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv2p2-examples/items/images/uk.png -------------------------------------------------------------------------------- /qtiv2p2-examples/items/images/ukair.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv2p2-examples/items/images/ukair.png -------------------------------------------------------------------------------- /qtiv2p2-examples/items/images/ukairtags.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv2p2-examples/items/images/ukairtags.png -------------------------------------------------------------------------------- /qtiv2p2-examples/items/inline_choice.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | Y 9 | 10 | 11 | 12 | 13 |

Identify the missing word in this famous quote from Shakespeare's Richard III.

14 |
15 |

Now is the winter of our discontent
Made glorious summer by this sun of 16 | 17 | Gloucester 18 | Lancaster 19 | York 20 | ;
And all the clouds that lour'd upon our house
21 | In the deep bosom of the ocean buried.

22 |
23 |
24 | 26 |
27 | -------------------------------------------------------------------------------- /qtiv2p2-examples/items/items.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv2p2-examples/items/items.zip -------------------------------------------------------------------------------- /qtiv2p2-examples/items/likert.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | 9 |

Read the following question and indicate your agreement on a scale of 1 = strongly 10 | disagree to 5 = strongly agree.

11 |
12 | 13 | The QTI specification makes the exchange of assessment items much easier. 14 | 1 15 | 2 16 | 3 17 | 4 18 | 5 19 | 20 |
21 |
22 | -------------------------------------------------------------------------------- /qtiv2p2-examples/items/nested_object.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | 10 |

Read this postcard from your English pen-friend, Sam.

11 |
12 | 13 | 14 |
15 |

Here is a postcard of my town. Please send me
a postcard from your 16 | town. What size is your
town? What is the nicest part of your 17 | town?
Where do you go in the evenings?
Sam.

18 |
19 |
20 |
21 |
22 | 23 | Write Sam a postcard. Answer the questions. Write 25-35 words. 24 | 25 |
26 |
27 | -------------------------------------------------------------------------------- /qtiv2p2-examples/items/order.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | DriverC 9 | DriverA 10 | DriverB 11 | 12 | 13 | 14 | 15 | 16 | The following F1 drivers finished on the podium in the first ever Grand Prix of 17 | Bahrain. Can you rearrange them into the correct finishing order? 18 | Rubens Barrichello 19 | Jenson Button 20 | Michael Schumacher 21 | 22 | 23 | 25 | 26 | -------------------------------------------------------------------------------- /qtiv2p2-examples/items/order_rtl.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | DriverC 9 | DriverA 10 | DriverB 11 | 12 | 13 | 14 | 15 |
16 | 17 | F1 הנהגים הבאים סיימו על הפודיום בגרנד פרי בחריין הראשון אי פעם.אתה יכול לארגן אותם בסדר נכון הגמר? 18 | Rubens Barrichello 19 | Jenson Button 20 | Michael Schumacher 21 | 22 |
23 |
24 | 26 |
27 | 28 | -------------------------------------------------------------------------------- /qtiv2p2-examples/items/orkney1.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | T 10 | 11 | 12 | 13 | 14 | 0 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 |
23 |

Read the text about the Orkney Islands and then decide if the following sentence is 24 | correct or incorrect.

25 | 26 | Some of the islands are home to animals rather than people. 27 | Correct 28 | Incorrect 29 | 30 |
31 | 32 | 34 | 35 | -------------------------------------------------------------------------------- /qtiv2p2-examples/items/orkney2.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | F 10 | 11 | 12 | 13 | 14 | 0 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 |
23 |

Read the text about the Orkney Islands and then decide if the following sentence is 24 | correct or incorrect.

25 | 26 | You can fly direct from London Heathrow to Kirkwall. 27 | Correct 28 | Incorrect 29 | 30 |
31 | 32 | 34 | 35 | -------------------------------------------------------------------------------- /qtiv2p2-examples/items/position_object.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | 9 | 118 184 10 | 11 | 150 235 12 | 13 | 96 114 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 |

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?

25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 34 | 35 | -------------------------------------------------------------------------------- /qtiv2p2-examples/items/select_point.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | 102 113 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | Mark Edinburgh on this map of the United Kingdom. 18 | UK Map 19 | 20 | 21 | 23 | 24 | -------------------------------------------------------------------------------- /qtiv2p2-examples/items/shared/orkney.css: -------------------------------------------------------------------------------- 1 | object { width: 100%; height: 100% } .leftpane { position: fixed; top: 32px; left: 32px; width: 264px; } .rightpane { position: fixed; top: 32px; left: 328px; width: 464px; } -------------------------------------------------------------------------------- /qtiv2p2-examples/items/shared/orkney.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv2p2-examples/items/shared/orkney.html -------------------------------------------------------------------------------- /qtiv2p2-examples/items/slider.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | 16 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 |

Much to the dismay of Star Wars fans, the 2001 UK national census classified people who 25 | identified themselves as Jedi Knights as having no religion. In fact, the 26 | Jedi accounted for more than 4% of this group!

27 | 29 | In total, what percentage of the UK population do you think were eventually 30 | classifed as having no religion? 31 | 32 |
33 | 35 |
36 | -------------------------------------------------------------------------------- /qtiv2p2-examples/items/squirrel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv2p2-examples/items/squirrel.png -------------------------------------------------------------------------------- /qtiv2p2-examples/items/svg.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 10 | 11 | 12 | E 13 | 14 | 15 | 16 | 17 | 18 | What colour is the rectangle below 19 | ? 20 | Red 21 | Blue 22 | Green 23 | Magenta 24 | 25 | 26 | 28 | 29 | -------------------------------------------------------------------------------- /qtiv2p2-examples/items/text_entry.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | York 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 |

Identify the missing word in this famous quote from Shakespeare's Richard III.

18 |
19 |

Now is the winter of our discontent
Made glorious summer by this sun of 20 | ;
21 | And all the clouds that lour'd upon our house
In the deep bosom of the ocean 22 | buried.

23 |
24 |
25 | 27 |
28 | -------------------------------------------------------------------------------- /qtiv2p2-examples/items/tree.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv2p2-examples/items/tree.mp3 -------------------------------------------------------------------------------- /qtiv2p2-examples/items/tree.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv2p2-examples/items/tree.ogg -------------------------------------------------------------------------------- /qtiv2p2-examples/items/tree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv2p2-examples/items/tree.png -------------------------------------------------------------------------------- /qtiv2p2-examples/items/upload.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | 9 |

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.

11 | 12 | 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. 16 | 17 |
18 |
19 | -------------------------------------------------------------------------------- /qtiv2p2-examples/items/upload_composite.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | 9 | 10 |

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.

12 | 13 | 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. 17 | 18 |

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: %

22 |
23 | 24 |
25 | -------------------------------------------------------------------------------- /qtiv3-examples/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/.DS_Store -------------------------------------------------------------------------------- /qtiv3-examples/CAT/CAT_Test01_Adaptive_EchoAdapt.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/CAT/CAT_Test01_Adaptive_EchoAdapt.zip -------------------------------------------------------------------------------- /qtiv3-examples/PCI/README.md: -------------------------------------------------------------------------------- 1 | PCI example -- released item from Massachusetts science exam 2 | -------------------------------------------------------------------------------- /qtiv3-examples/PCI/sample_pci.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/PCI/sample_pci.zip -------------------------------------------------------------------------------- /qtiv3-examples/items/shared-css/stylesheets/styles.css: -------------------------------------------------------------------------------- 1 | .qti-underline { 2 | text-decoration: underline; 3 | } 4 | .qti-align-left { 5 | text-align: left; 6 | } 7 | .qti-align-center { 8 | text-align: center; 9 | } 10 | .qti-align-right { 11 | text-align: right; 12 | } 13 | .qti-valign-top { 14 | vertical-align: top; 15 | } 16 | .qti-valign-middle { 17 | vertical-align: middle; 18 | } 19 | .qti-valign-baseline { 20 | vertical-align: baseline; 21 | } 22 | .qti-valign-bottom { 23 | vertical-align: bottom; 24 | } 25 | .qti-fullwidth { 26 | width: 100%; 27 | } 28 | .qti-hidden { 29 | display: none; 30 | } 31 | .qti-visually-hidden { 32 | position:fixed !important; 33 | overflow: hidden; 34 | clip: rect(1px 1px 1px 1px); 35 | height: 1px; 36 | width: 1px; 37 | border: 0; 38 | margin: -1px; 39 | } 40 | .qti-bordered { 41 | border: 1px solid #888888; 42 | padding: 2px; 43 | } 44 | .qti-well { 45 | min-height:20px; 46 | padding:19px; 47 | margin-bottom:20px; 48 | background-color:#f5f5f5; 49 | border:1px solid #e3e3e3; 50 | border-radius:4px; 51 | box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05); 52 | } 53 | -------------------------------------------------------------------------------- /qtiv3-examples/items/shared-vocabulary/Items/Item_QTI3_Graphic_Gap_Match_01/images/a-cw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/items/shared-vocabulary/Items/Item_QTI3_Graphic_Gap_Match_01/images/a-cw.png -------------------------------------------------------------------------------- /qtiv3-examples/items/shared-vocabulary/Items/Item_QTI3_Graphic_Gap_Match_01/images/b-ww2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/items/shared-vocabulary/Items/Item_QTI3_Graphic_Gap_Match_01/images/b-ww2.png -------------------------------------------------------------------------------- /qtiv3-examples/items/shared-vocabulary/Items/Item_QTI3_Graphic_Gap_Match_01/images/c-vietnam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/items/shared-vocabulary/Items/Item_QTI3_Graphic_Gap_Match_01/images/c-vietnam.png -------------------------------------------------------------------------------- /qtiv3-examples/items/shared-vocabulary/Items/Item_QTI3_Graphic_Gap_Match_01/images/d-bay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/items/shared-vocabulary/Items/Item_QTI3_Graphic_Gap_Match_01/images/d-bay.png -------------------------------------------------------------------------------- /qtiv3-examples/items/shared-vocabulary/Items/Item_QTI3_Graphic_Gap_Match_01/images/timeline-558.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/items/shared-vocabulary/Items/Item_QTI3_Graphic_Gap_Match_01/images/timeline-558.png -------------------------------------------------------------------------------- /qtiv3-examples/items/shared-vocabulary/Items/Item_QTI3_Graphic_Gap_Match_02/images/a-cw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/items/shared-vocabulary/Items/Item_QTI3_Graphic_Gap_Match_02/images/a-cw.png -------------------------------------------------------------------------------- /qtiv3-examples/items/shared-vocabulary/Items/Item_QTI3_Graphic_Gap_Match_02/images/b-ww2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/items/shared-vocabulary/Items/Item_QTI3_Graphic_Gap_Match_02/images/b-ww2.png -------------------------------------------------------------------------------- /qtiv3-examples/items/shared-vocabulary/Items/Item_QTI3_Graphic_Gap_Match_02/images/c-vietnam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/items/shared-vocabulary/Items/Item_QTI3_Graphic_Gap_Match_02/images/c-vietnam.png -------------------------------------------------------------------------------- /qtiv3-examples/items/shared-vocabulary/Items/Item_QTI3_Graphic_Gap_Match_02/images/d-bay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/items/shared-vocabulary/Items/Item_QTI3_Graphic_Gap_Match_02/images/d-bay.png -------------------------------------------------------------------------------- /qtiv3-examples/items/shared-vocabulary/Items/Item_QTI3_Graphic_Gap_Match_02/images/timeline-558.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/items/shared-vocabulary/Items/Item_QTI3_Graphic_Gap_Match_02/images/timeline-558.png -------------------------------------------------------------------------------- /qtiv3-examples/items/shared-vocabulary/Items/Item_QTI3_Graphic_Gap_Match_03/images/a-cw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/items/shared-vocabulary/Items/Item_QTI3_Graphic_Gap_Match_03/images/a-cw.png -------------------------------------------------------------------------------- /qtiv3-examples/items/shared-vocabulary/Items/Item_QTI3_Graphic_Gap_Match_03/images/b-ww2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/items/shared-vocabulary/Items/Item_QTI3_Graphic_Gap_Match_03/images/b-ww2.png -------------------------------------------------------------------------------- /qtiv3-examples/items/shared-vocabulary/Items/Item_QTI3_Graphic_Gap_Match_03/images/c-vietnam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/items/shared-vocabulary/Items/Item_QTI3_Graphic_Gap_Match_03/images/c-vietnam.png -------------------------------------------------------------------------------- /qtiv3-examples/items/shared-vocabulary/Items/Item_QTI3_Graphic_Gap_Match_03/images/d-bay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/items/shared-vocabulary/Items/Item_QTI3_Graphic_Gap_Match_03/images/d-bay.png -------------------------------------------------------------------------------- /qtiv3-examples/items/shared-vocabulary/Items/Item_QTI3_Graphic_Gap_Match_03/images/timeline-558.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/items/shared-vocabulary/Items/Item_QTI3_Graphic_Gap_Match_03/images/timeline-558.png -------------------------------------------------------------------------------- /qtiv3-examples/items/shared-vocabulary/Items/Item_QTI3_Hotspot_01/ukair.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/items/shared-vocabulary/Items/Item_QTI3_Hotspot_01/ukair.png -------------------------------------------------------------------------------- /qtiv3-examples/items/shared-vocabulary/Items/Item_QTI3_Hotspot_02/ukair.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/items/shared-vocabulary/Items/Item_QTI3_Hotspot_02/ukair.png -------------------------------------------------------------------------------- /qtiv3-examples/items/shared-vocabulary/Items/Item_QTI3_Hotspot_03/ukair.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/items/shared-vocabulary/Items/Item_QTI3_Hotspot_03/ukair.png -------------------------------------------------------------------------------- /qtiv3-examples/items/shared-vocabulary/Items/Item_QTI3_Luggage_01/images/sign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/items/shared-vocabulary/Items/Item_QTI3_Luggage_01/images/sign.png -------------------------------------------------------------------------------- /qtiv3-examples/items/shared-vocabulary/Items/Item_QTI3_Luggage_01/unattended_luggage_qti3.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ChoiceA 6 | 7 | 8 | 9 | 10 | 0 11 | 12 | 13 | 14 |

Look at the text in the picture.

15 |

16 | NEVER LEAVE LUGGAGE UNATTENDED 17 |

18 | 19 | 20 | What does it say? 21 | You must stay with your luggage at all times. 22 | Do not let someone else look after your luggage. 23 | Remember your luggage when you leave. 24 | 25 |
26 | 27 |
-------------------------------------------------------------------------------- /qtiv3-examples/items/shared-vocabulary/Items/Item_QTI3_Luggage_02/images/sign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/items/shared-vocabulary/Items/Item_QTI3_Luggage_02/images/sign.png -------------------------------------------------------------------------------- /qtiv3-examples/items/shared-vocabulary/Items/Item_QTI3_Luggage_03/images/sign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/items/shared-vocabulary/Items/Item_QTI3_Luggage_03/images/sign.png -------------------------------------------------------------------------------- /qtiv3-examples/items/shared-vocabulary/Items/Item_QTI3_Luggage_04/images/sign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/items/shared-vocabulary/Items/Item_QTI3_Luggage_04/images/sign.png -------------------------------------------------------------------------------- /qtiv3-examples/items/shared-vocabulary/Items/Item_QTI3_Luggage_05/images/sign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/items/shared-vocabulary/Items/Item_QTI3_Luggage_05/images/sign.png -------------------------------------------------------------------------------- /qtiv3-examples/items/shared-vocabulary/Items/Item_QTI3_WritingPostcard_01/extended_text_qti3.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |
7 |
8 |

Read this postcard from your English pen-friend, Sam.

9 |
10 | 11 |
12 |

13 | Here is a postcard of my town. Please send me
a postcard from your town. 14 | What size is your
town? What is the nicest part of your town?
15 | Where do you go in the evenings?
Sam. 16 |

17 |
18 |
19 |
20 | 21 |


Write Sam a postcard. Answer the questions. Write 25-35 words.

22 |
23 |
24 |
25 |
26 |
-------------------------------------------------------------------------------- /qtiv3-examples/items/shared-vocabulary/Items/Item_QTI3_WritingPostcard_01/images/postcard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/items/shared-vocabulary/Items/Item_QTI3_WritingPostcard_01/images/postcard.png -------------------------------------------------------------------------------- /qtiv3-examples/items/shared-vocabulary/Items/Item_QTI3_WritingPostcard_02/images/postcard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/items/shared-vocabulary/Items/Item_QTI3_WritingPostcard_02/images/postcard.png -------------------------------------------------------------------------------- /qtiv3-examples/items/shared-vocabulary/Items/Item_QTI3_WritingPostcard_03/images/postcard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/items/shared-vocabulary/Items/Item_QTI3_WritingPostcard_03/images/postcard.png -------------------------------------------------------------------------------- /qtiv3-examples/items/shared-vocabulary/readme.md: -------------------------------------------------------------------------------- 1 | Intended use of these items is to exercise all of the shared vocabulary in QTIv3. 2 | -------------------------------------------------------------------------------- /qtiv3-examples/items/shared-vocabulary/shared-vocabulary-imsmanifest.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/items/shared-vocabulary/shared-vocabulary-imsmanifest.zip -------------------------------------------------------------------------------- /qtiv3-examples/packaging/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/.DS_Store -------------------------------------------------------------------------------- /qtiv3-examples/packaging/BBQsTest/BBQsTest.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/BBQsTest/BBQsTest.zip -------------------------------------------------------------------------------- /qtiv3-examples/packaging/BBQsTest/id-1ccd6e04685f/ShortAnswer-extText-postcard.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |

Read this postcard from your English pen-friend, Sam.

9 |
10 |
11 |


Here is a postcard of my town. Please send me
a postcard from your 12 | town. What size is your
town? What is the nicest part of your town?
13 | Where do you go in the evenings?
Sam.

14 |
15 |
16 | 17 |
Write Sam a postcard. Answer the questions. Write 25-35 words.
18 |
19 |


Here is a sample response:

20 |


"Ours is a small town. There are nice trees and some old buildings. Does it really 21 | matter where I go in the evenings?"

22 |
23 |
-------------------------------------------------------------------------------- /qtiv3-examples/packaging/BBQsTest/id-75bd778a3504/essay-vacation.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |

Write a few lines about what you did during the vacation.

8 | 9 | Write 20-50 words. 10 | 11 |

Here is a sample response:

12 |
13 |

We went to Wales for our holiday. We stayed in a cottage on a hill.

14 |

Whie we were there, we rode on a small train, climbed a mountain and walked on a beach.

15 |
16 |
17 |
-------------------------------------------------------------------------------- /qtiv3-examples/packaging/BBQsTest/id-90b59b73c8e4/upload-file.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |

Upload a file here:

7 | 8 | Enter the filename 9 | 10 |
11 |
-------------------------------------------------------------------------------- /qtiv3-examples/packaging/BBQsTest/id-992e8bd3c9ac/images/cubic_xpw3d6m2xp3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/BBQsTest/id-992e8bd3c9ac/images/cubic_xpw3d6m2xp3.png -------------------------------------------------------------------------------- /qtiv3-examples/packaging/CASE/CASE.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/CASE/CASE.zip -------------------------------------------------------------------------------- /qtiv3-examples/packaging/CASEWithOutcome/CASEWithOutcome.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/CASEWithOutcome/CASEWithOutcome.zip -------------------------------------------------------------------------------- /qtiv3-examples/packaging/CASEWithOutcome/testoutcome01.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 0.0 8 | 9 | -------------------------------------------------------------------------------- /qtiv3-examples/packaging/basicFeedbackTest/basicFeedbackTest.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/basicFeedbackTest/basicFeedbackTest.zip -------------------------------------------------------------------------------- /qtiv3-examples/packaging/ccPackage/ccPackage.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/ccPackage/ccPackage.zip -------------------------------------------------------------------------------- /qtiv3-examples/packaging/ccPackage/rptemplates/CC2_match.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 1 12 | 13 | 14 | 15 | 16 | 0 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /qtiv3-examples/packaging/ccPackage/rptemplates/CC2_match_basic.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | correct 18 | 19 | 20 | 21 | 22 | incorrect 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /qtiv3-examples/packaging/englishBasicLevelV2/englishBasicLevelV2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/englishBasicLevelV2/englishBasicLevelV2.zip -------------------------------------------------------------------------------- /qtiv3-examples/packaging/englishHighLevelV2/Item1_1792983784.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 7 | 8 | 9 | 0.0 10 | 11 | 12 | 13 | 14 | 40.0 15 | 16 | 17 | 18 |

1. Everybody should be allowed to settle freely in the country of their 19 | choice.
Discuss.

20 | 21 |
22 |
-------------------------------------------------------------------------------- /qtiv3-examples/packaging/englishHighLevelV2/Item1_619462302.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 7 | 8 | 9 | 0.0 10 | 11 | 12 | 13 | 14 | 20.0 15 | 16 | 17 | 18 |

1. Describe Elsa Flores´ "American dream" (1. 3). What happened to it and what were her 19 | reactions to this experience?

20 | 21 |
22 |
-------------------------------------------------------------------------------- /qtiv3-examples/packaging/englishHighLevelV2/Item2_205541527.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 7 | 8 | 9 | 0.0 10 | 11 | 12 | 13 | 14 | 10.0 15 | 16 | 17 | 18 |

2. How successfull are Latinos in the USA (Refer to lines 12-25.)

19 | 20 |
21 |
-------------------------------------------------------------------------------- /qtiv3-examples/packaging/englishHighLevelV2/Item2_863783866.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 7 | 8 | 9 | 0.0 10 | 11 | 12 | 13 | 14 | 40.0 15 | 16 | 17 | 18 |

2. "Variety is the spice of life."
Discuss this proverb in terms of cultural 19 | diversity.

20 | 21 |
22 |
-------------------------------------------------------------------------------- /qtiv3-examples/packaging/englishHighLevelV2/Item3_837431413.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 7 | 8 | 9 | 0.0 10 | 11 | 12 | 13 | 14 | 20.0 15 | 16 | 17 | 18 |

3. Explain the difference in attitude towards life in America between the first and the 19 | second generation of Latino immigrants.

20 | 21 |
22 |
-------------------------------------------------------------------------------- /qtiv3-examples/packaging/englishHighLevelV2/Item4_357463136.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 0.0 8 | 9 | 10 | 11 | 12 | 10.0 13 | 14 | 15 | 16 |

4. What do statistics reveal about the problems of Latino youths in comparison with their 17 | black and white peers?

18 | 19 |
20 |
-------------------------------------------------------------------------------- /qtiv3-examples/packaging/englishHighLevelV2/Item5_154730035.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 0.0 8 | 9 | 10 | 11 | 12 | 10.0 13 | 14 | 15 | 16 |

5. What ist the writer´s position in the political debate about a growing Latino 17 | underclass?

18 | 19 |
20 |
-------------------------------------------------------------------------------- /qtiv3-examples/packaging/englishHighLevelV2/Item6_1645506707.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 0.0 8 | 9 | 10 | 11 | 12 | 10.0 13 | 14 | 15 | 16 |

6. Show three different ways in which the writer tries to arouse the reader´s interest in 17 | his topic.

18 | 19 |
20 |
-------------------------------------------------------------------------------- /qtiv3-examples/packaging/englishHighLevelV2/englishHighLevelV2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/englishHighLevelV2/englishHighLevelV2.zip -------------------------------------------------------------------------------- /qtiv3-examples/packaging/externalMetadata/externalMetadata.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/externalMetadata/externalMetadata.zip -------------------------------------------------------------------------------- /qtiv3-examples/packaging/externalMetadata/testitems/-TX_G06SAMP_001.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | A_2 6 | 7 | 8 | 9 | 10 | 11 |
12 |

Which of the following shows the integers in order from least to greatest?
13 | 14 | 0, -3, 4, 8, -17, -20 15 | -3, -17, -20, 0, 4, 8 16 | -20, -17, -3, 0, 4, 8 17 | 8, 4, 0, -3, -17, -20 18 |
19 | 20 |
-------------------------------------------------------------------------------- /qtiv3-examples/packaging/externalMetadata/testitems/-TX_G06SAMP_004.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | A_1 6 | 7 | 8 | 9 | 10 | 11 |
12 |

Which is not a true statement?
13 | 14 | -8 < 7 15 | -8 > -7 16 | 7 > -8 17 | 7 < 8 18 |
19 | 20 |
-------------------------------------------------------------------------------- /qtiv3-examples/packaging/externalMetadata/testitems/-TX_G06SAMP_005.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | A_3 6 | 7 | 8 | 9 | 10 | 11 |
12 |

Which number has the same absolute value as 81?
13 | 14 | 1 15 | 0 16 | -1 17 | -81 18 |
19 | 20 |
-------------------------------------------------------------------------------- /qtiv3-examples/packaging/feedbackTest/feedbackTest.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/feedbackTest/feedbackTest.zip -------------------------------------------------------------------------------- /qtiv3-examples/packaging/interactionMixSaxonyV3/interactionMixSaxonyV3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/interactionMixSaxonyV3/interactionMixSaxonyV3.zip -------------------------------------------------------------------------------- /qtiv3-examples/packaging/interactionMixSaxonyV3/media/03c5e2f774db49598deb3ac7d05b53f9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/interactionMixSaxonyV3/media/03c5e2f774db49598deb3ac7d05b53f9.jpg -------------------------------------------------------------------------------- /qtiv3-examples/packaging/interactionMixSaxonyV3/media/0563e67fb1bb48ad882e0a5abf2a2686.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/interactionMixSaxonyV3/media/0563e67fb1bb48ad882e0a5abf2a2686.jpg -------------------------------------------------------------------------------- /qtiv3-examples/packaging/interactionMixSaxonyV3/media/2f44366716474a5d8e2a2e32346cbc05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/interactionMixSaxonyV3/media/2f44366716474a5d8e2a2e32346cbc05.jpg -------------------------------------------------------------------------------- /qtiv3-examples/packaging/interactionMixSaxonyV3/media/71a299b50b5e4b1492f8ee51ce25be7d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/interactionMixSaxonyV3/media/71a299b50b5e4b1492f8ee51ce25be7d.jpg -------------------------------------------------------------------------------- /qtiv3-examples/packaging/interactionMixSaxonyV3/media/a439b702d5034ca38f6df26a12835db3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/interactionMixSaxonyV3/media/a439b702d5034ca38f6df26a12835db3.jpg -------------------------------------------------------------------------------- /qtiv3-examples/packaging/interactionMixSaxonyV3/media/b660fc9f268c4ef688d8606116c70160.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/interactionMixSaxonyV3/media/b660fc9f268c4ef688d8606116c70160.jpg -------------------------------------------------------------------------------- /qtiv3-examples/packaging/interactionMixSaxonyV3/media/c2f541343b9b4bfdba9fc90c7a18403e.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/interactionMixSaxonyV3/media/c2f541343b9b4bfdba9fc90c7a18403e.jpg -------------------------------------------------------------------------------- /qtiv3-examples/packaging/interactionMixSaxonyV3/media/e18b5a2eb8104d0994a182ee0176a05c.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/interactionMixSaxonyV3/media/e18b5a2eb8104d0994a182ee0176a05c.jpg -------------------------------------------------------------------------------- /qtiv3-examples/packaging/interactionMixSaxonyV3/media/f88c5aa2c6724a388fdbadc7133eb757.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/interactionMixSaxonyV3/media/f88c5aa2c6724a388fdbadc7133eb757.jpg -------------------------------------------------------------------------------- /qtiv3-examples/packaging/interactionMixSaxonyV3/media/ffe337505ef74334a0cecb33310f99c1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/interactionMixSaxonyV3/media/ffe337505ef74334a0cecb33310f99c1.jpg -------------------------------------------------------------------------------- /qtiv3-examples/packaging/items/choice.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | ChoiceA 7 | 8 | 9 | 10 | 11 | 0 12 | 13 | 14 | 15 |

Look at the text in the picture.

16 |

17 | NEVER LEAVE LUGGAGE UNATTENDED 18 |

19 | 20 | What does it say? 21 | You must stay with your luggage at all times. 22 | Do not let someone else look after your luggage. 23 | Remember your luggage when you leave. 24 | 25 |
26 | 27 |
-------------------------------------------------------------------------------- /qtiv3-examples/packaging/items/drawing.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |

Read the following description of Giovanni's house and then colour the picture 7 | accordingly.

8 | 9 | Il tetto è rosso e i muri sono gialli. 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /qtiv3-examples/packaging/items/essay.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |

In the class room, we discovered Martin Luther King Jr. and his devotion.

7 | 8 | Write an abstract about the life of this historical figure. 9 | 10 |
11 |
-------------------------------------------------------------------------------- /qtiv3-examples/packaging/items/extended_text.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 7 | 8 | 9 |

Read this postcard from your English pen-friend, Sam.

10 |
11 | 12 |
13 |

Here is a postcard of my town. Please send me
a postcard from your town. 14 | What size is your
town? What is the nicest part of your town?
15 | Where do you go in the evenings?
Sam.

16 |
17 |
18 |
19 | 20 | Write Sam a postcard. Answer the questions. Write 25-35 words. 21 | 22 |
23 |
-------------------------------------------------------------------------------- /qtiv3-examples/packaging/items/hotspot.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | A 6 | 7 | 8 | 9 | 10 |

The picture illustrates four of the most popular destinations for air travellers arriving 11 | in the United Kingdom: London, Manchester, Edinburgh and Glasgow.

12 | 13 | Which one is Glasgow? 14 | UK Map 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 |
-------------------------------------------------------------------------------- /qtiv3-examples/packaging/items/images/CBG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/items/images/CBG.png -------------------------------------------------------------------------------- /qtiv3-examples/packaging/items/images/EBG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/items/images/EBG.png -------------------------------------------------------------------------------- /qtiv3-examples/packaging/items/images/EDI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/items/images/EDI.png -------------------------------------------------------------------------------- /qtiv3-examples/packaging/items/images/GLA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/items/images/GLA.png -------------------------------------------------------------------------------- /qtiv3-examples/packaging/items/images/MAN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/items/images/MAN.png -------------------------------------------------------------------------------- /qtiv3-examples/packaging/items/images/MCH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/items/images/MCH.png -------------------------------------------------------------------------------- /qtiv3-examples/packaging/items/images/airport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/items/images/airport.png -------------------------------------------------------------------------------- /qtiv3-examples/packaging/items/images/big_buck_bunny.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/items/images/big_buck_bunny.mp4 -------------------------------------------------------------------------------- /qtiv3-examples/packaging/items/images/big_buck_bunny.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/items/images/big_buck_bunny.webm -------------------------------------------------------------------------------- /qtiv3-examples/packaging/items/images/blueStar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/items/images/blueStar.png -------------------------------------------------------------------------------- /qtiv3-examples/packaging/items/images/blue_door.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/items/images/blue_door.png -------------------------------------------------------------------------------- /qtiv3-examples/packaging/items/images/bus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/items/images/bus.png -------------------------------------------------------------------------------- /qtiv3-examples/packaging/items/images/castle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/items/images/castle.png -------------------------------------------------------------------------------- /qtiv3-examples/packaging/items/images/greenTriangle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/items/images/greenTriangle.png -------------------------------------------------------------------------------- /qtiv3-examples/packaging/items/images/green_door.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/items/images/green_door.png -------------------------------------------------------------------------------- /qtiv3-examples/packaging/items/images/house.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/items/images/house.png -------------------------------------------------------------------------------- /qtiv3-examples/packaging/items/images/open_car.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/items/images/open_car.png -------------------------------------------------------------------------------- /qtiv3-examples/packaging/items/images/open_goat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/items/images/open_goat.png -------------------------------------------------------------------------------- /qtiv3-examples/packaging/items/images/plane.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/items/images/plane.png -------------------------------------------------------------------------------- /qtiv3-examples/packaging/items/images/postcard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/items/images/postcard.png -------------------------------------------------------------------------------- /qtiv3-examples/packaging/items/images/postcard.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/items/images/postcard.webp -------------------------------------------------------------------------------- /qtiv3-examples/packaging/items/images/rectangle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /qtiv3-examples/packaging/items/images/redCircle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/items/images/redCircle.png -------------------------------------------------------------------------------- /qtiv3-examples/packaging/items/images/red_door.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/items/images/red_door.png -------------------------------------------------------------------------------- /qtiv3-examples/packaging/items/images/sign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/items/images/sign.png -------------------------------------------------------------------------------- /qtiv3-examples/packaging/items/images/survey.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/items/images/survey.jpg -------------------------------------------------------------------------------- /qtiv3-examples/packaging/items/images/texttrack-en.vtt: -------------------------------------------------------------------------------- 1 | WEBVTT FILE 2 | 3 | 00:00:00.001 --> 00:00:05.000 4 | This is Big Buck Bunny, a movie from the Peach Open Movie Project. 5 | 6 | 00:00:05.001 --> 00:00:09.000 7 | Big Buck Bunny is a Creative Commons licensed movie... 8 | 9 | 00:00:09.001 --> 00:00:12.000 10 | it's also really well done. 11 | 12 | 00:00:12.001 --> 00:00:16.000 13 | Which is why it's used so often for demos of HTML5 video. 14 | 15 | 00:00:16.001 --> 00:00:22.000 16 | (c) copyright 2008, Blender Foundation / www.bigbuckbunny.org 17 | -------------------------------------------------------------------------------- /qtiv3-examples/packaging/items/images/texttrack-jpn.vtt: -------------------------------------------------------------------------------- 1 | WEBVTT 2 | 3 | 00:00:00.001 --> 00:00:05.000 4 | これは Big Buck Bunny ソフトウェアで 5 | 字幕を付けたサンプルビデオです。 6 | 7 | 00:00:05.001 --> 00:00:09.000 8 | 乗組員は普通 9 | 数ヶ月滞在します 10 | 11 | 00:00:09.001 --> 00:00:12.000 12 | 一般的に 13 | 宇宙ステーションの乗組員は 14 | 15 | 00:00:12.001 --> 00:00:16.000 16 | 約6ヶ月毎に 17 | 交代します 18 | 19 | 00:00:16.001 --> 00:00:22.000 20 | (c) 滞在 2008 がそれよりも 21 | 少し短くなる場合もありますが Blender Foundation 22 | -------------------------------------------------------------------------------- /qtiv3-examples/packaging/items/images/train.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/items/images/train.png -------------------------------------------------------------------------------- /qtiv3-examples/packaging/items/images/uk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/items/images/uk.png -------------------------------------------------------------------------------- /qtiv3-examples/packaging/items/images/ukair.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/items/images/ukair.png -------------------------------------------------------------------------------- /qtiv3-examples/packaging/items/images/ukairtags.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/items/images/ukairtags.png -------------------------------------------------------------------------------- /qtiv3-examples/packaging/items/inline_choice.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Y 6 | 7 | 8 | 9 | 10 |

Identify the missing word in this famous quote from Shakespeare's Richard III.

11 |
12 |

Now is the winter of our discontent
Made glorious summer by this sun of 13 | 14 | Gloucester 15 | Lancaster 16 | York 17 | ;
And all the clouds that lour'd upon our house
18 | In the deep bosom of the ocean buried.

19 |
20 |
21 | 22 |
-------------------------------------------------------------------------------- /qtiv3-examples/packaging/items/items.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/items/items.zip -------------------------------------------------------------------------------- /qtiv3-examples/packaging/items/likert.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | 8 | 9 |

Read the following question and indicate your agreement on a scale of 1 = strongly 10 | disagree to 5 = strongly agree.

11 |
12 |
13 | 14 | The QTI specification makes the exchange of assessment items much easier. 15 | 1 16 | 2 17 | 3 18 | 4 19 | 5 20 | 21 |
22 |
-------------------------------------------------------------------------------- /qtiv3-examples/packaging/items/order.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | DriverC 8 | DriverA 9 | DriverB 10 | 11 | 12 | 13 | 14 | 15 | The following F1 drivers finished on the podium in the first ever Grand Prix of 16 | Bahrain. Can you rearrange them into the correct finishing order? 17 | Rubens Barrichello 18 | Jenson Button 19 | Michael Schumacher 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /qtiv3-examples/packaging/items/order_rtl.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | DriverC 8 | DriverA 9 | DriverB 10 | 11 | 12 | 13 | 14 |
15 | 16 | F1 הנהגים הבאים סיימו על הפודיום בגרנד פרי בחריין הראשון אי פעם.אתה יכול לארגן אותם בסדר נכון הגמר? 17 | Rubens Barrichello 18 | Jenson Button 19 | Michael Schumacher 20 | 21 |
22 |
23 | 24 |
-------------------------------------------------------------------------------- /qtiv3-examples/packaging/items/orkney1.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | T 7 | 8 | 9 | 10 | 11 | 0 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 |
20 |

Read the text about the Orkney Islands and then decide if the following sentence is 21 | correct or incorrect.

22 | 23 | Some of the islands are home to animals rather than people. 24 | Correct 25 | Incorrect 26 | 27 |
28 | 29 | 30 | -------------------------------------------------------------------------------- /qtiv3-examples/packaging/items/orkney2.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | F 7 | 8 | 9 | 10 | 11 | 0 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 |
20 |

Read the text about the Orkney Islands and then decide if the following sentence is 21 | correct or incorrect.

22 | 23 | You can fly direct from London Heathrow to Kirkwall. 24 | Correct 25 | Incorrect 26 | 27 |
28 | 29 | 30 | -------------------------------------------------------------------------------- /qtiv3-examples/packaging/items/select_point.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | 102 113 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | Mark Edinburgh on this map of the United Kingdom. 17 | UK Map 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /qtiv3-examples/packaging/items/shared/orkney.css: -------------------------------------------------------------------------------- 1 | object { width: 100%; height: 100% } .leftpane { position: fixed; top: 32px; left: 32px; width: 264px; } .rightpane { position: fixed; top: 32px; left: 328px; width: 464px; } -------------------------------------------------------------------------------- /qtiv3-examples/packaging/items/shared/orkney.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/items/shared/orkney.html -------------------------------------------------------------------------------- /qtiv3-examples/packaging/items/squirrel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/items/squirrel.png -------------------------------------------------------------------------------- /qtiv3-examples/packaging/items/svg.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 7 | 8 | E 9 | 10 | 11 | 12 | 13 | 14 | What colour is the rectangle below 15 | ? 16 | Red 17 | Blue 18 | Green 19 | Magenta 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /qtiv3-examples/packaging/items/text_entry.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | York 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 |

Identify the missing word in this famous quote from Shakespeare's Richard III.

16 |
17 |

Now is the winter of our discontent
Made glorious summer by this sun of 18 | ;
19 | And all the clouds that lour'd upon our house
In the deep bosom of the ocean 20 | buried.

21 |
22 |
23 | 24 |
-------------------------------------------------------------------------------- /qtiv3-examples/packaging/items/tree.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/items/tree.mp3 -------------------------------------------------------------------------------- /qtiv3-examples/packaging/items/tree.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/items/tree.ogg -------------------------------------------------------------------------------- /qtiv3-examples/packaging/items/tree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/items/tree.png -------------------------------------------------------------------------------- /qtiv3-examples/packaging/items/upload.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |

A chocolate factory produces several types of chocolate, some of which have nut centres. 7 | The chocolates are mixed together and are randomly packed into cartons of ten.

8 | 9 | Build a spreadsheet to simulate 50 cartons of chocolates when each carton 10 | contains 10 chocolates, and when one-seventh of the chocolates have nut centres. 11 | Your spreadsheet should include 50 rows representing the 50 cartons, each row 12 | containing 10 columns to represent the chocolates. 13 | 14 |
15 |
-------------------------------------------------------------------------------- /qtiv3-examples/packaging/lti/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/lti/.DS_Store -------------------------------------------------------------------------------- /qtiv3-examples/packaging/lti/lti.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/lti/lti.zip -------------------------------------------------------------------------------- /qtiv3-examples/packaging/maxfiles/example/blue_door.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/maxfiles/example/blue_door.png -------------------------------------------------------------------------------- /qtiv3-examples/packaging/maxfiles/example/green_door.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/maxfiles/example/green_door.png -------------------------------------------------------------------------------- /qtiv3-examples/packaging/maxfiles/example/hotspot.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | A 8 | 9 | 10 | 11 | 12 |

The picture illustrates four of the most popular destinations for air travellers arriving 13 | in the United Kingdom: London, Manchester, Edinburgh and Glasgow.

14 | 15 | Which one is Glasgow? 16 | UK Map 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 |
-------------------------------------------------------------------------------- /qtiv3-examples/packaging/maxfiles/example/open_car.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/maxfiles/example/open_car.png -------------------------------------------------------------------------------- /qtiv3-examples/packaging/maxfiles/example/open_goat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/maxfiles/example/open_goat.png -------------------------------------------------------------------------------- /qtiv3-examples/packaging/maxfiles/example/red_door.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/maxfiles/example/red_door.png -------------------------------------------------------------------------------- /qtiv3-examples/packaging/maxfiles/example/sign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/maxfiles/example/sign.png -------------------------------------------------------------------------------- /qtiv3-examples/packaging/maxfiles/example/ukair.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/maxfiles/example/ukair.png -------------------------------------------------------------------------------- /qtiv3-examples/packaging/maxfiles/maxfiles.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/maxfiles/maxfiles.zip -------------------------------------------------------------------------------- /qtiv3-examples/packaging/maxfiles/rptemplates/map_response.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0.0 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /qtiv3-examples/packaging/maxfiles/rptemplates/match_correct.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 1 11 | 12 | 13 | 14 | 15 | 0 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /qtiv3-examples/packaging/metaData/images/sign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/metaData/images/sign.png -------------------------------------------------------------------------------- /qtiv3-examples/packaging/metaData/metaData.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/metaData/metaData.zip -------------------------------------------------------------------------------- /qtiv3-examples/packaging/pci-simple/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/pci-simple/.DS_Store -------------------------------------------------------------------------------- /qtiv3-examples/packaging/pci-simple/pci_simple_example.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/pci-simple/pci_simple_example.zip -------------------------------------------------------------------------------- /qtiv3-examples/packaging/pci-simple/src/modules/module_resolution.js: -------------------------------------------------------------------------------- 1 | { "waitSeconds": 60, 2 | "paths": { 3 | "jquery": "https://code.jquery.com/jquery-2.2.2.min", 4 | "helpers": "shared/helpers", 5 | "baseBoundTemplate": "shared/baseBoundTemplate", 6 | "pnp": "shared/pnp", 7 | "eve": "modules/lib/eve", 8 | "raphael": "modules/lib/raphael", 9 | "handlebars": "https://cdnjs.cloudflare.com/ajax/libs/handlebars.js/4.0.10/handlebars.amd.min", 10 | "boxMultiplication": "modules/box_multiplication", 11 | "boxMultiplication_css": "modules/box_multiplication_css", 12 | "shadingD": "modules/shading_deps", 13 | "tap": "modules/tap" 14 | } 15 | } 16 | 17 | -------------------------------------------------------------------------------- /qtiv3-examples/packaging/pci/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/pci/.DS_Store -------------------------------------------------------------------------------- /qtiv3-examples/packaging/pci/pci_item_examples.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/pci/pci_item_examples.zip -------------------------------------------------------------------------------- /qtiv3-examples/packaging/pci/src/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/pci/src/.DS_Store -------------------------------------------------------------------------------- /qtiv3-examples/packaging/pci/src/modules/hmh_co_com.js: -------------------------------------------------------------------------------- 1 | { "waitSeconds": 60, 2 | "paths": { 3 | "jquery": "https://code.jquery.com/jquery-2.2.2.min", 4 | "eve": "modules/lib/eve.js", 5 | "raphael": "modules/lib/raphael.js" 6 | } 7 | } -------------------------------------------------------------------------------- /qtiv3-examples/packaging/pci/src/modules/hmh_co_com_fallback.json: -------------------------------------------------------------------------------- 1 | { "waitSeconds": 60, 2 | "paths": { 3 | "jquery": "modules/lib/jquery-2.2.2.min", 4 | "eve": "modules/lib/eve.js", 5 | "raphael": "modules/lib/raphael.js" 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /qtiv3-examples/packaging/pci/src/modules/lib/jquery-2.2.2.min.js: -------------------------------------------------------------------------------- 1 | /* 2 | * To change this license header, choose License Headers in Project Properties. 3 | * To change this template file, choose Tools | Templates 4 | * and open the template in the editor. 5 | */ 6 | 7 | 8 | -------------------------------------------------------------------------------- /qtiv3-examples/packaging/pci/src/modules/module_resolution.js: -------------------------------------------------------------------------------- 1 | { "waitSeconds": 60, 2 | "paths": { 3 | "jquery": "https://code.jquery.com/jquery-2.2.2.min", 4 | "helpers": "shared/helpers", 5 | "baseBoundTemplate": "shared/baseBoundTemplate", 6 | "pnp": "shared/pnp", 7 | "eve": "modules/lib/eve", 8 | "raphael": "modules/lib/raphael", 9 | "handlebars": "https://cdnjs.cloudflare.com/ajax/libs/handlebars.js/4.0.10/handlebars.amd.min", 10 | "boxMultiplication": "modules/box_multiplication", 11 | "boxMultiplication_css": "modules/box_multiplication_css", 12 | "shadingD": "modules/shading_deps", 13 | "tap": "modules/tap" 14 | } 15 | } 16 | 17 | -------------------------------------------------------------------------------- /qtiv3-examples/packaging/sharedMedia/example/hotspot.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | A 8 | 9 | 10 | 11 | 12 |

The picture illustrates four of the most popular destinations for air travellers arriving 13 | in the United Kingdom: London, Manchester, Edinburgh and Glasgow.

14 | 15 | Which one is Glasgow? 16 | UK Map 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 |
-------------------------------------------------------------------------------- /qtiv3-examples/packaging/sharedMedia/example/ukair.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/sharedMedia/example/ukair.png -------------------------------------------------------------------------------- /qtiv3-examples/packaging/sharedMedia/sharedMedia.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/sharedMedia/sharedMedia.zip -------------------------------------------------------------------------------- /qtiv3-examples/packaging/sharedStimulus/passages/images/exemplarSection01_croc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/sharedStimulus/passages/images/exemplarSection01_croc.png -------------------------------------------------------------------------------- /qtiv3-examples/packaging/sharedStimulus/passages/images/exemplarSection01_flamingos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/sharedStimulus/passages/images/exemplarSection01_flamingos.png -------------------------------------------------------------------------------- /qtiv3-examples/packaging/sharedStimulus/passages/images/exemplarSection01_title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/sharedStimulus/passages/images/exemplarSection01_title.png -------------------------------------------------------------------------------- /qtiv3-examples/packaging/sharedStimulus/passages/stylesheets/unbelievable_night.css: -------------------------------------------------------------------------------- 1 | .qti-shared-stimulus .passage-title { text-align:center; } 2 | .qti-shared-stimulus .passage-credit { font-size:10px; font-weight:normal; } 3 | .qti-shared-stimulus .author-line { font-weight:bold; font-style:italic; } -------------------------------------------------------------------------------- /qtiv3-examples/packaging/sharedStimulus/sharedStimulus.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/sharedStimulus/sharedStimulus.zip -------------------------------------------------------------------------------- /qtiv3-examples/packaging/simple/images/sign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/simple/images/sign.png -------------------------------------------------------------------------------- /qtiv3-examples/packaging/simple/simple.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/simple/simple.zip -------------------------------------------------------------------------------- /qtiv3-examples/packaging/svg/imsmanifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 7 | 8 | QTI Package 9 | 3.0.0 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /qtiv3-examples/packaging/svg/rectangle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /qtiv3-examples/packaging/svg/svg.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/svg/svg.zip -------------------------------------------------------------------------------- /qtiv3-examples/packaging/testWithLti/links/Choicesingle_853928446.xml: -------------------------------------------------------------------------------- 1 | 2 | 8 | choice (single) 9 | Sample choice interaction, single select, Flags 10 | 11 | Choicesingle_853928446 12 | 13 | https://localhost:8085/provider 14 | https://localhost:8085/provider 15 | 16 | IMSRefImpl 17 | IMS 18 | 19 | -------------------------------------------------------------------------------- /qtiv3-examples/packaging/testWithLti/links/item1.xml: -------------------------------------------------------------------------------- 1 | 2 | 9 | Unattended Luggage 10 | Unattended Luggage sample choice interaction 11 | 12 | item1 13 | 14 | 15 | text,url 16 | 17 | http://localhost:8085/provider 18 | https://localhost:8085/provider 19 | 20 | IMSRefImpl 21 | IMS 22 | 23 | -------------------------------------------------------------------------------- /qtiv3-examples/packaging/testWithLti/links/periodicTable.xml: -------------------------------------------------------------------------------- 1 | 2 | 8 | Student Edition 9 | Luggage 10 | 11 | PeriodicTable 12 | 13 | https://localhost:8085/provider 14 | https://localhost:8085/provider 15 | links/table.svg 16 | 17 | links/table.svg 18 | 19 | IMSGlobal.org 20 | IMS 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /qtiv3-examples/packaging/testWithLti/testWithLti.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/testWithLti/testWithLti.zip -------------------------------------------------------------------------------- /qtiv3-examples/packaging/test_package_minfiles/example/blue_door.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/test_package_minfiles/example/blue_door.png -------------------------------------------------------------------------------- /qtiv3-examples/packaging/test_package_minfiles/example/green_door.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/test_package_minfiles/example/green_door.png -------------------------------------------------------------------------------- /qtiv3-examples/packaging/test_package_minfiles/example/hotspot.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | A 8 | 9 | 10 | 11 | 12 |

The picture illustrates four of the most popular destinations for air travellers arriving 13 | in the United Kingdom: London, Manchester, Edinburgh and Glasgow.

14 | 15 | Which one is Glasgow? 16 | UK Map 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 |
-------------------------------------------------------------------------------- /qtiv3-examples/packaging/test_package_minfiles/example/open_car.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/test_package_minfiles/example/open_car.png -------------------------------------------------------------------------------- /qtiv3-examples/packaging/test_package_minfiles/example/open_goat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/test_package_minfiles/example/open_goat.png -------------------------------------------------------------------------------- /qtiv3-examples/packaging/test_package_minfiles/example/red_door.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/test_package_minfiles/example/red_door.png -------------------------------------------------------------------------------- /qtiv3-examples/packaging/test_package_minfiles/example/sign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/test_package_minfiles/example/sign.png -------------------------------------------------------------------------------- /qtiv3-examples/packaging/test_package_minfiles/example/ukair.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/test_package_minfiles/example/ukair.png -------------------------------------------------------------------------------- /qtiv3-examples/packaging/test_package_minfiles/test_package_minfiles.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/test_package_minfiles/test_package_minfiles.zip -------------------------------------------------------------------------------- /qtiv3-examples/packaging/usageData/usageData.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EdTech/qti-examples/141c0359d0e775cfcd62ce22da518dcab63ef64c/qtiv3-examples/packaging/usageData/usageData.zip -------------------------------------------------------------------------------- /qtiv3-examples/tests/rtest01-fragment.xml: -------------------------------------------------------------------------------- 1 | 2 |
4 | 5 |

The quick 6 | brown 7 | fox 8 | jumped over the lazy 9 | dog.

10 |
11 |
-------------------------------------------------------------------------------- /qtiv3-examples/tests/rtest01-set01.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | N1 9 | 10 | 11 | 12 | 13 |

Read the passage and then select the first noun.

14 | 15 |
16 | 17 |
-------------------------------------------------------------------------------- /qtiv3-examples/tests/rtest01-set02.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | V1 9 | 10 | 11 | 12 | 13 |

Read the passage and then select the first verb.

14 | 15 |
16 | 17 |
-------------------------------------------------------------------------------- /qtiv3-examples/tests/rtest01-set03.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | A1 8 | 9 | 10 | 11 | 12 |

Read the passage and then select the first adjective.

13 | 14 |
15 | 16 |
-------------------------------------------------------------------------------- /qtiv3-examples/tests/rtest01.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | --------------------------------------------------------------------------------