This sample item demonstrates the full range of equation editor buttons that are part of the basic equation editor configuration.
| Get Responses: | [ Click Get Responses ] |
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<assessmentItem xmlns="http://www.imsglobal.org/xsd/imsqti_v2p1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" adaptive="false"
identifier="custom-ee-all-buttons" timeDependent="false" title="custom EE - all buttons"
xsi:schemaLocation="http://www.imsglobal.org/xsd/imsqti_v2p1 http://www.imsglobal.org/xsd/imsqti_v2p1.xsd">
<responseDeclaration cardinality="record" identifier="RESPONSE"/>
<outcomeDeclaration baseType="integer" cardinality="single" identifier="SCORE"/>
<itemBody>
<div class="row">
<div class="span9">
<p>Click on a palette title to see the collection of buttons in each category.</p>
<!-- This is where we insert the interaction -->
<div id="ee-divquot; style="margin-bottom:10px;"/>
<customInteraction class="tei-ee" responseIdentifier="RESPONSE">
<customOption><![CDATA[
{
"div" : "ee-div",
"models" : [{
"identifier" : "RESPONSE",
"styles" : "ee-palettes",
"width" : "100%",
}]
}
]]></customOption>
</customInteraction>
</div>
</div>
</itemBody>
</assessmentItem>
Click on a palette title to see the collection of buttons in each category.