Commit 1a66726a by Usman Khalid

Merge pull request #11531 from edx/usman/deprecate-randomize

Add Randomize XBlock to DEPRECATED_BLOCK_TYPES.
parents 406066ca ec6a7864
...@@ -1069,6 +1069,7 @@ DEPRECATED_BLOCK_TYPES = [ ...@@ -1069,6 +1069,7 @@ DEPRECATED_BLOCK_TYPES = [
'peergrading', 'peergrading',
'combinedopenended', 'combinedopenended',
'graphical_slider_tool', 'graphical_slider_tool',
'randomize',
] ]
# Adding components in this list will disable the creation of new problems for # Adding components in this list will disable the creation of new problems for
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment