Hello, I am wondering why my script will only run one distractor image per trial when I have tried to ask it to run 4 at a time?
<picture targets>
/items = ("T_90.jpg", "T_270.jpg")
/select = noreplace
/vposition = 50%
/hposition = counter.targets.selectedvalue
</picture>
<picture distractors>
/items = ("L_90.jpg", "L_270.jpg", "L_0.jpg", "L_180.jpg")
/select = noreplace
/vposition = 50%
/hposition = counter.distractors.selectedvalue
</picture>
<counter targets>
/ items = (5%,5%,5%,5%,5%,95%,95%,95%,95%,95%)
/ select = noreplace
</counter>
<counter distractors>
/ items = (5%,20%,35%,50%,65%,80%,95%)
/ not = (targets)
/ select = noreplace
/ selectionrate = always
</counter>
<trial mytrial>
/ stimulusframes = [1=targets,distractors,distractors,distractors,distractors]
/ validresponse = (anyresponse)
/ ontrialend = [reset(counter.distractors)]
</trial>
<block myblock>
/ trials = [1-10=mytrial]
</block>