Hi All,
I am trying to combine a textbox response with a mouse-click response. For the former, participants should enter two earlier displayed digits (e.g., 7 and 9). For the latter, participants should press on one of several simultaneously presented shapes to indicate the colour of a target. A similar issue was raised in a previous forum post (
https://www.millisecond.com/forums/Topic14994.aspx) from 8 years ago. Hence, I was wondering whether there would be a more straightforward way of doing so.
My current trial looks as follows:
/stimulustimes = [0 = clearscreen; 1 = fixation; 150 = clearscreen; 151 = t, d1, d2 , dig1, dig2; 350 = clearscreen; 600 = shape1, shape2, shape3, shape4, shape5, shape6, shape7, shape8]
/ correctresponse = (values.cresp)
/ inputdevice = mouse
/ validresponse = (shape1,shape2,shape3,shape4,shape5,shape6,shape7,shape8)
</trial>
Now, I would like to add the textbox entry
before the shape selection screen. Ideally, I would want to avoid switching to another trial. Is this possible?
All the best,
Lukas