|
Post by lauraatje on Jun 1, 2020 17:07:59 GMT
Hi all,
I am setting up a word-picture naming task. Participants would see 4 images (top left, top right, bottom left, bottom right) and either see or hear a word at the same time. If the word is 'dog' for example, the pictures would be a dog, a cat, a fish and a snake. They have to choose the right one using a key on the keyboard (a, s and k, l for example).
I am measuring reaction time and accuracy.
Could somebody code this for me? As a lot of it will be repeated, just the code for 'sound file + image + key options + measuring reaction times and accuracy) will do. I can change the file name and bitmaps myself. I will pay you for your time.
Best,
Laura
|
|
|
Post by PsyToolkit on Jun 1, 2020 18:31:26 GMT
You can maybe do it yourself as well. It is easier than you think (or maybe someone else can contact you starting with this). You could start with something like this: bitmaps dog cat fish snake
table images dog cat fish snake dog 1
task imagetask keys a s k l table images show bitmap @1 -200 -200 show bitmap @2 200 -200 show bitmap @3 -200 200 show bitmap @4 200 200 show bitmap @5 readkey @1 2000
save RT STATUS
block test tasklist imagetask 10 end
|
|