473,395 Members | 1,999 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

web surveys: common practice

Hello,

I am just wondering, what is the current best
common practice for online surveys:

1. allowing users to vote any number of times
2. allowing one vote per IP
3. requiring email address verification (seems overly complex for a survey)
4. setting a cookie on the web browser and allowing no more voting until
the user closes the web browser
5, other

Feedback welcome,

Regards,

Neil
Jul 17 '05 #1
8 1649
Neil Zanella wrote:
Hello,

I am just wondering, what is the current best
common practice for online surveys:

1. allowing users to vote any number of times
no workie, does give the wrong result
2. allowing one vote per IP
no workie, some have dial ups, and adsl with changing ip addresses
3. requiring email address verification (seems overly complex for a
survey)
possibly a good idea
4. setting a cookie on the web browser and allowing no more voting
until
the user closes the web browser no workie, the user can simply close and vote again, 5, other
Feedback welcome,

Regards,

Neil

depends also on what survey you are doing.
--
www.gh-webinteractive.com

Jul 17 '05 #2
svenne wrote:
Neil Zanella wrote:

I am just wondering, what is the current best
common practice for online surveys:
[ ... ]
3. requiring email address verification (seems overly complex for a
survey)


possibly a good idea


Some people have more than one email address.

--
Jock
Jul 17 '05 #3
John Dunlop <John Dunlop <us*********@john.dunlop.name>> wrote:
Some people have more than one email address.

And the others can use mailinator.com or similar.

--
Simon Stienen <http://dangerouscat.net> <http://slashlife.de>
»What you do in this world is a matter of no consequence,
The question is, what can you make people believe that you have done.«
-- Sherlock Holmes in "A Study in Scarlet" by Sir Arthur Conan Doyle
Jul 17 '05 #4
nz******@cs.mun.ca (Neil Zanella) wrote in message
news:<b6**************************@posting.google. com>...

I am just wondering, what is the current best
common practice for online surveys:

1. allowing users to vote any number of times
This is the easiest to implement, with obvious drawbacks.
2. allowing one vote per IP
This is meaningless, since IP addresses these days can hide huge
networks behind them. ISPs, corporate users, universities, you
name it...
3. requiring email address verification (seems overly complex for a survey)
Indeed...
4. setting a cookie on the web browser and allowing no more voting until
the user closes the web browser


How about setting a cookie that expires when the survey ends and not
displaying the survey if that cookie is found?

Cheers,
NC
Jul 17 '05 #5

"Nikolai Chuvakhin" <nc@iname.com> wrote in message
news:32**************************@posting.google.c om...
nz******@cs.mun.ca (Neil Zanella) wrote in message
news:<b6**************************@posting.google. com>...

I am just wondering, what is the current best
common practice for online surveys:

1. allowing users to vote any number of times


This is the easiest to implement, with obvious drawbacks.
2. allowing one vote per IP


This is meaningless, since IP addresses these days can hide huge
networks behind them. ISPs, corporate users, universities, you
name it...
3. requiring email address verification (seems overly complex for a
survey)


Indeed...
4. setting a cookie on the web browser and allowing no more voting until
the user closes the web browser


How about setting a cookie that expires when the survey ends and not
displaying the survey if that cookie is found?


That won't work if the client has been configured not to accept cookies.

--
Tony Marston

http://www.tonymarston.net

Jul 17 '05 #6
.oO(Tony Marston)
How about setting a cookie that expires when the survey ends and not
displaying the survey if that cookie is found?


That won't work if the client has been configured not to accept cookies.


Even if the client accepts cookies: he just has to delete it and vote
again. Additionally it's not too hard to write automated voting scripts.

Micha
Jul 17 '05 #7
"Neil Zanella" <nz******@cs.mun.ca> wrote in message
news:b6**************************@posting.google.c om...
Hello,

I am just wondering, what is the current best
common practice for online surveys:

1. allowing users to vote any number of times
2. allowing one vote per IP
3. requiring email address verification (seems overly complex for a survey) 4. setting a cookie on the web browser and allowing no more voting until
the user closes the web browser
5, other


The challenge of most online surveys is getting people to participate, and
not keeping them from voting multiple times. I have seen enough polls that
failed to break double digit in votes. So I say let them vote as many times
as they want. Makes your site look better.
Jul 17 '05 #8
Chung Leong <ch***********@hotmail.com> wrote:
The challenge of most online surveys is getting people to participate, and
not keeping them from voting multiple times. I have seen enough polls that
failed to break double digit in votes. So I say let them vote as many times
as they want. Makes your site look better.


This mindset is the way to go, especially since there is no (pratical)
way to prevent fraud. I would just store about everything known about
the client at the moment of the vote so you can at a later time filter
anything you want.

--

Daniel Tryba

Jul 17 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: S.W. Rasmussen | last post by:
With the risk of being accused of multi-posting I would like to draw the attention to a serious visual basic/windows issue discussed in the microsoft.public.vb.bugs newsgroup. As pointed out below...
0
by: Neil Zanella | last post by:
Hello, I have been googling for questionnaires and surveys that use CSS and whose layout looks just about right so that I can have a look at them but I have not had any success finding one that...
1
by: TO | last post by:
Hey buddies, I am looking for a web site containing .NET growth surveys / statistics North America (mainly) and all over the world. Can anybody help me ??!!! Thx.
12
by: D Witherspoon | last post by:
What is the accepted method of creating a data class or business rules object class with properties that will allow the returning of null values? For example... I have a class named CResults with...
3
by: Steve Franks | last post by:
I have a need to create a customer satisfaction surveys in ASP.NET. Nothing too fancy, just a handful of questions. Can anyone guide me to an ASP.NET sample application which demonstrates how to...
4
by: Dmitry Duginov | last post by:
Hi, Can anybody recommend a custom module for DotnetNuke, implementing different kinds of surveys? The standard "Survey" module is too simple and it doesn't cover different real life scenarios....
2
by: Tarren | last post by:
Hi: I am writing a public function as part of a class and wanted to inquire as to what is common practice to the following scenario. I have a class called CARDEALERSHIP i have two classes...
6
by: sales | last post by:
Hello, I am trying to get my website checkout page to rotate / take turns displaying shopping comparison engine surveys rather than display them all 4 at the same time, thus overwhelming &...
1
by: Robert Bravery | last post by:
HI all, Where can I find some best practices on web surveys and also wizards. Things like maximum questions per page, lenght of questions, type of answers given, Ie interativty like dropdowns...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.