Commit a1dc347c by Dave St.Germain

Merge pull request #2767 from edx/dcs/a11y-forgot-a-label

Add label to the checkboxes sample template.
parents 38916f85 9826a2f1
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
metadata: metadata:
display_name: Checkboxes display_name: Checkboxes
markdown: | markdown: |
A checkboxes problem presents checkbox buttons for student input. Students can select more A checkboxes problem presents checkbox buttons for student input. Students can select more than one option presented.
than one option presented. >>Select the answer that matches<<
[x] correct [x] correct
[ ] incorrect [ ] incorrect
...@@ -12,6 +12,7 @@ metadata: ...@@ -12,6 +12,7 @@ metadata:
data: | data: |
<problem> <problem>
<p>A checkboxes problem presents checkbox buttons for student input. Students can select more than one option presented.</p> <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> <choiceresponse>
<checkboxgroup direction="vertical" label="Select the answer that matches"> <checkboxgroup direction="vertical" label="Select the answer that matches">
<choice correct="true">correct</choice> <choice correct="true">correct</choice>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment