[open] Set duration in form
Hello,
I would like to know if there is a possibillty to set duration using a form.
In this form I'm presenting an image with an open question. I would like to give my participants limited time to answer the question. I hope someone knows how to do this!
Comments
I'm afraid that forms do not currently support a timeout value. However, you may want to take a look at this discussion:
PS. Please post a question only once!
Check out SigmundAI.eu for our OpenSesame AI assistant!
Thank you for your reply.
I've read that discussion and tried it, but than I can't present a picture simultaneously with a question anymore.
Do you think it is possible using advanced_delay? I've tried this, but than the participants can't type anymore.
PS. I will post my questions only once. I'm sorry for posting this one twice.
When you insert an advanced_delay, the experiment simply pauses for the duration of the delay. You won't be able to do anything in parallel, such as recording participant responses.
In your case, you will need to implement your own custom text input item with an inline_script, which uses a timeout and displays text on top of a sketchpad (so that you can show a picture at the same time). This sounds more complicated then it is, though. The basic script is available here (see this post for more comments):
A slight modification for your specific case (and recent versions of OpenSesame) gives this script:
It's not ideal, but until a timeout functionality has been implemented for forms (issue), a little inline scripting is required.
Cheers!
Sebastiaan
Check out SigmundAI.eu for our OpenSesame AI assistant!