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
4
votes
2 answers

How to implement rating functionality in android app?

I am developing an android app. i want to implement rate functionality in android market? There is button in app exit. I want that when i click exit an pop up should open which redirect on android market rating page. if rated already it should not…
user1602798
  • 365
  • 3
  • 5
  • 13
4
votes
3 answers

JQuery: Thumbs up and down rating system?

I'm want to implement thumbs up and down rating system in my web app using jquery. Please tell me some plug-in or code how to implement the thumbs up and down rating system in my website, please share links or resources. Thanks
djmzfKnm
  • 26,679
  • 70
  • 166
  • 227
3
votes
1 answer

Apply Bayesian average in a NON 5-star rating system

I am looking forward to apply the bayesian approach to prioritize a list that could take the number of likes, dislikes and review counts into consideration. The approach listed in here relies on the bayesian average: $bayesian_rating = (…
ebil
  • 33
  • 4
3
votes
2 answers

Sudoku difficulty rating

I want to build a sudoku game with a generator. I have figured out everything how to do it without the difficulty level: easy, medium, hard. My question is how many numbers should I hide depending of the difficulty level? Any ideas.
Jordan Borisov
  • 1,603
  • 6
  • 34
  • 69
3
votes
2 answers

Rating an android app within an application

I am trying to have the functionality where I can allow the users to rate my app from my application. I am not concentrating on the usual android market pointing and then doing it. Instead I want my application to have direct rating system. I am…
tejas
  • 2,435
  • 10
  • 37
  • 54
3
votes
3 answers

How to determine best combinations from 2 lists

I'm looking for a way to make the best possible combination of people in groups. Let me sketch the situation. Say we have persons A, B, C and D. Furthermore we have groups 1, 2, 3, 4 and 5. Both are examples and can be less or more. Each person…
Mats
  • 308
  • 1
  • 3
  • 10
3
votes
1 answer

What is the expected iTunes App Store rating for using a user's own music?

So in my new music app game I'm creating, I'm allowing the user to pick a song from his own music, then play it in response to a prompt. Assuming the prompts are all 4+ rating, what would the appropriate rating be for the app once I submit it? Do I…
Dylan Gattey
  • 1,713
  • 13
  • 34
3
votes
2 answers

Bayesian Rating

$avg_num_votes = 18; // Average number of votes in all products $avg_rating = 3.7; // Average rating for all products $this_num_votes = 6; // Number of votes for this product $this_rating = 4; // Rating for this product $bayesian_rating = (…
Ryan
  • 14,392
  • 8
  • 62
  • 102
3
votes
2 answers

Is there a way to *output* star rating in R Shiny?

Dears, In my app, users rate some stuff. I want to output 5-star ratings based on their ratings just like the ones in IMDB. There are fractions in my numbers, and I want the stars to accommodate them. I don't know Java nor JavaScript at all. Is…
Am95
  • 59
  • 6
3
votes
1 answer

Ruby on Rails 3 - New to Rails - Understanding Relationship for Ratings Application

I've decided to build my newest site using Rails 3. This is my first experience with Rails and wanted to get the communities opinion on how to do the following scenario. I have the following models created: Item, Rating, User I would like the app…
Scott
  • 65
  • 1
  • 6
3
votes
3 answers

How to get user rating programatically in Sharepoint 2010?

So I have enabled Ratings in Sharepoint 2010 for a Document Library following this guide: http://weblogs.asp.net/bsimser/archive/2009/10/19/sharepoint-2010-what-s-new-ratings-spc09.aspx Now I need a way to get the ratings programatically in a…
empz
  • 11,509
  • 16
  • 65
  • 106
3
votes
1 answer

Find and visualize best and worst items using boxplot

I am a dataset of jokes Dataset 2 (jester_dataset_2.zip) from the Jester project and I would like to divide the jokes into groups of jokes with similar rating and visualize the results appropriately. The data look like this >…
Slazer
  • 4,750
  • 7
  • 33
  • 60
3
votes
2 answers

Change color and spacing in Woocommerce review stars

Does anyone know what CSS code I could use to change the colour of my review stars and also space them further apart? I have the code below, but it only changes the outline colour .product .star-rating span:before, .product .star-rating:before { …
Michelle
  • 549
  • 1
  • 5
  • 25
3
votes
3 answers

Send rate to Google Play Store from your application

Is there a way to send "rating" from your application to Google Play store? How? I made a pop-up dialog for my application where I get a comment and a rate from the user. How can I send that feedback to Google Play store? I'd like to have an…
MaaAn13
  • 264
  • 5
  • 24
  • 54
3
votes
1 answer

Show a summary of all ratings

I would like to include in my app a view of all ratings obtained by a specific object. This view has to be similar to Google Play ratings for apps (see image). Is there something which can make it or i need code it manually?
Lorenzo Vincenzi
  • 1,153
  • 1
  • 9
  • 26