NIPO ODIN Version 5.17

*ENDNGB

Purpose

Ends a questionnaire.

Syntax

*ENDNGB

Description

Terminates the questionnaire and marks the interview as ‘not successful, useful interview’. The data is stored in the appropriate files. In the T-file / Sample table record, if present, the response code '19: No success, answers written' is stored. Interviews with this code are (by default) not counted in the stratification.

Example

*QUESTION 1 *CODES 96
Do you own a VCR?

1: Yes
2: No *GOTO 99

*QUESTION 2 *CODES 97
Did you use your VCR yesterday?

1: Yes
2: No

*QUESTION 3 *CODES 98 *IF [ Q2,1 ]
Did you use it for playback or recording?

1: Playback
2: Recording
3: Both

*QUESTION 98
This was my final question. Thank you for your co-operation.

*END
*QUESTION 99

Then I don’t have any questions for you. Thank you.

*ENDNGB

See Also