feat: AA-773: Add in logic to mark special exams as complete
We have had numerous support tickets/bugs related to special exams not properly displaying completeness (see https://openedx.atlassian.net/browse/AA-773 for details). Along with a corresponding edx-proctoring PR, this will now submit completions for all completable children within a special exam upon the exam being completed for the first time (as dictated by the logic in the edx-proctoring PR).
Showing
- lms/djangoapps/instructor/services.py 58 additions, 11 deletionslms/djangoapps/instructor/services.py
- lms/djangoapps/instructor/tests/test_services.py 81 additions, 1 deletionlms/djangoapps/instructor/tests/test_services.py
- requirements/edx/base.txt 1 addition, 1 deletionrequirements/edx/base.txt
- requirements/edx/development.txt 1 addition, 1 deletionrequirements/edx/development.txt
- requirements/edx/testing.txt 1 addition, 1 deletionrequirements/edx/testing.txt
Loading
Please register or sign in to comment