Skip to content

Releases: openedx/edx-proctoring

Fix Bug Preventing Course Staff From Marking Exam Attempts As "ready_to_resume"

05 Mar 22:40
09a111e
Compare
Choose a tag to compare

Fix Course ID being Incorrectly Determined by StudentProctoredExamAttempt PUT handler, preventing course staff from marking exam attempts as "ready_to_resume".

3.7.5: Improved logging and documentation update

05 Mar 19:00
8566363
Compare
Choose a tag to compare

Approved in Another Course status should be shown on Student Onboarding Panel of Instructor Dashboard

03 Mar 20:34
8f2241e
Compare
Choose a tag to compare

Make sure if the user do not have a verified onboarding attempt on the current course, we check the verified onboarding attempt on other courses within 2 years. This should be shown through the Student Onboarding Status panel on Instructors Dashboard on LMS

Change Use of get_active_enrollments_by_course method of the LMS Enrollments Service to get_enrollments_can_take_proctored_exams to Improve Performance

02 Mar 22:50
3fe9eba
Compare
Choose a tag to compare

Change use of get_active_enrollments_by_course method of the LMS Enrollments service to get_enrollments_can_take_proctored_exams, which is more performant. This shifts the responsibility of checking learners' ability to access proctored exams to the LMS, allowing the LMS to construct a bulk query for all learners in a course with active enrollments instead of needing to execute multiple queries on a per learner basis.

Refactor get_last_verified_attempts to retrieve for a group of users

02 Mar 19:51
34f03ad
Compare
Choose a tag to compare

Refactor the proctoring API function to get all verified onboarding attempts of a group of learners.

3.7.1: Add accordion to attempts table

02 Mar 16:15
e49455a
Compare
Choose a tag to compare
Merge pull request #802 from edx/alangsto/attempt_accordian

Add accordian for attempt table

3.7.0: Consider verified attempts in other courses for onboarding status panel

02 Mar 14:24
cfd6ec8
Compare
Choose a tag to compare

3.6.7: Fix requirements file

24 Feb 19:37
f0974e7
Compare
Choose a tag to compare
Merge pull request #796 from edx/alangsto/fix_requirements_files

Fix requirements file

3.6.6: Revert jsonfield update

24 Feb 16:51
82be151
Compare
Choose a tag to compare
Merge pull request #795 from edx/alangsto/revert_jsonfield_pr

Revert updates caused by jsonfield

3.6.5: Bug fix for exam attempt resets

24 Feb 13:57
0df1431
Compare
Choose a tag to compare
Merge pull request #793 from edx/alangsto/fix_reset_bug

Fix bug to allow course staff to reset