word cloud studio integration

This commit is contained in:
Alexander Kryklia
2013-04-29 18:57:08 +03:00
committed by Vasyl Nakvasiuk
parent 04b712510e
commit bdc62e7d2e
2 changed files with 8 additions and 1 deletions

View File

@@ -72,7 +72,7 @@ log = logging.getLogger(__name__)
COMPONENT_TYPES = ['customtag', 'discussion', 'html', 'problem', 'video']
OPEN_ENDED_COMPONENT_TYPES = ["combinedopenended", "peergrading"]
ADVANCED_COMPONENT_TYPES = ['annotatable'] + OPEN_ENDED_COMPONENT_TYPES
ADVANCED_COMPONENT_TYPES = ['annotatable', 'word_cloud'] + OPEN_ENDED_COMPONENT_TYPES
ADVANCED_COMPONENT_CATEGORY = 'advanced'
ADVANCED_COMPONENT_POLICY_KEY = 'advanced_modules'