Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
b007c723
Commit
b007c723
authored
4 years ago
by
Michael Roytman
Browse files
Options
Downloads
Patches
Plain Diff
add a CourseWaffleFlag to toggle various proctoring experience improvements
parent
13cb6d4c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lms/djangoapps/courseware/toggles.py
+13
-0
13 additions, 0 deletions
lms/djangoapps/courseware/toggles.py
with
13 additions
and
0 deletions
lms/djangoapps/courseware/toggles.py
+
13
−
0
View file @
b007c723
...
...
@@ -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
(
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment