En Fri, 25 Dec 2009 16:13:14 -0300, aditya shukla <adityashukla1...@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

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to