LTI module with tests

This commit is contained in:
Valera Rozuvan
2013-08-19 17:25:13 +03:00
committed by Alexander Kryklia
parent 0052b87c37
commit 417ddcaaa1
9 changed files with 409 additions and 1 deletions

View File

@@ -52,7 +52,8 @@ NOTE_COMPONENT_TYPES = ['notes']
ADVANCED_COMPONENT_TYPES = [
'annotatable',
'word_cloud',
'graphical_slider_tool'
'graphical_slider_tool',
'lti'
] + OPEN_ENDED_COMPONENT_TYPES + NOTE_COMPONENT_TYPES
ADVANCED_COMPONENT_CATEGORY = 'advanced'
ADVANCED_COMPONENT_POLICY_KEY = 'advanced_modules'