A question component of an
ApplicationQuestionnaire
.This consists of label text displayed to a user and an input for them to select a response.Implements
Name | Description |
---|---|
A component of an application questionnaire.This only contains identifying metadata;
the componentTypeCode can be used to determine the concrete type of the component. |
Fields
Name | Description |
---|---|
String! | The type of the component.This is always Question . |
The identifier for the ApplicationQuestionnaireComponent . | |
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:
|
String! | The source of the component.Currently, two codes are defined:
|
ApplicationLibraryQuestion | The underlying library question that the component is based on.The availability of this field is dependent on sourceCode :
|
[ApplicationQuestionChoice!] | The collection of possible responses.
|
String | A partner-provided unique ID for the question.This can be used to correlate the question back to its corresponding representation in your software. |
Seen in
Parent name | Parent type | Description |
---|---|---|
Object | component field |