Group: Administrators
Posts: 13K,
Visits: 104K
|
That's not how the /posttrialpause attribute works. To have a random ITI you ought to do something along the lines of:
<expressions> / randomiti = round(rand(500,1000)) </expressions>
<trial mytrial> / posttrialpause = expressions.randomiti / stimulusframes = [1=mytext] / validresponse = (57) </trial>
<text mytext> / items = ("Press the spacebar.") </text>
<block myblock> / trials = [1-10=mytrial] </block>
|