Hey,
I need to re-do a questionaire that was originally done in ColdFusion. The site is housecallsacrosstheworld.com. What can I use other than coldfusion. His concern is that it has multiple pages so how could it all be sent to one email address? Im stuck. I know this can be possibly done with php but how do I handle the multiple pages? If anyone knows the answer or any sites, please let me know.
Thanks
How To Design A Questionaire?
- No trackbacks yet.
#1 by Gruumsh at June 27th, 2009
Have a look at Moodle… it’s a full-blown classroom environment built with PHP/MySQL. It’s open-source, so the code is there for you to study. It has several questionnaire modules… everything from interactive lessons to pop quizzes.
#2 by jpollar at June 27th, 2009
Curious,
The technology isn’t the problem…the individual that wrote the questionaire just did a terrible job.
If the developer were smart, she would have saved the entries in a session variable so entries would not have to be submitted from page to page. You also want to make sure that entries are being validated and required in certain cases. The developer failed to do both (see my other answer to your other question).
This can be done in ColdFusion, PHP, C#, VB, JSP or any other scripting language you choose to utilize.