[solved] simple response recording
Hi all,
I try to set up a simple detection experiment, and I need to record keyboard RT. I want the presentation time of the fixation dot, after the short stimulus, to be fixed at 1800 ms (the participant has to give an answer during this time window).

I can't do it simply with the interface, since the keyboard response module will pass to the next trial at keyboard pressing.
Can you guys help me with the inline_script module I need to implement ?
Thank you very much !
Raph
Comments
Hi Raph
Set your second fixation to duration to 0, add an inline script with the following
Change the keylist to match the desired response. The variable my_result will be available to the logger.
This is written for Opensesame ver 3.
For further details http://osdoc.cogsci.nl/python/
Hope this helps
Gary
Hi Raph,
Gary's method works, but there's an even simpler way if you don't want to resort to inline_scripts. The duration of your post-stimulus fixation dot is set to 0ms, the keyboard_response is set to 1800ms, and after the keyboard_response you place another fixation dot sketchpad with duration set to
1800-[response_time]. That should do the trick!Cheers,
Josh