test.proctor.resumed - Events - Assess API

Assess API Events

test:proctor:resumed

Fires when a proctor resumes an assessment.

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:resumed', function () {
    console.log('This code executes when a proctor resumes an assessment.');
});

Related articles

Was this article helpful?

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