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
-3
votes
1 answer

Some refault Rating for Woo-Commerce product in wordpress

Too explain more, I have a shopping website where many of the products are not rated but I would like to show some default rating like 3 stars or 5 stars for each product which is not rated. The purpose is to show ratings for each products in any…
-3
votes
1 answer

Store rating as an integer - android

In my android app, I have to ask the user to rate it (stars icon, 4 stars). If a user rates 2 stars, I need to convert it as value 2(int type) and store it at back-end (Salesforce). And also while displaying the summary, I need to get the int value…
Chid
  • 19
  • 2
  • 12
-3
votes
1 answer

Working out average reviews javascript

I am trying to loop through 3 places and select the place with the highest average reviews and rating. Say i have the following. var places = [{ name: "place 1", reviews: 100, rating: 5, },{ name: "place 2", reviews: 10000, rating:…
user1503606
  • 3,872
  • 13
  • 44
  • 78
-3
votes
1 answer

Rating scale continuous bar

I have seen that a rating scale is always a several star or any other drawable image. I want to make a continuous bar line from 0-10 taht the user will hit on some point of it and I get the colses rate
-3
votes
1 answer

Is there a rating system JavaScript functions?

I did a Google search and found this touchwipe jQuery plugin, which looks pretty good. It looks like it will do what I want it to do. My question is: am I going down a wrong path? Would someone who knew what they were talking about say to me…
Phillip Senn
  • 46,771
  • 90
  • 257
  • 373
-3
votes
3 answers

Jquery stars and "If then" button link

My jquery/java skills are non-existant.... I need some quick help: My boss wants to have a form where customers write a review and stars for discounts then hit submit; if they select more than 3 stars it takes them to a separate page than someone…
deek
  • 1,085
  • 1
  • 9
  • 27
-4
votes
1 answer

Rating system Laravel

IMPORTANT: I'm not asking for the source code to do this, I'm just looking for someone to tell me how to do it and then I'll try by myself to do this. Hello, I'm a Laravel beginner so I'm sorry if this sound logic to you, here is my question: I need…
Guilhem V
  • 361
  • 2
  • 7
  • 16
-4
votes
1 answer

Math code division by zero error

http://puu.sh/h8mkG/d2a994ff38.png Line 7 says division by zero, even when I type it in google and replace with the values, it's ≈ 0.6377... Also, on line 9, it says "Function name must be a string". For reference this is a modified Glicko rating…
frosty
  • 2,779
  • 6
  • 34
  • 63
-4
votes
6 answers

How to add "Rate 5 stars to get coins/reward"?

How do I add a rating alert view inside my app for the user to choose how many stars? Then I want to give the user some coins/reward if he or she rated with 5 stars. What I have tried: SKStoreProductViewController *productViewController =…
Rodrigo Ruiz
  • 4,248
  • 6
  • 43
  • 75
-5
votes
2 answers

How to calculate star rating?

I have one product and i want to calculate 5 star rating on the basic like and dislike for example product have like = 200 // that means 200 user like that product dislike =10 // that means 10 user dislike that particular product
Chauhan
  • 2,441
  • 8
  • 37
  • 46
-5
votes
1 answer

Prevent multiple votes from anonymous users in PHP

On my website I have some posts with a simple system of rating (like and don't like). Everyone should be able to rate without logging in. I am looking for a system to prevent multiple votes. I know that there isn't really a way secure way to track…
user1315621
  • 3,044
  • 9
  • 42
  • 86
-5
votes
1 answer

adding a star-rating to each level.

I want to add a rating-system to my game, similar to how angry birds has it, with 1-3 stars per level. Since I dont really know what this type of rating-system is called I cant search for any material to help me. Does anyone have any example-code or…
Green_qaue
  • 3,561
  • 11
  • 47
  • 89
-7
votes
1 answer

Insert text within an Image

How can insert a TextView within an image like the one in the photo. enter image description here
1 2 3
55
56