Group: Administrators
Posts: 13K,
Visits: 104K
|
You set up a <trial> element that represents your rest period
<trial restperiod> / stimulusframes = [1=pleaserestmessage] ... </trial>
and run it at the desired times via your <block>'s /trials attribute:
<block myblock> / trials = [1-56, 58-113, 115-170 = noreplace(yourdotprobetrials, ....); 57, 114 =restperiod] ... </block>
|