Initialization Option Items API

retrieve_tags

Retrieves Tags for all Items when the assessment is loaded.

You would want to use this option so that you can do content debugging in testing environments or display the Item Tags in your application, for example.

To retreive the Tag information in an assessment, use the getTags() method.

Examples

var initializationOptions = {
    retrieve_tags: true
    // ...
};

Values

Request object key retrieve_tags

Default: false

Type boolean

Related articles

Was this article helpful?