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
159
votes
12 answers

ITunes review URL and iOS 7 (ask user to rate our app) AppStore show a blank page

Does anybody knows if the technique used to ask the user to rate our app and open for him the App Store directly on the rating page is still working on iOS 7 ? I used to open this url from my app…
Samuel
  • 5,439
  • 6
  • 31
  • 43
148
votes
31 answers

Android RatingBar change star colors

How can I change the star colors and size of the stars?
d-man
  • 57,473
  • 85
  • 212
  • 296
106
votes
9 answers

Turn a number into star rating display using jQuery and CSS

I have been looking at jquery plugin and was wondering how to adapt that plugin to turn a number (like 4.8618164) into a 4.8618164 stars filled out of 5. Basically interpreting a number <5 into stars filled in a 5-star rating system using…
Steve
  • 4,946
  • 12
  • 45
  • 62
81
votes
10 answers

What is a better way to sort by a 5 star rating?

I'm trying to sort a bunch of products by customer ratings using a 5 star system. The site I'm setting this up for does not have a lot of ratings and continue to add new products so it will usually have a few products with a low number of ratings. I…
Vizjerai
  • 1,912
  • 1
  • 24
  • 33
81
votes
5 answers

How do you to check if a user has rated your app on the Google Play?

I want to check to see if a user has rated my app on the Google Play, not how many stars, just if they have. And if they haven't I will prompt them with a dialog asking them to rate it with this code: startActivity( new Intent( Intent.ACTION_VIEW, …
user1276567
58
votes
5 answers

Direct "rate in iTunes" link in my app?

I've seen posts here on Stackoverflow that describe how to allow users to be directed to apps on the app store. Is there a way to link directly to the rating and comments form in the App Store?
Moshe
  • 57,511
  • 78
  • 272
  • 425
51
votes
7 answers

Elo rating system: start value when players can join the game constantly

I've implemented an Elo rating system in a game. There is no limit for the number players. Players can join the game constantly so the number of players probably rises gradually. How the Elo values are exactly calculated isn't important because of…
caw
  • 30,999
  • 61
  • 181
  • 291
43
votes
6 answers

Space Between stars of ratingBar

I need insert a space between the stars of my ratingBar, example the ratingbar is well: but I need it thus: how i can do this?
ademar111190
  • 14,215
  • 14
  • 85
  • 114
32
votes
10 answers

Prompt user to rate an Android app inside the App

In my Android app, I want to prompt the user at some point of time to rate the app in Android market. Having searched for an approach, I've found some code on this website. This code seems to work very well. But unfortunately, this code seems to…
caw
  • 30,999
  • 61
  • 181
  • 291
25
votes
6 answers

RatingBar onClick

I have a ListView that uses different XML files to create Views and make items out of. One of these XML files contains a RatingBar. Everything displays and looks excellent. I'm trying to attach an onClick handler to the RatingBar to launch a new…
Andrew
  • 20,756
  • 32
  • 99
  • 177
22
votes
2 answers

JQuery Star Rating

Can anyone suggest a simple JQuery five star rating script that is easy to setup. I just need a single instance on a single page. I don't care if it writes to a file or mysql database to calculate rating average. It should display the number of…
anon445699
20
votes
1 answer

Display an article rating in Google search results

Im writing a review site where the community rates posts. I have noticed that Google can pick up on this ratings and display them in its search results. Does anyone know how this is achieved? An example is a review site like IGN, where in their…
woot586
  • 3,906
  • 10
  • 32
  • 40
19
votes
10 answers

Android custom RatingBar image artifacts

I implemented a custom RatingBar in an application on my ListView items. Custom style ratingbar_red.xml:
Sash0k
  • 750
  • 2
  • 10
  • 24
19
votes
11 answers

Is there any controls available for star rating?

Is there any controls available for star rating in ios ? So i can use that in UITableviewCell ?? I know there are some open open source controls like DYRating etc.. But iam not able to add it in tableview cell .
Naveen
  • 1,251
  • 9
  • 20
  • 38
17
votes
6 answers

Inter-rater agreement in Python (Cohen's Kappa)

I have ratings for 60 cases by 3 raters. These are in lists organized by document - the first element refers to the rating of the first document, the second of the second document, and so on: rater1 = [-8,-7,8,6,2,-5,...] rater2 =…
Zach
  • 4,624
  • 13
  • 43
  • 60
1
2 3
55 56