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