June 18, 2024
Release date: 18 June, 2024
Overview
In Release 13, we implemented the following feature:
- Sending final proctoring status to LMS
What's new
Sending final proctoring status to LMS
Once a learner completes a proctored exam, their session is automatically assigned a proctoring status. Depending on the type of proctoring and the cyberproctor's processing stage, this status can be Unknown, Accepted, or Rejected. This status is also automatically sent to the LMS, which can use it for reports or to initiate other processes.
The proctoring status can be changed in the future. For example, a cyber proctor may finish processing a session, discover new violations, and recalculate the scoring, which will result in a status change. An administrator might also review the status set by a live proctor and decide to revise it. There is no limit to the number of status changes in the system.
This logic is not suitable for all LMSs. Some systems are not equipped to handle multiple statuses and changes; they expect a final, unchangeable value.
Additional parameters and logic have been added on the proctoring side to send information to the LMS that the proctoring status is final.
Now, if the integration is configured to send the final status, then:
- If the proctoring mode is Auto, after video processing by the cyberproctor (both client and server) is completed and scoring is calculated, the result is marked as final. This value cannot be changed.
- In the proctoring mode is Post-view, the first status set by the live proctor is considered final. This value cannot be changed.
If no additional setting is configured in the integration, the proctoring results are sent as usual.