Group: Administrators
Posts: 12K,
Visits: 95K
|
To add: You very likely have *mistakes* in your script that make you *think* a certain block is repeated.
What could those mistakes be?
#1: You have <block>s that run the wrong <likert>, i.e. something like
<block blockp5> / trials = [1=person_3] </block>
#2: You have <likert>s that display the wrong <picture>, i.e., something like
<likert person_5> ... / stimulusframes = [1= pic_3, cue1] ... </likert>
and/or
#3: You have <picture>s that display the wrong item
<picture pic_5> ... / items = ("3.jpg") ... </picture>
|