diff --git a/xmodule/capa_block.py b/xmodule/capa_block.py index 67d5fd58c2..7b58b5aa9a 100644 --- a/xmodule/capa_block.py +++ b/xmodule/capa_block.py @@ -504,6 +504,11 @@ class ProblemBlock( ProblemBlock.markdown, ProblemBlock.use_latex_compiler, ProblemBlock.show_correctness, + + # Temporarily remove the ability to see MATLAB API key in Studio, as + # a pre-cursor to removing it altogether. + # https://github.com/openedx/public-engineering/issues/192 + ProblemBlock.matlab_api_key, ]) return non_editable_fields