m-0-0 / django-survey

Automatically exported from code.google.com/p/django-survey
0 stars 0 forks source link

Multipage surveys #45

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hey guys,

thanks for the great job!

I just wanted to suggest an enhancement: what about adding the ability to
build multipage surveys?:

This would require, among the other things to 

- add a "page" field in the Question model
- display just the questions related to a specific page
- use the django-form wizard maybe?

Jus an idea!

Thanks again

daniel

Original issue reported on code.google.com by freakcli...@gmail.com on 23 Mar 2009 at 9:39

GoogleCodeExporter commented 8 years ago
I think that this would be a great addon. If this question is answered True 
then show
blah page else show blah2 page. +1 from me.

Original comment by corn13r...@gmail.com on 26 Mar 2009 at 1:04

GoogleCodeExporter commented 8 years ago
I like the idea of being able to display a survey on multiple pages . Where I 
don't
like the conditional flow. 
--yml

Original comment by yann.ma...@gmail.com on 26 Mar 2009 at 1:17

GoogleCodeExporter commented 8 years ago
Well, glad you guys liked the idea!

Given that multipage surveys and conditional flows, even if overlapping 
features,
could be scomponed in 2 development steps, why not start with multipage?

In another application I developed in PHP the data between pages where stored 
in the
user session, and the data where serialized keeping the page they belonged to 
in the
array (dictionary or list) key. Once the respondent had completed the 
questionnaire,
the results where then saved in the DB.

Not sure if the Django Form Wizard works with sessions or hidden fields.

Daniel

daniel

Original comment by freakcli...@gmail.com on 26 Mar 2009 at 2:00

GoogleCodeExporter commented 8 years ago
Has anybody been working on this?  Having this sort of multi page and/or session
saving functionality would greatly help me in a project I need to complete 
within the
next couple of months.

Original comment by dschr...@gmail.com on 11 Nov 2009 at 1:52