Initialization Option Author API

aligned_tag_type

Defines what Tag type will be used when a standard is tagged against an Item.

You would want to use this to align standards to Learnosity Tags.

See Configuring Academic Benchmarks standards integration for more information on aligning Tags.

Examples

var initializationOptions = {
    "config": {
        "global": {
            "ab_standards": {
                "aligned_tag_type": "my_tag_type"
            }
        }
    }
};

Values

Request object key config.global.ab_standards.aligned_tag_type

Default: "lrn_ab_aligned"

Type string

Versioning

Version added: v2021.3.LTS

Related articles

Was this article helpful?