Anyone know of a good Rating Module which does this

Jordash's picture

I'm looking for a Rating/Review Module where basically you can create a "Review" Content Type and review that item based on multiple criteria, so say you were reviewing different Apples based on 'Redness', 'Taste', 'Value', etc..

So the owner of the site could rate the product based on those three criteria.

Also a Registered user could rate the items but the registered users ratings would be seperate but combined into a single 'user rating'.

If anyone knows of a good Review system that would help alot in my upcoming Drupal Project.

Thanks

Groups:
Login to post comments

.

WebNewCastle - Thu, 2009-05-21 04:48

Hi,

I'm not sure if you are looking for a D5 or D6 solution, but here's one possible starting point with both versions:

http://drupal.org/project/nodereview

And here is a way to skim through Drupal modules categorized under Evaluation and Rating:

http://drupalmodules.com/search/node/rating

Matt


You can also configure the

kmillecam - Thu, 2009-05-21 12:54

You can also configure the fivestar module (http://drupal.org/project/fivestar) to behave like Amazon.com's rating system.

  • Users create comments and use fivestar to display their vote (in the context of their comment).
  • Fivestar aggregates the votes and displays an aggregate score for the node based on all of the comments.

Kevin


Thanks i'll give some of

Jordash's picture
Jordash - Thu, 2009-05-21 18:14

Thanks i'll give some of those a try, looks like I may have to program my own. Not enough Modules for Drupal 6