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
3 answers

Simple like/dislike rating system in php and MySQL

I want to add a simple rating system to my random video site (id = youtube id) I don't have much experience with php and MySQL and I'm not sure how to update a field using submit buttons in this way:
blodey
  • 75
  • 1
  • 6
4
votes
1 answer

How to review or rating Application inside the app - Swift

I want to display in-app rating and review popup in my application (i.e like the popup in the attachment below) I searched about this functionality and I found that StoreKit have this function SKStoreReviewController.requestReview() which display…
Rawan
  • 1,589
  • 4
  • 23
  • 47
4
votes
5 answers

How to make simple star rating?

I make my own star rating with html css, but it is not working true. If i use direction: rtl or float: right it works but i can't use rtl or float:right because of php. How can i make it with pure css and html? $('.stars a').on('click',…
wpuzman
  • 340
  • 1
  • 5
  • 14
4
votes
0 answers

iOS Swift: is it possible to create customized in-app rating view

I have searched quite a while that it seems there is no way to customized the in-app rating view in SKStoreReviewController API. (Please correct me if I'm wrong). or do you have other options that we can write a rating view based on our own UI…
Lalaphoon
  • 349
  • 1
  • 4
  • 10
4
votes
4 answers

Rating stars for the iphone

I have been looking for a 5-Star rating control for a while now and have not found a solid solution. This question: Anyone know whether there is a 5-star rating component on iPhone? Provided a couple of links to projects which are no longer…
Stefan H
  • 6,635
  • 4
  • 24
  • 35
4
votes
2 answers

Step size in RatingBar

What is a step size in a RatingBar? This is what I found in the documentation: The step size of this rating bar. For example, if half-star granularity is wanted, this would be 0.5. I tried to find it over here:…
user7474176
4
votes
3 answers

How to change the star-image of Jquery star rating from fyneworks to a different image

Im using this plugin: http://www.fyneworks.com/jquery/star-rating It includes a star.gif (which actually contains the star in three different colors) and it only references this gif within the included css-file once: div.star-rating,div.star-rating…
Pascal Klein
  • 23,665
  • 24
  • 82
  • 119
4
votes
2 answers

calculate the average for a rating system

I want calculate the average for a rating system, but I have normal table in innodb and one column in json with name: "reviews" with this structure: {"comments": [ {"name": "Jonh", "text": "nice phone", "star": 4}, {"name":…
user112752
  • 131
  • 1
  • 1
  • 9
4
votes
1 answer

Looking for super simple but effective BUG/Feature list that users can vote

I am looking for some javascript or php code where it allows anyone to enter something in a list, and allows people to vote (1 vote per IP or cookie) or rate (not important, OK, important). There would be two lists, one for people suggest features…
ParoX
  • 5,685
  • 23
  • 81
  • 152
4
votes
2 answers

Ranking Contest Results of Images with 5-Star Ratings

I run a calendar photo contest that uses a 5-star rating system which ranks the images according to their average rating. However, I would like to factor in the total number of votes a photo receives to get a more accurate ranking. For example, I do…
Djeep
  • 41
  • 4
4
votes
2 answers

How to create rating bars in Android?

I need to create rating bars like in Google Play as follows: Do I have to manually create all of this, or is there an already implemented solution? p.s. the built in RatingBar looks awful and does not work as expected.
Filip Luchianenco
  • 6,912
  • 9
  • 41
  • 63
4
votes
1 answer

Android RatingBar numStart not working

I have simple RatingBar in my app. and i set numStarts="5" but it show more then 5 star. when i set android:layout_width="match_parent" I tried to several tutorials but also did't work, as per doc numStarts for show number of starts but in my case…
Mansukh Ahir
  • 3,373
  • 5
  • 40
  • 66
4
votes
1 answer

Drupal: how to rate node filefields?

I have a node type called 'movie' which may contain several subtitle files using the CCK FileField module. Now I'm dealing with FiveStars module, I need to rate each subtitle separately! so the user should rate for subtitles associated with a movie,…
user87274
4
votes
4 answers

iOS custom view: Unable to simultaneously satisfy constraints error

I am following Ray Wenderlich's tutorial on implementing a rateView: http://www.raywenderlich.com/1768/how-to-make-a-custom-uiview-a-5-star-rating-view After implementing a rateView into my app, I got this error: Unable to simultaneously satisfy…
USS1994
  • 594
  • 1
  • 5
  • 16
4
votes
1 answer

Average rating value counting

I am working on a website, which has 10 star rating system. All ratings are stored in tbl_rating and have attributes: id heading description rating (number of stars, 1 to 10) shop_id (each rating belongs to a shop - my site is a catalog of…
kokoseq
  • 209
  • 4
  • 11