ApplicationQuestionChoice
Object

A possible response to an ApplicationQuestion.

Fields

Name
Description
The identifier for the ApplicationQuestionChoice.
preferredIndicator* 
Boolean!
Whether this choice is preferred when scoring the answers.This is not displayed to the candidate.
selectedIndicator* 
Boolean!
Whether this choice was explicitly selected as a preference.When authoring a new questionnaire based on existing questions, response choice selections may be pre-filled from this indicator.
  • For a custom question, this always matches preferredIndicator.
  • For a library question, this is set for bounding preferences only.For example, a library question may define choices 1–5, and require a minimum and maximum to be selected as a range preference. Selecting the range 2–4 will set preferredIndicator for choices 2, 3, and 4, and selectedIndicator for bounding choices 2 and 4.
This is not displayed to the candidate.
text* 
String!
Text of the choice displayed to the candidate.
applicationLibraryQuestionChoice 
ApplicationLibraryQuestionChoice
The underlying library question choice that the question choice is based on.The availability of this field is dependent on the parent ApplicationQuestion.sourceCode:
  • Custom is always null.
  • Library is always non-null.
value 
String
A partner-provided unique ID for the question choice.This can be used to correlate the choice back to its corresponding representation in your software.

Seen in

Parent name
Parent type
Description
Object
responseChoice field
Object
choice field