You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The survey that my project creates are simple questions, but I want to add constraints in a sense that when a question A (Are you married?) is asked with options 'married', 'unmarried'. If the answer for question A is 'married' then I should get question B(How many kids do you have?) or if the answer is 'unmarried' then I should not get question B and get question C('any other question'). Now the problem is I cannot have if-elif-else conditioning written there for this purpose as the data (questions and options) are coming dynamically, like on runtime!
The text was updated successfully, but these errors were encountered:
The survey that my project creates are simple questions, but I want to add constraints in a sense that when a question A (Are you married?) is asked with options 'married', 'unmarried'. If the answer for question A is 'married' then I should get question B(How many kids do you have?) or if the answer is 'unmarried' then I should not get question B and get question C('any other question'). Now the problem is I cannot have if-elif-else conditioning written there for this purpose as the data (questions and options) are coming dynamically, like on runtime!
The text was updated successfully, but these errors were encountered: