save.start - Events - Grading API

Grading API Events

save:start

Fired when the gradingApp.save() method is called.

You would want to be notified about this event firing, because you might want to update your application UI to indicate that the saving of the updated score or feedback has started, for example.

Examples

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

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