test.submit.success - Events - Assess API

Assess API Events

test:submit:success

Fires when an assessment is successfully submitted.

You would want to be notified about this event firing, because you might want to update your progress dialog to show the submission was successful, for example.

Examples

itemsApp.on('test:submit:success', function () {
    console.log('This code executes when the assessment is successfully submitted.');
});

Related articles

Was this article helpful?

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