Merge pull request #25287 from edx/mroytman/MST-432-new-proctoring-features-flag
[MST-432] add a CourseWaffleFlag to toggle various proctoring experience improvements
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user