Initialization Option Items API

name

Specifies a human-friendly name of the Activity that will be displayed in Reports API and Data API. It is limited to a maximum of 255 characters, and any longer input will be truncated.

Examples

var initializationOptions = {
    name: "Math Final Exam 2023"
    // ...
};

Values

Request object key name

Type string

Caveats

When using type set to "local_practice", this property is optional.

Related articles

this is a mandatory property.

Was this article helpful?