Have no response as a response
Have no response as a response
I am programming an experiment in which people have to detect the onset of a peripheral stimulus, while fixating a central stimulus. I need to add in some catch trials in whcih no peripheral stimulus occurs and to which people DO NOT respond. I looked at the help section on how to program "no response" as a response and keep track of whether the response was correct or not, but could not get the program to work properly. Does anyone with more experience with DirectRT know how to program a no response trial and to determine whether in fact there was no response (a correct response) or whether the person accidently hit a button (an incorrect response). I am very new to DirectRT and this is the first experiment i am programming so your help would be very much appreciated! Thanks
In v2006, you can use -1 as a keycode to represent "no response" as if it were just like any other key press. That means you can list it with other keycodes, either first to indicate it's the correct answer or later in the list to indicate that it's incorrect. If the subject waits as long as the max value then that's like pressing the "-1" key. Note: see www.empirisoft.com/support/showthread.php?t=94 for notes regarding a bug that had the potential to affect the 'no response' option in versions 2006.1.12 - 2006.1.15.