﻿<?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  » Group variables: random and specific presentation</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Sat, 30 May 2026 15:04:41 GMT</lastBuildDate><ttl>20</ttl><item><title>Group variables: random and specific presentation</title><link>https://forums.millisecond.com/Topic14755.aspx</link><description>Hi Folks,&lt;br/&gt;&lt;br/&gt;--I have 2 versions of each stim.&lt;br/&gt;--Participants should only ever get 1 of the versions of each stim.&lt;br/&gt;--Participants should get 50% of Version 1 and 50% of Version 2 (ie: half the participants get the alternate version).&lt;br/&gt;--AND THIS IS THE BIT I NEED HELP WITH: For all participants, the first stim they get should always be a randomly selected Version 1 stim. &amp;nbsp;This stim should not be repeated later.&lt;br/&gt;&lt;br/&gt;Here's how I've done everything except the last point above (s=Version1, ns=Version2):&lt;br/&gt;&lt;br/&gt;&amp;lt;variables&amp;gt;&lt;br/&gt;/ group = (1 of 2) (sit1=s1, sit2=ns2, sit3=s3, sit4=ns4, sit5=s5, sit6=ns6, sit7=s7, sit8=ns8, sit9=s9, sit10=ns10,&lt;br/&gt;sit11=s11, sit12=ns12, sit13=s13, sit14=ns14, sit15=s15, sit16=ns16, sit17=s17, sit18=ns18, sit19=s19, sit20=ns20)&lt;br/&gt;/ group = (2 of 2) (sit1=ns1, sit2=s2, sit3=ns3, sit4=s4, sit5=ns5, sit6=s6, sit7=ns7, sit8=s8, sit9=ns9, sit10=s10,&lt;br/&gt;sit11=ns11, sit12=s12, sit13=ns13, sit14=s14, sit15=ns15, sit16=s16, sit17=ns17, sit18=s18, sit19=ns19, sit20=s20)&lt;br/&gt;&amp;lt;/variables&amp;gt;&lt;br/&gt;&lt;br/&gt;Many thanks in advance!&lt;br/&gt;&lt;br/&gt;paul</description><pubDate>Mon, 03 Nov 2014 15:23:13 GMT</pubDate><dc:creator>paughl</dc:creator></item><item><title>RE: Group variables: random and specific presentation</title><link>https://forums.millisecond.com/Topic14845.aspx</link><description>thank you Dave! :)</description><pubDate>Mon, 03 Nov 2014 15:23:13 GMT</pubDate><dc:creator>paughl</dc:creator></item><item><title>RE: Group variables: random and specific presentation</title><link>https://forums.millisecond.com/Topic14783.aspx</link><description>You would do this the same way as always -- the existence of &amp;lt;variables&amp;gt; doesn't matter. &lt;br/&gt;&lt;br/&gt;For pairing items / different stimuli, see the "&lt;span class="header1"&gt;How to Present Stimulus Pairs" topic in the documentation.&lt;br/&gt;&lt;br/&gt;Alternatively, you can /branch based on the stimulus item presented.&lt;br/&gt;&lt;/span&gt;</description><pubDate>Fri, 31 Oct 2014 04:05:38 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: Group variables: random and specific presentation</title><link>https://forums.millisecond.com/Topic14781.aspx</link><description>Hi Dave,&lt;br/&gt;&lt;br/&gt;In trying to implement this suggestion, I come up with an issue:&lt;br/&gt;&lt;br/&gt;My experiment involves this kind of sequence for every stim: &lt;br/&gt;&lt;br/&gt;instruction &amp;nbsp;&amp;gt;&amp;gt; audio &amp;gt;&amp;gt; post audio question page (which includes multiple elements)&lt;br/&gt;&lt;br/&gt;As the audio and the question page need to match up, how do i use your suggestion above with the item element and group variables?&lt;br/&gt;&lt;br/&gt;Many thanks,&lt;br/&gt;paul&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;</description><pubDate>Thu, 30 Oct 2014 21:18:52 GMT</pubDate><dc:creator>paughl</dc:creator></item><item><title>RE: Group variables: random and specific presentation</title><link>https://forums.millisecond.com/Topic14760.aspx</link><description>Thanks Dave. Makes sense.</description><pubDate>Wed, 29 Oct 2014 20:05:14 GMT</pubDate><dc:creator>paughl</dc:creator></item><item><title>RE: Group variables: random and specific presentation</title><link>https://forums.millisecond.com/Topic14759.aspx</link><description>This seems like an awkward way to set this up. There should be no reason whatsoever to have separate a separate &amp;lt;block&amp;gt;, &amp;lt;trial&amp;gt;, &amp;lt;video&amp;gt;, etc. elements for each single scenario.&lt;br/&gt;&lt;br/&gt;At any rate, the way you designed that procedure, there is no way to force a certain type of stimulus as the 1st trial.&lt;br/&gt;&lt;br/&gt;All you need is one ns-&amp;lt;block&amp;gt; element, one ns-&amp;lt;trial&amp;gt; element, one ns-&amp;lt;video&amp;gt; element. Same for "s". Then simply switch &amp;lt;item&amp;gt; elements via the &amp;lt;variables&amp;gt;.&lt;br/&gt;&lt;br/&gt;In essence:&lt;br/&gt;&amp;lt;block myblock&amp;gt;&lt;br/&gt;/ trials = [1=uc_trial; 2-4=noreplace(uc_trial,lc_trial,lc_trial)]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;variables&amp;gt;&lt;br/&gt;/ group = (1 of 2) (ucitems=g1uc; lcitems=g1lc)&lt;br/&gt;/ group = (2 of 2) (ucitems=g2uc; lcitems=g2lc)&lt;br/&gt;&amp;lt;/variables&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial uc_trial&amp;gt;&lt;br/&gt;/ stimulusframes = [1=uppercase]&lt;br/&gt;/ validresponse = (57)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial lc_trial&amp;gt;&lt;br/&gt;/ stimulusframes = [1=lowercase]&lt;br/&gt;/ validresponse = (57)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text uppercase&amp;gt;&lt;br/&gt;/ items = ucitems&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text lowercase&amp;gt;&lt;br/&gt;/ items = lcitems&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;item g1uc&amp;gt;&lt;br/&gt;/ 1 = "A"&lt;br/&gt;/ 2 = "B"&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;item g1lc&amp;gt;&lt;br/&gt;/ 1 = "c"&lt;br/&gt;/ 2 = "d"&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;item g2uc&amp;gt;&lt;br/&gt;/ 1 = "C"&lt;br/&gt;/ 2 = "D"&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;item g2lc&amp;gt;&lt;br/&gt;/ 1 = "a"&lt;br/&gt;/ 2 = "b"&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;</description><pubDate>Wed, 29 Oct 2014 19:53:42 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: Group variables: random and specific presentation</title><link>https://forums.millisecond.com/Topic14758.aspx</link><description>Apologies.&lt;br/&gt;&lt;br/&gt;Attached is the full script.&lt;br/&gt;&lt;br/&gt;Thanks,&lt;br/&gt;paul</description><pubDate>Wed, 29 Oct 2014 19:20:30 GMT</pubDate><dc:creator>paughl</dc:creator></item><item><title>RE: Group variables: random and specific presentation</title><link>https://forums.millisecond.com/Topic14756.aspx</link><description>Impossible to answer based on the provided information. For example, it isn't at all clear what e.g. "sit1" is. Is it a &amp;lt;text&amp;gt; or &amp;lt;picture&amp;gt; element? Is it a &amp;lt;trial&amp;gt; element?&amp;nbsp; Or perhaps a &amp;lt;block&amp;gt;?&lt;br/&gt;&lt;br/&gt;Since you do not explain at all how you select stimuli in the first place, etc., the question of how to force the selection of a certain type of stimulus cannot be answered either.&lt;br/&gt;</description><pubDate>Wed, 29 Oct 2014 18:33:33 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>