By SonicReducer on
I'm looking to allow users to rate things and I'd like the rating scale to be 1-10 with a decimal. So for example 8.9, 2.5 or 10.0. Is there a module that does this? It seems like most of them allow for a rating from 1-5.
Comments
Try fivestar
Fivestar allows you to configure the rating scale. See http://drupal.org/project/fivestar
Yes, Fivestar accespt real
Yes, Fivestar accespt real value.
You have to do this:
1. accept the rate value thru a custom form -or part of it.
2. validate the value.
3. save it using Voting API module. Voting API is heart of Fivestar and similar modules and has a very easy to use API.
http://drupal.org/project/votingapi
If you need more help, let me know.