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.