[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
#C
)
The Get Timed Key Response pauses Cogsys until the subject presses a key. If
no character is pressed within a given timelimit, TIMEUP_RESP_CHAR
is
written as the key pressed. Either way, the Cogsys response key and response time
variable are updated.
If the BREAKOUT_CHAR
key is pressed, the experiment is terminated.
#C
#Climit
limit is a timelimit
COGVAR_KEY
is updated with the key pressed.
Cogsys variable COGVAR_TIME
is updated with the reaction time.
TIMEUP_RESP_CHAR
is written
as the key pressed, and limit as the time.
Press a key within 5 seconds: #C5000
z200
Press a key within 5 seconds: #C5000
&5000