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

item:section:next

Fires just before a section transition.

You would want to be notified about this event firing, so that you can display a custom message to the learner, warning them about the change between assessment sections, for example.

Examples

itemsApp.on('item:section:next', function () {
    console.log('This code executes just before a section transition.');
});

Related articles

Was this article helpful?