A question component of an
ApplicationQuestionnaire
.This consists of identifiers for the library question and its preferred response choices.Fields
Name | Description |
---|---|
String! | The type of the component.This is always Question . |
String! | The identifier of the library question or suggestion that the component is based on.If the library question was suggested via the applicationLibraryQuestionSuggestions query,
you should supply the ApplicationLibraryQuestionSuggestion.id rather than the ApplicationLibraryQuestion.id .If the library question was retrieved outside of a suggestion context,
you may supply its underlying ApplicationLibraryQuestion.id . |
[String!] | The selected response choice identifiers for the question.The identifiers should be populated from available response choices within ApplicationQuestion.responseChoice returned with question suggestions. |
Seen in
Parent name | Parent type | Description |
---|---|---|
Input Object | libraryQuestion field |