Items API Initialization
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.
You would want to enable this option to suppress errors for missing response IDs in the review
state which may happen when authors add new questions to existing items that have been submitted.
Important Use with caution: While captureOnResumeError
is supported in both resume
and review
modes, this flag may suppress errors caused by changes to assessment content after submission. This can result in mismatches between session data and updated content, potentially affecting grading accuracy or reports.
Values
Attribute path config.questions_api_init_options.captureOnResumeError
Default false
Type boolean