Removing control trials from Stroop task


Author
Message
CLB
CLB
Associate Member (134 reputation)Associate Member (134 reputation)Associate Member (134 reputation)Associate Member (134 reputation)Associate Member (134 reputation)Associate Member (134 reputation)Associate Member (134 reputation)Associate Member (134 reputation)Associate Member (134 reputation)
Group: Forum Members
Posts: 9, Visits: 49
Thanks a mil for your help!
Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 13K, Visits: 105K
CLB - 12/8/2022
Hi guys,

I want to run the Color Word Stroop with Keyboard Responding but without the colored rectangles control trial. Could anyone advise on how to remove those trials? I have tried messing around with the Stroop script to achieve this but I'm running into errors again and again, and this is time sensitive for a project. I'd appreciate any help on this!

Thanks! 

<block stroop>
/ onblockbegin = [
    list.latencies.reset();
    list.latencies_congruent.reset();
    list.latencies_control.reset();
    list.latencies_incongruent.reset();
    list.responses.reset();
    list.responses_congruent.reset();
    list.responses_control.reset();
    list.responses_incongruent.reset();
]
/ trials = [
    1=getReady;
    2-85 =noreplace(redcongruent, redincongruent, redcontrol, greencongruent, greenincongruent, greencontrol, bluecongruent, blueincongruent,
    bluecontrol, blackcongruent, blackincongruent, blackcontrol);
]
</block>

Bolded above are the control trials. Remove them from the noreplace() pool in the block's /trials attribute and adjust the number of trials the block runs accordingly.
CLB
CLB
Associate Member (134 reputation)Associate Member (134 reputation)Associate Member (134 reputation)Associate Member (134 reputation)Associate Member (134 reputation)Associate Member (134 reputation)Associate Member (134 reputation)Associate Member (134 reputation)Associate Member (134 reputation)
Group: Forum Members
Posts: 9, Visits: 49
Hi guys,

I want to run the Color Word Stroop with Keyboard Responding but without the colored rectangles control trial. Could anyone advise on how to remove those trials? I have tried messing around with the Stroop script to achieve this but I'm running into errors again and again, and this is time sensitive for a project. I'd appreciate any help on this!

Thanks! 
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search