PDA

View Full Version : How to Do a Quiz like this One - that gives Respondents answers?



BR549
08 Dec 2010, 02:25 PM
Hi. I'm new to building a website for my business and need help with this.

Where can I find a service or program that I can use to produce a quiz like this one?

http://www.businessnameusa.com/services/step1.htm

This quiz asks questions and gives the Respondent an answer.

For example,

Q: Are you lost? Yes or No
Respondent answers Yes.
Quiz then provides an answer: Turn right.

The reason I ask for this help is because I can only find survey programs that just ask questions to collect info and produce reports.

Thanks

forumfish
09 Dec 2010, 01:02 PM
Theres a few different ways to approach this,

1. AJAX + XML Integration - Xml file having all the stored data, ajax used to load it dynamically
2. Database driven website with results according to answer

Either way, ajax would be used to allow for an easy user interaction without changing page to page. As far as programs accomplishing this, I don't typically search for them as I write my own scripts. I think optimal choice for seo and fast loading is setting up an xml file with all the data and pulling it into the document as the questions receive a response.