Files
edx-platform/common/lib/xmodule/xmodule/templates/problem/checkboxes_response.yaml
2014-02-28 11:25:42 -05:00

25 lines
826 B
YAML

---
metadata:
display_name: Checkboxes
markdown: |
A checkboxes problem presents checkbox buttons for student input. Students can select more than one option presented.
>>Select the answer that matches<<
[x] correct
[ ] incorrect
[x] correct
data: |
<problem>
<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 direction="vertical" label="Select the answer that matches">
<choice correct="true">correct</choice>
<choice correct="false">incorrect</choice>
<choice correct="true">correct</choice>
</checkboxgroup>
</choiceresponse>
</problem>