Millisecond Forums

'No response' can not be specified unless the trial has a timeout.

https://forums.millisecond.com/Topic11665.aspx

By fifaisal - 11/16/2013

Hi Dave,


This is actually my first time using inquisit and I'm trying to embed a video stimulus in my experiment. I'm getting this error message:'No response' can not be specified unless the trial has a timeout.


<trial musik> (this part here is what's causing the error)


/ stimulustimes = [1=musik]


</trial>



<video musik>


/ items = ("musik.mov")


/ playthrough = true


/ size = (55%, 55%)


</video>


Can you please help me out?
By Dave - 11/16/2013

You need to add a small /timeout or /trialduration to the <trial> definition if you do not want it to collect any response.

By fifaisal - 11/16/2013

Thank you for the quick response. So here's what it looks like now:


<trial musik>


/ stimulustimes = [1=musik]


/ timeout = 0


</trial>


I totally had no idea what to put in for the timeout so I put in 0, and it works! Again, thank you.