Initialization Option Items API

title

Sets the title of the assessment player. The title is the line of text that appears at the top of the assessment player.

You would want to specify this option so that you can show the name of this assessment.

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

Request object key config.title

Default: ""

Type string

Related articles

  • The subtitle initialization option, which can be used to configure the subtitle of the assessment player.
Was this article helpful?