I want to have a questionnaire with linked questions, like when user choose option A then go to question 2 while user choose option B then go to question 3.
And the questions are not static, user also need to manage the questions in Appian, meaning the questions are dynamic. User can change the answer and which question it is linked to.
How can I implement such feature?
Discussion posts and replies are publicly visible
Hi fxzrqjzztrmy , First of all, we need to prepare a set of questions that you want to generate dynamically. Based on the user's selection or answers, we need to query those questions and display them as different or new questions. we can handle these things by putting a condition to display and to query that 1 question from the set. I have an example for this implementation.