Hi,
I am looking for the command to skip the last question of the questionnaire, i.e. end the questionnaire and save the case. Is
"if Q119=1
then endcase;
endif;"
the correct command?
Many thanks,
Claudia
Command to skip a question and finish and save case
-
claudia
- Posts: 57
- Joined: May 9th, 2017, 6:23 am
-
josh
- Posts: 2403
- Joined: May 5th, 2014, 12:49 pm
- Location: Washington DC
Re: Command to skip a question and finish and save case
You can use the command endlevel to do this. You could use "ask if" or skip without a target in the preproc of the last question.