Hello there,
I would like to know if I can create a special kind of question flows using LimeSurvey. Imagine this survey:
Question 1: blah blah blah...
(answers)
a-between 0 and 2.
b-between 2 and 4.
c-between 4 and 6.
d-between 6 and 8.
e-between 8 and 10.
f-more than 10.
Now, depending on the option the user has chosen, I want to get a (consecutive) sub-set of the answers of that question to define my next one. For example:
If the user chose d ("between 6 and 8"), the next question's structure should be:
Question 2: blah blah blah...
(answers)
a-between 0 and 2.
b-between 2 and 4.
c-between 4 and 6.
d-between 6 and 8.
If the user chose c ("between 4 and 6"), the next question's structure should be:
Question 2: blah blah blah...
(answers)
a-between 0 and 2.
b-between 2 and 4.
c-between 4 and 6.
Is there any way to build this kind of flows? Thanks!.