Public Method Items API

mode

Values

Possible values:
  • "detailed"

    An object with response_ids as keys and boolean as value indicating whether the quesiton is valid or not.

    For individual Questions, shows true if the overall response is correct or false if incorrect.

  • "detailedWithPartials"

    Returns results similar to the "detailed" mode with further information for multi-part Questions. Each Question will display:

    • correct: shows true if the overall response is correct or false if incorrect
    • partial: an array showing the boolean result of each individual response in multi-part Questions.
Was this article helpful?