Rating scales on a canvas?
in OpenSesame
Hi guys,
I have another problem with my experiment
I want to present 4 images on a canvas (top left, top right, lower left, lower right).
For each of these images I want to show a rating scale with 2 possible answers. So under every image there should be a rating scale on the same canvas.
How is it possible to implement a rating scale on a canvas?
Thanks for your help!
Comments
Hi Flippy,
1.
the easiest way is to define buttons (e.g. the number buttons).
In your case i would implement something in the images "press 'n' for no" or "press 'x' for yes".
If you want to do it with mouse presses you need to define the position of the response fields. Quite more complicated.
2.
Why don't you put your 4 images into one image if they shall be presented at the same time?
So you need to present only one canvas.
Another option would be to present the images one after the other. Which seems more logical to me, but i do not know your experiment.
Greetz
Stephan
Hi Flippy,
Here a code with mouse clicks. This code works with two Items on one page. You need to find the rectangles (x,y coordinates) of your canvas on your own