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.
Public Method Questions API

getAttemptedStatus()

Returns an object that contains question attempt status according to the response.

Arguments

None.

Return value

Value object

Properties

  • hasReachedMinLimit boolean | null

    If the Question has min_selection applied, it will return a boolean value according to the Question response.

    If the Question does not have min_selection applied, it will return null.

Versioning

Version added: v2020.2.LTS

Was this article helpful?