Re: design decision tree survey using django admin interface

2015-07-17 Thread ananya choudhury
Can this be done using Django-dynamic-forms? On Fri, Jul 17, 2015 at 5:22 AM, Derek wrote: > I doubt this is possible with plain admin, which is designed for CRUD > operations > > Trying looking into form wizards: > https://docs.djangoproject.com/en/1.7/ref/contrib/formtools/form-wizard/ > > or,

Re: design decision tree survey using django admin interface

2015-07-17 Thread Derek
I doubt this is possible with plain admin, which is designed for CRUD operations Trying looking into form wizards: https://docs.djangoproject.com/en/1.7/ref/contrib/formtools/form-wizard/ or, if that cannot handle your logic, then write an action: https://docs.djangoproject.com/en/1.7/ref/contri

Re: design decision tree survey using django admin interface

2015-07-16 Thread dc
Thanks. I'll look into it. On Wednesday, July 15, 2015 at 12:18:05 AM UTC-4, luisza14 wrote: > > I know it is not the answer of your question but for your survey design it > is important that you see this links. > > https://github.com/chrisglass/django_polymorphic > https://github.com/django-mptt

Re: design decision tree survey using django admin interface

2015-07-14 Thread Luis Zárate
I know it is not the answer of your question but for your survey design it is important that you see this links. https://github.com/chrisglass/django_polymorphic https://github.com/django-mptt/django-mptt/ I know that because I did a survey app years ago, but unfortunately it is not free and it i

design decision tree survey using django admin interface

2015-07-14 Thread anc
I need to build a survey tool which provides an interface to the survey administrator to add/edit/delete questions. I understand we can do it through the admin interface. But can we modify the admin interface to provide branched/skip logic feature so that the administrator can design a survey w