From 16a3d7fce3c37176c8840ff0fd0e6aabcd049eb2 Mon Sep 17 00:00:00 2001 From: Alex Wang Date: Wed, 29 Jul 2020 07:51:21 -0700 Subject: [PATCH] Change the default value of allow_proctoring_opt_out (#24626) MST-333 --- common/lib/xmodule/xmodule/course_module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lib/xmodule/xmodule/course_module.py b/common/lib/xmodule/xmodule/course_module.py index 9a97b42d57..73f33f7dc4 100644 --- a/common/lib/xmodule/xmodule/course_module.py +++ b/common/lib/xmodule/xmodule/course_module.py @@ -911,7 +911,7 @@ class CourseFields(object): "without proctoring. If this value is false, all learners must take the exam with proctoring. " "This setting only applies if proctored exams are enabled for the course." ), - default=True, + default=False, scope=Scope.settings, deprecated=EXAM_SETTINGS_HTML_VIEW_ENABLED )