Hi, my set up is like this:
Q1. How many dogs do you have?
1. None
2. 1
3. 2
4. 3
5. 4
-oth- : More than 4: Please specify
Now, I'm following this with a multiple short text question to collect the breed for each dog
So I have a bunch of subquestions labelled, Dog 1, Dog 2 etc, and am showing them based on the option selected at Q1.
Label - (Relevance Equation)
Dog 1 - (1)
Dog 2 - ((Q1.NAOK == "3" OR Q1.NAOK == "4" OR Q1.NAOK == "5" OR Q1.NAOK == "-oth-"))
Dog 3 - ((Q1.NAOK == "4" OR Q1.NAOK == "5" OR Q1.NAOK == "-oth-"))
Dog 4 - ((Q1.NAOK == "5" OR Q1.NAOK == "-oth-"))
Dog 5 - ((Q1.NAOK == "-oth-"))
Dog 6 - ((Q1.NAOK == "-oth-"))
etc
You can see at the end there, even if the person entered "5" at Q1, they will see 6+ boxes to answer. Ideally I would like to be able to "target" the -oth- answer, which is numeric-only.
Something like:
Dog 5 - ((Q1_-oth- == "5"))
Dog 6 - ((Q1_-oth- == "6"))
Here is the example survey: