Is there a Drupal plugin that will allow for multiple ratings for a single item?
For example, I'd want to do the equivalent of the example below.
Movie -Rating for Plot (1-5 star rating) -Rating for Action -Rating for Romance -Etc.
Is there a Drupal plugin that will allow for multiple ratings for a single item?
For example, I'd want to do the equivalent of the example below.
Movie -Rating for Plot (1-5 star rating) -Rating for Action -Rating for Romance -Etc.
The Fivestar module has worked on doing multi axis voting, but I still think it's in dev. I've made some patches for it, so you should be able get some it working if you hunt the issue queue, not sure where the module itself is at atm.
In regards to Henrik's comment, let me just clarify, that both the fivestar module and the voting API module which is used are very stable modules. Fivestar itself it pretty old as well and is used on many Drupal sites. The multi axis voting, which is what fivestar calls the possibility to vote one several things on one node, is still in development. It has been happening in the 6.x-2-dev branch.
If you want the multi axis functionality, you'll need to use the 2.x branch, and it seems that you will need to patch it as well. I needed the functionality about a year ago, so I created some patches.
I don't know why they never made it into Fivestar, but it seems active development has stopped, since the last commit was 26 weeks ago. But I managed to create the needed rating page for my client, you can see the end result here, which was created with views.