Items API Initialization
auto_retry_failed_images
This option will attempt to reload any images that have failed to load within Questions and Features in the assessment.
You would want to specify this option to improve image delivery, so that learners using a degraded internet connection can have a better chance of loading an image when their internet connection drops out and reconnects, for example.
Examples
var initializationOptions = {
"config": {
"configuration": {
"auto_retry_failed_images": true
}
}
};
Values
Attribute path config.configuration.auto_retry_failed_images
Default false
Type boolean