Rating Scale from PsychoPy
I'm new to using OpenSesame and PsychoPy (trying to move away from E-prime). I have been able to create slider responses with inline scripts in OpenSesame based on some other threads in this forum. But the rating scale response option in the PsychoPy builder is exactly what I would like to use: a continuous scale slider with a button to confirm the response and the ability to move the response on the slider before clicking the confirm button. Is it possible to import that function into OpenSesame somehow? If not, any guidance on how to reproduce a similar slider in OpenSesame would be greatly appreciated.
Please forgive my ignorance, I'm still learning ![]()
edit: sorry for the triple post (I only clicked once); trying to delete the duplicates now.

Comments
Hi,
In theory, you can simply build your experiment from within an Opensesame
inline_scipt, relying completely on PsychoPy, e.g.:But that's probably not what you want, because you basically don't use Opensesame for that, but only Python.
The rating scale itself is not implemented in Opensesame, but you can build it yourself. If you already have implemented the slider, you just have to add a button (draw a rectangle), and you should be set, right?
Hope this makes sense.
Eduard