Back
Login
Register
Login
Register
Millisecond Forums
Home
»
Millisecond Forums
»
Inquisit 4
»
Remove items from stimulus pool
Remove items from stimulus pool
Post Reply
Like
43
Remove items from stimulus pool
View
Flat Ascending
Flat Descending
Threaded
Options
Subscribe to topic
Print This Topic
RSS Feed
Goto Topics Forum
Author
Message
inquisit_inquiry
inquisit_inquiry
posted 11 Years Ago
ANSWER
HOT
Topic Details
Share Topic
Group: Forum Members
Posts: 4,
Visits: 49
I have multiple conditions for stimulus sentences that I would like participants to make acceptability judgments on. However, if a participant receives sentence 1 in condition 1, I would like to make sure they do not receive sentence 1 from any other condition. The sentences will be presented in a random order each time. What's the best way to make Inquisit do this?
Additionally, I would like to make sure the proportion of sentences from each condition is balanced every time.
I've tried something like the following dummy script (using ontrialend & removeitem to eliminate same-index sentences from the stimulus pool) and it technically runs, but doesn't seem to do anything. Would it be better to use a list to store the stimulus sentences?
<item conditionOne>
/1 = sentence1
/2 = sentence2
/3 = sentence3
</item>
<item conditionTwo>
/1 = 1sentence
/2 = 2sentence
/3 = 3sentence
</item>
<item conditionThree>
/1 = sen1tence
/2 = sen2tence
/3 = sen3tence
</item>
<text conOne>
/items = conditionOne
/select = noreplace
</text>
<text conTwo>
/items = conditionTwo
/select = noreplace
</text>
<text conThree>
/items = conditionThree
/select = noreplace
</text>
<likert conOne>
/stimulusframes = [1=conOne]
/numpoints = 5
/anchors = [1="extremely unnatural"; 2="somewhat unnatural"; 3="possible"; 4="somewhat natural"; 5="extremely natural"]
/ontrialend = [text.conTwo.removeitem(text.conOne.currentindex) && text.conThree.removeitem(text.conOne.currentindex)]
</likert>
(etc, for likert conTwo/conThree)
<block practice>
/trials = [1-3 = noreplace(conOne, conTwo, conThree)]
</block>
<expt>
/blocks = [1 = practice]
</expt>
Reply
Like
43
GO
Merge Selected
Merge into selected topic...
Merge into merge target...
Merge into a specific topic ID...
Open Merge
Threaded View
Threaded View
Remove items from stimulus pool
inquisit_inquiry
-
11 Years Ago
Simply define a common selection pool for the three <text>...
Dave
-
11 Years Ago
Great! That makes so much sense, thank you. One more question - is...
inquisit_inquiry
-
11 Years Ago
> is it possible to have the mouse return to the same position on...
Dave
-
11 Years Ago
Hi Dave, I have another question for you, about the same...
inquisit_inquiry
-
11 Years Ago
You need to set up a separate <trial> that displays the stimulus...
Dave
-
11 Years Ago
Right - that's what I had. Anyways, I've just figured out how to solve...
inquisit_inquiry
-
11 Years Ago
Sorry, I missed the 2nd part of the question. Several options: (a)...
Dave
-
11 Years Ago
Post Reply
Like
43
Post Quoted Reply
Reading This Topic
Login
Login
Remember Me
Reset Password
Resend Validation Email
Login
Facebook
Explore
Messages
Mentions
Search