Initial Attempt at adding proctored exam settings
Added proctored settings card, however the page doesn't get the legacy link correctly
This commit is contained in:
1
setup.py
1
setup.py
@@ -42,6 +42,7 @@ setup(
|
||||
"calculator = lms.djangoapps.courseware.plugins:CalculatorCourseApp",
|
||||
"discussion = openedx.core.djangoapps.discussions.plugins:DiscussionCourseApp",
|
||||
"edxnotes = lms.djangoapps.edxnotes.plugins:EdxNotesCourseApp",
|
||||
"proctoring = lms.djangoapps.courseware.plugins:ProctoringCourseApp",
|
||||
"progress = lms.djangoapps.courseware.plugins:ProgressCourseApp",
|
||||
"teams = lms.djangoapps.teams.plugins:TeamsCourseApp",
|
||||
"textbooks = lms.djangoapps.courseware.plugins:TextbooksCourseApp",
|
||||
|
||||
Reference in New Issue
Block a user