hello!
I am currently attempting to create a trial structure in which (1) stimulus 1 appears, (2) stimulus 1 disappears + a response textbox appears, (3) textbox disappears + stimulus 2 appears.
It seems that I can't hide the textbox within a trial when I use "openended" (I need the textbox to be absent both at the beginning and the end of the trial) - is there a solution for this?
Otherwise, would I have to set up the above three phases as different trial types? If so, within a "block", is there a way to go through a sequence of distinct trial types instead of having to specify the type of trial for each trial number? Or does it have to look something like this?
<block block1>
/ trials = [1,4,7 = sequence(cue); 2,5,8 = sequence(myopenended); 3,6,9 = sequence(outcome)]
</block>
Thank you so much for your help!