feedback.start - Events - Feedback Aide API

Feedback Aide API Events

feedback:start

Fired when the public method generateFeedback is called.

You would want to be notified about this event firing, because you might want to update your application UI to indicate the feedback generation has started, for example.

Examples

feedbackSession.on('feedback:start', function () {
    console.log('set feedback started')
});
Was this article helpful?

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