Image display and collecting feedback
in OpenSesame
I am new to Opensesame and want to create an experiment where I am displaying 50 images and need to collect descriptions from participants. How can i organize that?
1) What should i put in the block loop table?
2) how can i load images using the inline_script
would appriciate any help!
Comments
Hi Nina,
The documentation is the place to be.
1) What should i put in the block loop table?
Whatever you need for your experiment. If the images are consistently changing across trials, you can add a column with the image file name, the category they represent, the associated response, etc. It is not that much different than the situation in the beginner's tutorial (Have you already done that? If not, I recommend you do!)
2) how can i load images using the inline_script
https://osdoc.cogsci.nl/4.0/manual/python/canvas/#imagefname-centertrue-xnone-ynone-scalenone-rotationnone
Hope this helps.
Eduard