Questions tagged [rating]

A rating is the evaluation or assessment of something, in terms of quality, quantity, or some combination of both. Examples include: - Web content voting, a system where users rate Web content - Reputation system, a score for a set of objects within the community based on a collection of opinions - Performance Rating, in computing

838 questions
8
votes
3 answers

Decrease the size of Rating Bar in Android 2.1

I am currently working on a Mobile App project for Ford company, and I am a newbie in Java Android. I am just wondering, is there any way to decrease the size of rating bar in Android 2.1? I want to preserve more spaces for other buttons and…
Sammm
  • 501
  • 4
  • 9
  • 25
8
votes
9 answers

Automatic music rating based on listening habits

I've created a Winamp-like music player in Delphi. Not so complex, of course. Just a simple one. But now I would like to add a more complex feature: Songs in the library should be automatically rated based on the user's listening habits. This means:…
8
votes
1 answer

Google Play - Difference between Low Maturity and Medium Maturity

What changes if you you choose a Low Maturity over Medium Maturity rating for a Google Play Android app? Will the app only be displayed to users with a certain age?
Tom
  • 5,588
  • 20
  • 77
  • 129
8
votes
2 answers

Star rating in AJAX with Ruby On Rails

I think that acts_as_rateable seems to be quite obsolete and doesn't support AJAX. I'm looking for a simple "5 star" rating system: is there any plugin or tutorial that can help?
collimarco
  • 34,231
  • 36
  • 108
  • 142
7
votes
2 answers

Elo rating system without order of game played

I am looking for a rating system similar to the elo rating system in chess. The problem I have is that the ELO system depends on the order games were played. eg. Player A starting Elo 1000 Player B starting Elo 1000 If Player B wins over A he will…
7
votes
3 answers

Star Rating widget for jQuery UI

I was introduced to the Star Rating widget for jQuery UI. I was originally using this one. Is there any difference between using the two? Well trying to use the jquery UI one, I can't get the input buttons to show up as stars. I have these js and…
Roger
  • 593
  • 3
  • 9
  • 16
7
votes
2 answers

MySQL select user's place

I have a table users: id | rating 1 4 2 -1 3 12 4 0 5 2 6 0 How I can select user's place ordering by rating where id = N and that users with similar rating have the same place in the top? UPD: I want to…
Isis
  • 4,608
  • 12
  • 39
  • 61
6
votes
2 answers

Find out programmatically who has given 5 star rating to our iPhone app

I see many apps saying that "if you give 5 star rating to our app you will receive 1000 coins." The user can use these coins in the downloaded app. I want to implement the same feature. How can we determine who has given 5 star rating to our iPhone…
Warrior
  • 39,156
  • 44
  • 139
  • 214
6
votes
2 answers

Add a product review with ratings programmatically in Woocommerce

The title says it all. I know the reviews are the native comments post type in Wordpress. I have included the code to add a comment. The problem is however I am unclear how to give the comment a rating and how to tie it to a particular product. …
Rob Gelhausen
  • 475
  • 1
  • 5
  • 9
6
votes
2 answers

Calculate average rating

Can any one tell me how to calculate rating average?
vkGunasekaran
  • 6,668
  • 7
  • 50
  • 59
6
votes
2 answers

how to display rating value that is stored in database as number of stars

i have a google map app where users can rate on the restaurant they select via marker i stored that rating value in sq lite database and when they click on view rating button i display the name and rating value as string in the scrollview. Now i…
6
votes
5 answers

How to implement horizontal rating bar chart in android studio?

how to get this type of graph? I want to design and implement a horizontal rating bar chart in my app like the image below. I followed several tutorials, but I'm not able to get a proper solution. Please suggest links or code.
pb123
  • 489
  • 3
  • 9
  • 25
6
votes
1 answer

Rating/Voting and Tag APIs, do they exist?

Everyone loves to display Digg/Tweet/Like badges on their websites, and the Disqus Comment System is starting to take over. (source: disqus.com) (source: digg.com) The benefits of those systems from a developers perspective are: You don't…
Lance
  • 75,200
  • 93
  • 289
  • 503
6
votes
3 answers

How to set ratingbar style from programmatically?

I don't see any method like setStyle for class RatingBar. How can I set the rating style from code?
d-man
  • 57,473
  • 85
  • 212
  • 296
6
votes
1 answer

Rating System for multiple competitors

I have been doing a research on various rating systems. I have found some good ones like Elo Rating system and Glicko Rating system. But all of these system are designed for a games which involve 2 competitors. ( chess, go) I would like to know if…
sublime
  • 4,013
  • 9
  • 53
  • 92
1 2
3
55 56