ApplicationQuestionInput
Input object

A question component of an ApplicationQuestionnaire.This consists of label text displayed to a user and an input for them to select a response.

Fields

Name
Description
componentTypeCode* 
String!
The type of the component.This is always Question.
questionHtml* 
String!
The HTML snippet of the question being asked to the candidate.Unsupported tags will be silently stripped when creating a questionnaire.This field has a maximum length of 1,000 characters.
responseTypeCode* 
String!
The type of the question response.Currently, three codes are defined:
  • FreeText for a free text response.
  • MultiSelect for choosing one or more responses from responseChoice.
  • SingleSelect for choosing a single response from responseChoice.
The collection of possible responses.For SingleSelect and MultiSelect this must contain between 2 and 99 elements, inclusive.
value 
String
A partner-provided unique ID for this question.This can be used to correlate the question back to its corresponding representation in your software. This must be unique across all components in the questionnaire.

Seen in

Parent name
Parent type
Description
Input Object
question field