Item: Form Text Input
Hello!
I have added to my OS experiment the Form text input item in order to collect responses to questions from participants.
However, I can't figure how I can add to this item a time limit (e.g. zero = as in the sketchpad item), so, after they provided their answers in the form, to move on to the next item by using another keyboard response.
Thank you
Sylvia
Comments
Hi Sylvia,
As far as I can see, you cannot specify a time duration after input until the end of the item. However, you can circumvent this issue, by adding an
inline_scriptafter yourtext_inputitem in which you sleep for the desired amount of time, e.g. two seconds:clock.sleep(2000).Does this help?
Eduard