This is a lower-level API. Lower-level APIs are not recommended for most projects, and may not be available on all plans. See our page on recommended deployment patterns for more information.
Initialization Option Question Editor API

group_defaults

This config option allows you to show or hide the "default" Learnosity template groups in the tile view (for example, Multiple Choice, Fill in the Blanks (Cloze)). You can see the default groups here.

How the tile view is affected depends on the values set for several other initialization options, primarily question_type_groups - see below for this behavior.

  • If this option is set to true and question_type_groups is not set (i.e. the default values in both cases) the default groups will be shown.
  • If this option is set to true and question_type_groups is set, groups will extend the defaults.
  • If this option is set to false, and question_type_groups is not set, no groups will be shown at all.
  • If this option is set to false, and question_type_groups is set, then only these defined groups will be shown.

For a comprehensive overview of tile view customization, including behavior when customizing the template defaults (via template_defaults and question_type_templates) please see the help article Customizing the Tile View With Author API

Values

Request object key group_defaults

Default: true

Type boolean

Was this article helpful?