Initialization Option Items API

enable_arrowkey_item_change

Specifies whether the keyboard arrow keys can be used for navigating forwards and backwards through Items in the assessment.

You would want to specify this option so that you can override the default keyboard interactions with the assessment player.

Important Consider web accessibility guidelines before enabling this option because changing the arrow key behavior may conflict with default screen reader controls.

Examples

var initializationOptions = {
    "config": {
        "navigation": {
            "enable_arrowkey_item_change": true
        }
    }
};

Values

Request object key config.navigation.enable_arrowkey_item_change

Default: false

Type boolean

Was this article helpful?