Group: Administrators
Posts: 13K,
Visits: 104K
|
Hmm, that's weird. Is there any other application running on your system that might intercept or otherwise mess with keyboard input?
Also, what's the OS (type and exact version) and is your Inquisit 4 installation up to date? Finally, does
--- <block myblock> / trials = [1=sequence(space, e, i)] </block>
<trial space> / stimulusframes = [1=mytext] / validresponse = (57) </trial>
<trial e> / stimulusframes = [1=mytext] / validresponse = (18) </trial>
<trial i> / stimulusframes = [1=mytext] / validresponse = (23) </trial>
<text mytext> / items = ("Press SPACE", "Press E", "Press I") / select = sequence </text> ---
work and what's the 'response' columns output in the data file when running
--- <block myblock> / trials = [1-3=any] </block>
<trial any> / stimulusframes = [1=mytext] / validresponse = (anyresponse) </trial>
<text mytext> / items = ("Press SPACE", "Press E", "Press I") / select = sequence </text> --- ? Thanks.
|