I'm trying to design a form for multiple choice questions: Question: <textarea...> Answer A: <textarea...> Answer B: <textarea...> Answer C: <textarea...>
Correct Answer: <select> <option>A</option> <option>B</option> <option>C</option>... </select> Explanation: <textarea...> The problem is that I don't want to fix the number of possible answers so that I can use the same form for questions with 3, 4, 5, or more choices. Is there an easy way to do that with newforms or am I out of luck? Todd --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---