Questions tagged [voting-system]
179 questions
3
votes
4 answers
PHP/MYSQL only allowing one vote per member?
ive been giving the task at work of setting up an awards voting system, I dont know too much about php and mysql. But i know more about this than anyone else here, and my boss in on holiday. But I've been reusing the code, that had previously been…
snoop123
3
votes
3 answers
Allowing only one vote per person on a voting system
I'm working on a little posting system so I can post posts on my site and people can like and dislike it.
It looks like this:
At the moment you can upvote and downvote as many times as you would like. I know how to make the images not clickable…

Shawn31313
- 5,978
- 4
- 38
- 80
2
votes
1 answer
Borda Count using python?
I have a list of ballots that look like A>B>C>D>E and some of them that look like A>B>C=D=E. The ballots are in a text file and each ballot is on its own line. I want to assign point values to each candidate. For A>B>C>D>E, A should get 4 points for…

russjohnson09
- 271
- 3
- 15
2
votes
2 answers
Scalable voting system with MongoDB
This article explains very clearly how to implement a voting system with MongoDB, and to limit one vote per user and per object.
I have one extra requirement. I need the votes of a given user to be visible for the objects displayed. For example, if…

Randomblue
- 112,777
- 145
- 353
- 547
2
votes
1 answer
How to make a voting poll with AppleScript
Traditionally, each person gets only one vote. I'd like to do the same thing with a voting poll.
I have a bunch of accounts on my Mac OS X at work. We are voting to elect someone as our new department head (no I won't say who) to see if he qualifies…

Bill
- 21
- 1
2
votes
2 answers
How to Create a DAPP without metamask
I want to make a voting system with ethereum.
I referred to this. : https://romeoh.tistory.com/entry/Solidity-Front-end-%EA%B5%AC%EB%8F%99%ED%95%98%EA%B8%B0?category=340661
It was possible to vote by implementing the Web.
But I had to press the…

이선아
- 63
- 1
- 6
2
votes
0 answers
Prevent average user from voting multiple times on a voting system
I'm writing a voting system in NodeJS and Express on the backend and React on the frontend.
What I'm currently doing is:
Save all user votes in localStorage
Generate Browser Fingerprint
On vote I check if the user has already voted through…

Timo Jokinen
- 707
- 7
- 26
2
votes
1 answer
Concept needed for up/down voting using AJAX and MVC
I'm working on an app that has up and down voting similar to StackExchange.
I want to be able to have the following
user clicks up vote, and a record in the vote table gets populated with 1
user clicks up vote again and the record is deleted
^^…

Chase Florell
- 46,378
- 57
- 186
- 376
2
votes
2 answers
How can i set a time that a person can vote again?
i have a voting system that you dont have to login to and i want to know how i can set it to where they can vote once per day, either by blocking IP or something of the sort. i prefer not to have a database