diff --git a/lms/djangoapps/courseware/toggles.py b/lms/djangoapps/courseware/toggles.py index 666ab825a9..04e9520e81 100644 --- a/lms/djangoapps/courseware/toggles.py +++ b/lms/djangoapps/courseware/toggles.py @@ -85,6 +85,19 @@ COURSEWARE_MICROFRONTEND_PROGRESS_MILESTONES_FIRST_SECTION_CELEBRATION = CourseW WAFFLE_FLAG_NAMESPACE, 'mfe_progress_milestones_first_section_celebration', __name__ ) +# .. toggle_name: courseware.proctoring_improvements +# .. toggle_implementation: CourseWaffleFlag +# .. toggle_default: False +# .. toggle_description: Waffle flag to toggle various enhancements to the proctoring experience, including but +# not limited to the display of learner facing proctoring information on the course outline, changes to the Proctortrack +# onboarding flow, changes to IDV (identity verification) requirements, etc. +# .. toggle_use_cases: beta_testing +# .. toggle_creation_date: 2020-10-07 +# .. toggle_tickets: MST-432 +COURSEWARE_PROCTORING_IMPROVEMENTS = CourseWaffleFlag( + WAFFLE_FLAG_NAMESPACE, 'proctoring_improvements', __name__ +) + def course_exit_page_is_active(course_key): return (