jspsych / experiment-demos

MIT License
2 stars 8 forks source link

Visual Search Experiment Based On Treisman & Gelade (1980) #21

Closed keshavpabbi closed 3 years ago

pjkohler commented 3 years ago

Hi Keshav,

I've added a few changes to the code, most importantly adding the preload to the timeline - if this is not done, no preloading of images will be done. I also added practice and welcome messages to the setup file ... not that I've used placeholders (e.g. "$BLOCK_LEN") that are replaced with values from variables in the code. You should add your message between trials and your break message to the code using the same strategy. Let me know if you have any questions.

Best,

Peter

pjkohler commented 3 years ago

I updated the code a bit more to automatically handle different number of targets, and target identities. I have merged the pull request.