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

getScores()

Obtains an object containing scores for all auto-scorable questions in the activity, keyed by the question reference (response ID).

Arguments

  • callback function
    Optional. Callback that must be used to get scores in cases where asynchronous Question types are present.
    • scores QuestionsScores
      As per return description above.

Return value

Value object

An object containing scores for auto-scorable questions, keyed by question reference (response ID).

Properties

  • [questionReference] Score
Was this article helpful?