I'm presently working on something very similar. I created a model that holds a single question, its options and its answer. I also created what I call QuestionForm which will draw the amount of Question objects needed and then render them as a form. When the form is submitted, the QueryDict is passed into a QuestionForm the correct answers are processed.
On Sun, Jan 15, 2012 at 5:30 PM, Arun Ashok <[email protected]> wrote: > Hai all, > I want to develop a django application for online objective type > examination.For this i wish to use radio buttons for selecting answers > and calculate mark and result at the time of the completion of exam.So > i kindly request to my dear friends please give advice for creating > this application > with regards > Arun > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

