From 21e4c90c3f8a5a182cd2b71614fb086de04e7757 Mon Sep 17 00:00:00 2001 From: Sarina Canelake Date: Fri, 11 Dec 2015 16:16:08 -0500 Subject: [PATCH] Keep 'peergrading' and 'combinedopenended' defined as deprecated --- cms/envs/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/envs/common.py b/cms/envs/common.py index 757a565e38..bcd96c52b4 100644 --- a/cms/envs/common.py +++ b/cms/envs/common.py @@ -1113,7 +1113,7 @@ CREDIT_PROVIDER_TIMESTAMP_EXPIRATION = 15 * 60 ################################ Deprecated Blocks Info ################################ -DEPRECATED_BLOCK_TYPES = [] +DEPRECATED_BLOCK_TYPES = ['peergrading', 'combinedopenended'] #### PROCTORING CONFIGURATION DEFAULTS