PDA

Click to See Complete Forum and Search --> : Rating System


dclamp
Nov 6th, 2007, 09:33 PM
I want to create a Rating System based on a 5 point scale.

Basically, members will vote from 1 - 5, and i am not sure how to store the rating, or calculate it so that it comes out to 5 points.

penagate
Nov 7th, 2007, 01:25 AM
Store the sum and the count of ratings, then average them to get the item rating.