On May 11, 3:16 pm, HARRY POTTRER <cp368...@ohio.edu> wrote:
> I have a project that I'm working on that works like this:
>
> the user enters some points on a map which are then stored in a
> database as a LineString object (via geodjango). Along with the
> geographic data, the user is given a survey to fill out consisting of
> simple questions like "how fun was this", "how old are you", and "was
> the parking sufficient", etc. There will be a pool of roughly 100
> questions, and the survey will be constructed based on the locale of
> the user. Different locales results in different sets of questions.
> There are 40-50 locales for this project.
>
> My question is how should I set up the surveys. I don't really want to
> hard code each survey per locale. I'd prefer to have the questions and
> choices defined in the database.
>
> There is a reusable app called "django-survey" but as far as I can
> tell the project is completely undocumented. I have it installed, but
> I can't figure out how to use it. Is this app the kind of thing that I
> can use, or is it meant for something else completely?

django-survey is probably your best starting point, but it will
probably take some customizing given your need to ask different
questions depending on answers to previous questions. No, it's not
well-documented, but it's also not too hard to get working. I found
the author pretty responsive to feedback when working with it last
year. But the Django world really needs a full-featured alternative to
Lime Survey, with all the bells and whistles people expect from survey
tools these days.

./s

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

  • surveys HARRY POTTRER
    • Re: surveys Scot Hacker

Reply via email to