changed - Events - Questions API

Questions API Events

changed

Fires when the learner has entered or selected a response.

You would want to be notified about this event firing, because you would want to know when the learner has interacted with the assessment so that you can update your application interface, for example.

Examples

itemsApp.question('[my_response_id]').on('changed', function () {
    console.log('This code executes when the learner has entered or selected a response.');
});

Related articles

Was this article helpful?

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