Author API Initialization
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
Attribute path config.activity_edit.save.persist
Default true
Type boolean
Related articles
- The
saveActivity()
method, which allows you to save the current Activity being edited.