Problems with rating in a repeater

I have a video-page with 18 containers which shall show one video each. The containers are placed in a repeater which is good for building and keeping the design but it makes a big problem when it comes to rating. When a customer rates one of the videos the same rating is given for all other videos because the repeater affects all containers in the same way so how can I deal with that? Try rating one of the videos and you can also see that the numbers are counted up with 2 or 3 and that is probably also an effect by the repeater.

This is the page (yes it´s a sexsite :sunglasses:):

https://www.swederotica.com/heterosex

In order to know which RatingsInput element is clicked - that is, in which Repeater item the clicked RatingsInput element is - you need to use the Repeated Item Scope . See at() API and Retrieve Repeater Item Data When Clicked for additional information.

Thanks Yisrael, I hope I will figure this out.