diff --git a/lms/envs/common.py b/lms/envs/common.py index 97f4b08503..f85480968e 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -1365,7 +1365,8 @@ proctoring_js = ( 'proctoring/js/views/proctored_exam_instructor_launch.js', ] + [ - 'proctoring/js/proctored_app.js' + 'proctoring/js/proctored_app.js', + 'proctoring/js/exam_action_handler.js' ] )