Hi all,
I have this task where I want to show a video to a participant and have it proceed automatically to the next trial after the video ends. I also want to put in a key that will let the experimenter to skip through the video and proceed onto the next screen. I've figured out how to have the video play and proceed automatically, but I can't figure out how to put in a key to skip through the video without video playing all the way through.
<trial Group_AAV>
/ stimulustimes = [0=Group_AAV]
/ branch = [trial.q_NA]
/ responseinterrupt = trial
/ validresponse = ("t")
/ timeout = 4000
/ inputdevice = keyboard
/ pretrialpause = 250
/ posttrialpause = 250
</trial>
Thank you!