Items API Events
test:proctor:exitAndSubmit
This is a premium feature and may not be included in your product license. For more information, reach out to your Learnosity Customer Success Manager.
Fires when an assessment is exited and submitted by a proctor.
You would want to be notified about this event firing, because you might want to display a message for the learner that their assessment is being remotely controlled, for example.
Examples
itemsApp.on('test:proctor:exitAndSubmit', function () {
console.log('This code executes when the proctor has exited and submitted the assessment.');
});
Related articles
- The
test:proctor:saveevent, the event that occurs when a proctor saves the assessment. - The
test:proctor:terminatedevent, the event that occurs when a proctor terminates the assessment. - The
test:proctor:gotoevent, the event that occurs when a proctor navigates the assessment to a different Item. - The
test:proctor:pausedevent, the event that occurs when a proctor pauses the assessment. - The
test:proctor:resumedevent, the event that occurs when a proctor resumes the assessment. - See the Live Progress Reporting Demo