This is a lower-level API. Lower-level APIs are not recommended for most projects, and may not be available on all plans. See our page on recommended deployment patterns for more information.
Event Questions API

recording:stopped

Fires when the recording has stopped.

You would want to be notified about this event firing, because you may want to hide an icon to indicate that recording has stopped, for example.

Note When this event has fired, the recorded data is sent to the Learnosity servers for processing and compression. When the learner has saved their assessment and returns to the Question, they will received the processed file for playback. For further information on how the files are processed see Guidelines for Audio Recording and Using Video Recorder Questions With Learnosity.

Important Available for Audio or Video Question types only.

Examples

itemsApp.question('[my_response_id]').on('recording:stopped', function () {
    console.log('This code executes when the recording has stopped.');
});

Related articles

Was this article helpful?