Author API Initialization
show
This is a premium feature and may not be included in your product license. For more information, reach out to your Learnosity Customer Success Manager.
Controls whether the seeding exposure, operational exposure, and Items average difficulty fields of an Activity are shown.
You would want to use this so that you can let the author view the adaptive characteristics of an Activity.
Note These fields are read-only.
Examples
var initializationOptions = {
"config": {
"activity_edit": {
"adaptive_fields": {
"show": true
}
}
}
};
Values
Attribute path config.activity_edit.adaptive_fields.show
Default false
Type boolean
Versioning
Version added: v2021.3.LTS