Hi,
I'm not programming it properly, but I can't figure out what I'm doing wrong. Here's what I have:
<trial InformedConsentP3>
/ stimulusframes = [1=InformedConsent3; 2=Agree; 3=Disagree; 4=AgreetoPar; 5=DisagreetoPar; 6=FormDate]
/ inputdevice = mouse
/ validresponse = (Agree, Disagree)
/ branch = [if (trial.informedconsentp3.response==Disagree) trial.noconsentexit]
</trial>
<trial noconsentexit>
/ stimulusframes = [1=noconsentexit]
/ ontrialend= [if ( trial.consent.response == 57 ) script.abort();]
</trial>
What should I be putting? Thank you so much for your help! I really appreciate this.
Ashley