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 Questions 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 behaviour specified by the question JSON should apply.

Values

Request object key 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.

Versioning

Version added:  v2021.2.LTS

Was this article helpful?