Select multiple proplem (file attached)

Hi

I am new to ODK and i have a survey question where i am selecting multiple
responses e.g. what kind of alcohol do you usually rink and i have the
types (Beer,Wine,Home-brewed or Spirits) if a person chooses spirits i
would like the spirit to be specified .What i have noticed is ODK lumps
these responses in one field and its
kind of difficulty for me to get is "spirit" was selected so that i use
this on the relevant column of the specify_other field.

I hope i have explained myself properly

Mukanya

problem.xls (27 KB)

Hi Mukanya,
By my understanding, your problem is that the specify_other field isn't
appearing when someone selects "Spirits", right?
If that's the issue, try using alphabetic names in your options lists
rather than integers, and try using a formula like this:
selected(${Q5.1.2_alc_type}, 'option_name')
Regards,
-Nathan

ยทยทยท On Tuesday, June 12, 2012 2:17:46 AM UTC-7, Mukanya wrote: > > Hi > > I am new to ODK and i have a survey question where i am selecting multiple > responses e.g. what kind of alcohol do you usually rink and i have the > types (Beer,Wine,Home-brewed or Spirits) if a person chooses spirits i > would like the spirit to be specified .What i have noticed is ODK lumps > these responses in one field and its > kind of difficulty for me to get is "spirit" was selected so that i use > this on the relevant column of the specify_other field. > > I hope i have explained myself properly > > Mukanya >