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 Assess API

warning_on_change

When navigating to the next Item, provide a warning message if the current Item has any Questions that do not yet have a response or do not achieve the minimum requirements.

Values

Request object key navigation.warning_on_change

Default: false

This option can be initialized as one of the following types: boolean object.

  • Type boolean
    Shows a warning message with the default behavior, which still allows users to navigate to the next Item.
  • Type object
    • disable_item_navigation boolean

      Setting this to true will hide the continue button from the warning dialog, and prevent Item navigation.

      Default: false

Was this article helpful?