Items API Initialization
decouple_submit_from_review
Allows the assessment player review screen to be used as a separate tool without following the submission flow. By default, using the review screen is mandatory before submission.
You would want to use this to allow the learner to immediately submit at the end of the assessment without entering the review screen.
Note This setting will only apply if the review screen button is configured for display within regions.
Examples
// Items API
// Skip the review screen before submitting
var initializationOptions = {
"config": {
"configuration": {
"decouple_submit_from_review": true
}
}
};
Values
Attribute path config.configuration.decouple_submit_from_review
Default false
Type boolean