diff --git a/djangoapps/courseware/modules/capa_module.py b/djangoapps/courseware/modules/capa_module.py index 86958dcf1c..3528e5d188 100644 --- a/djangoapps/courseware/modules/capa_module.py +++ b/djangoapps/courseware/modules/capa_module.py @@ -96,6 +96,10 @@ class Module(XModule): check_button = False save_button = False + # Only show the reset button if pressing it will show different values + if self.rerandomize != 'always': + reset_button = False + # User hasn't submitted an answer yet -- we don't want resets if not self.lcp.done: reset_button = False