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 |
---|---|
String! | The type of the component.This is always Question . |
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. |
String! | The type of the question response.Currently, three codes are defined:
|
[ApplicationQuestionChoiceInput!] | The collection of possible responses.For SingleSelect and MultiSelect this must contain between 2 and 99 elements, inclusive. |
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 |