Initialization Option Items API

captureOnResumeError

By default, when initializing an activity in the "resume" state, Items API will trigger an error for any question's response_id not found within the Learnosity database.

If enabled, Items API will suppress the above error, effectively applying the same behavior as the "initial" state for those questions.

This only applies to activities initialized with "submit_practice" type.

Important As of Items API v1.76, this functionality is deprecated due to changes in state management.

Values

Request object key config.questions_api_init_options.captureOnResumeError

Default: false

Type boolean

Was this article helpful?