test.proctor.terminated - Events - Items API

Items API Events

test:proctor:terminated

Fires when a proctor terminates an assessment. This means that the specific assessment has been discarded and not saved.

You would want to be notified about this event firing, because you might want to inform the learner that their assessment has been discarded, for example.

Examples

itemsApp.on('test:proctor:terminated', function () {
    console.log('This code executes when a proctor terminates an assessment.');
});

Related articles

Was this article helpful?

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