Group: Forum Members
Posts: 26,
Visits: 103
|
Hi all,
I am trying to have the text "please press the space bar when you're ready" appear after a 10 second delay on a screen that already has a question on it. I'm not sure if I should create two separate trials to, or if there's a way for it to appear on the screen?
I look forward to your responses!
Thank you, Chu
<trial Ftr_ab> / branch = [trial.wait] / stimulustimes = [0=ftr_ab;1=PSA] / responseinterrupt = immediate / validresponse = (57) / inputdevice = keyboard / pretrialpause = 250 / posttrialpause = 250 </trial>
<text PSA> / items = PSA / hjustify = center / vjustify = center / fontstyle = ("Arial", 2%, true) / size = (50%, 40%) / position = (50%, 85%) / select = noreplace / resetinterval = 0 / txcolor = white / txbgcolor = black </text>
<text Ftr_AB> / items = Ftr_AB / hjustify = center / vjustify = center / fontstyle = ("Arial", 8%, true) / size = (90%, 80%) / position = (50%, 50%) / select = noreplace / resetinterval = 0 / txcolor = white / txbgcolor = black </text>
|