Merge pull request #2299 from lduarte1991/master

Text and Video Annotation Modules - First Iteration
This commit is contained in:
Christina Roberts
2014-01-27 11:18:32 -08:00
79 changed files with 25267 additions and 40 deletions

View File

@@ -146,6 +146,8 @@ class ContentStoreToyCourseTest(ModuleStoreTestCase):
# response HTML
self.check_components_on_page(ADVANCED_COMPONENT_TYPES, ['Word cloud',
'Annotation',
'Text Annotation',
'Video Annotation',
'Open Response Assessment',
'Peer Grading Interface'])

View File

@@ -52,6 +52,8 @@ else:
ADVANCED_COMPONENT_TYPES = [
'annotatable',
'textannotation', # module for annotating text (with annotation table)
'videoannotation', # module for annotating video (with annotation table)
'word_cloud',
'graphical_slider_tool',
'lti',