ApplicationQuestionResponse
Object

A candidate's response to a question in the questionnaire.

Implements

Name
Description
A response to a component in a questionnaire.This only contains metadata related to the component responded to in the questionnaire. The implementation of a response is based on the componentTypeCode of its component.

Fields

Name
Description
The answers provided by the candidate.For SingleSelect and FreeText this will be a single element array.
The question this is responding to.
componentTypeCode* 
String!
The type of the component.This is always Question.
score 
Float
How well the candidate answered the question against the hirer's preferences.The score is calculated differently based on the responseTypeCode:
  • For FreeText, the score will be null.
  • For MultiSelect, the score will be between 0 and 1 as a floating point. For example, if the candidate selected half of the preferred answers, the score would be 0.5.
  • For SingleSelect, the score will be either 1 or 0 based off whether or not the candidate selected a preferred answer.

Seen in