I'm looking for a very basic survey/wizard example using jQuery and HTML. I'd like it to connect to a text file or XML file and be independent of SQL, PHP, ASP.NET, or any other scripting language outside of JavaScript.
TIA
UPDATE: I'm looking for a solution that will ask a single question at a time. Then, based on the multiple choice option selected, I want to show a result and then allow the user to continue to the next question. Like I said earlier, more of a wizard-like survey solution.
UPDATE 2: I'm also not looking to store any results. Let me explain this a different way. On the homepage of a website that offers other services, we want to show a single question with 5 multiple choice answers. The user would have the ability to choose an answer and click submit. Upon clicking submit, the div would refresh with the results based on the answer they selected and ask if they'd like to see another question. There's no storing of data. It's more less a fun exercise to show content.