NIPO ODIN Version 5.17*GOTOPurpose Jumps to a question. Syntax
Description This command can be used on separate line, after a filter expression, on a code of a If used on a category it has to be on the same line as the code number definition. If the code is selected, the interview continues with the question specified. This command can also be used unconditionally. However, jumping into or out of a subroutine or repetition block is not allowed. If used on a response code of a NIPO CATI survey, the jump is made once the interviewer selects the code through the non-response list, for example: RESPC31T=Stop interview, jump to final questions *GOTO 9001 Any specifications for the code are ignored but they must exist. Make sure the indicated question exists and that the questionnaire is appropriately terminated afterwards, using for example Arguments
Remark If you jump back in your NIPO ODIN questionnaire to a question that is specified before the current position, a the message
When you jump (unconditionally) across some questions, the syntax check in the NIPO ODIN Developer gives an overview of questions that are never used: Info: Overview of unused questions: Note that NIPO ODIN Developer might consider questions as unused, due to complex filters that always evaluate to false, but in fact might be true during an interview (for example due to expressions based on random numbers or the contents of a sample field). Consider rewriting the filter in a less complex format. Example 1 *QUESTION 10 *CODES 268 Example 2 *QUESTION 10 *CODES 268 In both examples, those with a driver’s license continue with the first question after Q10, the others go to Q26. |
||
|