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

submit()

Saves the user responses in the Learnosity Database, and flags them for grading. This will make them available via the Reports API and Data API.

The settings argument provides a way to define specific callbacks for events related to the submit operation. You should always use these to ensure that your submit operation completes successfully or at least throws an error.

Arguments

  • settings object
    • error ErrorCallback
    • progress ProgressCallback
    • success SuccessCallback

Return value

None (undefined).

Was this article helpful?