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
Questions tagged [rating]
838 questions
-2
votes
1 answer
R: Can't transform a table into a data frame
I have been using the R package "Player Rating" and I have worked the examples, however when I try to export the output (the rating tables) to a CSV I get the following message:
write.csv(sobj, file = "output.csv")
Error in…

user3661825
- 17
- 3
-2
votes
3 answers
How star ratings system works?
What I want is to know how star ratings works. I don't get the logic of it.
Example:
5 star - 300 people
4 star - 45 people
3 star - 100 people
2 star - 99 people
1 star - 10 people
Total of 554 people
I want to convert these number of…

Rafael Topasi
- 51
- 1
- 7
-2
votes
1 answer
How do I stop a user from rating a movie more than once?
On my site when a user is logged in, they can give a 1-5 rating on a movie.
What I want to do is make it so that database knows which user gave the rating and to update there rating if they click it again rather than creating a new entry, so each…

McNoodles
- 23
- 1
- 9
-2
votes
3 answers
Looking for a jQuery plugin : sort of bar rating
i own a website where users can vote/rate things and i want to improve the poor inputbox (from 1 to 10) to improve visual rendering.
I was thinking of a bar, which have 10 ' | ' you can move the cursor from one to ten (it doesn't have to be AJAX…

sf_tristanb
- 8,725
- 17
- 74
- 118
-2
votes
2 answers
MySQL Review rating
Opinie :
CREATE TABLE `opinie` (
`id_opinie` INT(11) NOT NULL AUTO_INCREMENT,
`id_produkt_opinie` INT(11) NULL DEFAULT NULL,
`opinia_opinie` VARCHAR(255) NULL DEFAULT NULL,
`ocena_opinie` VARCHAR(5) NULL DEFAULT NULL,
`aktywny_opinie` ENUM('Y','N')…

Rinzler
- 295
- 3
- 5
-2
votes
1 answer
Wordpress Ratings?
Thank you for viewing my post..
I am currently working on my blog, it is about writing reviews and rating books, and movies.
I have searched for hours for a rating plugin for ME to rate movies and books posts,
but all I found was plugins for…

Peter Ezzat
- 43
- 5
-2
votes
1 answer
jQuery Rating Plugin - Need % Sized Stars
I am currently using RateIt, which works great, but I can't figure out if I can use it to make my stars based on a percentage. As the default way to approach the styling is to use a .png image of the stars, this makes me think I would need to go…

jstacks
- 2,437
- 8
- 32
- 48
-2
votes
1 answer
Finding the average rating of each of the movies SQL
I'm currently taking the online stanford class on databases, If you could help me solve this sql problem I would greatly appreciate it. Sorry I'm a complete noob.
Table Movie:
mID | title | year | director
Table Rating
rID | mID | stars |…

Lester
- 1
- 1
- 2
-2
votes
6 answers
Finding the average rating of each movies SQL
I'm currently taking the online standford class on databases, If you could help me solve this sql problem I would greatly appreciate it. Sorry I'm a complete noob.
Table Movie:
mID | title | year | director
Table Rating
rID | mID | stars |…

Lester
- 1
- 1
- 2
-2
votes
2 answers
Rating System | Display the ratings from a single variable
So, my question is very strait forward, I have a single variable, per say 4, and I need to translate it to some kind of rating, very simple ( it goes from 1 to 5 ) without half stars or anything.
I need to display a rating out of a number which goes…

Roland
- 9,321
- 17
- 79
- 135
-3
votes
2 answers
React star rating
I have a recipe app and i implemented a star rating, i have to save the value in local storage and display the average rating value.I updated the code after reading the answers in order to get the recipe id and the rating in the local storage and it…

raul atofanei
- 9
- 1
-3
votes
1 answer
Swift How to Add a 5-Star-Rating Option for Users
I'm creating an app that allows users to vote for products from 1 to 5 star ratings, then calculates the average rating of that product by taking the average vote of all the users.(just like Zomato) My app won't need a user to login, it only needs…

Jacky
- 3
- 2
-3
votes
1 answer
How to post a page review via facebook api
I can only use POST page-id/ratings with paramater : rating:value
I can only rating page without review.
Anyone can help me, please.
-3
votes
4 answers
Creating a rating system for displaying rating stars in asp.net
I've a values something like this 1.25, 2.50, 3.75 or 4.00:
I can loop on the integers like 1, 2, 3 or 4.
But how I can loop on 3.75?
for (int i = 0; i < 3.75; i++)
{
// my logic
}
Updated:
The loop I needed as I'm creating a rating system and…
user1773603
-3
votes
1 answer
state of art rating system in php
I am a programmer .I want to know how to implement * rating in php.Just tell me the steps

Pushan
- 119
- 2
- 2
- 6