Skip to content

Releases: openedx/edx-proctoring

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

Start of the exam would also use the same ping interval as during exams

27 May 15:05
57f2bd1
Compare
Choose a tag to compare

[Fix]: MST-810 Add ping interval into exam start handler in worker as well to have consistent set of desktop app survival ping intervals
This change also bumps the version of the edx_proctoring library to 3.11.4
The release also includes a minor requirements library version upgrade.

Fix bug in StudentOnboardingStatusView for no sequence schedule for a sequence

27 May 13:04
ab9aec5
Compare
Choose a tag to compare

3.11.2: fix: prevent config changes from adding nonexistent backend configs

25 May 14:05
Compare
Choose a tag to compare

3.11.1: Fix for onboarding status endpoint

25 May 14:02
9739340
Compare
Choose a tag to compare
Merge pull request #858 from edx/alangsto/fix_onboarding_panel_endpoint

fix: Verificient onboarding API requires obscured user id

Modify Learner Onboarding API to determine whether onboarding is past due in a course and display this status in the onboarding panel

24 May 18:48
beff05c
Compare
Choose a tag to compare

3.10.2: Use onboarding status API for onboarding info panel

24 May 15:32
ebd87ee
Compare
Choose a tag to compare
Merge pull request #851 from edx/alangsto/learner_panel_with_onboardi…

3.10.1 Proctored Exams Settings Endpoint

21 May 18:45
b2308dd
Compare
Choose a tag to compare

3.10.0: feat: allow configurability by backend of url from onboarding panel

21 May 14:05
Compare
Choose a tag to compare
Motivation is mostly to enable us to swap out these URLs by a
remote-config PR, not really the backend-specificity. But it might be
helpful in the future if we add more backends!

JIRA:MST-824