|
phpESP
PHP scripts to let non-technical users
create
surveys, administer surveys, gather results,
view statistics. All managed
online after
database initialization.
A few FAQ's
Can phpESP support large numbers
of respondents?
Yes, large surveys (100 questions) and large
respondent
groups (4,000+) can be handled
without a problem. Throughput issues are
generally a function of the speed of the web
server, the speed of the MySQL
server, and
available network bandwidth.
Can I delete old surveys?
Yes, there is an unlisted function
http://...../phpESP/admin/manage.php?where=purge
Be very careful when using it,
you cannot recover from it.
How can I display only 1 question per page?
You can put a section break between each question
to emulate this behavior.
Can I change the number of options on
a rank question?
Yes, change the length field.
Can I prevent multiple votes (ballot stuffing)?
Well, if you give each respondent a username
and password and have them login, you can limit
multiple voting. If you don't force respondents to
log in, it becomes more difficult (e.g., you could
analyze the data by IP.)
Can I limit the number of times someone takes
a survey if they have to login?
Yes, set max login to the number of times you
want to allow someone to take the survey.
This may be done from the Survey Access page
Can a respondent complete part of a survey,
log out, then log back in later to finish?
Yes, see the Save/Restore option on the Survey
Access page.
Homepage:
http://phpesp.sourceforge.net/
phpESP support forum
(We are not associated with the support forum)
New Installation (v. 1.8.2)
Disk space required: 3.98 MB
|