Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Permit to modify questions displayed by taking previous answers into account #36

Open
developer11092 opened this issue Mar 28, 2019 · 3 comments
Labels
enhancement This is a feature not a bug

Comments

@developer11092
Copy link

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!

@Pierre-Sassoulas Pierre-Sassoulas added the enhancement This is a feature not a bug label Mar 28, 2019
@Pierre-Sassoulas Pierre-Sassoulas changed the title No logic implementation! Permit to modify questions displayed by taking previous answers into account Mar 28, 2019
@Pierre-Sassoulas
Copy link
Owner

This would be a great features thank you for reporting.

@JackBurns1984
Copy link

I have this issue too, has there been any progress before I start trying to write this myself?

@Pierre-Sassoulas
Copy link
Owner

No one worked on it yet :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This is a feature not a bug
Projects
None yet
Development

No branches or pull requests

3 participants