I need to create a survey like website. Users should be able to register 
and then are presented with different images which they are asked questions 
about. 

So essentially I have multiple Sets of Images, a set of questions (not all 
questions are valid for all sets of images) and a set of answers. Answers 
can be either pre-filled strings (for example question about gender: male / 
female) or an int value from 0 to 7.

Later on I need to figure out who gave which answers for which image and I 
need to count all answers for a specific question and image combination to 
calculate how many people voted for male for example and give an average 
number as result for other questions.

Is this possible to create with Django? So far I did do the tutorial and 
tried creating my own models and some basic views but I'm having some 
trouble with my model already.


-- 
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 http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/740700e9-2206-4e9f-8cb0-42e7096677fe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to