Back
Login
Register
Login
Register
Millisecond Forums
Home
»
Millisecond Forums
»
Inquisit 4
»
window/box for answers limited time
window/box for answers limited time
Post Reply
Like
34
window/box for answers limited time
View
Flat Ascending
Flat Descending
Threaded
Options
Subscribe to topic
Print This Topic
RSS Feed
Goto Topics Forum
Author
Message
jusaar
jusaar
posted 11 Years Ago
ANSWER
Topic Details
Share Topic
Group: Forum Members
Posts: 11,
Visits: 45
Hello guys,
it's my first time working with Inquisit.
I need a window or box where participant could write down multiple answers or different words, for example a textbox.
The other problem is, for each word the participant has 2 minutes to give as many answers as possible.
My questions are how to create a window or box where participant can fill in answers in a limited time (2 minutes)?
Thanks for your help!
Julia
Reply
Like
34
Dave
Dave
posted 11 Years Ago
ANSWER
Post Details
Share Post
Group: Administrators
Posts: 13K,
Visits: 108K
You'll want to use the <openended> element for this:
<expt>
/ blocks = [1-4=myblock]
</expt>
<block myblock>
/ trials = [1=myopenended]
/ timeout = 120000
</block>
<openended myopenended>
/ stimulusframes = [1=word, instructions]
/ branch = [if (openended.myopenended.response != "") openended.myopenended]
/ position = (50%, 70%)
</openended>
<text word>
/ items = ("A", "B", "C", "D")
/ select = noreplace
/ selectionrate = block
/ resetinterval = 0
</text>
<text instructions>
/ items = ("Enter a single word and hit 'submit'. If you can't of any word, leave the input box blank and hit submit to move on.")
/ position = (50%, 10%)
</text>
Reply
Like
31
jusaar
jusaar
posted 11 Years Ago
ANSWER
Post Details
Share Post
Group: Forum Members
Posts: 11,
Visits: 45
Thank you for your
quick and helpful response!!
Reply
Like
26
GO
Merge Selected
Merge into selected topic...
Merge into merge target...
Merge into a specific topic ID...
Open Merge
Post Reply
Like
34
Post Quoted Reply
Reading This Topic
Login
Login
Remember Me
Reset Password
Resend Validation Email
Login
Facebook
Explore
Messages
Mentions
Search