setActivityTitle - Methods - Author API

Author API Methods

setActivityTitle()

Sets the title of the Activity being edited.

You would want to use this method so that you can programmatically set a default prefix for the title for all Activities, for example.

Examples

var hasUpdatedTitle = authorApp.setActivityTitle("My new Activity title");
console.log(hasUpdatedTitle);

Arguments

  • title string

    The Activity title content.

Return value

Type boolean

Returns true if successful.

Returns false if unable to set the Activity title, for example, when not in the Activity editor view.

Related articles

Was this article helpful?

Did you arrive here by accident? If so, learn more about Learnosity.