Millisecond Forums

Open Ended Question

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

By PsychSS - 10/1/2013

Hello,


I am adding a block to my student that asks participants to provide an open ended description of their thoughts.  I have the block set so it times out after 90 seconds; however, if I press "enter", the script automatically advances.  I would like it set so that pressing enter does not advance the script, and the participants much wait until the 90 seconds have timed out.  Any advice would be greatly appreciated!



By PsychSS - 10/1/2013

to my script*

By Dave - 10/1/2013

You can use /isvalidresponse to invalidate any response submissions prior to timeout


/ isvalidresponse = [openended.myopenended.latency >= 90000]


By PsychSS - 10/2/2013

Thank you, that worked perfectly!