Attentional Blink Help
I have completed the Attentional blink tutorial for Open Sesame version 2.9.X. The lab I am working with is hoping to use this framework to create a new experiment. To do this, we want to replace the letters that are presented in the Attentional Blink with images. I am fairly new to Open Sesame and would like some help and guidance on how to go about achieving this.
This is the tutorial that I ran: http://osdoc.cogsci.nl/2.9/tutorials/attentional-blink/
Comments
Hi,
In the tutorial, you presented stimuli with the help of an inline_script. Instead of a sketchpad (the thing that you displayed instructions on), you used a
canvas. You can just as easily put an image on this canvas as you put text on there - just by means of canvas.image() instead of canvas.text().Have a stroll through the documentation site (specifically on canvases: http://osdoc.cogsci.nl/python/canvas/) and let me know if you come across any problems!
Cheers,
Josh