Hi All,
I have a form with two radio button (YES and NO). the next object/page
should be involved based on which one of the two options is selected.
please help on how to implement this.
Thank you in advance
Hi All,
I have a form with two radio button (YES and NO). the next object/page
should be involved based on which one of the two options is selected.
please help on how to implement this.
Thank you in advance
see http://opendatakit.org/help/form-design/binding/ under "Branching:
Show this prompt if the answer to /widget/branch (a select1) is 'n'"
for an example.
You need to add Skip logic to your survey.
You can do that by editing the BIND statements in the XML.
You can do this graphically in a GUI form designer like
KoBoFormhttp://www.kobotoolbox.org/koboform/.
It's a good bit easier.
Try using : http://www.kobotoolbox.org/koboform/
There is a help page to get you started and show you all the tricks:
http://www.kobotoolbox.org/support/userguide/koboform
☞§※☼:airplane:
~Neil
Hi All,
I have a form with two radio button (YES and NO). the next object/page
should be involved based on which one of the two options is selected.
please help on how to implement this.Thank you in advance
I have two radio buttons; Yes/No, with label* Teeth Involved*. if user
selects Yes, text box labeled Teeth 1 is displayed..this is what i had do
with advice from Yaw Anokwa:
under Relevant property when building the form, i inserted
selected(/data/teethInvolved,
'Yes')
But it doesnt work. For some reason the whole odk collect app crushes,
giving the following message:
The application ODK Collect (process org.odk.collect.android) has stopped
unexpectedly. Please try again.
Please help,
Thank you Yaw Anokwa for your great help.
Hi All,
It works, thanks to the advice earlier given by Yaw Anokwa..I realise i did
not specify the underlying value for my options.