I'm trying to build a Drupal site that allows users to vote on what they think basketball players are the best at. So for example I'll have an individual profile for each basketball player, and people will be able to click multiple buttons on each profile, if they think a player is the best shooter, or best defender, or best dunker, you get the idea. Those results will get added up and output, then I'll sort on who's the best at what.
I thought I could do this using:
Advanced Profile Kit(adding the categories for best)
One of the voting modules(I've tried Fivestar and Plus1)
And View(to output the results.
I can get this to work if people are voting on one aspect of the profile, like shooting, but I need to tie multiple voting categories together. I think I may just not understand how to tie the modules together? Does anyone have any examples of this, any advice, am I going in the right direction?
Thanks,
Jim