Items API Initialization
subtitle
Sets the subtitle of the assessment player. The subtitle is an additional line of text that appears below the main assessment title.
You would want to specify this option so that you can provide additional information supporting the title text of the assessment player.
Important Supported with rendering_type: "assess"
only.
Examples
// Set a title and subtitle for the assessment player
var initializationOptions = {
"config": {
"title": "Math 101 Exam",
"subtitle": "Algebra and Geometry"
}
// ...
};
Values
Attribute path config.subtitle
Default ""
Type string
Related articles
- The
title
initialization option, which can be used to configure the title of the assessment player.