+x+xLook at the lists determining congruence. 1 = probe in same position as target, i.e. congruent.. 2 = probe not in same position as target, i.e. incongruent. You only want 1.
Thanks for the reply. I tried adapting this in both the Editable lists, Values and Practice Trials subsection, but it didn't seem to be congruent when I ran the monkey tool. What specific subsection should I edit to make sure it is congruent?
What I also should mention is that the stimuli in Miller & Fillmore's task used to have 4 subcategories for stimuli; alcohol pictures, neutral pictures paired with the sample alcohol images, filler images, and the second set of filler images paired with the first set of filler images. I only have two subcategories for Stimuli (positive and negative images). I feel like something might have gone wrong there when I deleted two of the subcategories and replaced them.
In all lists that end with _congruence, make sure that the only items contained are 1s.
And fix the various mistakes in your script. For example, your target item numbers list
<list AlcoholTarget_itemnumbers>
/ items = (
1, 2, 3, 4, 5, 6, 7, 8, 9, 10,
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19)
/ replace = true
</list>
has 67 items.
The various lists paired to the above list, however, only have 40 items
<list AlcoholTarget_positions>
/ items = (
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2)
/ selectionmode = list.AlcoholTarget_itemnumbers.currentindex
</list>
So there are 27 items for which there is no specified position or congruence. This obviously cannot work.