Initialization Option Author API

persist

Controls whether the Activity data is saved in the Item bank.

You would want to use this to prevent saving data with Learnosity and instead, store your Activity data in your own database, for example.

Examples

var initializationOptions = {
    "config": {
        "activity_edit": {
            "save": {
                "persist": false
            }
        }
    }
};

Values

Request object key config.activity_edit.save.persist

Default: true

Type boolean

Related articles

  • The saveActivity() method, which allows you to save the current Activity being edited.
Was this article helpful?