Skip function

Hi there,

I am designing a form with the following questionnaire;

Age of Respondent 10-14 years
15-19 years
20-24 years
25-49 years
50+ years

Marital Status

Parental Status

I would like a scenario whereby if I select the first three highlighted
sections, I will be directed to Parental Status and skip Marital
status...Also if I select 25-49 years and 50+ years, I will be taken to
Marital status and then skip Parental Status.

Thank you for your usual support.

Regards,

Yeukai

Hello Yeukai,

To do so, you can put a relevant condition in each line:

  1. Marital Status - telling the system to display this question, only if 25-49 years or 50+ years is selected in the previous question,

${age_respondant} = '2549' or ${age_respondant} = '50'

  1. Parental Statuts - telling the system to display this question, only if 10-14 years, 15-19 years or 20-24 years is selected in the previous question

${age_respondant} = '1014' or ${age_respondant} = '1519' or ${age_respondant} = '2024'

Please refer to the attached example.

Christina Andriatovohery
Director of Client Support
DataWinners.com

XLSForm_Age.xlsx (10.6 KB)

··· On Thursday, April 7, 2016 at 5:47:10 PM UTC+3, Yeukai Kusikwenyu wrote: > Hi there, > > > I am designing a form with the following questionnaire; > > > > > > > > > > > > > > > > > > Age of > Respondent > 10-14 years > > > > 15-19 years > > > > 20-24 years > > > > 25-49 years > > > > 50+ years > > > > > > > Marital Status > > > > > > > > Parental > Status > > > > > > > > I would like a scenario whereby if I select the first three highlighted sections, I will be directed to Parental Status and skip Marital status...Also if I select 25-49 years and 50+ years, I will be taken to Marital status and then skip Parental Status. > > > Thank you for your usual support. > > > Regards, > > > Yeukai

Hi Christina,

Thank you very much, it worked. Have blessed day.

Regards,

Yeukai

··· On Fri, Apr 8, 2016 at 11:13 AM, wrote:

Hello Yeukai,

To do so, you can put a relevant condition in each line:

  1. Marital Status - telling the system to display this question, only if
    25-49 years or 50+ years is selected in the previous question,

${age_respondant} = '2549' or ${age_respondant} = '50'

  1. Parental Statuts - telling the system to display this question, only if
    10-14 years, 15-19 years or 20-24 years is selected in the previous question

${age_respondant} = '1014' or ${age_respondant} = '1519' or
${age_respondant} = '2024'

Please refer to the attached example.

Christina Andriatovohery
Director of Client Support
DataWinners.com

On Thursday, April 7, 2016 at 5:47:10 PM UTC+3, Yeukai Kusikwenyu wrote:

Hi there,

I am designing a form with the following questionnaire;

Age of
Respondent
10-14 years

15-19 years

20-24 years

25-49 years

50+ years

Marital Status

Parental
Status

I would like a scenario whereby if I select the first three highlighted
sections, I will be directed to Parental Status and skip Marital
status...Also if I select 25-49 years and 50+ years, I will be taken to
Marital status and then skip Parental Status.

Thank you for your usual support.

Regards,

Yeukai

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to a topic in the
Google Groups "ODK Community" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/opendatakit/rD-KpB0VghU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.