Add label to the checkboxes sample template.

This commit is contained in:
Dave St.Germain
2014-02-28 11:23:42 -05:00
parent c5439de160
commit 9826a2f19e

View File

@@ -2,8 +2,8 @@
metadata:
display_name: Checkboxes
markdown: |
A checkboxes problem presents checkbox buttons for student input. Students can select more
than one option presented.
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
@@ -12,6 +12,7 @@ metadata:
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>