InferPositionProfile_ApplicationQuestionApplicationQuestionnaire.This consists of label text displayed to a user and an input for them to select a response.| Name | Description |
|---|---|
InferPositionProfile_ApplicationQuestionnaireComponent | A component of an application questionnaire.This only contains identifying metadata;
the componentTypeCode can be used to determine the concrete type of the component. |
| 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:
|
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:
|
The identifier for the ApplicationQuestionnaireComponent. | |
[InferPositionProfile_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. |