Hi all,
Say if I have 3 categories of word stimuli: happy, sad, and neutral, each containing four words, and I need to randomly pair these three categories of words to three categories of pictures: A, B, and C, each containing 6 pictures. The pairing should be the same throughout the experiment (i.e. happy always with pic A, sad with pic B and neutral with C) and be randomly selected for the next experiment. How should I do this? Furthermore, in each of A, B, and C, there is one target picture (i.e. 1 target A pic and 5 filler A pics, 1 target B pic and 5 filler B pics...), how can I make it so that the target pictures appear 3/4 of the block (i.e. if there are 48 trials, 36 targets pics paired with words and 12 with fillers)?
THANKS!
B
Can you check if the attached file does the trick?
~Dave
"To understand recursion, you must first understand recursion." - Unknown Zen Master
Thanks so much Dave! Can you explain to me what the empty stimulus element does?
Thanks again!!!
Balcon:Thanks so much Dave! Can you explain to me what the empty stimulus element does?
It's just sitting there waiting to be filled with whatever wordtype (happy, sad, neutral) got assigned to picturetype A, B or C respectively.
Let me know if you have additional questions.
Got it! Thanks a bunch!!!