item.section.next - Events - Items API

Items API Events

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?

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