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

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

Request object key 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 the questions array.

Versioning

Version added: v2020.3.LTS

Was this article helpful?