Logic jump vs Conditional show
-
I like logic jumps, but i ran into an interesting situation where i had to duplicate section many times, and it ended up in a post processing nightmare.
Use case:
In the first section, the question has 3 checkboxes: A, B, C
The next 3 sections (2,3,4) should only show up individually, if the corresponding checkbox is NOT ticked.Example:
If checkbox A is ticked, only sections 3 and 4 should show up in order.
If checkbox B is ticked, only sections 2 and 4 should show up in order.
If checkbox B and C is ticked, only section 2 should show up.
If all checkboxes are ticked, no sections should show up.
And so on…
Do you think there could be some sort of “conditional show” set up per section which could be used to achieve this?
The logic jumps are fine, but i ended up with 3 copies of section 2 to mitigate every possible outcome, which made it impossible to properly analyse submissions.I would love to be able to keep a single copy of the sections but make them only show if a certain previous answer was selected.
Thank you in advance!
- The topic ‘Logic jump vs Conditional show’ is closed to new replies.