Forcing user to vote on several node types to make vote valid
CinemaSaville - October 15, 2009 - 23:20
| Project: | Voting API |
| Version: | 6.x-2.3 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I want to use fivestar and voting API for an online film contest, and need to make the user watch 5 films before the vote counts, just so we don't have ballot box stuffing, and we motivate people to watch several films. How would I do this? Any thoughts? Thanks, everyone.

#1
I think you want all votes to record as normal. Then add a custom summary function that maintains its own summary like average does. Use this summary function when you are outputting scores. Thats the real basic idea.
#2
How would I do this? Thanks, Moshe.