831 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
102
views
Adding rating star in JavaScript e-commerce website
I’m having trouble fixing a JavaScript issue. I’ll share my HTML and JavaScript code. Here’s what I’m trying to achieve:
Before clicking any star, star-value.textContent should be ‘-’.
When a star is ...
1
vote
1
answer
74
views
Add Star Rating Above WordPress Comments & Hide After Rating
I’m working with a Blocksy child theme and have implemented a star rating system for posts. However, I’m facing an issue where:
I need the star rating to appear above the default WordPress comment ...
0
votes
1
answer
94
views
Inconsistent ratings when drawing using Trueskill
I'm using Trueskill to try to create a rating system for a tennis tournament among my friends. Games are 1v1, so I'm trying out the following:
from trueskill import Rating, quality_1vs1, rate_1vs1
...
1
vote
1
answer
153
views
Stars rated selection in an Angular Project
I have an Angular project with a component like this:
<div class="stars-container mt-2">
<div *ngFor="let star of starsArray; let i = index" ...
0
votes
2
answers
310
views
What is the real names of the User rating column from SharePoint Online and how to retrieve using REST
My objective is to display whether a user has rated an item in a list or not. I need to retrieve the User ratings columns from SharePoint Online - see screenshot:
I'm going to retrieve it using REST ...
1
vote
1
answer
245
views
MUI Rating Custom Tooltip to increase the rendering performance
I am trying to show tooltips when the user selects a rating star with the following code, but the performance is very poor (it is a part of huge MUI components).
I am wondering if I can achieve the ...
0
votes
0
answers
76
views
Salesforce quote rate rating
We are trying to use the Rate Now service to get price for a quote line item. The rate now is calling priceRootItem method on InsurancePCRuntimeHandler class.
If we set an Expression Set as Rating ...
0
votes
1
answer
41
views
Displaying rating with given value from model in list and painting colors dynamically
HELP!!!
I need help implementing a logic that will paint the rating stars gold out of five stars, according to the model data I have. No user interactions , just Display ratings.
I want to output the ...
0
votes
1
answer
49
views
How display Average Ratings on several pages in Django
Am trying to display the Average ratings on other pages in Django, but it fails. Below its my code.
models.py
class ActionGame(models.Model):
publication_status = models.CharField(max_length=...
0
votes
1
answer
596
views
Implement Star Rating for every element inside a html table, which is generated by User Inputs
I am trying to build a Website, which is able to dynamically store arbitrary events from user inputs on the website in a html table. Every event stored can be rated by a star rating system which i ...
1
vote
2
answers
131
views
Why aren't my Guidewire rating overrides being applied/copied to reinstatement transactions?
GuidewireRating Override on a Reinstatement Transaction doesn't work as expected.
We are Trying to expand our current LOB to utilize Rating Overrides. However we are facing an issue when Rating was ...
-2
votes
2
answers
3k
views
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 ...
0
votes
1
answer
35
views
Why my rating script is selecting hovered svgs in wrong direction?
I have js script for rating from one to five smileys. But it select hovered smileys in wrong way. If from right to left, but I want it from left to right.
I wanted to create a script that after ...
0
votes
1
answer
145
views
why there is no option to navigate programatically to our app rating screen of google play store exactly in android like an iOS? [closed]
We have the below option, but it is navigating to top of our app page only. I want to navigate programatically to write a review screen of my app exactly. This option is available in iOS.
Android(...
0
votes
0
answers
98
views
Change in MUI rating component affects TextField component
I have a Material UI(MUI) TextField component
<TextField
error={contents.desc.length > 50}
required
value={contents.desc}
name="desc"
sx={{ marginBottom: 3 }}
...