fix: Generalize a couple remaining Proctortrack references#2746
Merged
kdmccormick merged 1 commit intomasterfrom Dec 11, 2025
Merged
fix: Generalize a couple remaining Proctortrack references#2746kdmccormick merged 1 commit intomasterfrom
kdmccormick merged 1 commit intomasterfrom
Conversation
Closed
17 tasks
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2746 +/- ##
========================================
Coverage 94.89% 94.89%
========================================
Files 1235 1235
Lines 28254 28254
Branches 6222 6408 +186
========================================
Hits 26813 26813
+ Misses 1383 1370 -13
- Partials 58 71 +13 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
mlabeeb03
approved these changes
Dec 11, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description & Supporting info
Just a few leftovers from: #2645
See openedx/openedx-platform#36329 for full context. Basically: The platform no longer assumes that Proctortrack exists. Instead, it just has an idea that some proctoring providers require an escalation email, which operators can configure on a per-provider basis.
Testing instructions
Ensure ENABLE_PROCTORED_EXAMS is true site-wide.
Configure a PROCTORING_BACKEND with option
requires_escalation_email: true. Ensure the backend is installed.In a studio course, go to Pages and Resources -> Proctored Exam Settings. Select the provider you just configured.
Observe these new strings in the UI.
Best Practices Checklist
We're trying to move away from some deprecated patterns in this codebase. Please
check if your PR meets these recommendations before asking for a review:
(I confirmed that none of these apply)