Questions API Methods
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
).