ez projects / ezstarrating / forum / general / rating range more than 1 - 5
You need to be logged in to post messages in the forums. New users may register here.
Member since: Posts: 52 |
Sunday 15 November 2009 8:27:55 pm Is it possible to define rating range higher than 1-5? If not it would be nice to implement it (and have an INI setting for defining range). -- |
|
|
Member since: Posts: 171 |
Friday 22 January 2010 2:50:26 pm It is not implemented, but should be possible.
Our plan was to add ini setting for it and always store value as 0-5 float value so you could change values without trowing ratings away. And also to be able to have different ranges on different classes but still be able to fetch by rating across classes. -- |
|
|
Member since: Posts: 265 |
Friday 22 January 2010 3:04:31 pm @ar storing in a normalized number is a good idea, but I'd suggest to go for a range of 0-100 as base instead. Even if it needs an upgrade script for existing data, it is more logical longterm...
Principal Consultant International Business |
|
Member since: Posts: 47 |
Saturday 29 May 2010 8:58:28 am guy that is the status of this one?
can one at least change this code $args[2] > 5 || $args[2] < 1 to $args[2] > 5 || $args[2] < 0 in ezsrServerFunctions because then we can atleast have more flexibility in what we do. with the 0 includes you can calc back how many picked yes and how many picked no(0 in this case). x people said yes x yes votes = count * avg / 5(yes) voting no with not change avg just count Looking for a new job? http://www.xrow.com/xrow-GmbH/Jobs |
|
Member since: Posts: 1 |
Monday 15 November 2010 1:03:10 pm Enhancement request in the issue tracker >> http://issues.ez.no/017637
test 7.... |
You need to be logged in to post messages in the forums. New users may register here.