Questions API Methods
validate()
Validate the current response for the question instance.
Arguments
-
options object
-
showCorrectAnswers boolean
When
true
, correct answers will be displayed with the validation UI.Default:
false
-
showDistractorRationale boolean | DistractorRationaleOptions
Determines whether distractor rationale are displayed with the validation UI.
When omitted, the
show_distractor_rationale
configuration from the Initialization object will be used in its place. -
feedbackAttempts boolean
When
true
, this will incrementfeedbackAttemptCount
or do nothing if thefeedbackAttemptCount
limit has already been reached.Default:
false
-
-
callback function
Callback that can be used for asynchronous Question types. Optional.
Return value
None (undefined
).