Understanding question and logic types to configure questions
createdAt
field in the screener response to cross reference with the screener update time to manage different qualifications.
questionType
can be selected from a set list of strings. Radio and checkbox answers can have additional answer logic and skip logic applied.
questionType | Use case | answerValue Schema | Skip logic |
---|---|---|---|
radio | Single select | 1 = Qualify 2 = Disqualify | Yes |
checkbox | Multi select | 1 = May Select 2 = Must Select 3 = Disqualify | Yes |
singleLineTextbox | Short form text box | n/a | No |
multiLineTextbox | Long form text box | n/a | No |
numericBox | Single entry number | n/a | No |
sliderScale | Number selector | n/a | N |
isRequired
is set to true
and skipLogic
is set to false
radio
and checkbox
questions can include skip logic
other
option, but do not require itradio
example shows the inclusion of an other
option while checkbox
example shows no other
option