diff --git a/lms/envs/common.py b/lms/envs/common.py index 59da19a35d..88f9b876e6 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -5191,4 +5191,4 @@ MFE_CONFIG = {} MFE_CONFIG_API_CACHE_TIMEOUT = 60 * 5 ######################## Settings for Outcome Surveys plugin ######################## -OUTCOME_SURVEYS_EVENTS_ENABLED = False +OUTCOME_SURVEYS_EVENTS_ENABLED = True