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 ...

learn more… | top users | synonyms

0
votes
0answers
10 views

Schema rating is not working

I am using schema rating in my website but is not appearing in Google results. But when I see the test using the Google Structured Data Testing Tool looks like everything is ok: Take a look at this: ...
0
votes
1answer
26 views

Ajaxified Average-Rating Bar won't reload in Rails

I'm working on a Ruby on Rails Application with a Rating System. The Rating is working fine so far. I also ajaxified it and it works. I also wanted to display the current Rating average in a Bar which ...
0
votes
1answer
24 views

How do I work out average rating and add a new column to my MySQL table to record this

I have a MySQL table of product ID's which has columns which show how many times each of these products has recieved a 1, 2, 3, 4 or 5 star rating from my customers. I would like to insert into the ...
0
votes
0answers
15 views

Rich snippet showing only stars and number of reviews

Just want to show only the following data: Rich snippet showing only Stars and Number of reviews . Have tried a lot but gets : Stars , Rating count and Review count . I want to remove that Rating ...
0
votes
1answer
30 views

5 star rating using CakeDC plugin

I am using CakeDC ratings to make a star rating in my site. I managed to make it work but it is displaying radio choices. I really wanted it to be a 5-star like functionality. In their documentation ...
0
votes
2answers
21 views

Rails Rating System with strange helper method

there's an issue, that is bothering me. I'm following this "Ruby on Rails"-Tutorial to implement an ajaxified rating system ...
-1
votes
0answers
24 views

Rating in HTML static site [closed]

I am developing a static HTML site which consists of some rock songs. User will listen to those songs and assign rating to it. I've searched various sites and applied several rating features but as ...
-1
votes
0answers
26 views

How to realize rating system [closed]

How would you realize a rating system in a MySQL Database? What is the best solution to have good performance? Users should be able to give a +1 or -1 for a entry. I need to know what a user has ...
1
vote
1answer
23 views

How to weigh percentage versus quantity?

So I have a leader board I'm trying to develop and I've run into a bit of a problem... It's a roulette game and I want to show who was the best stats. Lets look at the following examples for scores: ...
0
votes
0answers
31 views

Picking a voting-system for crowed sourced items [closed]

I have a set of user generated items and I need to implement a voting system to determine the most popular item in the set. (Actually I have many sets but lets keep it simple for the moment). Note ...
0
votes
1answer
18 views

How to divide 2 joined SQL columns?

So im trying to create a highscore table for a "create your own burger" application. My SQL Query: SELECT Save_Burger.Name, Rating.TotalScore, Rating.TotalVotes FROM Save_Burger INNER JOIN Rating ON ...
0
votes
0answers
50 views

How to display a score summary in rails using jquery and display it back to the website? [closed]

I am new to Rails and jQuery and don't get my head around on how to display the sum and average rating of the score for each route. As for below example it should show 2 scores for route 1 with an ...
0
votes
1answer
111 views

XMLHttpRequest not working in IE10 (rating.js)

I need a little help. I don't know javascript and i have a small problem (i guess) with the rating system from my site. The rating system is this: ...
0
votes
0answers
10 views

Base Rate Tables (Logistics) (LTL)

Can anyone tell me how the base rates are determined by companies like CZARLite? I'm trying to understand the anatomy of a 'Freight Rater' as it relates to LTL shipments. I'm assuming it's a massive ...
0
votes
1answer
60 views

How to Work Jquery Rating Stars Using in Java Application?

In my Java Application have concept of Show Rating Star. And My java Application giving integer value ex:4, now i'm show the rating Stars four. So how to do this one into Jquery? And Display the ...
0
votes
0answers
41 views

How to display total and averages score from star rating out of Rails

I am new to Rails and JS and really hope you can help me with the issue I am facing. I work on a website with 3 routes for each user level (Beginner/Intermediate/Expert), so all together 9 routes. ...
-2
votes
0answers
17 views

Is there a standalone product rating module around? [closed]

