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
172
votes
17 answers

How can I decrease the size of Ratingbar?

In my activity I have some Rating bars. But the size of this bar is so big! How can I make it smaller? Edit Thanks to Gabriel Negut, I did it with the following style:
Hesam
  • 52,260
  • 74
  • 224
  • 365
99
votes
13 answers

algorithm used to calculate 5 star ratings

I need to calculate 5-star ratings like the one on Amazon website. I have done enough search to find what is the best algorithm, but I am not able to get a proper answer. For example, if these are the ratings 5 star - 252 4 star - 124 3 star - 40 2…
user1241438
  • 1,533
  • 4
  • 17
  • 24
22
votes
3 answers

How do I model product ratings in the database?

What is the best approach to storing product ratings in a database? I have in mind the following two (simplified, and assuming a MySQL db) scenarios: Create two columns in the products table to store the number and the sum of all votes…
Mohamad
  • 34,731
  • 32
  • 140
  • 219
21
votes
6 answers

How to build simple reviewing and 5-star rating system?

I'm very new to web technologies and this is basically for a term project that my team is working on. We are working on a food review site. As of now, I'm not quite sure how to implement a simple 5-star rating system. Am I supposed to use a…
Chris Vinz
  • 213
  • 1
  • 2
  • 4
19
votes
6 answers

Integrating CSS star rating into an HTML form

I've seen a tutorial online - http://www.htmldrive.net/items/show/402/CSS-Star-Rating-System - for making a CSS star rating system. On the page they have this code:
17
votes
8 answers

Player rating for game with random teams

I am working on an algorithm to score individual players in a team-based game. The problem is that no fixed teams exist - every time 10 players want to play, they are divided into two (somewhat) even teams and play each other. For this reason, it…
Christian P.
  • 4,784
  • 7
  • 53
  • 70
15
votes
4 answers

Rating and reviews from within an IOS app

Possible Duplicate: Direct “rate in iTunes” link in my app? It's possible to let the user rate or write a review from within my app ?, or my only option is to prompt a message asking my user to rate the app ? In-app purchases can be rated…
José Joel.
  • 2,040
  • 6
  • 28
  • 46
14
votes
3 answers

Good rating/reputation systems?

I am working on a website which is quite similar to Yahoo! Answers: an user can post the question, wait for answers from other people and pick the better one. In order to identify the best users, there is a reputation system, which has these…
Giulio Muscarello
  • 1,312
  • 2
  • 12
  • 33
13
votes
4 answers

How to best add a comment/rating system to an android app

I already published an android app where you can see a list of specific objects and detailed informations about them. The list changes every day but some of the objects can appear again. The application is communicating with a PHP server over HTTP…
Tom
  • 5,068
  • 5
  • 29
  • 41
12
votes
5 answers

Converting numbers to visual rating (stars)?

in my database ı have numbers 1, 2, 2.5, 3, 3.5, 4, 4.5 and 5 I want to convert these numbers to stars. I have a full star and a half star. How ı can do that after getting information from database? I have the rating tag on the database.
salim basar
  • 205
  • 1
  • 3
  • 9
10
votes
1 answer

How to automatically save the headline for every new article provided my 3rd party js script is embed on a website

I am working on a something similar to Disqus, and I created a third-party javascript snippet which the user will embed in the website and have a rating widget for each article. Users can rate the article using the widget. Everything is working, the…
10
votes
2 answers

How to make a Wilson score interval that decreases by time

So I'm working on a Wilson score interval to sort out trending content on my website, but for now it is only static. What I mean by that is the it will always keep the same score until someone up votes or downvotes it. This is why I would like to…
Joris Blanc
  • 601
  • 1
  • 10
  • 24
9
votes
2 answers

Sorting A List Of Songs By Popularity

For student council this year, I'm on the "songs" committee, we pick the songs. Unfortunately, the kids at the dances always end up hating some of the stupid song choices. I thought I could make it different this year. Last thursday, I created a…
Matt Egan
  • 809
  • 1
  • 10
  • 16
8
votes
2 answers

PHP Facemash ELO Rating Class/Function

I got the following ELO class from PHPClasses website.
Harsha M V
  • 54,075
  • 125
  • 354
  • 529
6
votes
2 answers

Android: vertical RatingBar?

How can I rotate the RatingBar? Is there an example for a vertical custom RatingBar?
Oli
  • 1,407
  • 3
  • 30
  • 47
1
2 3
17 18