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!

Check my git repo for more insight to the issue Git Repo 
<https://github.com/developer11092/django-survey>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/ed0fd924-e4f4-42c4-afd7-bc15f6900903%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to