Transporting multiple events on the same slider
Hello everyone,
I am trying to set up an experiment in which subjects can click on certain events (entered as text), presented simultaneously on the screen, and transport them on a slider (values from 15 to 90).
What I am interested in is the exact value associated with the event and how the events are placed in relation to each other. So also on the slider I would like to have all events simultaneously.
I had thought of writing the events in different colours and once they are transported and released on the slider, a circle of the colour of the event remains above the slider. So eventually the subjects will see the events as text at the top and circles with the same colour as the events on the slider.
Is this possible with OpenSesame?
Comments
Hi Angelo,
That is possible, but not without pre-made items. You would have to do a considerable amount of Python coding to accomplish this. It's probably best to start step by step. For example, start implementing a slider (you will example code on the forum!), once you have this down, you can start thinking about how to add values best on variables to it, and slowly get to the endresult that you envisions. If you get stuck in the process, let us know.
Eduard
Hi everyone and thanks eduard,
in the end I had chosen to create the experiment on psychopy.
Here is the script.
I hope it can be useful to someone,
Angelo