Question Editor API Initialization
question_type_templates
Customize the Question type templates.
Each template acts as a variation of its base Question type.
Values
Attribute path question_type_templates
Type object
Each object is identified by a key which represents the Question type, for example, mcq
, shorttext
.
The value must be an array of objects in order to allow for multiple variations of each Question type.
Properties
-
[questionTypeName] array[object]
Attributes
hidden
,hidden_sections
,shown
,shown_sections
, anddefaults
extend the definitions inquestion_types
. -
questionTypeName
Attributes
hidden
,hidden_sections
,shown
,shown_sections
, anddefaults
extend the definitions inquestion_types
.