Items API Initialization
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
Attribute path retrieve_tags
Default false
Type boolean
Related articles
- Understanding Tag Formats for Content Creation and Filtering
- The
getTags()
method, the method used to get the Tag information for all Items in the assessment.