Group: Awaiting Activation
Posts: 72,
Visits: 192
|
hi,
i'd like to present a trial, and then immediately after the P indicates their response, present another prompt. My code below has a delay between the P response and the onset of the next trial. I'm not sure how to shorten it.
Here's the script:
<trial base_negUP> / validresponse = ("a", "5") / correctresponse = ("a") / stimulustimes = [0 = noreplace (base); 200 = noreplace (blank); 300 = noreplace (badtarget)] / branch = [trial.what_prompt] </trial>
<trial what_prompt> / validresponse = ("a", "5") / correctresponse = ("") / stimulustimes = [0 = noreplace (what); 300 = noreplace (blank)] / trialduration = 700 </trial>
|