Preparation of Survey Sheet

I am preparing one survey sheet forI have a response sheet having 10 choices, if any of the first three choices are selected it should follow up with one another question and if any of the last seven answers are selected it should follow up with another question. I am building my survey sheet in https://build.opendatakit.org/.
Example- Choose car types- Option1: A, Option1: B, Option1: C.
Now if Option A or B is selected then it should show the question.
Choose model Type- Option1: AB01, Option1: AB02,
while if the option C is selected the it should show this question
Choose model Type-Option1: C1, Option1: C2.
If anybody has any solutions for this please help

Please share your form.

Dear Rajesh_Bera
This answer is not perfected for your question but I think you will be Ok . Please kindly to download attached file.
select_multi_list_show_on_nextQ.xlsx (10.8 KB)
select_multi_notselected_list.xlsx (10.8 KB)
select_multiple_notselected_list_2.xlsx (11.4 KB)

Thank you for your response it was of a great help. However, to add to it can you tell me how to add others option which can be editable as a text form.

Dear Rajesh_Bera
I did not know that how to write other_option because I am also new learner on ODK . Somebody will know your question, Please you will ask to them.
I hope you will be Ok

If you are using XLSForm, see http://xlsform.org/#specify-other. If you need to customize the other message or use a different language, use relevance to build the select and text questions manually. http://xlsform.org/#relevant has more on relevance.

If you are using ODK Build, see Help on ODK build. How can I create "Other" on multiple choices? - #5 by yanokwa

Thank you for your reply It was apt for my problem

1 Like

Is it possible to skip the sections totally which are already filled from the response sheet in the ODK Application while filling the form???????

Yup! Wrap those sections in a group with no label (e.g., a hidden group), then make that group relevant based on the previously filled in responses. Try this with a small 4-5 question form.

1 Like

I want to put my question in another way that irrespective of the type of questions in the survey form what do I need to do if I want to see only the question I am answering, not any previous questions and no upcoming questions on my screen. It should come in a flow one by one.

I'm not sure I understand your question. You want to prevent users from going backwards and only allow users to see the next question? What high-level problem are you trying to solve?