Delete mention of direction from checkboxgroup.

It was never implemented.
TNL-231
This commit is contained in:
cahrens
2015-07-24 14:44:08 -04:00
parent cc7762e090
commit 85b8a88152
15 changed files with 28 additions and 28 deletions

View File

@@ -2,7 +2,7 @@
<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">
<checkboxgroup label="Select the answer that matches">
<choice correct="true">correct</choice>
<choice correct="false">incorrect</choice>
<choice correct="true">correct</choice>

View File

@@ -2,7 +2,7 @@
<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">
<checkboxgroup label="Select the answer that matches">
<choice correct="true">correct</choice>
<choice correct="false">incorrect</choice>
<choice correct="true">correct</choice>