Hi! I am very new to Inquisit and I have to program a simple categorization task. My trials are scripted as such:
<trial categorizationTrialL>
/ stimulustimes = [0=fixationCross; 1000=stimuliL6; 2000=noResponse]
/ beginresponsetime = 1000
/ iscorrectresponse = ("l")
/ validresponse = ("k", "l")
/ correctmessage = true(positiveFeedback, 1000)
/ errormessage = true(negativeFeedback, 1000)
</trial>
noResponse is a text element that encourages participants to respond faster next time if they fail to make a valid response during the 1000ms presentation of the actual stimulus.
However, I believe this will allow participants to enter a key after the disappearance of the stimulus, during the timeout message. Is there any way to avoid this?