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.
Public Method Questions API

recording

Type: object

Examples

var audioQuestion = myLearnosityApp.question('60001');

audioQuestion.recording.start();
audioQuestion.recording.pause();
audioQuestion.recording.retryUpload();
audioQuestion.recording.stop();

Properties

  • pause function

    Important Audio or Video question only.

    Pause recording the user's response.

  • retryUpload function

    Important Audio question only.

    Attempts to retry uploading the user's audio response.

  • start function

    Important Audio or Video question only.

    Begin recording the user's response.

  • resume function

    Important Audio or Video question only.

    Resume recording the user's response.

  • stop function

    Important Audio or Video question only.

    Stop the recording of the user's response.

Was this article helpful?