edx-proctoring


Nameedx-proctoring JSON
Version 4.17.0 PyPI version JSON
download
home_pagehttps://github.com/openedx/edx-proctoring
SummaryProctoring subsystem for Open edX
upload_time2024-04-19 18:34:29
maintainerNone
docs_urlNone
authoredX
requires_pythonNone
licenseAGPL 3.0
keywords django edx
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            edx-proctoring
==============

.. image:: https://img.shields.io/pypi/v/edx-proctoring.svg
    :target: https://pypi.python.org/pypi/edx-proctoring/
    :alt: PyPI

.. image:: https://github.com/openedx/edx-proctoring/workflows/Python%20CI/badge.svg
    :target: https://github.com/openedx/edx-proctoring/actions?query=workflow%3A%22Python+CI%22
    :alt: Python CI

.. image:: https://codecov.io/gh/edx/edx-proctoring/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/edx/edx-proctoring
    :alt: Codecov

.. image:: https://img.shields.io/pypi/pyversions/edx-proctoring.svg
    :target: https://pypi.python.org/pypi/edx-proctoring/
    :alt: Supported Python versions

.. image:: https://img.shields.io/github/license/edx/django-component-views.svg
    :target: https://github.com/openedx/edx-proctoring/blob/master/LICENSE.txt
    :alt: License

This is the exam proctoring subsystem for the Open edX platform.

Overview
--------

Proctored exams are exams with time limits that learners complete while online
proctoring software monitors their computers and behavior for activity that
might be evidence of cheating. This Python library provides the proctoring
implementation used by Open edX.

Documentation
-------------

For authoring documentation, see `Including Proctored Exams In Your Course`_.

Installation
------------

To install edx-proctoring:

    mkvirtualenv edx-proctoring

    make install

If you want to run tests, first setup requirements. Note that JS tests
require Node 10, nvm install v10 if you are on a different version so
that gulp is installed for v10:

    nvm install v10

    make requirements-test

Run tests:

    make test

Run just python tests:

    make test-python

Run just JS tests:

    make test-js

For a full list of Make targets:

    make help

Developing
-------------

See the `developer guide`_ for configuration, devstack and sandbox setup, and other developer concerns.

.. _developer guide: ./docs/developing.rst

License
-------

The code in this repository is licensed under the AGPL 3.0 unless
otherwise noted.

Please see ``LICENSE.txt`` for details.

How To Contribute
-----------------

Contributions are very welcome.

Please read `How To Contribute <https://github.com/openedx/.github/blob/master/CONTRIBUTING.md>`_ for details.


Reporting Security Issues
-------------------------

Please do not report security issues in public. Please email security@openedx.org.

Getting Help
------------

Have a question about this repository, or about Open edX in general?  Please
refer to this `list of resources`_ if you need any assistance.

.. _list of resources: https://open.edx.org/getting-help
.. _Including Proctored Exams In Your Course: https://edx.readthedocs.io/projects/edx-partner-course-staff/en/latest/proctored_exams/index.html


Change Log
----------

