Re: survey form

2018-03-26 Thread sum abiut
i have build an app that allow the admin to add survey title, question and choices. I needed assistance display all the questions and answer in front end to allow the users to take the survey. can i do that with a form. needed directions. my models.py class Survey(models.Model): title = mode

Re: survey form

2018-03-20 Thread sum abiut
Thanks heaps Mike. On Wed, Mar 21, 2018 at 3:21 PM, Mike Dewhirst wrote: > On 21/03/2018 1:17 PM, sum abiut wrote: > >> Hi, >> I am planning to build a survey app that allow the administator to add >> new questioner and the question to be answer by the users.But i am having >> trouble figuring

Re: survey form

2018-03-20 Thread Mike Dewhirst
On 21/03/2018 1:17 PM, sum abiut wrote: Hi, I am planning to build a survey app that allow the administator to add new questioner and the question to be answer by the users.But i am having trouble figuring how to get started. Just wondering if i need to have two models one for the answes and a

survey form

2018-03-20 Thread sum abiut
Hi, I am planning to build a survey app that allow the administator to add new questioner and the question to be answer by the users.But i am having trouble figuring how to get started. Just wondering if i need to have two models one for the answes and another model to store the questions. I need s