To Projects
HCI 430 -- Online Survey (OS)
 
Goal
- To create a PHP application that collects and administers
survey data. The form data should be stored in a
file or database on the server.
OnLineSurvey (OS)
- Create an HTML page that lets a user enter survey data on any subject.
The survey should contain at least ten questions. The survey should also
include pertinent demographic data.
- When the submit button is clicked, a second form should appear
showing the data that will be sent to a datafile.
- Your application should have three forms:
- An HTML survey page.
- A form that writes the survey data on the survey page to a text file.
In addition, these items are optional:
thank the user for taking the survey, what will be done with
the survey data and (if appropriate) a guarentee that the submitted
data is anonymous.
- A page that allows the survey administrator to see the survey data
collected so far.