Notifications
Announcements
In PVA is it possible to highlight rating star when the user select/hover on it?
Hi @MariamPaulachan ,
If you are not using your bot within a custom website, the answer is no.
Otherwise, if you are using a bot on a Custom Website (e.g. mybot.com), you could use CSS classes and customizations to do it on your custom website: https://learn.microsoft.com/en-us/power-virtual-agents/customize-default-canvas?tabs=web#customize-the-default-canvas-simple?WT.mc_id=BA-MVP-5003806
Feel free to raise your ideas here: https://aka.ms/pva/community/ideas
Thanks @renatoromao for the confirmation. Will let you know in case of any further queries.
Hi @renatoromao ,
I'm not sure if is possible to change anything on the rating stars as it's all a data image and we don't have access to the core to place a class or id in there. So, after trying many times to sort this out and even opened a ticket, i believe 2 years ago, the answers was that it cannot be done.
Also, it should be done from the core as it looks really unprofessional and cheap.
Unfortunately, there is no way we can create our own rating and call it from Power BI.
Any suggestion, please let us all know.
Cheers,Fernando
What helps influence our engineering team roadmap is submissions on https://aka.ms/pvafeaturerequest
The more business impact and details, the better.
So, please, do submit items when you see improvement opportunities in the platform.
Hi @HenryJammes,
I was able highlight the rating in custom webchat. Just wanted to confirm if this only limited to custom website and not teams channel? If possible, could suggest alternative method for teams channel
Hi All,
Managed to change something and works great on Apple devices as well.
What I did was all about overwriting css.
The only thing that cannot be changed is when the user click on the star.
Originally is placed as an image and not as a link.
As a link you can overwrite the "visited" attribute.
Because the rating icons are images that users are able to select, there is no way to create a "visited" attribute for them as they are not "a" links.
See below:
/*rating stars */ .ac-selectable { cursor: pointer; } /* hover */ .ac-selectable[aria-label="Rate 1"] { content:url('../chatbot/images/ratings/rate1.svg'); } .ac-selectable[aria-label="Rate 1"]:hover { content:url('../chatbot/images/ratings/rate1y.svg'); } .ac-selectable[aria-label="Rate 2"] { content:url('../chatbot/images/ratings/rate2.svg'); } .ac-selectable[aria-label="Rate 2"]:hover { content:url('../chatbot/images/ratings/rate2y.svg'); } .ac-selectable[aria-label="Rate 3"] { content:url('../chatbot/images/ratings/rate3.svg'); } .ac-selectable[aria-label="Rate 3"]:hover { content:url('../chatbot/images/ratings/rate3y.svg'); } .ac-selectable[aria-label="Rate 4"] { content:url('../chatbot/images/ratings/rate4.svg'); } .ac-selectable[aria-label="Rate 4"]:hover { content:url('../chatbot/images/ratings/rate4y.svg'); } .ac-selectable[aria-label="Rate 5"] { content:url('../chatbot/images/ratings/rate5.svg'); } .ac-selectable[aria-label="Rate 5"]:hover { content:url('../chatbot/images/ratings/rate5y.svg'); } .ac-image.ac-selectable:active { background-color: #d3d3d3; }
Cheers,
Fernando
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
In our never-ending quest to improve we are simplifying the forum hierarchy…
We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Michael E. Gernaey 270 Super User 2025 Season 2
Romain The Low-Code... 181 Super User 2025 Season 2
S-Venkadesh 93 Moderator