|
|||||||||
![]() |
|||||||||
|
|
|
How to Build a Survey – Branching, Skip Patterns and Randomization
Question Sequence When Building A Survey The main tools used in building a branching survey are skip patterns, branching and randomization. A survey that allows different respondents to receive a different set of questions may be a result of the following: Simple skip patterns: The respondent answered one question in a specific way and therefore skips to a designated question further down the survey. Branching: A compound list of conditions is met (they answered several and met several different conditions) and were sent to a designated question further down the survey, or were only presented with a given question if conditions based on previous answers were met. Blocking: A set of questions are defined as a block and based on conditions met, the block is presented. Randomization: Used to prevent order bias in presentation of
For example, a patron of a restaurant may be
asked to evaluate the “overall quality of service received during their
visit”. However, if they indicate that the visit was
less than satisfactory, we want to ask the question "What could have
been done to make your visit more enjoyable?" If (question # ) (state condition:
<,
= , >, <=, >=, not
equal) (value), then (action: skip forward to the target question ) Survey branching must be carefully charted out. For simplicity, make sure all of your questions are in their final order before the branching pattern is implemented. It is best to flowchart questions and order questions so that you can visually see where your branching occurs and so that you will avoid logic and branching errors. Question Sequence and Branching: Conditional
Branching occurs only if the
condition is met. An example of conditional branching is the statement: Unconditional
Branching occurs as a direct
statement with no conditions. For example, "Branch to question 5" is
an unconditional statement. Unconditional statements can be inserted for text
questions or at the end of a branch path to bring the respondent to a specific
point in the main survey. Caveats about
Building Branching Surveys:
Branching creates what are called "Opportunities for Disruption"
meaning that the respondent often justifies discontinuing of the survey when a
whole new page of questions appears. One recent study resulted in a 25%
respondent discontinuation when the survey branched to a page with a large
number of questions on it. Respondent termination occurs most often when the
survey task continues beyond a reasonable time, number of pages, questions, or
when they are not committed to the survey (or group sponsoring the survey). |