Skip to content

Releases: openedx/edx-proctoring

Remove IDV as prerequisite

04 Apr 14:44
790d4fe
Compare
Choose a tag to compare
Merge pull request #1036 from openedx/alangsto/remove_idv_references

feat: remove IDV references from proctoring

v4.9.0

07 Feb 12:42
1c6718a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.8.4...v4.9.0

Proper handling to review callback on Non-proctored exam attempts

12 Jan 22:08
c3133b6
Compare
Choose a tag to compare

Sometimes, Verificient would send attempt reviewed status back to edX, but the exam associated with the attempts would be updated to be no longer a proctored exam. In this case, the review callback endpoint on edX would return 500 errors. This is not desired. Instead, we should log and return 200 to acknowledge we have received the event.

Exclude 'denied' verified names when registering attempt

12 Jan 16:40
4ac9862
Compare
Choose a tag to compare

4.8.2 Fix javascript handler timeout

21 Dec 15:05
31c38b8
Compare
Choose a tag to compare

Remove old attempt history table

08 Dec 14:39
eec9cf2
Compare
Choose a tag to compare

Remove old attempt history object

07 Dec 18:33
b8bc9d3
Compare
Choose a tag to compare

Catch all worker errors

06 Dec 15:43
61f8a15
Compare
Choose a tag to compare

Add SimpleHistory to the proctoring_proctoredexam table

17 Nov 15:22
ca983aa
Compare
Choose a tag to compare

Add SimpleHistory history table to record historical records and changes to the proctoring_proctoredexam table. This way, we know how exams has been modified by course teams.

4.7.1: Add interstitial for timed exam

16 Nov 20:04
8c4a689
Compare
Choose a tag to compare
Merge pull request #1002 from edx/alangsto/add_interstitial_for_timed…