Hi!
I have 10 questions in a sequence, each question is unrelated to the next. I want to do a display logic where a question will only be displayed if a previously defined variable is of a certain value. For example, my questions are…
- Do you like apples? - display only if variable a = 1
- Do you like oranges? - display only if variable b = 1
- Do you like strawberries? - display only if variable c = 1
- ...
Is this doable with Typeform? Thank you!