Hi there, I have a simple question related to the new ratings api …
If I understand it correctly, I automatically get my own RatingsManager instance named ‘exercise’ by simply referring to it like this:
$services.ratings.exercise.setRating('test1', $xcontext.getUser(), 1)
But how and when and where could I instantiate a RatingsConfiguration in order to tweak it for my needs?
Thanks, Holger