Back
Login
Register
Login
Register
Millisecond Forums
Home
»
Millisecond Forums
»
Inquisit 5
»
Creating Buttons in Mouse Mode
Creating Buttons in Mouse Mode
Post Reply
Like
45
Creating Buttons in Mouse Mode
View
Flat Ascending
Flat Descending
Threaded
Options
Subscribe to topic
Print This Topic
RSS Feed
Goto Topics Forum
Author
Message
ilanagratch
ilanagratch
posted 8 Years Ago
ANSWER
Topic Details
Share Topic
Group: Forum Members
Posts: 6,
Visits: 11
Hi,
Can you please provide instructions around creating buttons for an IAT when the response mode is mouse rather than keyboard?
Thank you,
Ilana
Reply
Like
45
Dave
Dave
posted 8 Years Ago
ANSWER
Post Details
Share Post
Group: Administrators
Posts: 13K,
Visits: 104K
+
x
ilanagratch - Monday, December 11, 2017
Hi,
Can you please provide instructions around creating buttons for an IAT when the response mode is mouse rather than keyboard?
Thank you,
Ilana
Define two <text> elements to serve as your "buttons", /size and /position them according to your needs, display them via the <trial> elements' /stimulusframes along with the other stimuli and define them as the respective trials' /valid- and /correcresponses.
Like so:
<trial attributeA>
/ validresponse = (E, I)
/ correctresponse = (E)
/ inputdevice = mouse
/ stimulusframes = [1 = attributeA, errorReminder, e, i]
/ posttrialpause = parameters.ISI
</trial>
<trial attributeB>
/ validresponse = (E, I)
/ correctresponse = (I)
/ inputdevice = mouse
/ stimulusframes = [1 = attributeB, errorReminder, e, i]
/ posttrialpause = parameters.ISI
</trial>
<text E>
/ items = ("E")
/ size = (10%, 5%)
/ position = (30%, 80%)
/ txcolor = white
/ txbgcolor = blue
/ hjustify = center
/ vjustify = center
</text>
<text I>
/ items = ("I")
/ size = (10%, 5%)
/ position = (70%, 80%)
/ txcolor = white
/ txbgcolor = blue
/ hjustify = center
/ vjustify = center
</text>
Reply
Like
50
ilanagratch
ilanagratch
posted 8 Years Ago
ANSWER
Post Details
Share Post
Group: Forum Members
Posts: 6,
Visits: 11
+
x
Dave - Monday, December 11, 2017
+
x
ilanagratch - Monday, December 11, 2017
Hi,
Can you please provide instructions around creating buttons for an IAT when the response mode is mouse rather than keyboard?
Thank you,
Ilana
Define two <text> elements to serve as your "buttons", /size and /position them according to your needs, display them via the <trial> elements' /stimulusframes along with the other stimuli and define them as the respective trials' /valid- and /correcresponses.
Like so:
<trial attributeA>
/ validresponse = (E, I)
/ correctresponse = (E)
/ inputdevice = mouse
/ stimulusframes = [1 = attributeA, errorReminder, e, i]
/ posttrialpause = parameters.ISI
</trial>
<trial attributeB>
/ validresponse = (E, I)
/ correctresponse = (I)
/ inputdevice = mouse
/ stimulusframes = [1 = attributeB, errorReminder, e, i]
/ posttrialpause = parameters.ISI
</trial>
<text E>
/ items = ("E")
/ size = (10%, 5%)
/ position = (30%, 80%)
/ txcolor = white
/ txbgcolor = blue
/ hjustify = center
/ vjustify = center
</text>
<text I>
/ items = ("I")
/ size = (10%, 5%)
/ position = (70%, 80%)
/ txcolor = white
/ txbgcolor = blue
/ hjustify = center
/ vjustify = center
</text>
Thanks so much, Dave!
Reply
Like
44
GO
Merge Selected
Merge into selected topic...
Merge into merge target...
Merge into a specific topic ID...
Open Merge
Post Reply
Like
45
Post Quoted Reply
Reading This Topic
Login
Login
Remember Me
Reset Password
Resend Validation Email
Login
Facebook
Explore
Messages
Mentions
Search