| NIPO ODIN Version 5.17Jump to Question Response CodeYou can configure a response code to first jump to a specific question in the NIPO ODIN questionnaire, by adding a *GOTOcommand in the specification in the survey configuration file. This question-block in the NIPO ODIN questionnaire should be closed with another response code (*END,*ENDST,*CUT, et cetera), as the non-response list will be unavailable. Response code to jump to specific question first in Survey.INI [Config]RESPC41T=Terminate interview *GOTO 9001
 RESPC41=1,AVAIL
 Response code handling in SurveyQ *QUESTION 9001 *CODES 101L1Before actually terminating the interview, may I ask you for your age?
 
 1: 18-44
 2: 45-64
 3: 65+
 
 *QUESTION 9002
 Thank you very much.
 
 *ENDST 42
 |