Skip to content

Releases: openedx/edx-proctoring

Add GET grouped allowance endpoint

22 Jun 18:35
f6426e9
Compare
Choose a tag to compare

3.15.1 Fix allowed time on MFE API

16 Jun 15:41
5be1191
Compare
Choose a tag to compare

Add POST bulk allowance API endpoint

15 Jun 16:34
a04db1e
Compare
Choose a tag to compare

3.14.0: Mark exam as complete

10 Jun 18:53
664a58a
Compare
Choose a tag to compare

3.13.2 Exam Attempt API Additions

09 Jun 19:40
84df549
Compare
Choose a tag to compare

3.13.1: Only notify backend once for started attempt status

09 Jun 13:24
b462d4c
Compare
Choose a tag to compare
  • Previously we would make a request to the proctoring provider backend each time an attempt transitioned to started. With this release we will only notify the backend for the first time an attempt transitions to started

3.13.0: Exam content not viewable after due date

07 Jun 15:07
f1ebee0
Compare
Choose a tag to compare
Merge pull request #872 from edx/alangsto/prevent_viewing_exams

fix: exam content will not be viewable if due date has passed

3.12.0: Disable IDV check if integrity signature is enabled

04 Jun 15:45
b1a6f23
Compare
Choose a tag to compare

3.11.6: Update logging for exam attempt status updates

04 Jun 13:09
a94ab2d
Compare
Choose a tag to compare
Merge pull request #868 from edx/alangsto/update_logs

fix: Add log message for timed out attempt or re-attempt

Bug fix on ping interval value being milliseconds

01 Jun 13:48
ac15e68
Compare
Choose a tag to compare

Fix a bug where we are to pass to vendor javascript a value in milliseconds, instead of just seconds