I search for reusable tool or algorithm that enable me to apply conditional logic to questions dynamically.
lets explain in details:
question 1 - What is your age?
a) less 18
b)between 18-25
c) greater than 25
if he choose
a) then he go to Question 2
b) he will goto question 5
c) he will goto question 7
So as I said the next question depends on the answer of the current question.I don't need to set if condition for each question .I need it to be dynamically.
I hope it is clear now . Is there any component or design pattern or algorithm implements what I said
All ideas are welcomed.
