Initialization Option Author API

show

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

Request object key config.activity_edit.adaptive_fields.show

Default: false

Type boolean

Versioning

Version added: v2021.3.LTS

Related articles

Was this article helpful?