Assess API Initialization
allow_continue
Controls whether a user is allowed to proceed with the assessment after acknowledging the warning.
Important When set to false, you should ensure that the warning message includes clear guidance on the recovery steps, such as switching browsers or restarting the assessment in Safari.
Examples
// Items API - Allow users to proceed with the assessment after acknowledging the warning dialog
var initializationOptions = {
"config": {
"configuration": {
"compatibility": {
"video": {
"global_browser_warning": {
"enabled": true,
"allow_continue": true
}
}
}
}
}
};
// Assess API - Allow users to proceed with the assessment after acknowledging the warning dialog
var initializationOptions = {
"configuration": {
"compatibility": {
"video": {
"global_browser_warning": {
"enabled": true,
"allow_continue": true
}
}
}
}
};
Values
Attribute path configuration.compatibility.video.global_browser_warning.allow_continue
Default false
Type boolean
Versioning
Version added: v2025.3.LTS