Skip to content

Releases: openedx/edx-proctoring

Add Ready to Resume Interstitial

11 Feb 21:25
152fa50
Compare
Choose a tag to compare
  • Add a new interstitial for exam attempts in the "ready_to_resume" state to indicate to learner that their exam attempt is ready to be resumed and to prompt the learner to resume their exam.

3.3.0: Add onboarding status view to instructor dashboard

11 Feb 20:27
9d60920
Compare
Choose a tag to compare

3.2.1

11 Feb 16:02
Compare
Choose a tag to compare
fix: ajax call used for attempt status throws fewer 500s

3.2.0: Update grade, credit, and status email updates

10 Feb 16:55
d54479e
Compare
Choose a tag to compare

This version includes the following changes:

  • Update to update_attempt_status function to account for multiple attempts per exam
  • Update to grade, credit, and status email updates based on multiple attempts

Add Course Onboarding Status Endpoint

08 Feb 20:02
e00994f
Compare
Choose a tag to compare
  • Add endpoint to return onboarding status information for users enrolled in a course.

Update the obscure_user_id to use a new django setting instead of the SECRET_KEY

05 Feb 15:06
3cf23c1
Compare
Choose a tag to compare

This is a breaking release.
We are now using a different django setting "PROCTORING_USER_OBFUSCATION_KEY" instead of Django "SECRET_KEY" for obscuring user_id to send to proctoring provider to create exam attempts. This is to fix the production issue we are having.

2.6.7: Don't show onboarding info panel for practice exams

04 Feb 15:56
Compare
Choose a tag to compare

2.6.6: Update delete flow for exam attempt model

01 Feb 16:45
444ca2a
Compare
Choose a tag to compare

2.6.5: Update reset interstitials

29 Jan 14:27
1dd6ee4
Compare
Choose a tag to compare

These changes align all interstitials containing a reset button to use the same flow

2.6.4: Bug fix for exam resets

28 Jan 17:28
db09d0b
Compare
Choose a tag to compare
Merge pull request #766 from edx/alangsto/fix_exam_reset

Bug fix for exam reset