Could you please advise on whether this is a known issue? Should there be differences in how trials are presented when changing from inquisit 3 to 4? I am just guessing that it is related to the replacement section so I have pasted it below (the same problem happens with the baseline trials) but it could be something else. Could you advise on solutions to this problem?
***selects the 6 Baseline pattern sets (indices 1-6) randomly without replacement
<counter selectindexB>
/ items = (1,2,3,4,5,6)
/ select = noreplace
/ selectionrate = trial
</counter>
***selects the 18 Experimental pattern sets (indices 1-18) randomly without replacement
<counter selectindexE>
/ items = (1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18)
/ select = noreplace
/ selectionrate = trial
</counter>