You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
danielruss edited this page Apr 14, 2020
·
3 revisions
The quest tool allows the questionnaire provider to ask fairly complicated questions with follow-up question based on the responses. First let's discuss simple question.
The simplest question type asks the participant for some information.
For a simple numeric response
[Q1] How old are you? |__|__|participantAge|
would by default rendered as
For a simple text response
[Q2] What your father's first name? |__|dadFirstName|
For a simple multiple choice question
[Q3] Do you own a cell phone?
(0) no
(1) yes
For a question where you want to allow multiple simple responses (a set of checkbox)