Initialization Option Items API

skip_replay_animation

Causes replay animations to be skipped for all Question types, when set to true.

If this property is enabled in the "review" state, Question types that support replay animations won't show the replay animation (such as image highlight and drawing Question types).

The property skip_replay_animation will be considered true if either skip_replay_animation or skip_highlight_animation is set to true.

This property supersedes the skip_highlight_animation property, which has been deprecated.

Values

Request object key config.questions_api_init_options.skip_replay_animation

Default: false

Type boolean

Was this article helpful?