test.submit - Events - Items API

Items API Events

test:submit

Fires when the assessment submission begins.

You would want to be notified about this event firing, because you might want to display a progress dialog showing the submission status in your application, for example.

Examples

itemsApp.on('test:submit', function () {
    console.log('This code executes when the assessment submission begins.');
});

Related articles

Was this article helpful?

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