From a1f79a3c03dbf85a26ae03a3ccc44766cd939201 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 04c70e3132..cde1b202b6 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