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>
You need to add a small /timeout or /trialduration to the <trial> definition if you do not want it to collect any response.
Thank you for the quick response. So here's what it looks like now:
<trial musik>
/ timeout = 0
I totally had no idea what to put in for the timeout so I put in 0, and it works! Again, thank you.