MultiselectScreenerQuestionInput
Input Object
Input for multi-select screener question.
Fields
questionInput MultiselectQuestionInput
Multi-select question format and metadata.
id ID! Required
Unique question ID.
question String! Required
Displayed question text.
options [SelectOptionInput!]! Required
Options.
minSelectionCount Int
Minimum selectable options.
maxSelectionCount Int
Maximum selectable options.
condition ConditionConstraintInput
Show this question only when a previous answer matches. Set the previous question ID and the value that activates this question.
Example: If the applicant answers yes to military service, show a follow-up about branch of service.
id ID! Required
Question ID used in the condition.
values [String!]! Required
Values that satisfy the condition when that question matches.
required Boolean! default:false
If true, the question is required. Unanswered optional questions return "". Default: false.
qualification MultiSelectQualificationQuestionInput
Qualification for this question. Indeed still delivers applications that do not meet the criterion (NON_BLOCKING).
type QuestionQualificationImplicationType! Required
How the qualification affects the Indeed Apply application.
match QualificationMultiValueTextMatchConfigurationInput! Required
Match evaluation.
type MatchStrategy! Required
Whether the answer must match any or all provided values.
values [String!]! Required
Values the applicant must match.
Example
{ "questionInput": MultiselectQuestionInput, "qualification": MultiSelectQualificationQuestionInput}