Delete mention of direction from checkboxgroup.
It was never implemented. TNL-231
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user