rendering_type - Initialization - Grading API

Grading API Initialization

rendering_type

Specifies how the user interface is rendered.

You would want to use this to control the presentation mode of Items and Questions, ensuring the user experience matches your integration requirements.

Note "inline" is the only rendering type currently available.

Examples

var initializationOptions = {
    "rendering_type": "inline"
    // ...
};

Values

Attribute path rendering_type

Default "inline"

Type string

this is a mandatory property.

Was this article helpful?

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