Rounding review summary rating

Posted in: Newspaper
Post count: 20

Hello,

If a review consists of, for instance:

A: 5 stars
B: 4.5 stars
C: 5 stars
D: 2.5 stars

“Summary” is being calculated as “4.3”.

But I want the summary to be shown in 0.5 ranges, just as in the category ratings. That is, review overview must result in 4.5, not 4.3.

Or 3, not 3.1, for example. It should round up or down.

How can I change that?

Thanks!

Post count: 7909

Hi,

You can add round() at final score but for example 3.5 will become 4: http://screencast.com/t/k9nLhpjH9fJ
Result: http://screencast.com/t/FGoqheiqhttp://screencast.com/t/Rm3jAaxsis
Here you can find out more about this: http://php.net/manual/en/function.round.php and maybe you can achieve what you need.

Hope this helps!

Post count: 20

I think I’ve got the principal:

1) I have to divide the summary rating (self calculated) by 0.5,
2) Then round it to the nearest integer,
3) Finally multiply the result by 0.5

But can’t work it out as a code :/

Post count: 20

I did it. Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.