Appear selected option of multiple question based on previous question response

1. What is the problem? Be very detailed.

  • I have two question.
  1. what is the age of your child?
  • ans is in integer
  1. what is the education level of your child?
  • option are: 1. illetrate
    2. litrate
    3. less than grade 5
    4. grade 5-8
    5. grade above 8
    6. other
    If the ans of first question is less than 5 years then i only need the option upto 3 in second question and if the and of first question is greater than 5 then i need all option in second question.

2. What app or server are you using and on what device and operating system? Include version numbers.

  • odk
    3. What you have you tried to fix the problem?
  • yes
    4. What steps can we take to reproduce the problem?
  • can you please share by example in the sheet
    5. Anything else we should know or have? If you have a test form or screenshots or logs, attach below.

Hi @yubaraj
We're glad you're here. When you get a chance, please introduce yourself on this forum thread. I'd also encourage you to add a real picture as your avatar because it helps build community!

To solve your problem you need to use choice_filter
it would be something like this for example:
choiceFilterTest.xls (7.5 KB)