This is a lower-level API. Lower-level APIs are not recommended for most projects, and may not be available on all plans. See our page on recommended deployment patterns for more information.
Event Assess API

test:proctor:goto

Fires when a proctor navigates the assessment to a different Item.

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:goto', function () {
    console.log('This code executes when a proctor navigates the assessment to a different Item.');
});

Related articles

Was this article helpful?