Questions API Initialization
render_with_captured_questions
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
Attribute path render_with_captured_questions
Default false
Type boolean