Survey+Report in PHP

Survey+Report in PHP

am 31.12.2009 04:45:49 von aditya shukla

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

Hello Guys,

I am trying to make a web app which has a survey and report based on the
survey.The app is like a suvery and I have to generate a report based on the
survey.Can someone please give a clue of how to generate the report .I have
the answers to the questions of the survey and based on them a report will
be generated.

Thanks

Aditya

--0016e6d7ea6845b6f9047bfe17fd--

Re: Survey+Report in PHP

am 31.12.2009 06:25:40 von aditya shukla

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

Sorry for the vague question.

This is how the survey is.We have some question and answers to that
questions.Some answers have multiple options(drop down) and some answers are
to be entered in a text box.My aim s to get the answers and generate the
report based on the answers (by using some mathematical formula's on the
answers).

The report would contain a paragraphs depending on what answers are selected
or entered.

My question is for some answers the result is fixed say

What's your fav color?

options:white/black/red/green

Answer:-white.

Report You are a peace loving person. (similarly for other colors).But for
some questions the answers are to be generated on the fly.

How long do you sleep ?

text box:- 12 hours.

report:-You are a lazy person.(here the answer depends on the value entered
in the text box.

So i cannot save the results in a table.So should i store some of the
answers in the database?How should i go about this.

Thanks
Aditya

--0016e6d77e675f55fc047bff7c05--

Re: Survey+Report in PHP

am 31.12.2009 17:05:41 von Al

On 12/31/2009 12:25 AM, aditya shukla wrote:
> Sorry for the vague question.
>
> This is how the survey is.We have some question and answers to that
> questions.Some answers have multiple options(drop down) and some answers are
> to be entered in a text box.My aim s to get the answers and generate the
> report based on the answers (by using some mathematical formula's on the
> answers).
>
> The report would contain a paragraphs depending on what answers are selected
> or entered.
>
> My question is for some answers the result is fixed say
>
> What's your fav color?
>
> options:white/black/red/green
>
> Answer:-white.
>
> Report You are a peace loving person. (similarly for other colors).But for
> some questions the answers are to be generated on the fly.
>
> How long do you sleep ?
>
> text box:- 12 hours.
>
> report:-You are a lazy person.(here the answer depends on the value entered
> in the text box.
>
> So i cannot save the results in a table.So should i store some of the
> answers in the database?How should i go about this.
>
> Thanks
> Aditya
>

Source Forge has dozens just such programs. Use one of them.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php