Initialization Option Author API

activity_edit

Configure options relating to the Activity editor view.

Examples

var initializationOptions = {
    "config": {
        "activity_edit": {
            // ...
        },
        // ...
    }
};

Values

Request object key config.activity_edit

Type object

This object has the following properties which can be configured.

  • activity_preview object

    Configure options relating to the Activity preview.

  • adaptive_fields object

    Configure options relating to the adaptive fields of an Activity.

  • annotations object

    Configuration options relating to the customization of Annotations API modules in Assessment player.

  • back boolean

    Controls whether back button is shown in the Activity editor view.

  • customize_presets object

    Configuration option for the assessment player UI (regions) customization interface.

  • difficulty object

    Configuration for the difficulty field of an Activity.

  • duplicate object

    Configuration options for the Activity duplication behavior.

  • default_player_template string

    The assessment player template which will be selected by default when creating a new Activity.

  • enabled_player_templates array

    A list of all available assessment player templates as specified in the player_templates initialization option and any saved templates.

  • item object

    Configuration options for the Items tab inside the Activity editor view.

  • item_search object

    Configuration options for the Item search views such as the Item picker for Activities, intro and outro Item picker views for the assessment player, used by the Activity editor.

  • item_title object Deprecated

    Configuration option for the Item title in the Activity edit view.

  • mode object

    Configuration options for the Activity editor view.

  • override_labels object

    Configuration option for the customization of the assessment player's label bundles.

  • player object

    Configuration options for the assessment player.

  • player_templates array[PlayerTemplateObject]

    Define custom assessment player templates for authors to select from in the Activity editor.

  • player_template_builder object

    Configuration option for the assessment player template builder.

  • reference object

    Configuration options for the Activity reference.

  • resource_item object

    Configuration option for the Resource Item picker.

  • save object

    Configuration options for the Activity save behavior.

  • status object

    Configuration option for the Activity status.

  • source boolean

    Controls whether the source tab is shown.

  • tags object

    Configuration options for the Activity Tags.

  • tags_on_create array[tagsV2]

    Specifies Tag objects which are added to a new Activity when saved.

  • title object

    Configuration options for Activity titles.

Was this article helpful?