..
   All enhancements and patches to edx-proctoring will be documented
   in this file.  It adheres to the structure of https://keepachangelog.com/ ,
   but in reStructuredText instead of Markdown (for ease of incorporation into
   Sphinx documentation and the PyPI description).

   This project adheres to Semantic Versioning (https://semver.org/).

.. There should always be an "Unreleased" section for changes pending release.

Unreleased
~~~~~~~~~~

[4.17.0]
~~~~~~~~~~~~~~~~~~~~~
* Add support for Python 3.11 & 3.12

[4.16.1] - 2023-08-8
~~~~~~~~~~~~~~~~~~~~~
* Updated django-simple-history package to 3.3.0 
* Created no-op migrations needed for new django-simple-history package version

[4.16.0] - 2023-06-22
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Support added for Django 4.2

[4.15.1] - 2023-04-19
~~~~~~~~~~~~~~~~~~~~~
* Fix bug in parameter for staff users to request another users attempt, which caused the resulting user id to
  be a string as opposed to an integer.

[4.15.0] - 2023-03-16
~~~~~~~~~~~~~~~~~~~~~
* Add new endpoint get the currently active exam attempt.
* Add parameter for staff users to request another users attempt. This is used by
  the edx-exams service worker.

[4.14.0] - 2023-02-28
~~~~~~~~~~~~~~~~~~~~~
* Changed the recommended install location for frontend-lib-special-exams to avoid
  potential npm problems.
* Attempt external id is now included in all JS worker messages

[4.13.3] - 2022-12-2
~~~~~~~~~~~~~~~~~~~~~
* Update celery pin to match current platform

[4.13.2] - 2022-10-27
~~~~~~~~~~~~~~~~~~~~~
* Fix onboarding expiration messaging to not say expiring soon after expiration.

[4.13.1] - 2022-10-27
~~~~~~~~~~~~~~~~~~~~~
* Adjust verification time to one year down from two

[4.13.0] - 2022-10-26
~~~~~~~~~~~~~~~~~~~~~
* Do not use course's due date when a timed exam has one specified

[4.12.2] - 2022-10-19
~~~~~~~~~~~~~~~~~~~~~
* Return external id when requesting exam attempt
* Add new parameter to JS worker to pass attempt external id

[4.12.1] - 2022-09-15
~~~~~~~~~~~~~~~~~~~~~
* Revert Phantom JS and eslint migration made in version 4.11.0

[4.12.0] - 2022-08-29
~~~~~~~~~~~~~~~~~~~~~
* Improved ``developing.rst`` docs for installing and running the mockprock proctoring provider.
* Added new registration endpoint to handle syncing exams from a studio publish

[4.11.0] - 2022-07-13
~~~~~~~~~~~~~~~~~~~~~
* Replaced PhantomJS with Headless Chromium
* Replaced the deprecated `eslint-config-edx` with the newer `@edx/eslint-config` package

[4.10.3] - 2022-04-06
~~~~~~~~~~~~~~~~~~~~~
* Fixed invalid course url in proctored attempt email

[4.10.2] - 2022-04-06
~~~~~~~~~~~~~~~~~~~~~
* Enabled Django40 testing
* Removed Deprecated and Removed Featured from Django40

[4.10.1] - 2022-04-06
~~~~~~~~~~~~~~~~~~~~~
* Fixed the syntax error in CI workflow to make it work.
* Removed Django40 tests for now which will be enabled in subsequent PR

[4.10.0] - 2022-04-04
~~~~~~~~~~~~~~~~~~~~~
* Remove IDV as a prerequisite to proctored exams

[4.9.0] - 2022-01-25
~~~~~~~~~~~~~~~~~~~~
* Dropped Django22, 30 and 31
* Added Support for Django40

[4.8.4] - 2022-01-12
~~~~~~~~~~~~~~~~~~~~
* Return better http status when review callback resulted in the original
  exam no longer being proctored

[4.8.3] - 2022-01-12
~~~~~~~~~~~~~~~~~~~~
* Exclude verified name results with a "denied" status when registering a proctored
  exam attempt.

[4.8.2] - 2021-12-21
~~~~~~~~~~~~~~~~~~~~
* Fix timeout value not getting passed to worker handler

[4.8.1] - 2021-12-07
~~~~~~~~~~~~~~~~~~~~
* Remove older exam attempt history table.

[4.8.0] - 2021-12-07
~~~~~~~~~~~~~~~~~~~~
* Remove older exam attempt history object that has been replaced.

[4.7.3] - 2021-12-06
~~~~~~~~~~~~~~~~~~~~
* Catch errors from `onStartExamAttempt` and `onEndExamAttempt`.

[4.7.2] - 2021-11-17
~~~~~~~~~~~~~~~~~~~~
* Add SimpleHistory to proctoring_proctoredexam table

[4.7.1] - 2021-11-16
~~~~~~~~~~~~~~~~~~~~
* Assign interstitial to timed exam status

[4.7.0] - 2021-11-08
~~~~~~~~~~~~~~~~~~~~
* Convert onboarding profile API waffle flag to Django setting.

[4.6.0] - 2021-11-03
~~~~~~~~~~~~~~~~~~~~
* Remove references to "ready_to_resume" and "resumed" statuses.

[4.5.0] - 2021-11-01
~~~~~~~~~~~~~~~~~~~~
* Remove references to VERIFIED_NAME_FLAG Django waffle flag.

[4.4.1] - 2021-11-01
~~~~~~~~~~~~~~~~~~~~
* Fix version number for previous release

[4.4.0] - 2021-10-29
~~~~~~~~~~~~~~~~~~~~
* Exam attempt should remain resumable after they have been marked as ready to resume. In order
  for that to be true, the resume states are no longer represented as a status, but instead that
  information is contained within the `ready_to_resume` and `resumed` fields.

[4.3.3] - 2021-10-29
~~~~~~~~~~~~~~~~~~~~
* Remove ProctoredExamSoftwareSecureReview.video_url column from database.

[4.3.2] - 2021-10-28
~~~~~~~~~~~~~~~~~~~~
* Remove video_url reference from ProctoredExamSoftwareSecureReview.

[4.3.1] - 2021-10-28
~~~~~~~~~~~~~~~~~~~~
* Set the to be retired column video_url on ProctoredExamSoftwareSecureReview to be nullable.

[4.3.0] - 2021-10-28
~~~~~~~~~~~~~~~~~~~~
* Upgrade the requirements and move edx-proctoring to be on Django 3.2 instead of Django 2.2

[4.2.0] - 2021-10-20
~~~~~~~~~~~~~~~~~~~~
* Timed exams should remain visible after the course end date has passed

[4.1.3] - 2021-10-15
~~~~~~~~~~~~~~~~~~~~
* Always allow practice attempts to trigger grade/credit/certificate updates

[4.1.2] - 2021-10-07
~~~~~~~~~~~~~~~~~~~~
* Instructor dashboard view should redirect to review url for PSI exam attempts

[4.1.1] - 2021-10-05
~~~~~~~~~~~~~~~~~~~~
* Bug fix to redact video url from raw data in exam review

[4.1.0] - 2021-09-28
~~~~~~~~~~~~~~~~~~~~
* Add GH action for migrations tests.
* Add test for `_register_proctored_exam_attempt`.
* Capture video review url in software secure review and encrypt before saving

[4.0.4] - 2021-10-05
~~~~~~~~~~~~~~~~~~~~~
* Switched from jsonfield2 to jsonfield as the earlier one has archived and merged back in the latter one.

[4.0.2] - 2021-09-28
~~~~~~~~~~~~~~~~~~~~~
* Batch of refactorings to use format strings/lazy string formatting for logging calls

[4.0.1] - 2021-09-21
~~~~~~~~~~~~~~~~~~~~~
* Bug fix for student onboarding statuses by course. If learner has multiple attempts, return non-reset attempt status if possible.

[4.0.0] - 2021-08-25
~~~~~~~~~~~~~~~~~~~~~
**BREAKING CHANGES:**

* BREAKING CHANGE: Upgraded dependency pyjwt[crypto] to 2.1.0, which introduces its own breaking changes that may affect consumers of this library. Pay careful attention to the 2.0.0 breaking changes documented in https://pyjwt.readthedocs.io/en/stable/changelog.html#v2-0-0.

[3.24.6] - 2021-09-03
~~~~~~~~~~~~~~~~~~~~~
* Upgrade edx-lint for linting
* Update code style
* Handler test refactor

[3.24.5] - 2021-09-02
~~~~~~~~~~~~~~~~~~~~~
* Add management command for updating an attempt status based on its associated review

[3.24.4] - 2021-09-02
~~~~~~~~~~~~~~~~~~~~~
* Add testing for exam attempt email failure and related logging
* Fix signal handler connection

[3.24.3] - 2021-09-02
~~~~~~~~~~~~~~~~~~~~~
* Get verified name enabled from name affirmation service.

[3.24.2] - 2021-09-01
~~~~~~~~~~~~~~~~~~~~~
* Add exception handler and logging to proctored exam attempt emails. This prevents user errors
  if the email is not able to be sent.

[3.24.1] - 2021-08-30
~~~~~~~~~~~~~~~~~~~~~
* Bug fix for exam registration

[3.24.0] - 2021-08-25
~~~~~~~~~~~~~~~~~~~~~
* Re-added code for using a verified name for a proctored exam attempt that had been reverted.
  Replaced with signal emitters, which will allow name affirmation to contain the logic for deciding
  when a verified name should be created or updated. Also restructured signal files to differentiate
  between signal senders and signal receivers.

[3.23.8] - 2021-08-25
~~~~~~~~~~~~~~~~~~~~~
* Fix the template on bulk exam allowance view where username is used for DOM id

[3.23.7] - 2021-08-24
~~~~~~~~~~~~~~~~~~~~~
* Fix error in onboarding status panel rejected filter

[3.23.6] - 2021-08-23
~~~~~~~~~~~~~~~~~~~~~
* Fix error where course staff were unable to add allowances.

[3.23.5] - 2021-08-19
~~~~~~~~~~~~~~~~~~~~~
* Fix a 500 error which would occur on stage when submitting an allowance.

[3.23.4] - 2021-08-18
~~~~~~~~~~~~~~~~~~~~~
* Change instructor onboarding API to fetch all onboarding profiles from the proctoring provider
  instead of making mulitple calls to the proctoring provider to assembke the full data set.
* Add logging statements to better evaluate performance of the endpoint.

[3.23.3] - 2021-08-16
~~~~~~~~~~~~~~~~~~~~~
* Remove the old allowance code entirely, so only the bulk allowance modal is used.

[3.23.2] - 2021-08-06
~~~~~~~~~~~~~~~~~~~~~
* Change errors on the bulk allowance modal so they appear on their associated field.

[3.23.1] - 2021-08-06
~~~~~~~~~~~~~~~~~~~~~
* Fixes bug that occurs when a proctoring vendor returns onboarding information that includes user IDs that represent
  learners that are not returned by the edX API as being enrolled in the course in a proctoring eligible mode.
* Adds logging statement to enable further investigation.

[3.23.0] - 2021-08-04
~~~~~~~~~~~~~~~~~~~~~
* Add simple history to proctored exam attempt, writing both old and new model for now. Includes admin view.
* Update documentation and makefile targets for a clear path from clone to running tests.

[3.22.1] - 2021-08-02
~~~~~~~~~~~~~~~~~~~~~
* Add edit button to grouped allowances, which allows instructors to edit the value of a single allowance.

[3.22.0] - 2021-07-26
~~~~~~~~~~~~~~~~~~~~~
* If verified name functionality is enabled through the "name_affirmation" runtime service,
  use it in proctored exam attempt creation. (see https://github.com/edx/edx-name-affirmation)
* When updating a proctored exam attempt to "verified" status, update the user's verified
  name status, if verified name functionality is enabled and they have one linked to that
  exam attempt.

[3.21.1] - 2021-07-26
~~~~~~~~~~~~~~~~~~~~~
* Removed name field in proctored exam attempt from the DB.

[3.21.0] - 2021-07-23
~~~~~~~~~~~~~~~~~~~~~
* Added feature behind the bulk allowance waffle flag that groups allowances by users.
* Updated the UI so allowances are under dropdown for each user

[3.20.6] - 2021-07-22
~~~~~~~~~~~~~~~~~~~~~
* Removed use of name field in proctored exam attempt admin.

[3.20.5] - 2021-07-21
~~~~~~~~~~~~~~~~~~~~~
* No changes, gets tag and internal version in sync

[3.20.4] - 2021-07-21
~~~~~~~~~~~~~~~~~~~~~
* Removed use of name field in proctored exam attempt.

[3.20.2] - 2021-07-21
~~~~~~~~~~~~~~~~~~~~~
* Removed IP fields in proctored exam attempt from the DB
* Made name field in proctored exam attempt nullable

[3.20.1] - 2021-07-20
~~~~~~~~~~~~~~~~~~~~~
* Removed use of IP fields in proctored exam attempt.

[3.20.0] - 2021-07-19
~~~~~~~~~~~~~~~~~~~~~
* Added Django 3.0, 3.1 & 3.2 Support

[3.19.0] - 2021-07-16
~~~~~~~~~~~~~~~~~~~~~
* Updated allowance modal to allow bulk allowances to be added.
* Added waffle flag to enable/disable bulk allowances feature.

[3.18.0] - 2021-07-15
~~~~~~~~~~~~~~~~~~~~~
* Remove old proctored exam attempt url.
* Fix onboarding link generation in proctored exam attempt view when exam attempt is in
  onboarding errors status, don't return the link to exams that are not accessible to user.
* Update onboarding link url in student onboarding status view to link
  to the learning mfe page instead of LMS.

[3.17.3] - 2021-07-14
~~~~~~~~~~~~~~~~~~~~~
* Add missing get_proctoring_config method to base backend provider class.

[3.17.2] - 2021-07-2
~~~~~~~~~~~~~~~~~~~~~
* Updated ProctoredExamAttempt view to use the content id from the query.

[3.17.1] - 2021-06-25
~~~~~~~~~~~~~~~~~~~~~
* Fix JSON parse failure when error response from course onboarding status endpoint does not
  return valid JSON.

[3.17.0] - 2021-06-23
~~~~~~~~~~~~~~~~~~~~~
* Replace internal logic for determing learners' onboarding statuses for the course onboarding API
  with provider onboarding API.

[3.16.0] - 2021-06-22
~~~~~~~~~~~~~~~~~~~~~
* Created a GET api endpoint which groups course allowances by users.

[3.15.1] - 2021-06-16
~~~~~~~~~~~~~~~~~~~~~
* Fix a bug in exam attempt API where total time allowed for the exam would not include allowance time.
* Add `test_plan` document to describe key features and test cases
* Update `developing` document with the instructions for frontend-lib-special-exam local development setup

[3.15.0] - 2021-06-15
~~~~~~~~~~~~~~~~~~~~~
* Created a POST api endpoint to add allowances for multiple students and multiple exams at the same time.

[3.14.0] - 2021-06-10
~~~~~~~~~~~~~~~~~~~~~
* When an exam attempt is finished for the first time, mark all completable children in the exam as complete
  in the Completion Service using the Instructor Service. If the Completion Service is not enabled, nothing
  will happen.

[3.13.2] - 2021-06-09
~~~~~~~~~~~~~~~~~~~~~
* Extend exam attempt API to return total time left in the attempt
  and a link to the onboarding exam in case user tries to take proctored
  exam when they haven't passed required onboarding exam.
  Modify API to check if exam has passed due date.

[3.13.1] - 2021-06-08
~~~~~~~~~~~~~~~~~~~~~
* If an attempt transitions from `ready_to_submit` back to `started`, the proctoring provider
  backend function `start_exam_attempt` will not be called.

[3.13.0] - 2021-06-07
~~~~~~~~~~~~~~~~~~~~~
* If the Django setting `PROCTORED_EXAM_VIEWABLE_PAST_DUE` is false, exam content will not be viewable past
  an exam's due date, even if a learner has acknowledged their status.
* Extend exam attempt API to return exam type and to check if
  user has satisfied prerequisites before taking proctored exam.
* Extend proctoring settings API to return additional data about proctoring
  provider.
* Add API endpoint which provides exam review policy for specific exam.
  Usage case is to provide required data for the learning app MFE.

[3.12.0] - 2021-06-04
~~~~~~~~~~~~~~~~~~~~~
* If the `is_integrity_signature_enabled` waffle flag is turned on, do not render the ID verification
  template for proctored exams.

[3.11.6] - 2021-06-03
~~~~~~~~~~~~~~~~~~~~~
* Add logging for attempt status transitions caused by a time out or reattempt

[3.11.5] - 2021-06-01
~~~~~~~~~~~~~~~~~~~~~
* Fix a bug where we are to pass to vendor javascript a value in milliseconds, instead of just seconds

[3.11.4] - 2021-05-27
~~~~~~~~~~~~~~~~~~~~~
* Use the same DEFAULT_DESKTOP_APPLICATION_PING_INTERVAL_SECONDS interval to start the exam and ping the
  proctoring desktop applicaiton

[3.11.3] - 2021-05-27
~~~~~~~~~~~~~~~~~~~~~
* Fix a bug where the Learning Sequences API does not have a schedule for a sequence, which can occur
  when a sequence is unavailable to a learner, and the learner should not know of the existence of the sequence
  (e.g. when a sequence is content gated by enrollment track and the learner is not in the requisite enrollment track).

[3.11.2] - 2021-05-25
~~~~~~~~~~~~~~~~~~~~~
* Add allow-list to prevent nonexistent backend configurations from causing errors

[3.11.1] - 2021-05-25
~~~~~~~~~~~~~~~~~~~~~
* Fix for onboarding status API endpoint. The endpoint requires an obscured user id.

[3.11.0] - 2021-05-24
~~~~~~~~~~~~~~~~~~~~~
* Add ability to get onboarding statuses from a proctoring provider API endpoint
* Extend the learner onboarding status API to determine whether the only onboarding exam or all
  onboarding exams are past due and past an "onboarding_past_due" flag in the response. modify
  the API to not return a link to the onboarding exam if the onboarding exam should not be
  accessible by the learner (i.e. it is to be released or is past due).
* Modify the display behavior of the learner onboarding panel to display "Onboarding Past Due"
  if the only onboarding or all onboarding exams are past due.

[3.10.2] - 2021-05-24
~~~~~~~~~~~~~~~~~~~~~
* Use onboarding status API endpoint for student onboarding info panel

[3.10.1] - 2021-05-21
~~~~~~~~~~~~~~~~~~~~~
* Add ability to get onboarding statuses from a proctoring provider API endpoint
* Add API endpoint which provides proctoring generic and backend specific
  instructions for the proctoring exam. Usage case is to provide required data
  for the learning app MFE.

[3.10.0] - 2021-05-19
~~~~~~~~~~~~~~~~~~~~~
* Add by-backend configurability of the link which shows on the onboarding panel

[3.9.4] - 2021-05-19
~~~~~~~~~~~~~~~~~~~~
* Fix a bug in processing onboarding exams in StudentOnboardingStatusView,
  resulting in an incorrect list of accessible onboarding exams.

[3.9.3] - 2021-05-18
~~~~~~~~~~~~~~~~~~~~
* Fix styling on allowance dropdown to prevent overflow for long exam names.

[3.9.2] - 2021-05-17
~~~~~~~~~~~~~~~~~~~~
* Remove the hide condition for onboarding exam reset by student. Roll out Proctoring Improvement Waffle Flag

[3.9.1] - 2021-05-17
~~~~~~~~~~~~~~~~~~~~
* Add the backend model field is_resumable to the ProctoredExamStudentAttempt model.
* Expose the is_resumable property to the UI so users can resume exam attempts when that property is set

[3.9.0] - 2021-05-17
~~~~~~~~~~~~~~~~~~~~
* Add API endpoint which provides sequence exam data with current active attempt.
  Usage case is to provide required data for the learning app MFE.
* Moved StudentProctoredExamAttemptCollection collecting attempt data logic
  to a separate standalone `get_exam_attempt_data` function.

[3.8.9] - 2021-05-07
~~~~~~~~~~~~~~~~~~~~
* Update language on proctored exam info panel if learner has
  a verified onboarding attempt

[3.8.8] - 2021-04-23
~~~~~~~~~~~~~~~~~~~~
* Add detailed logging of ping failures
* Expose ping timeout value to external javascript worker
* Add documentation for javascript worker development

[3.8.7] - 2021-04-16
~~~~~~~~~~~~~~~~~~~~
* Add pyjwt as explicit dependency to edx-proctoring library.
* Pin version of pyjwt to less than 2.0.0.

[3.8.6] - 2021-04-13
~~~~~~~~~~~~~~~~~~~~
* Fix JWT encoding bug introduced by version 2.0.1 of pyjwt[crypto] library.
* Add RST validator

[3.8.5] - 2021-04-07
~~~~~~~~~~~~~~~~~~~~~
* Add handling of the "onboarding_reset" attempt status to the
  StudentOnboardingStatusByCourseView view and the StudentOnboardingStatus
  panel in the Instructor Dashboard.

[3.8.4] - 2021-04-05
~~~~~~~~~~~~~~~~~~~~~
* Add the request username to the proctoring info panel, allowing course staff to masquerade as
  a specific user.

[3.8.3] - 2021-04-05
~~~~~~~~~~~~~~~~~~~~~
* Use exam due_date or course end date to evaluate the visibility of the onboarding status panel

[3.8.2] - 2021-04-02
~~~~~~~~~~~~~~~~~~~~~
* Update `DEFAULT_DESKTOP_APPLICATION_PING_INTERVAL_SECONDS` to pull from settings.

[3.8.1] - 2021-04-01
~~~~~~~~~~~~~~~~~~~~~
* Increase ping interval from 30 to 60 seconds.

[3.8.0] - 2021-03-31
~~~~~~~~~~~~~~~~~~~~~
* Remove exam resume waffle flag references and fully roll out exam resume and grouped attempt features.

[3.7.16] - 2021-03-30
~~~~~~~~~~~~~~~~~~~~~
* Reduce time for ping interval from 120 to 30 seconds.

[3.7.15] - 2021-03-24
~~~~~~~~~~~~~~~~~~~~~
* Improved learner messaging on onboarding panel and submitted interstitial.

[3.7.14] - 2021-03-19
~~~~~~~~~~~~~~~~~~~~~
* Fix issue where a course key object was being passed in to `get_proctoring_escalation_email`,
  rather than a string.

[3.7.13] - 2021-03-16
~~~~~~~~~~~~~~~~~~~~~
* Update proctored exam error message to remove statement that the user must restart their exam
  from scratch, and include a proctoring escalation email rather than a link to support if
  applicable.

[3.7.12] - 2021-03-15
~~~~~~~~~~~~~~~~~~~~~
* Update the onboarding status to take into account sections that are not accessible to the user
  or has a release date in the future. For sections with release dates in the future,
  that date will now be shown to the learner.
* Fixed accessibility bug on Special Exam Attempts panel on instructor dashboard

[3.7.9] - 2021-03-09
~~~~~~~~~~~~~~~~~~~~
* Update onboarding status logic such that 'approved in another course' will take precedence over
  a non verified state in the requested course.

[3.7.8] - 2021-03-08
~~~~~~~~~~~~~~~~~~~~
* Add enrollment mode column to onboarding status panel on instructor dashboard

[3.7.7] - 2021-03-08
~~~~~~~~~~~~~~~~~~~~
* Add loading spinner for searching to onboarding attempt and special attempts sections on the
  instructor dashboard

[3.7.6] - 2021-03-05
~~~~~~~~~~~~~~~~~~~~
* Fix bug with StudentProctoredExamAttempt put handler where course_id was being incorrectly determined,
  preventing course staff from marking learners' attempts as "ready_to_resume".

[3.7.5] - 2021-03-05
~~~~~~~~~~~~~~~~~~~~
* Add more useful attributes to log messages, in a key=value format that is easier to extract, and reduce
  duplicate exception logs.
* Update private.txt file path in developer docs

[3.7.4] - 2021-03-03
~~~~~~~~~~~~~~~~~~~~
* Show "approved in other course" status for learner who has a valid verified onboarding attempt in another course,
  on the instructor's student onboarding status panel

[3.7.3] - 2021-03-02
~~~~~~~~~~~~~~~~~~~~
* 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 construst a
  bulk query for all learners in a course with active enrollments instead of needing to execute multiple
  queries on a per learner basis.

[3.7.2] - 2021-03-02
~~~~~~~~~~~~~~~~~~~~
* Refactor the proctoring API function to get all verified onboarding attempts of a group of learners.

[3.7.1] - 2021-03-02
~~~~~~~~~~~~~~~~~~~~
* Update table on instructors dashboard to add accordian for multiple attempts

[3.7.0] - 2021-03-01
~~~~~~~~~~~~~~~~~~~~
* Update the learner onboarding status view to consider verified attempts from other courses.

[3.6.7] - 2021-02-24
~~~~~~~~~~~~~~~~~~~~
* Fix requirements file

[3.6.6] - 2021-02-24
~~~~~~~~~~~~~~~~~~~~
* Revert jsonfield PR

[3.6.5] - 2021-02-23
~~~~~~~~~~~~~~~~~~~~
* Bug fix to allow course staff to reset attempts

[3.6.4] - 2021-02-24
~~~~~~~~~~~~~~~~~~~~
* Switched from jsonfield2 to jsonfield as the earlier one has archived and merged back in the latter one.

[3.6.3] - 2021-02-23
~~~~~~~~~~~~~~~~~~~~
* Add a script to generate obscure_user_ids for proctoring vendors to use.
* Update the logic for the instructor dashboard onboarding view to match the learners' view,
  so that multiple onboarding exams for the same course can be considered.

[3.6.2] - 2021-02-22
~~~~~~~~~~~~~~~~~~~~
* Change learner onboarding status from "proctoring_started" to "onboarding_started"
  to more clearly describe the learner's onboarding status.

[3.6.1] - 2021-02-19
~~~~~~~~~~~~~~~~~~~~
* Add time_remaining_seconds field of ProctoredExamStudentAttempt model to readonly_fields in
  Django admin page so it is not required when editing the model.
* Update reference to Exception.message to use string representation of the exception, as message
  is no longer an attribute of the Exception class.

[3.6.0] - 2021-02-19
~~~~~~~~~~~~~~~~~~~~
* Do not override exam view for a learner taking a practice exam when the learner does
  not have access to proctoring. This allows the learner to see the exam content and does
  not allow the learner access to the proctoring software.

[3.5.1] - 2021-02-19
~~~~~~~~~~~~~~~~~~~~
* Add missing `rejected` status to list of onboarding attempt statuses.

[3.5.0] - 2021-02-18
~~~~~~~~~~~~~~~~~~~~
* Add new UI for instructor dashboard that groups attempts for each user and exam.
* Add endpoint that returns a list of most recent attempts for each user and exam. Each
  attempt that is returned contains additional data on the past attempts
  associated with the user/exam.

[3.4.1] - 2021-02-17
~~~~~~~~~~~~~~~~~~~~
* Restrict the resume option on the instructor dashboard to attempts that are
  in an "error" state and are not for onboarding or practice exams.

[3.4.0] - 2021-02-11
~~~~~~~~~~~~~~~~~~~~
* 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] - 2021-02-11
~~~~~~~~~~~~~~~~~~~~
* Add learner onboarding view to instructor dashboard.

[3.2.1] - 2021-02-11
~~~~~~~~~~~~~~~~~~~~
* bugfix to 500 errors from proctored exam attempt status endpoint used by the LMS to drive timer functionality

[3.2.0] - 2021-02-10
~~~~~~~~~~~~~~~~~~~~
* 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

[3.1.0] - 2021-02-08
~~~~~~~~~~~~~~~~~~~~
* Add endpoint to return onboarding status information for users in a course.

[3.0.0] - 2021-02-05
~~~~~~~~~~~~~~~~~~~~~
* Update the secret key to the proctoring specific one so we are fixing for the learners being impacted by rotated django secret.

[2.6.7] - 2021-02-04
~~~~~~~~~~~~~~~~~~~~~
* Bug fix for onboarding info panel showing for all proctoring backends, independent of support for onboarding exams

[2.6.6] - 2021-02-01
~~~~~~~~~~~~~~~~~~~~~
* Bug fix for issue that prevented exam resets

[2.6.5] - 2021-01-28
~~~~~~~~~~~~~~~~~~~~~
* Update error interstitial to use the reset_exam_attempt flow that is used for other
  onboarding attempt reset

[2.6.4] - 2021-01-26
~~~~~~~~~~~~~~~~~~~~~
* Fix bug that was preventing exams from being reset
* Add exam removal endpoint to be used on the instructor dashboard in place of the
  current exam attempt reset endpoint as we now have multiple attempts. This new
  endpoint is only accessible to course and edX staff

[2.6.3] - 2021-01-26
~~~~~~~~~~~~~~~~~~~~~
* Update the learner onboarding status panel on "submitted" state so learner knows they need to wait
* Added npm-shrinkwrap.json to pin the graceful-fs to version 4.2.2 to solve "primordials" exception during gulp test

[2.6.2] - 2021-01-25
~~~~~~~~~~~~~~~~~~~~~
* Update endpoint that returns onboarding exam status to account for
  users enrollment mode.

[2.6.1] - 2021-01-25
~~~~~~~~~~~~~~~~~~~~~
* Add a dropdown component.
* If the "data-enable-exam-resume-proctoring-improvements" data attribute on the element of the ProctoredExamAttemptView
  Backbone is true,

  * use the dropdown menu component on the Instructor Dashboard Proctored Exam Attempt panel for proctored exam attempts in the error state, providing the following options:

    * Resume, which transitions the exam attempt into the ready_to_resume state.
    * Reset, which behaves the same as the previous reset functionality, originally exposed via the [x] link.
  * change the [x] link to Reset for exam attempts in other states.

* If the "data-enable-exam-resume-proctoring-improvements" data attribute on the element of the ProctoredExamAttemptView Backbone is
  false there is no change.

[2.6.0] - 2021-01-21
~~~~~~~~~~~~~~~~~~~~~
* Replace Travis CI with Github Actions.
* If a course has a proctoring escalation email set, emails that are sent when an
  exam attempt is verified or rejected will contain that email address rather than a
  link to support.

[2.5.13] - 2021-01-20
~~~~~~~~~~~~~~~~~~~~~
* Allow staff users to modify another user's exam attempt status via the
  the StudentProctoredExamAttempt view's PUT handler only when the action is
  "mark_ready_to_resume" and the user ID is passed in via the request data.

[2.5.12] - 2021-01-20
~~~~~~~~~~~~~~~~~~~~~
* Allow blank fields in Django admin for `external_id`, `due_date`, and `backend`
  in proctored exams.

[2.5.11] - 2021-01-19
~~~~~~~~~~~~~~~~~~~~~
* Added ProctoredExam to django admin

[2.5.10] - 2021-01-15
~~~~~~~~~~~~~~~~~~~~~
* Added management command to update `is_attempt_active` field on review models

[2.5.9] - 2021-01-13
~~~~~~~~~~~~~~~~~~~~
* Added `is_attempt_active` field to ProctoredExamSoftwareSecureReview and
  ProctoredExamSoftwareSecureReviewHistory models to note if the attempt for
  that review has been archived. When an attempt is archived and if it is associated
  with a review, this field will be set to False

[2.5.8] - 2021-01-12
~~~~~~~~~~~~~~~~~~~~
* Ignore the `ProctoredExamStudentAttemptHistory` table when viewing onboarding status.
  This fixes a bug where the status would return `verified` even after all attempts had
  been deleted.

[2.5.7] - 2021-01-08
~~~~~~~~~~~~~~~~~~~~
* Allow the creation of multiple exam attempts for a single user in a single exam, as long
  as the most recent attempt is `ready_to_resume` or `resumed`. When an exam is resumed, the
  time remaining is saved to the new attempt and is used to calculate the expiration time.

[2.5.6] - 2021-01-06
~~~~~~~~~~~~~~~~~~~~
* Updated the StudentProctoredExamAttempt view's PUT handler to allow for a
  new action "mark_ready_to_resume", which transitions exam attempts in the "error" state
  to a "ready_to_resume" state.

[2.5.5] - 2020-01-05
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Cover `Start System Check` button on the proctoring instruction page with the
  conditions software download link is provided by the proctoring provider,
  since some providers do not has that step in the onboarding process.
* Changed handler for exam ping to remove learner from the exam on 403 error.
* Added `time_remaining_seconds` field to the exam attempt model in order to
  allow the remaining time on an exam attempt to be saved after it enters an
  error state.
* Fix bug allowing learners access to onboarding setup after exam due date.

[2.5.4] - 2020-12-17
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Minor template fix

[2.5.3] - 2020-12-10
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Upgrade celery to 5.0.4

[2.5.2] - 2020-12-10
~~~~~~~~~~~~~~~~~~~~

* Fixed bug for proctoring info panel

[2.5.1] - 2020-12-10
~~~~~~~~~~~~~~~~~~~~

* Add endpoint to expose the learner's onboarding status

[2.5.0] - 2020-12-09
~~~~~~~~~~~~~~~~~~~~

* Changed behavior of practice exam reset to create a new exam attempt instead
  of rolling back state of the current attempt.
* Added new proctoring info panel to expose onboarding exam status to learners
* Added option to reset a failed or pending onboarding exam.

[2.4.9] - 2020-11-17
~~~~~~~~~~~~~~~~~~~~

* Fix unbound local variable issue in api.get_attempt_status_summary
* Added new action to student exam attempt PUT allowing users
  to reset a completed practice exam.

[2.4.8] - 2020-10-19
~~~~~~~~~~~~~~~~~~~~

* Created a separate error message for inactive users. Refined the
  existing error message to only show for network error or service disruption.


[2.4.7] - 2020-10-06
~~~~~~~~~~~~~~~~~~~~

* Removed the rpnowv4_flow waffle flag to cleanup code

For details of changes prior to this release, please see
the `GitHub commit history`_.

.. _GitHub commit history: https://github.com/openedx/edx-proctoring/commits/master



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/openedx/edx-proctoring",
    "name": "edx-proctoring",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "Django edx",
    "author": "edX",
    "author_email": "oscm@edx.org",
    "download_url": "https://files.pythonhosted.org/packages/f4/7b/8f2e6b42f8bd31b1dc174327d66793a726649fb92851eff637aa5f68beb7/edx-proctoring-4.17.0.tar.gz",
    "platform": null,
    "description": "edx-proctoring\n==============\n\n.. image:: https://img.shields.io/pypi/v/edx-proctoring.svg\n    :target: https://pypi.python.org/pypi/edx-proctoring/\n    :alt: PyPI\n\n.. image:: https://github.com/openedx/edx-proctoring/workflows/Python%20CI/badge.svg\n    :target: https://github.com/openedx/edx-proctoring/actions?query=workflow%3A%22Python+CI%22\n    :alt: Python CI\n\n.. image:: https://codecov.io/gh/edx/edx-proctoring/branch/master/graph/badge.svg\n    :target: https://codecov.io/gh/edx/edx-proctoring\n    :alt: Codecov\n\n.. image:: https://img.shields.io/pypi/pyversions/edx-proctoring.svg\n    :target: https://pypi.python.org/pypi/edx-proctoring/\n    :alt: Supported Python versions\n\n.. image:: https://img.shields.io/github/license/edx/django-component-views.svg\n    :target: https://github.com/openedx/edx-proctoring/blob/master/LICENSE.txt\n    :alt: License\n\nThis is the exam proctoring subsystem for the Open edX platform.\n\nOverview\n--------\n\nProctored exams are exams with time limits that learners complete while online\nproctoring software monitors their computers and behavior for activity that\nmight be evidence of cheating. This Python library provides the proctoring\nimplementation used by Open edX.\n\nDocumentation\n-------------\n\nFor authoring documentation, see `Including Proctored Exams In Your Course`_.\n\nInstallation\n------------\n\nTo install edx-proctoring:\n\n    mkvirtualenv edx-proctoring\n\n    make install\n\nIf you want to run tests, first setup requirements. Note that JS tests\nrequire Node 10, nvm install v10 if you are on a different version so\nthat gulp is installed for v10:\n\n    nvm install v10\n\n    make requirements-test\n\nRun tests:\n\n    make test\n\nRun just python tests:\n\n    make test-python\n\nRun just JS tests:\n\n    make test-js\n\nFor a full list of Make targets:\n\n    make help\n\nDeveloping\n-------------\n\nSee the `developer guide`_ for configuration, devstack and sandbox setup, and other developer concerns.\n\n.. _developer guide: ./docs/developing.rst\n\nLicense\n-------\n\nThe code in this repository is licensed under the AGPL 3.0 unless\notherwise noted.\n\nPlease see ``LICENSE.txt`` for details.\n\nHow To Contribute\n-----------------\n\nContributions are very welcome.\n\nPlease read `How To Contribute <https://github.com/openedx/.github/blob/master/CONTRIBUTING.md>`_ for details.\n\n\nReporting Security Issues\n-------------------------\n\nPlease do not report security issues in public. Please email security@openedx.org.\n\nGetting Help\n------------\n\nHave a question about this repository, or about Open edX in general?  Please\nrefer to this `list of resources`_ if you need any assistance.\n\n.. _list of resources: https://open.edx.org/getting-help\n.. _Including Proctored Exams In Your Course: https://edx.readthedocs.io/projects/edx-partner-course-staff/en/latest/proctored_exams/index.html\n\n\nChange Log\n----------\n\n..\n   All enhancements and patches to edx-proctoring will be documented\n   in this file.  It adheres to the structure of https://keepachangelog.com/ ,\n   but in reStructuredText instead of Markdown (for ease of incorporation into\n   Sphinx documentation and the PyPI description).\n\n   This project adheres to Semantic Versioning (https://semver.org/).\n\n.. There should always be an \"Unreleased\" section for changes pending release.\n\nUnreleased\n~~~~~~~~~~\n\n[4.17.0]\n~~~~~~~~~~~~~~~~~~~~~\n* Add support for Python 3.11 & 3.12\n\n[4.16.1] - 2023-08-8\n~~~~~~~~~~~~~~~~~~~~~\n* Updated django-simple-history package to 3.3.0 \n* Created no-op migrations needed for new django-simple-history package version\n\n[4.16.0] - 2023-06-22\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n* Support added for Django 4.2\n\n[4.15.1] - 2023-04-19\n~~~~~~~~~~~~~~~~~~~~~\n* Fix bug in parameter for staff users to request another users attempt, which caused the resulting user id to\n  be a string as opposed to an integer.\n\n[4.15.0] - 2023-03-16\n~~~~~~~~~~~~~~~~~~~~~\n* Add new endpoint get the currently active exam attempt.\n* Add parameter for staff users to request another users attempt. This is used by\n  the edx-exams service worker.\n\n[4.14.0] - 2023-02-28\n~~~~~~~~~~~~~~~~~~~~~\n* Changed the recommended install location for frontend-lib-special-exams to avoid\n  potential npm problems.\n* Attempt external id is now included in all JS worker messages\n\n[4.13.3] - 2022-12-2\n~~~~~~~~~~~~~~~~~~~~~\n* Update celery pin to match current platform\n\n[4.13.2] - 2022-10-27\n~~~~~~~~~~~~~~~~~~~~~\n* Fix onboarding expiration messaging to not say expiring soon after expiration.\n\n[4.13.1] - 2022-10-27\n~~~~~~~~~~~~~~~~~~~~~\n* Adjust verification time to one year down from two\n\n[4.13.0] - 2022-10-26\n~~~~~~~~~~~~~~~~~~~~~\n* Do not use course's due date when a timed exam has one specified\n\n[4.12.2] - 2022-10-19\n~~~~~~~~~~~~~~~~~~~~~\n* Return external id when requesting exam attempt\n* Add new parameter to JS worker to pass attempt external id\n\n[4.12.1] - 2022-09-15\n~~~~~~~~~~~~~~~~~~~~~\n* Revert Phantom JS and eslint migration made in version 4.11.0\n\n[4.12.0] - 2022-08-29\n~~~~~~~~~~~~~~~~~~~~~\n* Improved ``developing.rst`` docs for installing and running the mockprock proctoring provider.\n* Added new registration endpoint to handle syncing exams from a studio publish\n\n[4.11.0] - 2022-07-13\n~~~~~~~~~~~~~~~~~~~~~\n* Replaced PhantomJS with Headless Chromium\n* Replaced the deprecated `eslint-config-edx` with the newer `@edx/eslint-config` package\n\n[4.10.3] - 2022-04-06\n~~~~~~~~~~~~~~~~~~~~~\n* Fixed invalid course url in proctored attempt email\n\n[4.10.2] - 2022-04-06\n~~~~~~~~~~~~~~~~~~~~~\n* Enabled Django40 testing\n* Removed Deprecated and Removed Featured from Django40\n\n[4.10.1] - 2022-04-06\n~~~~~~~~~~~~~~~~~~~~~\n* Fixed the syntax error in CI workflow to make it work.\n* Removed Django40 tests for now which will be enabled in subsequent PR\n\n[4.10.0] - 2022-04-04\n~~~~~~~~~~~~~~~~~~~~~\n* Remove IDV as a prerequisite to proctored exams\n\n[4.9.0] - 2022-01-25\n~~~~~~~~~~~~~~~~~~~~\n* Dropped Django22, 30 and 31\n* Added Support for Django40\n\n[4.8.4] - 2022-01-12\n~~~~~~~~~~~~~~~~~~~~\n* Return better http status when review callback resulted in the original\n  exam no longer being proctored\n\n[4.8.3] - 2022-01-12\n~~~~~~~~~~~~~~~~~~~~\n* Exclude verified name results with a \"denied\" status when registering a proctored\n  exam attempt.\n\n[4.8.2] - 2021-12-21\n~~~~~~~~~~~~~~~~~~~~\n* Fix timeout value not getting passed to worker handler\n\n[4.8.1] - 2021-12-07\n~~~~~~~~~~~~~~~~~~~~\n* Remove older exam attempt history table.\n\n[4.8.0] - 2021-12-07\n~~~~~~~~~~~~~~~~~~~~\n* Remove older exam attempt history object that has been replaced.\n\n[4.7.3] - 2021-12-06\n~~~~~~~~~~~~~~~~~~~~\n* Catch errors from `onStartExamAttempt` and `onEndExamAttempt`.\n\n[4.7.2] - 2021-11-17\n~~~~~~~~~~~~~~~~~~~~\n* Add SimpleHistory to proctoring_proctoredexam table\n\n[4.7.1] - 2021-11-16\n~~~~~~~~~~~~~~~~~~~~\n* Assign interstitial to timed exam status\n\n[4.7.0] - 2021-11-08\n~~~~~~~~~~~~~~~~~~~~\n* Convert onboarding profile API waffle flag to Django setting.\n\n[4.6.0] - 2021-11-03\n~~~~~~~~~~~~~~~~~~~~\n* Remove references to \"ready_to_resume\" and \"resumed\" statuses.\n\n[4.5.0] - 2021-11-01\n~~~~~~~~~~~~~~~~~~~~\n* Remove references to VERIFIED_NAME_FLAG Django waffle flag.\n\n[4.4.1] - 2021-11-01\n~~~~~~~~~~~~~~~~~~~~\n* Fix version number for previous release\n\n[4.4.0] - 2021-10-29\n~~~~~~~~~~~~~~~~~~~~\n* Exam attempt should remain resumable after they have been marked as ready to resume. In order\n  for that to be true, the resume states are no longer represented as a status, but instead that\n  information is contained within the `ready_to_resume` and `resumed` fields.\n\n[4.3.3] - 2021-10-29\n~~~~~~~~~~~~~~~~~~~~\n* Remove ProctoredExamSoftwareSecureReview.video_url column from database.\n\n[4.3.2] - 2021-10-28\n~~~~~~~~~~~~~~~~~~~~\n* Remove video_url reference from ProctoredExamSoftwareSecureReview.\n\n[4.3.1] - 2021-10-28\n~~~~~~~~~~~~~~~~~~~~\n* Set the to be retired column video_url on ProctoredExamSoftwareSecureReview to be nullable.\n\n[4.3.0] - 2021-10-28\n~~~~~~~~~~~~~~~~~~~~\n* Upgrade the requirements and move edx-proctoring to be on Django 3.2 instead of Django 2.2\n\n[4.2.0] - 2021-10-20\n~~~~~~~~~~~~~~~~~~~~\n* Timed exams should remain visible after the course end date has passed\n\n[4.1.3] - 2021-10-15\n~~~~~~~~~~~~~~~~~~~~\n* Always allow practice attempts to trigger grade/credit/certificate updates\n\n[4.1.2] - 2021-10-07\n~~~~~~~~~~~~~~~~~~~~\n* Instructor dashboard view should redirect to review url for PSI exam attempts\n\n[4.1.1] - 2021-10-05\n~~~~~~~~~~~~~~~~~~~~\n* Bug fix to redact video url from raw data in exam review\n\n[4.1.0] - 2021-09-28\n~~~~~~~~~~~~~~~~~~~~\n* Add GH action for migrations tests.\n* Add test for `_register_proctored_exam_attempt`.\n* Capture video review url in software secure review and encrypt before saving\n\n[4.0.4] - 2021-10-05\n~~~~~~~~~~~~~~~~~~~~~\n* Switched from jsonfield2 to jsonfield as the earlier one has archived and merged back in the latter one.\n\n[4.0.2] - 2021-09-28\n~~~~~~~~~~~~~~~~~~~~~\n* Batch of refactorings to use format strings/lazy string formatting for logging calls\n\n[4.0.1] - 2021-09-21\n~~~~~~~~~~~~~~~~~~~~~\n* Bug fix for student onboarding statuses by course. If learner has multiple attempts, return non-reset attempt status if possible.\n\n[4.0.0] - 2021-08-25\n~~~~~~~~~~~~~~~~~~~~~\n**BREAKING CHANGES:**\n\n* BREAKING CHANGE: Upgraded dependency pyjwt[crypto] to 2.1.0, which introduces its own breaking changes that may affect consumers of this library. Pay careful attention to the 2.0.0 breaking changes documented in https://pyjwt.readthedocs.io/en/stable/changelog.html#v2-0-0.\n\n[3.24.6] - 2021-09-03\n~~~~~~~~~~~~~~~~~~~~~\n* Upgrade edx-lint for linting\n* Update code style\n* Handler test refactor\n\n[3.24.5] - 2021-09-02\n~~~~~~~~~~~~~~~~~~~~~\n* Add management command for updating an attempt status based on its associated review\n\n[3.24.4] - 2021-09-02\n~~~~~~~~~~~~~~~~~~~~~\n* Add testing for exam attempt email failure and related logging\n* Fix signal handler connection\n\n[3.24.3] - 2021-09-02\n~~~~~~~~~~~~~~~~~~~~~\n* Get verified name enabled from name affirmation service.\n\n[3.24.2] - 2021-09-01\n~~~~~~~~~~~~~~~~~~~~~\n* Add exception handler and logging to proctored exam attempt emails. This prevents user errors\n  if the email is not able to be sent.\n\n[3.24.1] - 2021-08-30\n~~~~~~~~~~~~~~~~~~~~~\n* Bug fix for exam registration\n\n[3.24.0] - 2021-08-25\n~~~~~~~~~~~~~~~~~~~~~\n* Re-added code for using a verified name for a proctored exam attempt that had been reverted.\n  Replaced with signal emitters, which will allow name affirmation to contain the logic for deciding\n  when a verified name should be created or updated. Also restructured signal files to differentiate\n  between signal senders and signal receivers.\n\n[3.23.8] - 2021-08-25\n~~~~~~~~~~~~~~~~~~~~~\n* Fix the template on bulk exam allowance view where username is used for DOM id\n\n[3.23.7] - 2021-08-24\n~~~~~~~~~~~~~~~~~~~~~\n* Fix error in onboarding status panel rejected filter\n\n[3.23.6] - 2021-08-23\n~~~~~~~~~~~~~~~~~~~~~\n* Fix error where course staff were unable to add allowances.\n\n[3.23.5] - 2021-08-19\n~~~~~~~~~~~~~~~~~~~~~\n* Fix a 500 error which would occur on stage when submitting an allowance.\n\n[3.23.4] - 2021-08-18\n~~~~~~~~~~~~~~~~~~~~~\n* Change instructor onboarding API to fetch all onboarding profiles from the proctoring provider\n  instead of making mulitple calls to the proctoring provider to assembke the full data set.\n* Add logging statements to better evaluate performance of the endpoint.\n\n[3.23.3] - 2021-08-16\n~~~~~~~~~~~~~~~~~~~~~\n* Remove the old allowance code entirely, so only the bulk allowance modal is used.\n\n[3.23.2] - 2021-08-06\n~~~~~~~~~~~~~~~~~~~~~\n* Change errors on the bulk allowance modal so they appear on their associated field.\n\n[3.23.1] - 2021-08-06\n~~~~~~~~~~~~~~~~~~~~~\n* Fixes bug that occurs when a proctoring vendor returns onboarding information that includes user IDs that represent\n  learners that are not returned by the edX API as being enrolled in the course in a proctoring eligible mode.\n* Adds logging statement to enable further investigation.\n\n[3.23.0] - 2021-08-04\n~~~~~~~~~~~~~~~~~~~~~\n* Add simple history to proctored exam attempt, writing both old and new model for now. Includes admin view.\n* Update documentation and makefile targets for a clear path from clone to running tests.\n\n[3.22.1] - 2021-08-02\n~~~~~~~~~~~~~~~~~~~~~\n* Add edit button to grouped allowances, which allows instructors to edit the value of a single allowance.\n\n[3.22.0] - 2021-07-26\n~~~~~~~~~~~~~~~~~~~~~\n* If verified name functionality is enabled through the \"name_affirmation\" runtime service,\n  use it in proctored exam attempt creation. (see https://github.com/edx/edx-name-affirmation)\n* When updating a proctored exam attempt to \"verified\" status, update the user's verified\n  name status, if verified name functionality is enabled and they have one linked to that\n  exam attempt.\n\n[3.21.1] - 2021-07-26\n~~~~~~~~~~~~~~~~~~~~~\n* Removed name field in proctored exam attempt from the DB.\n\n[3.21.0] - 2021-07-23\n~~~~~~~~~~~~~~~~~~~~~\n* Added feature behind the bulk allowance waffle flag that groups allowances by users.\n* Updated the UI so allowances are under dropdown for each user\n\n[3.20.6] - 2021-07-22\n~~~~~~~~~~~~~~~~~~~~~\n* Removed use of name field in proctored exam attempt admin.\n\n[3.20.5] - 2021-07-21\n~~~~~~~~~~~~~~~~~~~~~\n* No changes, gets tag and internal version in sync\n\n[3.20.4] - 2021-07-21\n~~~~~~~~~~~~~~~~~~~~~\n* Removed use of name field in proctored exam attempt.\n\n[3.20.2] - 2021-07-21\n~~~~~~~~~~~~~~~~~~~~~\n* Removed IP fields in proctored exam attempt from the DB\n* Made name field in proctored exam attempt nullable\n\n[3.20.1] - 2021-07-20\n~~~~~~~~~~~~~~~~~~~~~\n* Removed use of IP fields in proctored exam attempt.\n\n[3.20.0] - 2021-07-19\n~~~~~~~~~~~~~~~~~~~~~\n* Added Django 3.0, 3.1 & 3.2 Support\n\n[3.19.0] - 2021-07-16\n~~~~~~~~~~~~~~~~~~~~~\n* Updated allowance modal to allow bulk allowances to be added.\n* Added waffle flag to enable/disable bulk allowances feature.\n\n[3.18.0] - 2021-07-15\n~~~~~~~~~~~~~~~~~~~~~\n* Remove old proctored exam attempt url.\n* Fix onboarding link generation in proctored exam attempt view when exam attempt is in\n  onboarding errors status, don't return the link to exams that are not accessible to user.\n* Update onboarding link url in student onboarding status view to link\n  to the learning mfe page instead of LMS.\n\n[3.17.3] - 2021-07-14\n~~~~~~~~~~~~~~~~~~~~~\n* Add missing get_proctoring_config method to base backend provider class.\n\n[3.17.2] - 2021-07-2\n~~~~~~~~~~~~~~~~~~~~~\n* Updated ProctoredExamAttempt view to use the content id from the query.\n\n[3.17.1] - 2021-06-25\n~~~~~~~~~~~~~~~~~~~~~\n* Fix JSON parse failure when error response from course onboarding status endpoint does not\n  return valid JSON.\n\n[3.17.0] - 2021-06-23\n~~~~~~~~~~~~~~~~~~~~~\n* Replace internal logic for determing learners' onboarding statuses for the course onboarding API\n  with provider onboarding API.\n\n[3.16.0] - 2021-06-22\n~~~~~~~~~~~~~~~~~~~~~\n* Created a GET api endpoint which groups course allowances by users.\n\n[3.15.1] - 2021-06-16\n~~~~~~~~~~~~~~~~~~~~~\n* Fix a bug in exam attempt API where total time allowed for the exam would not include allowance time.\n* Add `test_plan` document to describe key features and test cases\n* Update `developing` document with the instructions for frontend-lib-special-exam local development setup\n\n[3.15.0] - 2021-06-15\n~~~~~~~~~~~~~~~~~~~~~\n* Created a POST api endpoint to add allowances for multiple students and multiple exams at the same time.\n\n[3.14.0] - 2021-06-10\n~~~~~~~~~~~~~~~~~~~~~\n* When an exam attempt is finished for the first time, mark all completable children in the exam as complete\n  in the Completion Service using the Instructor Service. If the Completion Service is not enabled, nothing\n  will happen.\n\n[3.13.2] - 2021-06-09\n~~~~~~~~~~~~~~~~~~~~~\n* Extend exam attempt API to return total time left in the attempt\n  and a link to the onboarding exam in case user tries to take proctored\n  exam when they haven't passed required onboarding exam.\n  Modify API to check if exam has passed due date.\n\n[3.13.1] - 2021-06-08\n~~~~~~~~~~~~~~~~~~~~~\n* If an attempt transitions from `ready_to_submit` back to `started`, the proctoring provider\n  backend function `start_exam_attempt` will not be called.\n\n[3.13.0] - 2021-06-07\n~~~~~~~~~~~~~~~~~~~~~\n* If the Django setting `PROCTORED_EXAM_VIEWABLE_PAST_DUE` is false, exam content will not be viewable past\n  an exam's due date, even if a learner has acknowledged their status.\n* Extend exam attempt API to return exam type and to check if\n  user has satisfied prerequisites before taking proctored exam.\n* Extend proctoring settings API to return additional data about proctoring\n  provider.\n* Add API endpoint which provides exam review policy for specific exam.\n  Usage case is to provide required data for the learning app MFE.\n\n[3.12.0] - 2021-06-04\n~~~~~~~~~~~~~~~~~~~~~\n* If the `is_integrity_signature_enabled` waffle flag is turned on, do not render the ID verification\n  template for proctored exams.\n\n[3.11.6] - 2021-06-03\n~~~~~~~~~~~~~~~~~~~~~\n* Add logging for attempt status transitions caused by a time out or reattempt\n\n[3.11.5] - 2021-06-01\n~~~~~~~~~~~~~~~~~~~~~\n* Fix a bug where we are to pass to vendor javascript a value in milliseconds, instead of just seconds\n\n[3.11.4] - 2021-05-27\n~~~~~~~~~~~~~~~~~~~~~\n* Use the same DEFAULT_DESKTOP_APPLICATION_PING_INTERVAL_SECONDS interval to start the exam and ping the\n  proctoring desktop applicaiton\n\n[3.11.3] - 2021-05-27\n~~~~~~~~~~~~~~~~~~~~~\n* Fix a bug where the Learning Sequences API does not have a schedule for a sequence, which can occur\n  when a sequence is unavailable to a learner, and the learner should not know of the existence of the sequence\n  (e.g. when a sequence is content gated by enrollment track and the learner is not in the requisite enrollment track).\n\n[3.11.2] - 2021-05-25\n~~~~~~~~~~~~~~~~~~~~~\n* Add allow-list to prevent nonexistent backend configurations from causing errors\n\n[3.11.1] - 2021-05-25\n~~~~~~~~~~~~~~~~~~~~~\n* Fix for onboarding status API endpoint. The endpoint requires an obscured user id.\n\n[3.11.0] - 2021-05-24\n~~~~~~~~~~~~~~~~~~~~~\n* Add ability to get onboarding statuses from a proctoring provider API endpoint\n* Extend the learner onboarding status API to determine whether the only onboarding exam or all\n  onboarding exams are past due and past an \"onboarding_past_due\" flag in the response. modify\n  the API to not return a link to the onboarding exam if the onboarding exam should not be\n  accessible by the learner (i.e. it is to be released or is past due).\n* Modify the display behavior of the learner onboarding panel to display \"Onboarding Past Due\"\n  if the only onboarding or all onboarding exams are past due.\n\n[3.10.2] - 2021-05-24\n~~~~~~~~~~~~~~~~~~~~~\n* Use onboarding status API endpoint for student onboarding info panel\n\n[3.10.1] - 2021-05-21\n~~~~~~~~~~~~~~~~~~~~~\n* Add ability to get onboarding statuses from a proctoring provider API endpoint\n* Add API endpoint which provides proctoring generic and backend specific\n  instructions for the proctoring exam. Usage case is to provide required data\n  for the learning app MFE.\n\n[3.10.0] - 2021-05-19\n~~~~~~~~~~~~~~~~~~~~~\n* Add by-backend configurability of the link which shows on the onboarding panel\n\n[3.9.4] - 2021-05-19\n~~~~~~~~~~~~~~~~~~~~\n* Fix a bug in processing onboarding exams in StudentOnboardingStatusView,\n  resulting in an incorrect list of accessible onboarding exams.\n\n[3.9.3] - 2021-05-18\n~~~~~~~~~~~~~~~~~~~~\n* Fix styling on allowance dropdown to prevent overflow for long exam names.\n\n[3.9.2] - 2021-05-17\n~~~~~~~~~~~~~~~~~~~~\n* Remove the hide condition for onboarding exam reset by student. Roll out Proctoring Improvement Waffle Flag\n\n[3.9.1] - 2021-05-17\n~~~~~~~~~~~~~~~~~~~~\n* Add the backend model field is_resumable to the ProctoredExamStudentAttempt model.\n* Expose the is_resumable property to the UI so users can resume exam attempts when that property is set\n\n[3.9.0] - 2021-05-17\n~~~~~~~~~~~~~~~~~~~~\n* Add API endpoint which provides sequence exam data with current active attempt.\n  Usage case is to provide required data for the learning app MFE.\n* Moved StudentProctoredExamAttemptCollection collecting attempt data logic\n  to a separate standalone `get_exam_attempt_data` function.\n\n[3.8.9] - 2021-05-07\n~~~~~~~~~~~~~~~~~~~~\n* Update language on proctored exam info panel if learner has\n  a verified onboarding attempt\n\n[3.8.8] - 2021-04-23\n~~~~~~~~~~~~~~~~~~~~\n* Add detailed logging of ping failures\n* Expose ping timeout value to external javascript worker\n* Add documentation for javascript worker development\n\n[3.8.7] - 2021-04-16\n~~~~~~~~~~~~~~~~~~~~\n* Add pyjwt as explicit dependency to edx-proctoring library.\n* Pin version of pyjwt to less than 2.0.0.\n\n[3.8.6] - 2021-04-13\n~~~~~~~~~~~~~~~~~~~~\n* Fix JWT encoding bug introduced by version 2.0.1 of pyjwt[crypto] library.\n* Add RST validator\n\n[3.8.5] - 2021-04-07\n~~~~~~~~~~~~~~~~~~~~~\n* Add handling of the \"onboarding_reset\" attempt status to the\n  StudentOnboardingStatusByCourseView view and the StudentOnboardingStatus\n  panel in the Instructor Dashboard.\n\n[3.8.4] - 2021-04-05\n~~~~~~~~~~~~~~~~~~~~~\n* Add the request username to the proctoring info panel, allowing course staff to masquerade as\n  a specific user.\n\n[3.8.3] - 2021-04-05\n~~~~~~~~~~~~~~~~~~~~~\n* Use exam due_date or course end date to evaluate the visibility of the onboarding status panel\n\n[3.8.2] - 2021-04-02\n~~~~~~~~~~~~~~~~~~~~~\n* Update `DEFAULT_DESKTOP_APPLICATION_PING_INTERVAL_SECONDS` to pull from settings.\n\n[3.8.1] - 2021-04-01\n~~~~~~~~~~~~~~~~~~~~~\n* Increase ping interval from 30 to 60 seconds.\n\n[3.8.0] - 2021-03-31\n~~~~~~~~~~~~~~~~~~~~~\n* Remove exam resume waffle flag references and fully roll out exam resume and grouped attempt features.\n\n[3.7.16] - 2021-03-30\n~~~~~~~~~~~~~~~~~~~~~\n* Reduce time for ping interval from 120 to 30 seconds.\n\n[3.7.15] - 2021-03-24\n~~~~~~~~~~~~~~~~~~~~~\n* Improved learner messaging on onboarding panel and submitted interstitial.\n\n[3.7.14] - 2021-03-19\n~~~~~~~~~~~~~~~~~~~~~\n* Fix issue where a course key object was being passed in to `get_proctoring_escalation_email`,\n  rather than a string.\n\n[3.7.13] - 2021-03-16\n~~~~~~~~~~~~~~~~~~~~~\n* Update proctored exam error message to remove statement that the user must restart their exam\n  from scratch, and include a proctoring escalation email rather than a link to support if\n  applicable.\n\n[3.7.12] - 2021-03-15\n~~~~~~~~~~~~~~~~~~~~~\n* Update the onboarding status to take into account sections that are not accessible to the user\n  or has a release date in the future. For sections with release dates in the future,\n  that date will now be shown to the learner.\n* Fixed accessibility bug on Special Exam Attempts panel on instructor dashboard\n\n[3.7.9] - 2021-03-09\n~~~~~~~~~~~~~~~~~~~~\n* Update onboarding status logic such that 'approved in another course' will take precedence over\n  a non verified state in the requested course.\n\n[3.7.8] - 2021-03-08\n~~~~~~~~~~~~~~~~~~~~\n* Add enrollment mode column to onboarding status panel on instructor dashboard\n\n[3.7.7] - 2021-03-08\n~~~~~~~~~~~~~~~~~~~~\n* Add loading spinner for searching to onboarding attempt and special attempts sections on the\n  instructor dashboard\n\n[3.7.6] - 2021-03-05\n~~~~~~~~~~~~~~~~~~~~\n* Fix bug with StudentProctoredExamAttempt put handler where course_id was being incorrectly determined,\n  preventing course staff from marking learners' attempts as \"ready_to_resume\".\n\n[3.7.5] - 2021-03-05\n~~~~~~~~~~~~~~~~~~~~\n* Add more useful attributes to log messages, in a key=value format that is easier to extract, and reduce\n  duplicate exception logs.\n* Update private.txt file path in developer docs\n\n[3.7.4] - 2021-03-03\n~~~~~~~~~~~~~~~~~~~~\n* Show \"approved in other course\" status for learner who has a valid verified onboarding attempt in another course,\n  on the instructor's student onboarding status panel\n\n[3.7.3] - 2021-03-02\n~~~~~~~~~~~~~~~~~~~~\n* Change use of get_active_enrollments_by_course method of the LMS Enrollments service to\n  get_enrollments_can_take_proctored_exams, which is more performant. This shifts the responsibility\n  of checking learners' ability to access proctored exams to the LMS, allowing the LMS to construst a\n  bulk query for all learners in a course with active enrollments instead of needing to execute multiple\n  queries on a per learner basis.\n\n[3.7.2] - 2021-03-02\n~~~~~~~~~~~~~~~~~~~~\n* Refactor the proctoring API function to get all verified onboarding attempts of a group of learners.\n\n[3.7.1] - 2021-03-02\n~~~~~~~~~~~~~~~~~~~~\n* Update table on instructors dashboard to add accordian for multiple attempts\n\n[3.7.0] - 2021-03-01\n~~~~~~~~~~~~~~~~~~~~\n* Update the learner onboarding status view to consider verified attempts from other courses.\n\n[3.6.7] - 2021-02-24\n~~~~~~~~~~~~~~~~~~~~\n* Fix requirements file\n\n[3.6.6] - 2021-02-24\n~~~~~~~~~~~~~~~~~~~~\n* Revert jsonfield PR\n\n[3.6.5] - 2021-02-23\n~~~~~~~~~~~~~~~~~~~~\n* Bug fix to allow course staff to reset attempts\n\n[3.6.4] - 2021-02-24\n~~~~~~~~~~~~~~~~~~~~\n* Switched from jsonfield2 to jsonfield as the earlier one has archived and merged back in the latter one.\n\n[3.6.3] - 2021-02-23\n~~~~~~~~~~~~~~~~~~~~\n* Add a script to generate obscure_user_ids for proctoring vendors to use.\n* Update the logic for the instructor dashboard onboarding view to match the learners' view,\n  so that multiple onboarding exams for the same course can be considered.\n\n[3.6.2] - 2021-02-22\n~~~~~~~~~~~~~~~~~~~~\n* Change learner onboarding status from \"proctoring_started\" to \"onboarding_started\"\n  to more clearly describe the learner's onboarding status.\n\n[3.6.1] - 2021-02-19\n~~~~~~~~~~~~~~~~~~~~\n* Add time_remaining_seconds field of ProctoredExamStudentAttempt model to readonly_fields in\n  Django admin page so it is not required when editing the model.\n* Update reference to Exception.message to use string representation of the exception, as message\n  is no longer an attribute of the Exception class.\n\n[3.6.0] - 2021-02-19\n~~~~~~~~~~~~~~~~~~~~\n* Do not override exam view for a learner taking a practice exam when the learner does\n  not have access to proctoring. This allows the learner to see the exam content and does\n  not allow the learner access to the proctoring software.\n\n[3.5.1] - 2021-02-19\n~~~~~~~~~~~~~~~~~~~~\n* Add missing `rejected` status to list of onboarding attempt statuses.\n\n[3.5.0] - 2021-02-18\n~~~~~~~~~~~~~~~~~~~~\n* Add new UI for instructor dashboard that groups attempts for each user and exam.\n* Add endpoint that returns a list of most recent attempts for each user and exam. Each\n  attempt that is returned contains additional data on the past attempts\n  associated with the user/exam.\n\n[3.4.1] - 2021-02-17\n~~~~~~~~~~~~~~~~~~~~\n* Restrict the resume option on the instructor dashboard to attempts that are\n  in an \"error\" state and are not for onboarding or practice exams.\n\n[3.4.0] - 2021-02-11\n~~~~~~~~~~~~~~~~~~~~\n* Add a new interstitial for exam attempts in the \"ready_to_resume\" state to\n  indicate to learner that their exam attempt is ready to be resumed and to\n  prompt the learner to resume their exam.\n\n[3.3.0] - 2021-02-11\n~~~~~~~~~~~~~~~~~~~~\n* Add learner onboarding view to instructor dashboard.\n\n[3.2.1] - 2021-02-11\n~~~~~~~~~~~~~~~~~~~~\n* bugfix to 500 errors from proctored exam attempt status endpoint used by the LMS to drive timer functionality\n\n[3.2.0] - 2021-02-10\n~~~~~~~~~~~~~~~~~~~~\n* Update to update_attempt_status function to account for multiple attempts per exam\n* Update to grade, credit, and status email updates based on multiple attempts\n\n[3.1.0] - 2021-02-08\n~~~~~~~~~~~~~~~~~~~~\n* Add endpoint to return onboarding status information for users in a course.\n\n[3.0.0] - 2021-02-05\n~~~~~~~~~~~~~~~~~~~~~\n* Update the secret key to the proctoring specific one so we are fixing for the learners being impacted by rotated django secret.\n\n[2.6.7] - 2021-02-04\n~~~~~~~~~~~~~~~~~~~~~\n* Bug fix for onboarding info panel showing for all proctoring backends, independent of support for onboarding exams\n\n[2.6.6] - 2021-02-01\n~~~~~~~~~~~~~~~~~~~~~\n* Bug fix for issue that prevented exam resets\n\n[2.6.5] - 2021-01-28\n~~~~~~~~~~~~~~~~~~~~~\n* Update error interstitial to use the reset_exam_attempt flow that is used for other\n  onboarding attempt reset\n\n[2.6.4] - 2021-01-26\n~~~~~~~~~~~~~~~~~~~~~\n* Fix bug that was preventing exams from being reset\n* Add exam removal endpoint to be used on the instructor dashboard in place of the\n  current exam attempt reset endpoint as we now have multiple attempts. This new\n  endpoint is only accessible to course and edX staff\n\n[2.6.3] - 2021-01-26\n~~~~~~~~~~~~~~~~~~~~~\n* Update the learner onboarding status panel on \"submitted\" state so learner knows they need to wait\n* Added npm-shrinkwrap.json to pin the graceful-fs to version 4.2.2 to solve \"primordials\" exception during gulp test\n\n[2.6.2] - 2021-01-25\n~~~~~~~~~~~~~~~~~~~~~\n* Update endpoint that returns onboarding exam status to account for\n  users enrollment mode.\n\n[2.6.1] - 2021-01-25\n~~~~~~~~~~~~~~~~~~~~~\n* Add a dropdown component.\n* If the \"data-enable-exam-resume-proctoring-improvements\" data attribute on the element of the ProctoredExamAttemptView\n  Backbone is true,\n\n  * use the dropdown menu component on the Instructor Dashboard Proctored Exam Attempt panel for proctored exam attempts in the error state, providing the following options:\n\n    * Resume, which transitions the exam attempt into the ready_to_resume state.\n    * Reset, which behaves the same as the previous reset functionality, originally exposed via the [x] link.\n  * change the [x] link to Reset for exam attempts in other states.\n\n* If the \"data-enable-exam-resume-proctoring-improvements\" data attribute on the element of the ProctoredExamAttemptView Backbone is\n  false there is no change.\n\n[2.6.0] - 2021-01-21\n~~~~~~~~~~~~~~~~~~~~~\n* Replace Travis CI with Github Actions.\n* If a course has a proctoring escalation email set, emails that are sent when an\n  exam attempt is verified or rejected will contain that email address rather than a\n  link to support.\n\n[2.5.13] - 2021-01-20\n~~~~~~~~~~~~~~~~~~~~~\n* Allow staff users to modify another user's exam attempt status via the\n  the StudentProctoredExamAttempt view's PUT handler only when the action is\n  \"mark_ready_to_resume\" and the user ID is passed in via the request data.\n\n[2.5.12] - 2021-01-20\n~~~~~~~~~~~~~~~~~~~~~\n* Allow blank fields in Django admin for `external_id`, `due_date`, and `backend`\n  in proctored exams.\n\n[2.5.11] - 2021-01-19\n~~~~~~~~~~~~~~~~~~~~~\n* Added ProctoredExam to django admin\n\n[2.5.10] - 2021-01-15\n~~~~~~~~~~~~~~~~~~~~~\n* Added management command to update `is_attempt_active` field on review models\n\n[2.5.9] - 2021-01-13\n~~~~~~~~~~~~~~~~~~~~\n* Added `is_attempt_active` field to ProctoredExamSoftwareSecureReview and\n  ProctoredExamSoftwareSecureReviewHistory models to note if the attempt for\n  that review has been archived. When an attempt is archived and if it is associated\n  with a review, this field will be set to False\n\n[2.5.8] - 2021-01-12\n~~~~~~~~~~~~~~~~~~~~\n* Ignore the `ProctoredExamStudentAttemptHistory` table when viewing onboarding status.\n  This fixes a bug where the status would return `verified` even after all attempts had\n  been deleted.\n\n[2.5.7] - 2021-01-08\n~~~~~~~~~~~~~~~~~~~~\n* Allow the creation of multiple exam attempts for a single user in a single exam, as long\n  as the most recent attempt is `ready_to_resume` or `resumed`. When an exam is resumed, the\n  time remaining is saved to the new attempt and is used to calculate the expiration time.\n\n[2.5.6] - 2021-01-06\n~~~~~~~~~~~~~~~~~~~~\n* Updated the StudentProctoredExamAttempt view's PUT handler to allow for a\n  new action \"mark_ready_to_resume\", which transitions exam attempts in the \"error\" state\n  to a \"ready_to_resume\" state.\n\n[2.5.5] - 2020-01-05\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n* Cover `Start System Check` button on the proctoring instruction page with the\n  conditions software download link is provided by the proctoring provider,\n  since some providers do not has that step in the onboarding process.\n* Changed handler for exam ping to remove learner from the exam on 403 error.\n* Added `time_remaining_seconds` field to the exam attempt model in order to\n  allow the remaining time on an exam attempt to be saved after it enters an\n  error state.\n* Fix bug allowing learners access to onboarding setup after exam due date.\n\n[2.5.4] - 2020-12-17\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n* Minor template fix\n\n[2.5.3] - 2020-12-10\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n* Upgrade celery to 5.0.4\n\n[2.5.2] - 2020-12-10\n~~~~~~~~~~~~~~~~~~~~\n\n* Fixed bug for proctoring info panel\n\n[2.5.1] - 2020-12-10\n~~~~~~~~~~~~~~~~~~~~\n\n* Add endpoint to expose the learner's onboarding status\n\n[2.5.0] - 2020-12-09\n~~~~~~~~~~~~~~~~~~~~\n\n* Changed behavior of practice exam reset to create a new exam attempt instead\n  of rolling back state of the current attempt.\n* Added new proctoring info panel to expose onboarding exam status to learners\n* Added option to reset a failed or pending onboarding exam.\n\n[2.4.9] - 2020-11-17\n~~~~~~~~~~~~~~~~~~~~\n\n* Fix unbound local variable issue in api.get_attempt_status_summary\n* Added new action to student exam attempt PUT allowing users\n  to reset a completed practice exam.\n\n[2.4.8] - 2020-10-19\n~~~~~~~~~~~~~~~~~~~~\n\n* Created a separate error message for inactive users. Refined the\n  existing error message to only show for network error or service disruption.\n\n\n[2.4.7] - 2020-10-06\n~~~~~~~~~~~~~~~~~~~~\n\n* Removed the rpnowv4_flow waffle flag to cleanup code\n\nFor details of changes prior to this release, please see\nthe `GitHub commit history`_.\n\n.. _GitHub commit history: https://github.com/openedx/edx-proctoring/commits/master\n\n\n",
    "bugtrack_url": null,
    "license": "AGPL 3.0",
    "summary": "Proctoring subsystem for Open edX",
    "version": "4.17.0",
    "project_urls": {
        "Homepage": "https://github.com/openedx/edx-proctoring"
    },
    "split_keywords": [
        "django",
        "edx"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "95f85f3d938511f4609b8f521db8471302e6d24fa85d9ce7d6ec8bae3d9c8bbc",
                "md5": "db4bc76c0367ad8facad8fc4258100bd",
                "sha256": "3201c90205b3c35796ffcbc006df3edc70487a76d828de4e38d0c15c892a66dc"
            },
            "downloads": -1,
            "filename": "edx_proctoring-4.17.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "db4bc76c0367ad8facad8fc4258100bd",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 2219524,
            "upload_time": "2024-04-19T18:34:24",
            "upload_time_iso_8601": "2024-04-19T18:34:24.953496Z",
            "url": "https://files.pythonhosted.org/packages/95/f8/5f3d938511f4609b8f521db8471302e6d24fa85d9ce7d6ec8bae3d9c8bbc/edx_proctoring-4.17.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f47b8f2e6b42f8bd31b1dc174327d66793a726649fb92851eff637aa5f68beb7",
                "md5": "0c1c77437ad15a703e00e74fc636828a",
                "sha256": "18223764499152d1589aa81b37c56bfac69797fa04bb8677421fff35a4d3c279"
            },
            "downloads": -1,
            "filename": "edx-proctoring-4.17.0.tar.gz",
            "has_sig": false,
            "md5_digest": "0c1c77437ad15a703e00e74fc636828a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1868616,
            "upload_time": "2024-04-19T18:34:29",
            "upload_time_iso_8601": "2024-04-19T18:34:29.970321Z",
            "url": "https://files.pythonhosted.org/packages/f4/7b/8f2e6b42f8bd31b1dc174327d66793a726649fb92851eff637aa5f68beb7/edx-proctoring-4.17.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-19 18:34:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "openedx",
    "github_project": "edx-proctoring",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "edx-proctoring"
}
        
edX
Elapsed time: 0.25650s