Millisecond Forums
Home
»
Millisecond Forums
»
Inquisit 4
Feedback on Timeout
https://forums.millisecond.com/Topic12073.aspx
By Caoimhghin
-
1/13/2014
Hi,
I'd like to have a "No response detected" feedback when subjects timeout on a trial, as well as an "incorrect" feedback when subjects make an error. Any thoughts on how to make this happen?
By Dave
-
1/13/2014
Yes. You do so by specifying appropriate /responsemessage attributes:
<trial mytrial>
[...]
/ timeout = 2000
/ validresponse = ("a", "b", 0)
/ responsemessage = (0, noresponsedetected, 500)
[...]
</trial>
By Caoimhghin
-
1/13/2014
Thank you!