Hi,
I have 20 questions in my form, 10 screening questions and 10 main questions. I put them together in one form. When she/he answers 10 screening questions I see he/she can not participate in the interview for the main questions. I want to stop and start with the new case. But I dont know about the command to start with the new case when she/he do not finish the main questions yet,
Thanks so much for your help
Linh
New CSEntry for Android 6.1
-
josh
- Posts: 2403
- Joined: May 5th, 2014, 12:49 pm
- Location: Washington DC
Re: New CSEntry for Android 6.1
You can end a case early using the endlevel statement. For example:
if AGE < 15 then
endlevel;
endif;
if AGE < 15 then
endlevel;
endif;