Initialization Option Items API

countdown

Set the amount of time before the learner's session ends, in the context of proctored assessments.

When using live progress to conduct an assessment and the proctor ends a learner's session, a warning dialog with a countdown timer is shown. You can configure how many seconds this dialog is shown before the learner is redirected.

Examples

// Change the count down time for exiting an assessment when a proctor has ended the learner's session
var initializationOptions = {
    "config": {
        "time": {
            "countdown": 20
        }
    }
    // ...
};

Values

Request object key config.time.countdown

Default: 10

Type number

Was this article helpful?