Allow xblocks to be added as advanced problem types

This commit is contained in:
Andy Armstrong
2014-06-11 13:21:46 -04:00
parent 27cdb6820f
commit 6704d59db0
7 changed files with 205 additions and 25 deletions

View File

@@ -140,7 +140,7 @@ class ContentStoreToyCourseTest(ModuleStoreTestCase):
self.check_components_on_page(
ADVANCED_COMPONENT_TYPES,
['Word cloud', 'Annotation', 'Text Annotation', 'Video Annotation', 'Image Annotation',
'Open Response Assessment', 'Peer Grading Interface', 'openassessment', 'split_test'],
'Open Response Assessment', 'Peer Grading Interface', 'split_test'],
)
def test_advanced_components_require_two_clicks(self):