From 36e879a4f08b68656fb97c18a493fda8b10d3534 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 7 Jan 2015 11:21:27 -0500 Subject: [PATCH] Need to add new XBlocks to the ADVANCED_COMPONENTS list --- cms/envs/common.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cms/envs/common.py b/cms/envs/common.py index 6b044d388d..be11e8ea89 100644 --- a/cms/envs/common.py +++ b/cms/envs/common.py @@ -769,10 +769,13 @@ ADVANCED_COMPONENT_TYPES = [ 'audio', # Embed an audio file. See https://github.com/pmitros/AudioXBlock 'recommender', # Crowdsourced recommender. Prototype by dli&pmitros. Intended for roll-out in one place in one course. 'profile', # Prototype user profile XBlock. Used to test XBlock parameter passing. See https://github.com/pmitros/ProfileXBlock + 'split_test', 'combinedopenended', 'peergrading', 'notes', + 'schoolyourself_review', + 'schoolyourself_lesson', ] # Adding components in this list will disable the creation of new problem for those