Questions tagged [rating-system]

A system commonly seen on websites that allows users to express their appreciation (or lack there of) of content or what the content is about.

A system commonly seen on websites that allows users to express their appreciation (or lack there of) of content. Default settings can be associated with ratings, such as collapsing comments that are voted down in a threaded view. In more complex systems various ratings can be accumulated as karma that allows a user to do more or less on a site, such as the reputation used here on stack. One of the earliest rating systems on the web is IMDB's movie rating, which did not rate the content of it's users but the movie.

259 questions
-2
votes
1 answer

Star Rating In Asp.Net

I have build an application in asp.net for which I require a star rating concept. I have never dealt with that earlier, I have done a lot of googling but I cant find the perfect and best one. I have gone through this link but I cant make it.
Sabyasachi
  • 121
  • 1
  • 4
  • 13
-3
votes
1 answer

How rating system works?

i want to make rating system for my website using codeigniter and MySQL. Can any one tell me how rating system works? what are the calculations in rating system?
Rizwan Khan
  • 293
  • 3
  • 9
  • 17
-3
votes
5 answers

calculate total avarage Rating php

how to calculate the total average (user) rating EXAMPLE: user ratings 20 average 4.3 $result=mysqli_query($connection,"SELECT * FROM rating where to_user_id='".userid."'"); count $rowcount=mysqli_num_rows($result); echo $rowcount; // Result 20…
CforCODE
  • 105
  • 6
-4
votes
1 answer

Is there a web framework for creating a review/rating website?

I am looking for creating something like mouthshut.com where users can rate products and services. Thanks.
1 2 3
17
18