Re: please tell me the best way to construct a Model of Quiz form

2016-03-08 Thread Avraham Serour
I believe a model similar to the poll app from the tutorial would be appropriate On Tue, Mar 8, 2016 at 10:20 AM, Jun Tanaka wrote: > Hi, > > I am trying to make a form for Quizzes. I hope to know how to construct a > model which be added choices. A model should be

please tell me the best way to construct a Model of Quiz form

2016-03-08 Thread Jun Tanaka
Hi, I am trying to make a form for Quizzes. I hope to know how to construct a model which be added choices. A model should be constructed by three parts as Question the number of right answer several buttons to choose for example of a model, class Quiz(models.Model): question =