How to build skip a set of questions based on certain input value?

I am not sure, whether I put the subject correctly.

I am building a survey and it would take set of inputs depending upon
the Gender (Male/Female)

E.g;

Q1. Gender : Male / Female

If Male : Question no 2 to 5

If Female : Question No 6 to 10

Thanks,
Nayak

hi nayak,

you should take a look at the
https://bitbucket.org/javarosa/javarosa/wiki/buildxforms. you want to
focus on the skip logic sections to figure out how to do that. we're
working on an easier to use guide, but that's still a few weeks away.

you can also check out our sample household form survey at
http://code.google.com/p/opendatakit/source/browse?repo=forms. it has
some examples of skip logic there.

hope that helps,

yaw

··· On Wed, Apr 13, 2011 at 22:24, Baidyanath Nayak wrote: > I am not sure, whether I put the subject correctly. > > I am building a survey and it would take set of inputs depending upon > the Gender (Male/Female) > > E.g; > > Q1. Gender : Male / Female > > If Male : Question no 2 to 5 > > If Female : Question No 6 to 10 > > Thanks, > Nayak > > -- > Post: opendatakit@googlegroups.com > Unsubscribe: opendatakit+unsubscribe@googlegroups.com > Options: http://groups.google.com/group/opendatakit?hl=en >

I found this to be helpful http://code.google.com/p/opendatakit/wiki/XFormLogicExplained

Hope that helps someone.

Matt

··· On Apr 14, 12:40 pm, Yaw Anokwa wrote: > hi nayak, > > you should take a look at thehttps://bitbucket.org/javarosa/javarosa/wiki/buildxforms. you want to > focus on theskiplogicsections to figure out how to do that. we're > working on an easier to use guide, but that's still a few weeks away. > > you can also check out our sample household form survey athttp://code.google.com/p/opendatakit/source/browse?repo=forms. it has > some examples ofskiplogicthere. > > hope that helps, > > yaw > > > > > > > > On Wed, Apr 13, 2011 at 22:24, Baidyanath Nayak wrote: > > I am not sure, whether I put the subject correctly. > > > I am building a survey and it would take set of inputs depending upon > > the Gender (Male/Female) > > > E.g; > > > Q1. Gender : Male / Female > > > If Male : Question no 2 to 5 > > > If Female : Question No 6 to 10 > > > Thanks, > > Nayak > > > -- > > Post: opendatakit@googlegroups.com > > Unsubscribe: opendatakit+unsubscribe@googlegroups.com > > Options:http://groups.google.com/group/opendatakit?hl=en