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
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
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
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
4 matches
Mail list logo