From ec6a786400c3f5573efa375a64b4a8dff6d8aa65 Mon Sep 17 00:00:00 2001 From: Usman Khalid <2200617@gmail.com> Date: Fri, 12 Feb 2016 19:54:41 +0500 Subject: [PATCH] Add Randomize XBlock to DEPRECATED_BLOCK_TYPES. --- cms/envs/common.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cms/envs/common.py b/cms/envs/common.py index 26092529ff..8fe26677a7 100644 --- a/cms/envs/common.py +++ b/cms/envs/common.py @@ -1069,6 +1069,7 @@ DEPRECATED_BLOCK_TYPES = [ 'peergrading', 'combinedopenended', 'graphical_slider_tool', + 'randomize', ] # Adding components in this list will disable the creation of new problems for