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? -- 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.