Posted by CinemaSaville on October 15, 2009 at 11:20pm
Jump to:
| Project: | Voting API |
| Version: | 6.x-2.3 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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.
Comments
#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.