Canada and the United States share 4 out of the 5 Great Lakes in central North America.
Which lake is entirely within the boundaries of the United States?
Type your answer here:
This is an example of an item with an APIP ASL Video inclusion order <aslDefaultOrder>
. Access to an item's ASL videos is via the sidebar button you see to the right of the screen. In this
example, the ASL video is provided by Travis Dougherty, and does not reflect the item content in this example.
Each access element can have its own video. To label a video in the ASL video player, place an asl-title:
class on
the access element in your itemBody markup. In this example, we place the following class on the id="stem_1"
access element:
<p class="asl-title:Video%20for%20first%20access%20element" id="stem_1">
For cross-browser video playback, you'll need to specify both an .mp4-encoded and
a .webm-encoded version of each ASL video in your item. The ASL video playback component
automatically switches to the correct encoding. To specify both encodings, use two
<videoFileInfo>
elements inside the <signFileASL>
element as in the following
snippet:
<apip:signing> <apip:signFileASL> <apip:videoFileInfo contentLinkIdentifier="videofile1_info" mimeType="video/mp4"> <apip:fileHref>assets/ASLDemo_span1_asl.mp4</apip:fileHref> </apip:videoFileInfo> <apip:videoFileInfo contentLinkIdentifier="videofile2_info" mimeType="video/webm"> <apip:fileHref>assets/ASLDemo_span1_asl.webm</apip:fileHref> </apip:videoFileInfo> </apip:signFileASL> </apip:signing>
American Sign Language demo by Travis Dougherty
<?xml version="1.0" encoding="utf-8" standalone="no"?> <assessmentItem xmlns="http://www.imsglobal.org/xsd/apip/apipv1p0/qtiitem/imsqti_v2p1" xmlns:apip="http://www.imsglobal.org/xsd/apip/apipv1p0/imsapip_qtiv1p0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" adaptive="false" xsi:schemaLocation="http://www.imsglobal.org/xsd/apip/apipv1p0/qtiitem/imsqti_v2p1 http://www.imsglobal.org/profile/apip/apipv1p0/apipv1p0_qtiitemv2p1_v1p0.xsd http://www.imsglobal.org/xsd/apip/apipv1p0/imsapip_qtiv1p0 http://www.imsglobal.org/profile/apip/apipv1p0/apipv1p0_qtiextv2p1_v1p0.xsd" identifier="apip-asl-example" timeDependent="false" title="APIP ASL Example"> <responseDeclaration baseType="string" cardinality="single" identifier="RESPONSE"/> <outcomeDeclaration baseType="float" cardinality="single" identifier="SCORE"/> <itemBody> <p class="asl-title:Video%20for%20First%20Access%20Element" id="stem_1">Canada and the United States share 4 out of the 5 Great Lakes in central North America.</p> <p id="prompt_1">Which lake is entirely within the boundaries of the United States?</p> <p id="response_1">Type your answer here: <textEntryInteraction expectedLength="15" responseIdentifier="RESPONSE"/> </p> </itemBody> <apip:apipAccessibility xmlns="http://www.imsglobal.org/xsd/apip/apipv1p0/imsapip_qtiv1p0"> <apip:inclusionOrder> <apip:aslDefaultOrder> <apip:elementOrder identifierRef="ae"> <apip:order>1</apip:order> </apip:elementOrder> </apip:aslDefaultOrder> </apip:inclusionOrder> <apip:accessibilityInfo> <apip:accessElement identifier="ae"> <apip:contentLinkInfo qtiLinkIdentifierRef="stem_1"> <apip:objectLink/> </apip:contentLinkInfo> <apip:relatedElementInfo> <apip:brailleText> <apip:brailleTextString contentLinkIdentifier="bt">Canada and the United States share 4 out of the 5 Great Lakes in central North America.</apip:brailleTextString> </apip:brailleText> <apip:signing> <apip:signFileASL> <apip:videoFileInfo contentLinkIdentifier="videofile1_info" mimeType="video/mp4"> <apip:fileHref>assets/ASLDemo_span1_asl.mp4</apip:fileHref> </apip:videoFileInfo> <apip:videoFileInfo contentLinkIdentifier="videofile2_info" mimeType="video/webm"> <apip:fileHref>assets/ASLDemo_span1_asl.webm</apip:fileHref> </apip:videoFileInfo> </apip:signFileASL> </apip:signing> </apip:relatedElementInfo> </apip:accessElement> <apip:accessElement identifier="ae1"> <apip:contentLinkInfo qtiLinkIdentifierRef="prompt_1"> <apip:objectLink/> </apip:contentLinkInfo> <apip:relatedElementInfo> <apip:brailleText> <apip:brailleTextString contentLinkIdentifier="bt1">Which lake is entirely within the boundaries of the United States?</apip:brailleTextString> </apip:brailleText> <apip:signing> <apip:signFileASL> <apip:videoFileInfo contentLinkIdentifier="videofile3_info" mimeType="video/mp4"> <apip:fileHref>assets/ASLDemo_span1_asl.mp4</apip:fileHref> </apip:videoFileInfo> <apip:videoFileInfo contentLinkIdentifier="videofile4_info" mimeType="video/webm"> <apip:fileHref>assets/ASLDemo_span1_asl.webm</apip:fileHref> </apip:videoFileInfo> </apip:signFileASL> </apip:signing> </apip:relatedElementInfo> </apip:accessElement> <apip:accessElement identifier="ae2"> <apip:contentLinkInfo qtiLinkIdentifierRef="response_1"> <apip:objectLink/> </apip:contentLinkInfo> <apip:relatedElementInfo> <apip:brailleText> <apip:brailleTextString contentLinkIdentifier="bt2">Type your answer here:</apip:brailleTextString> </apip:brailleText> </apip:relatedElementInfo> </apip:accessElement> </apip:accessibilityInfo> </apip:apipAccessibility> </assessmentItem>
Canada and the United States share 4 out of the 5 Great Lakes in central North America.
Which lake is entirely within the boundaries of the United States?
Type your answer here: