Delete mention of direction from checkboxgroup.
It was never implemented. TNL-231
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
</multiplechoiceresponse>
|
||||
<p>Which of the following are musical instruments?</p>
|
||||
<choiceresponse>
|
||||
<checkboxgroup direction="vertical">
|
||||
<checkboxgroup>
|
||||
<choice correct="true">a piano</choice>
|
||||
<choice correct="false">a tree</choice>
|
||||
<choice correct="true">a guitar</choice>
|
||||
|
||||
@@ -62,7 +62,7 @@ class CourseWithoutContentGroupsTest(StaffViewTest):
|
||||
<problem markdown="Simple Problem" max_attempts="" weight="">
|
||||
<p>Choose Yes.</p>
|
||||
<choiceresponse>
|
||||
<checkboxgroup direction="vertical">
|
||||
<checkboxgroup>
|
||||
<choice correct="true">Yes</choice>
|
||||
</checkboxgroup>
|
||||
</choiceresponse>
|
||||
@@ -258,7 +258,7 @@ class CourseWithContentGroupsTest(StaffViewTest):
|
||||
<problem markdown="Simple Problem" max_attempts="" weight="">
|
||||
<p>Choose Yes.</p>
|
||||
<choiceresponse>
|
||||
<checkboxgroup direction="vertical">
|
||||
<checkboxgroup>
|
||||
<choice correct="true">Yes</choice>
|
||||
</checkboxgroup>
|
||||
</choiceresponse>
|
||||
|
||||
@@ -136,7 +136,7 @@ class ContentGroupConfigurationTest(StudioCourseTest):
|
||||
<problem markdown="Simple Problem" max_attempts="" weight="">
|
||||
<p>Choose Yes.</p>
|
||||
<choiceresponse>
|
||||
<checkboxgroup direction="vertical">
|
||||
<checkboxgroup>
|
||||
<choice correct="true">Yes</choice>
|
||||
</checkboxgroup>
|
||||
</choiceresponse>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user