Back
Login
Register
Login
Register
Millisecond Forums
Home
»
Millisecond Forums
»
Inquisit 4
»
how to call up a specific item in a list
how to call up a specific item in a list
Post Reply
Like
110
how to call up a specific item in a list
View
Flat Ascending
Flat Descending
Threaded
Options
Subscribe to topic
Print This Topic
RSS Feed
Goto Topics Forum
Author
Message
davidwdw
davidwdw
posted 9 Years Ago
ANSWER
Topic Details
Share Topic
Group: Forum Members
Posts: 2,
Visits: 8
<item pleasant>
/ 1 = " PTTVPS "
/ 2 = " UUOIOOP "
</item>
<text word>
/ items = pleasant
</text>
<trial type1>
/ stimulustimes = [0 = word]
/ timeout = 4000
</trial>
For the trial type1 specified in the above code, the items are called up from item list randomly. However, how do I call up individual items from the list? For example, I only want to call out the first item.
What should I put in the function "/ stimulustimes = [0 = ]"?
Thank you so much.
Tags
Item
stimulus
trial
Reply
Like
110
Dave
Dave
posted 9 Years Ago
ANSWER
Post Details
Share Post
Group: Administrators
Posts: 12K,
Visits: 95K
That's not something you do via /stimulustimes or -frames. How stimuli are selected from a given pool is solely to be controlled via the respective *stimulus* element, here the <text> element.
<values>
/ myvalue = 0
</values>
<item pleasant>
/ 1 = " PTTVPS "
/ 2 = " UUOIOOP "
</item>
<text word>
/ items = pleasant
/ select = values.myvalue
</text>
<trial type1>
/ ontrialbeging = [values.myvalue=1]
/ stimulustimes = [0 = word]
/ timeout = 4000
</trial>
However, I fail to see the merits of this approach. If you want a <text> element to just have a single item, why would you want to specify more (here two)?
Reply
Like
130
davidwdw
davidwdw
posted 9 Years Ago
ANSWER
Post Details
Share Post
Group: Forum Members
Posts: 2,
Visits: 8
Hi Dave, t
hank you so much for your answer. I see your point. So if I want to call up one string each time, I should just define them as separate item?
Sorry for the question but I'm new to Inquisit.
Reply
Like
116
Dave
Dave
posted 9 Years Ago
ANSWER
Post Details
Share Post
Group: Administrators
Posts: 12K,
Visits: 95K
Yes, that would be the standard way to do it.
Reply
Like
119
GO
Merge Selected
Merge into selected topic...
Merge into merge target...
Merge into a specific topic ID...
Open Merge
Post Reply
Like
110
Post Quoted Reply
Reading This Topic
Login
Login
Remember Me
Reset Password
Resend Validation Email
Login
Facebook
Explore
Messages
Mentions
Search