I regularly place questionnaires on web pages for Psychology research (some of you will have seen some of them). Usually the users tick a few boxes, or presses a few keys, and then clicks on submit, or I use javascript to validate the page & submit.
The submit action calls a cgi which sends me an email formatted prety much how I wish, but that is all I can get the computer centre to do. They won't write any new scripts unless they are widely useful and won't let me provide my own.
What I want is a system that can generate unique anonymous IDs for users, particularly useful for longitudinal surveys, but may also help detect multiple submissions. For this I think I need my own server.
So they questions are these:
1) What spec/design of server would you use (the usage will be low, but it needs to be reliable).
2) What OS would you use (our network is centrally administered Win2k)
3) What form of scripting would you use to handle form submissions etc?
TIA
Tony.
The submit action calls a cgi which sends me an email formatted prety much how I wish, but that is all I can get the computer centre to do. They won't write any new scripts unless they are widely useful and won't let me provide my own.
What I want is a system that can generate unique anonymous IDs for users, particularly useful for longitudinal surveys, but may also help detect multiple submissions. For this I think I need my own server.
So they questions are these:
1) What spec/design of server would you use (the usage will be low, but it needs to be reliable).
2) What OS would you use (our network is centrally administered Win2k)
3) What form of scripting would you use to handle form submissions etc?
TIA
Tony.
Comment