Change the default value of allow_proctoring_opt_out (#24626)

MST-333
This commit is contained in:
Alex Wang
2020-07-29 07:51:21 -07:00
committed by GitHub
parent e6684a761c
commit 16a3d7fce3

View File

@@ -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
)