Using Logic to End a Response
Use [skip to exit] logic to send a respondent directly to the exit, based on their answer(s). Responses provided up to the point of exit or disqualification will be included in your data, and the respondent counted toward your total number of completes.
When to Use [skip to exit]
If your survey takes a typical funnel approach, with more general questions at the beginning followed by increasingly-specific questions, then you might encounter a situation in which the specificity of certain questions or branches is no longer relevant to all respondents. You can use [skip to exit] logic to fast-track these respondents out of the survey when they provide a response that indicates the subsequent questions won't be relevant to them. (There are other ways to achieve this using [show if], [hide if], and [group] logic, and variables, as well.) Another use for [skip to exit] logic would be if you want to exit respondents who aren't paying attention or answering thoughtfully. If you are sure you want to eject these respondents from continuing your survey, this logic can be placed on distractors, traps, or "red herring" answer options. Note: this logic is not meant to replace screening questions, which will pre-screen respondents. Respondents who are exited anywhere in the survey outside of prequalification questions will still count toward your total completes as respondents are logged as completing the survey. |
How to Use [skip to exit]
The following simplified examples are based on a hypothetical survey of dessert-eating habits. At this point in the survey, all remaining questions are focused on ice cream, so respondents who indicate they "never" consume ice cream can safely be exited.
Within Question TextIf you place your [skip to exit] logic within the text of a question, it should be within the question that will trigger the skip, not after it. [skip to] logic processes after the question has been answered. Q15. How often do you eat ice cream? [skip to exit if Q15A1] |
Within Answer TextHere we will achieve the same result by placing the logic command within the answer that will end the respondent's survey experience. Q15. How often do you eat ice cream? |
Multiple Response CombinationsThis example uses the answers to two questions in order to determine whether to exit the respondent. Because of the placement on Q16A1, this logic will process if the respondent selects "I do not enjoy eating ice cream" only if they previously indicated they "never" eat ice cream - at this point, it's clear that questions related to ice cream won't be relevant to this respondent. Q15. How often do you eat ice cream? Note: Logic will only activate when the answer(s) it is placed on are selected; logic on unselected answers will not be processed. As a slightly different approach, here we want the respondent to exit if they indicated they "never" eat ice cream and that they are either "indifferent to" or "do not like" ice cream. This version allows control of the survey flow based on the answer options they did not select, rather than those they did select. Q15. How often do you eat ice cream? |
Remember, [skip to] logic should be placed ahead of where you want it to execute because it is processed after the question is answered. For that reason--unlike most other logic syntax--it can include conditions based on the answers within the question in which it is placed.
In addition to these examples, there are numerous other creative ways to create the survey flow you need for your research using aytm logic.