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'

View File

@@ -0,0 +1,7 @@
---
metadata:
display_name: Word cloud
version: 1
data: |
<word_cloud display_name="cloud" num_inputs="5" num_top_words="250" display_student_percents="True" />
children: []