﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Millisecond Forums » Millisecond Forums » Inquisit 3  » Adjusting random selection from two sets of primes</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Tue, 07 Apr 2026 13:34:48 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Adjusting random selection from two sets of primes</title><link>https://forums.millisecond.com/Topic5291.aspx</link><description>&lt;p&gt;That's a great solution. Thank you!&lt;/p&gt;</description><pubDate>Thu, 06 Jan 2011 12:33:41 GMT</pubDate><dc:creator>duschenhocker</dc:creator></item><item><title>RE: Adjusting random selection from two sets of primes</title><link>https://forums.millisecond.com/Topic5290.aspx</link><description>&lt;p&gt;Hi Michael,
&lt;/p&gt;
&lt;p&gt;see &lt;a href="/forums/Topic3693.aspx#3693"&gt;http://www.millisecond.com/forums/Topic3693.aspx#3693&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;~Dave&lt;/p&gt;</description><pubDate>Thu, 06 Jan 2011 09:21:16 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: Adjusting random selection from two sets of primes</title><link>https://forums.millisecond.com/Topic5289.aspx</link><description>&lt;p&gt;Hello Dave!&lt;/p&gt;
&lt;p&gt;I have a similar question about composing trials out of several item pools. There is the AMP procedure I have shaped to my requestion. Now it's about distibuting the 3 item pools to the blocks. There is a primeA pool = 20items , primeB pool= 20 items and primeNeutral pool= 32 items. I would like to run 72 items per block. Inquisit distribute the items equaly, each pool 24 times, therefore there is a repetition of items, which I don't intend.I would like the items distributed like the pools 20, 20, 32.&lt;/p&gt;
&lt;p&gt;here is the scipt:&lt;/p&gt;
&lt;p&gt;&amp;lt;block test2000&amp;gt;&lt;br /&gt;/ bgstim = (attributeAlabel, attributeBlabel)&lt;br /&gt;/ trials = [1-72 = replacenorepeat(primeA2000, primeB2000, primeNeutral2000)]&lt;br /&gt;&amp;lt;/block&amp;gt;&lt;/p&gt;
&lt;p&gt;How can I get this right?&lt;/p&gt;
</description><pubDate>Thu, 06 Jan 2011 09:07:29 GMT</pubDate><dc:creator>duschenhocker</dc:creator></item><item><title>RE: Adjusting random selection from two sets of primes</title><link>https://forums.millisecond.com/Topic2879.aspx</link><description>There are several ways to achieve this, I believe. One is to have a set of two &amp;lt;trial&amp;gt; / &amp;lt;text&amp;gt; etc. elements, one for the experimental primes and another one for the neutral primes.&lt;br&gt;&lt;br&gt;&lt;blockquote&gt;&lt;font face="Courier New" size="2"&gt;&amp;lt;trial prime_expt&amp;gt;&lt;br&gt;/ stimulusframes = [1=prime_expt]&lt;br&gt;[...]&lt;br&gt;&amp;lt;/trial&amp;gt;&lt;br&gt;&lt;br&gt;&amp;lt;trial prime_neut&amp;gt;&lt;br&gt;
/ stimulusframes = [1=prime_neut]&lt;br&gt;
[...]&lt;br&gt;
&amp;lt;/trial&amp;gt;&lt;br&gt;&lt;br&gt;&amp;lt;text prime_expt&amp;gt;&lt;br&gt;/ items = experimentalprimes&lt;br&gt;/ select = noreplace&lt;br&gt;[...]&lt;br&gt;&amp;lt;/text&amp;gt;&lt;br&gt;&lt;br&gt;&amp;lt;item experimentalprimes&amp;gt;&lt;br&gt;/1 = "Experimental Prime 1"&lt;br&gt;[...]&lt;br&gt;/ 24 = "Experimental Prime 24"&lt;br&gt;&amp;lt;/item&amp;gt;&lt;br&gt;&lt;br&gt;&amp;lt;text prime_neut&amp;gt;&lt;br&gt;
/ items = neutralprimes&lt;br&gt;/ select = noreplace&lt;br&gt;[...]&lt;br&gt;
&amp;lt;/text&amp;gt;&lt;br&gt;&lt;br&gt;&amp;lt;item neutralprimes&amp;gt;&lt;br&gt;
/1 = "Neutral Prime 1"&lt;br&gt;
[...]&lt;br&gt;
/ 24 = "Neutral Prime 24"&lt;br&gt;
&amp;lt;/item&amp;gt;&lt;/font&gt;&lt;br&gt;&lt;/blockquote&gt;
&lt;br&gt;Then put these in a &amp;lt;block&amp;gt; element in the desired proportions -- you want twice as many trials showing experimental primes than trials presenting neutral primes. Thus&lt;br&gt;&lt;br&gt;&lt;blockquote&gt;&lt;div id="ctl00_ctl01_bcr_PostForm___PostBody_Editor_designEditorArea" style="clear: both; padding-top: 1px;"&gt;
	    &lt;/div&gt;&lt;font face="Courier New" size="2"&gt;&amp;lt;block primingblock&amp;gt;&lt;br&gt;/ trials = [1-72=noreplace(prime_expt, prime_expt, prime_neut]&lt;br&gt;[...]&lt;br&gt;&amp;lt;/block&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;/blockquote&gt;&lt;br&gt;should result in 48 experimental trials and 24 neutral prime trials. Since the respective &amp;lt;text&amp;gt; elements are set to 'noreplace', each of the 24 neutral stims should be shown exactly once while each of the experimental prime stims should be shown a second time after the first 24 experimental trials.&lt;br&gt;&lt;br&gt;Hope this helps. Best wishes from a fellow Inquisit user,&lt;br&gt;~Dave&lt;br&gt;&lt;br&gt;Note to self: Yay, 400th forum post.&lt;br&gt;</description><pubDate>Thu, 28 May 2009 03:09:20 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>Adjusting random selection from two sets of primes</title><link>https://forums.millisecond.com/Topic2877.aspx</link><description>Hello!

I have two set of primes, and each set contains 24 items. One set is the experimental set and one set is the neutral set. I would like to run 72 trials with these two sets of primes. Thus, I would Inquisit to randomly select with no replacement the 24 experimental primes two times, but I would like it to only use each of the neutral primes once (again determined by random selection). Is this possible? 

</description><pubDate>Wed, 27 May 2009 20:31:31 GMT</pubDate><dc:creator>Msquared</dc:creator></item></channel></rss>