From fc9ed032ad0e7f635c2119b3aa73f7346a207666 Mon Sep 17 00:00:00 2001 From: Will Daly Date: Thu, 23 Jul 2015 14:02:48 -0700 Subject: [PATCH] Add in-course reverification to advanced components. --- cms/envs/common.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cms/envs/common.py b/cms/envs/common.py index f8251e21f4..84299ddaec 100644 --- a/cms/envs/common.py +++ b/cms/envs/common.py @@ -955,6 +955,9 @@ ADVANCED_COMPONENT_TYPES = [ # embed public google drive documents and calendars within edX units 'google-document', 'google-calendar', + + # In-course reverification checkpoint + 'edx-reverification-block', ] # Adding components in this list will disable the creation of new problem for those