We have a webshop, built with Wordpress, and we want to add a product rating module (5-star system + customer reviews) to it. We want the rating module to be independant of the webshop, so there ...
0
votes
0answers
43 views

How to implement ELO algorithm (aka Facesmash) among 4 inputs

Ok this is more like an algorithm question. Here is the deal. I have a fair grasp of Elo algorithm for two inputs (A vs B). What if I want to have a set up such that "A vs B vs C vs D" (like a ...
-2
votes
2answers
71 views

IP based Rating system? [closed]

This is the code below, i want to add a IP based rating system so the person can rate only once per link So when he rates again the same link it must collects the users IP and matches them in the ...
0
votes
0answers
64 views

binding rating control to an item from asset library dynamically in sharepoint 2013

I have a query related to SharePoint 2013. I have a page in site collection that dynamically displays an item from asset library. Now I want to add a rating control to the page that gives rating to ...
0
votes
1answer
20 views

What is the most convinient and simple formula to calculate rating from views and favorites count?

I have some content on my site with two parameters: - the number of views - the number of people who added the item to theis favorites. I want to propose some formula to combine those two parameter ...
0
votes
0answers
23 views

How do I hard link pictures based on XMP-Tags?

I would like to link pictures with a XMP Rating of e.g. 3 an higher to a specific direcoty for export over upnp. So I have a big Shotwell-Library and I would like to "export" all picturess with a ...
0
votes
0answers
31 views

kCGImagePropertyIPTCStarRating Removed from ALAssetsLibrary Metadata

The IPTC Star Rating field, kCGImagePropertyIPTCStarRating in iOS, is stripped from the metadata dictionary when writing a new image using ALAssetsLibrary writeImageDataToSavedPhotosAlbum in iOS6. All ...
-2
votes
3answers
88 views

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 ...
1
vote
1answer
48 views

How to create a rating based off social scores

I have a thousand recipes each having a tweet and facebook like counts. What i want to do is to create an overall rating out of 100 based off these two scores (and perhaps other social network counts ...
0
votes
0answers
84 views

Magento customizing Rating radio button

Want to reverse the value of radio button field : Now the default situation in magento : 1 star => 6 2 star => 7 3 star => 8 4 star => 9 5 star => 10 Expected customization : 5 star => 10 4 star => ...
0
votes
3answers
48 views

Getting info about apps on Google Play

what is the way to get app rating and user reviews of an app on Google Play, if I have it´s Id?
0
votes
0answers
26 views

ajax toolkit rate fires twice in onchange event

client code <ajaxToolkit:Rating ID="ThaiRating" runat="server" CurrentRating="2" MaxRating="5" StarCssClass="ratingStar" WaitingStarCssClass="savedRatingStar" ...
0
votes
0answers
5 views

Display Rating in K2_related_content

please your help. i want to put rating in module k2_related_content. anybody can help me? Thanks a lots
-1
votes
1answer
30 views

mySQL - Sorting techniques and ordering

i have a table that contains a list of images and would like to sort them to a popular image sequence. Below listed the table and i would like to make the "Target column", in order for me to sort ...
1
vote
1answer
55 views

problems while rating via selected star images for vision and back end select hidden value of input type radio

Hi i am trying to get value of input type radio by clicking on a star image by vision and am success in this but am stuck in resetting the star image in other row take a look of this fiddle ...
0
votes
1answer
71 views

how to control target in a multiple jquery raty system

I'm using jquery raty to do a rating page in php, where multiple rating are displayed. It works ok unless one thing. The score function, and the click function works ok. But I'm having problems trying ...
0
votes
1answer
155 views

Refresh a div to shows new rating in Django using JQuery and AJAX

I’m new to django and can’t find the way to refresh only the div and that the div shows me current rating with stars. My idea is that user can see average rating and rate something by clicking on the ...
2
votes
1answer
80 views

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 ...
0
votes
0answers
60 views

Structured Data Tool not showing rating

Currently creating a rich snippet tool but the Google Structured data tool won't show the stars in the example. If you look below I should have implemented the rating system correctly with schema.org. ...
0
votes
1answer
94 views

Create a rating system in java

I am trying to rate an list of numbers eg. [297, 720, 840, 903, 1110, 1170] on a scale of 1 to 10 with 10 being the lowest and 1 being the highest number. So list.get(0) would be 9/10 or 10/10 and ...
1
vote
2answers
146 views

Star Rating Control which should accept the decimal part also

Am Using Visual studio 2010 and coding by C#. Now i want to do a star rating control ie I have some values within 5, not more than that and i want to show the value rated by start based on the rating. ...
1
vote
1answer
87 views

Validation for a required element, jQuery Star Rating

I use fyneworks.com/jquery/star-rating/ to make a star rating on my site. But I have some trouble with validation with jquery. I want that the user must use it. I use this: $('#formid').validate({ ...
0
votes
1answer
50 views

how to make a bar rating system using logarithm

I want to make a bar rating system for my website and this is what i have actually: Which doesn't look nice at all :p. I want the height to increase like a Exponential curve gradually. Not too ...
0
votes
0answers
54 views

rating-widget with ajax

I download rating-widget from enter link description here And add code in end of of my web-page <div class="rw-js-container"> <script type="text/javascript"> // Async ...
0
votes
0answers
44 views

Seeking Java Feedback and Rating tool like ebay [closed]

Is there a commercial or open source FeedBack/Rating solution that is similar to Ebay that I can use on my jsp site? I have not been able to find anything, but I am sure that I must not be using the ...
1
vote
1answer
164 views

jQuery Star Rating Plugin callback function with previously default set value

I am using the jQuery Star Rating Plugin. When the page is loaded a dynamic value should be set with the posibility of changing that in a jquery dialog with the new selected value. I have something ...
1
vote
2answers
104 views

How to add Rating of a product in products listing?

I am displaying products of a particular category to the homepage content section. I have made a separate .phtml file to display my homepage. Now I want to show the ratings of a product (products are ...
0
votes
1answer
22 views

Sorting a file with Cygwin in Windows

I have a file with thousands of beer reviews that I need to sort. Each beer review looks like this: beer/name: John Harvards Simcoe IPA beer/beerID: 63836 beer/brewerID: 8481 beer/ABV: 5.4 ...
0
votes
1answer
66 views

iTunes Connect: how to follow (properly) reviews with an RSS reader/agregator?

In Itunes Connect, there is for each app a RSS url (like https://itunes.apple.com/cn/rss/customerreviews/id=XXXXXXXXX/sortBy=mostRecent/xml?l=fr) to follow the user reviews. I copy/pasted this URL in ...
1
vote
1answer
194 views

Cannot change width and number of stars of RatingBar

I am trying to set a RatingBar with only 5 stars but it expands to fill the width of the screen. I have found similar problems: How to make RatingBar to show five stars Android RatingBar - a ...
0
votes
1answer
258 views

Jquery Star Rating Plugin - Half star Not Working

I am implementing jquery star rating plugin. a single star imputing is workign fine, no problem. But i cant seem to get half a star working... html source: <div class="stars"> <span ...
2
votes
2answers
101 views

Total Score ranking algorithm

Background; I am looking for a way to calculate the score of a piece of audio based on listeners feedback. Each time a user listens to the track, they must vote if they like it, a simple yes or no. ...
0
votes
2answers
75 views

How should I build/design a ratings system for my Android application?

I am building a mobile Android application where users are able to find the nearest locations around them and then when viewing these places, they are allowed to see the details and also rate it. On ...
2
votes
3answers
212 views

Cant get the value in div class=“rateit” readonly mode after ajax call

I am using Jquery RateIt plugin with the view more button. so In my project i am showing restaurant rating with these plugin by default i am displaying first 5 rating.Then after 5 records i am ...

1 2 3 4 5 8