Question Answer based report.

Question Answer based report.

am 25.12.2009 17:11:18 von aditya shukla

--0016e6d588b9528c27047b8fce14
Content-Type: text/plain; charset=ISO-8859-1

Merry Christmas Guys,

I am trying to make a small web application which has some question and some
answers for that questions.My aim is to create a report based on the
questions and answers
related to questions.Please suggest a way to go about the application.Should
I go for a if-else or switch case format for the answers or is there a
better way.? The app is something similar to the apps on facebook where
questions-answers give us a report.

Thanks

Aditya

--0016e6d588b9528c27047b8fce14--

Re: Question Answer based report.

am 28.12.2009 07:50:38 von navneet sharma

--0016e64cb3f0b988a7047bc452db
Content-Type: text/plain; charset=ISO-8859-1

Hi Aditya,

You can store question and answer in database.

if user provides correct answer increase veritable ($score)

you can use switch case to generate character (like in facebook apps)

Navneet.

On Fri, Dec 25, 2009 at 9:41 PM, aditya shukla
wrote:

> Merry Christmas Guys,
>
> I am trying to make a small web application which has some question and
> some
> answers for that questions.My aim is to create a report based on the
> questions and answers
> related to questions.Please suggest a way to go about the
> application.Should
> I go for a if-else or switch case format for the answers or is there a
> better way.? The app is something similar to the apps on facebook where
> questions-answers give us a report.
>
> Thanks
>
> Aditya
>

--0016e64cb3f0b988a7047bc452db--