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.
Initialization Option Questions API

render_with_captured_questions

Deprecated
This option has been deprecated.

If set, Questions API will attempt to render questions using saved data within the Learnosity database, instead of the values passed in the questions array.

render_with_captured_questions has been deprecated. Please use question_source instead. render_with_captured_questions: true is an alias of question_source: "original".

If both of render_with_captured_questions and question_source are provided, question_source takes precedence.

Note This behavior only affect activities initializing with "resume" or "review" state.

Values

Request object key render_with_captured_questions

Default: false

Type boolean

Was this article helpful?