Creating a Personalized Path to Clear Answers with Yes-No Decision Trees How to?

I have a list of questions I ask users, which lead to sub-questions, ending with one clear and final answer. The questions are structured as yes-no, where if the answer is yes, it presents question X, and if the answer is no, it presents question Y, and so on, progressing through about 10 to 15 questions. I want to create a clear final answer based on all possible responses. What’s the easiest way to build a path like: if question 1 is yes AND question 2 is yes AND question 4 is yes AND and question 8 is no - > then the answer is: '……?"

Thanks.

Hi @ohad

Are your paths unique? Can 2 questions lead to the same following question?

1 Like