Questions API Initialization
question_source
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.
Note This behavior only affect activities initializing in "resume"
or "review"
states.
Values
Attribute path question_source
Default raw
Type string
Possible values
-
"original"
retrieves the Question JSON captured on init. This is always the original Question as seen by the student. -
"scorable"
retrieves the version of the Question currently used for backend scoring. Unless modified via the rescoring process, this will be the same as the original Question seen by the student. -
"raw"
uses the raw JSON definitions passed in thequestions
array.
Versioning
Version added: v2020.3.LTS