Author API Initialization
enable_audio_recording
Controls whether authors can make new audio recordings with the audio player simple Feature. This audio recording will then be embedded into the Question so that learners can listen to the recording during an assessment.
You would want to use this to allow authors to conveniently create audio content immediately when embedding an audio player into a Question.
Examples
var initializationOptions = {
"config": {
"item_edit": {
"item": {
"enable_audio_recording": true
}
}
}
};
Values
Attribute path config.item_edit.item.enable_audio_recording
Default false
Type boolean
Caveats
See What Browsers Does Learnosity Support? to learn which browsers support recording audio.
The host page must be loaded using HTTPS to be able to record audio.