Initialization Option Items 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 config.questions_api_init_options.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 latest/raw JSON definitions loaded by Items API from the Itembank.
Was this article helpful?