word cloud studio integration
This commit is contained in:
committed by
Vasyl Nakvasiuk
parent
04b712510e
commit
bdc62e7d2e
@@ -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'
|
||||
|
||||
|
||||
@@ -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: []
|
||||
Reference in New Issue
Block a user