Files
edx-platform/common/test/data/manual-testing-complete/problem/dcada38f8944442799ac2fed42201641.xml
cahrens 85b8a88152 Delete mention of direction from checkboxgroup.
It was never implemented.
TNL-231
2015-07-24 14:44:08 -04:00

12 lines
714 B
XML

<problem display_name="Checkboxes" markdown="A checkboxes problem presents checkbox buttons for student input. Students can select more than one option presented.&#10;&gt;&gt;Select the answer that matches&lt;&lt;&#10;&#10;[x] correct&#10;[ ] incorrect&#10;[x] correct&#10;">
<p>A checkboxes problem presents checkbox buttons for student input. Students can select more than one option presented.</p>
<p>Select the answer that matches</p>
<choiceresponse>
<checkboxgroup label="Select the answer that matches">
<choice correct="true">correct</choice>
<choice correct="false">incorrect</choice>
<choice correct="true">correct</choice>
</checkboxgroup>
</choiceresponse>
</problem>