section.changed - Events - Assess API

Assess API Events

section:changed

Fires when the learner has navigated into a new section.

You would want to be notified about this event firing so that you can execute some code based on the transition to the new section of the assessment. For example, if the learner has navigated from a math section into an English section, you may want to add or remove a calculator or line reader feature.

Examples

itemsApp.on('section:changed', function () {
    console.log('This code executes when the learner has navigated into a new section.');
});

Related articles

Was this article helpful?

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