config.activity_edit.player.time.auto_save.edit - Initialization - Author API

Author API Initialization

edit

Controls whether the "auto save at intervals of n seconds" option can be changed.

You would want to use this so that you can prevent authors from changing the option in the assessment player settings. The option will be shown but cannot be changed.

Examples

var initializationOptions = {
    "config": {
        "activity_edit": {
            "player": {
                "time": {
                    "auto_save": {
                        "edit": false
                    }
                }
            }
        }
    }
};

Values

Attribute path config.activity_edit.player.time.auto_save.edit

Type boolean

Was this article helpful?

Did you arrive here by accident? If so, learn more about Learnosity.