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

premium

Some of the question types, or features are defined as premium, and therefore are hidden from authoring unless explicitly enabled. This configuration works as an allowlist, and allows to specify them one by one. Please check the example configuration below.

Examples

premium: {
    question_types: ['video'],
    attributes: {
        fileupload: ['allow_video']
    }
}

Values

Request object key premium

Type object

The following object properties can be configured.

  • question_types array

    Array of premium question type IDs.

  • attributes object

    List of features organised by question type IDs.

Was this article helpful?