Initialization Option Items API

attribute_overrides

This allows activity level overrides to be specified in init options.

If an attribute is specified as true, then it will override this attribute to true in question JSON for all questions which support this attribute in the activity.

If an attribute is specified as false, then it will override this attribute to false in question JSON for all questions which support this attribute in the activity.

If an attribute is unspecified, the behavior specified by the question JSON will apply.

Values

Request object key config.questions_api_init_options.attribute_overrides

Type object

Possible values:
  • "instant_feedback" will toggle visibility of the Check Answer Button in the question.
  • "spellcheck" will turn the browser spellcheck on or off.
Was this article helpful?