Question-Answer based web App
Gabriel Genellina
gagsl-py2 at yahoo.com.ar
Mon Dec 28 02:31:43 EST 2009
En Fri, 25 Dec 2009 16:13:14 -0300, aditya shukla
<adityashukla1983 at gmail.com> escribió:
> I am trying to make a web based application which has a set of questions
> and
> answers associated with it such that a report is generated based on the
> answers a user chooses for each question.It's like facebook apps where we
> have questions , answers and reports . Should i generate the report using
> if-else ?.Please suggest a better approach.
Store all answers into a database. Then, you can make as many reports as
you want querying the database.
--
Gabriel Genellina
More information about the Python-list
mailing list