terminate - Events - Reports API

Reports API Events

terminate

Fires when the assessment has been terminated and abandoned when using the live progress report. This report is primarily for monitoring learner progress during proctored assessments. It is updated based on live interactions of learners with their assessments in real time.

You would want to be notified about this event firing to take some action when the learner or proctor has exited without saving the assessment, for example.

Important Learner responses will not be saved if assessments have been discarded.

Examples

reportsApp.getReport('my-live-report-id').on('terminate', function () {
    console.log('This code executes when the assessment has been terminated.');
});

Related articles

  • The exitAndDiscard() method, which discards and terminates the assessment for the specified learners.
Was this article helpful?

Did you arrive here by accident? If so, learn more about Learnosity.