Path

ez projects / ezstarrating / forum / general / rating range more than 1 - 5


Rating range more than 1 - 5

You need to be logged in to post messages in the forums. New users may register here.

Mavko Žmak

Member since:
29 June 2004

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).

--
Nothing is impossible. Not if you can imagine it!

Hubert Farnsworth

Up

André R

Member since:
20 August 2005

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.

--
ar

Up

Gaetano Giunta

Member since:
01 May 2012

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 of the Community Project Board

Up

Björn Dieding@xrow.de

Member since:
07 March 2003

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
Looking for hosting? http://hostingezpublish.com
-----------------------------------------------------------------------------
GMT +01:00 Hannover, Germany
Web: http://www.xrow.com/

Up

Jarosław- Heba

Member since:
07 August 2007

Posts: 1

Monday 15 November 2010 1:03:10 pm

Enhancement request in the issue tracker >> http://issues.ez.no/017637

test 7....

Up

You need to be logged in to post messages in the forums. New users may register here.