Simple Survey Script

See example here:

http://www.kwiksurveys.com/online-survey.php?surveyID=HMDEG_d5fa2e1a

I would like someone to make something that lets me make a survey like that easily by simply entering the questions and options (same set of options for every question).
Then the site will let people take the script, all the questions can be on the same page. The site will then store the answers and IP for each person and then let me export it to excel.

However, the difference is that each question cannot be answered until a certain number of seconds has passed (I should be able to adjust this in the code). That way people might as well read the question first. You can use javascript to do this, and hide all the other questions while the current one is being answered so you answer them one by one.

Questions would display in random order, you can use PHP/MYSQL to retrieve the questions from the database randomly.

This is not for a general site that lets people sign up and login, just for me, so only need a special access page with password.

Leave a Reply

Your email address will not be published. Required fields are marked *