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

getScore()

Returns scoring information for the question instance.

Arguments

  • callback function
    Optional. Callback that must be used to get score for asynchronous Question types.
    • scores Score
      As per return description above.

Return value

Value object

Properties

  • max_score integer
  • score integer
Was this article helpful?