﻿<?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 4  » Experiments and sub-experiments</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Tue, 14 Jul 2026 02:07:27 GMT</lastBuildDate><ttl>20</ttl><item><title>Experiments and sub-experiments</title><link>https://forums.millisecond.com/Topic11992.aspx</link><description>I continue to work on creating an experiment to be run next year via the web. It consists of a series of surveys and tasks. &amp;nbsp;So far it has been very easy to string surveys together, and some of my tasks only have one block of items, so that's easy enough to add to an &amp;lt;expt&amp;gt;.&lt;div&gt;&lt;br/&gt;However, I have two IATs that are part of this sequence and each has several defined blocks. &amp;nbsp;It doesn't appear that I can define them as an &amp;lt;expt&amp;gt; and then reference that expt name in another &amp;lt;expt&amp;gt; block. &amp;nbsp;So do I have to list all the separate blocks of each IAT in the /blocks section of my top level &amp;lt;expt&amp;gt; tag? &amp;nbsp;Can I somehow create some other intermediate block-of-blocks to include there instead?&lt;div&gt;&lt;br/&gt;Thanks,&lt;br/&gt;John&lt;/div&gt;&lt;/div&gt;</description><pubDate>Mon, 23 Dec 2013 14:01:13 GMT</pubDate><dc:creator>jbfleming</dc:creator></item><item><title>RE: Experiments and sub-experiments</title><link>https://forums.millisecond.com/Topic11998.aspx</link><description>Also note that the &amp;lt;batch&amp;gt; element has /subjects and /groupassignment attributes (just like &amp;lt;expt&amp;gt;), which means you can assign people to different script sequences based on subject #, group # or randomly. E.g.&lt;div&gt;&lt;br/&gt;&lt;/div&gt;&lt;blockquote&gt;&lt;font face="Courier New"&gt;&amp;lt;batch&amp;gt;&lt;br/&gt;/ subjects = (1 of 2)&lt;br/&gt;/ file = "A.iqx"&lt;br/&gt;/ file = "B.iqx"&lt;br/&gt;&amp;lt;/batch&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;batch&amp;gt;&lt;br/&gt;/ subjects = (2 of 2)&lt;br/&gt;/ file = "B.iqx"&lt;br/&gt;/ file = "A.iqx"&lt;br/&gt;&amp;lt;/batch&amp;gt;&lt;br/&gt;&lt;/font&gt;&lt;/blockquote&gt;&lt;br/&gt;&lt;div&gt;&lt;br/&gt;&lt;/div&gt;&lt;br/&gt;</description><pubDate>Mon, 23 Dec 2013 14:01:13 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: Experiments and sub-experiments</title><link>https://forums.millisecond.com/Topic11997.aspx</link><description>&lt;span style="color: rgb(0, 0, 0); font-family: Arial, Helvetica; font-size: 16px; line-height: normal;"&gt;&lt;div&gt;I just took a look at the documentation and I'm pretty sure I used &amp;lt;include&amp;gt; originally because of the statement "For web experiments requiring randomized ordering, the &amp;lt;include&amp;gt; element described below is likely a better option."&lt;div&gt;&lt;br/&gt;However, I have since decided to do my randomization separately from Inquisit, so that no longer applies to me, and &amp;lt;batch&amp;gt; seems like a much better option.&lt;/div&gt;&lt;/div&gt;&lt;/span&gt;</description><pubDate>Mon, 23 Dec 2013 13:51:43 GMT</pubDate><dc:creator>jbfleming</dc:creator></item><item><title>RE: Experiments and sub-experiments</title><link>https://forums.millisecond.com/Topic11996.aspx</link><description>Can you define "downside" or at least point to why you decided against using &amp;lt;batch&amp;gt;?&lt;br/&gt;</description><pubDate>Mon, 23 Dec 2013 13:48:19 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: Experiments and sub-experiments</title><link>https://forums.millisecond.com/Topic11995.aspx</link><description>Looks like I was adding my supplemental post as you were responding to my first one--you're fast!&lt;div&gt;&lt;div&gt;&lt;br/&gt;&lt;/div&gt;It looks like &amp;lt;batch&amp;gt; is what I want. &amp;nbsp;Are there downsides to &amp;lt;batch&amp;gt;? I just know that I didn't choose it originally based on something I read in the documentation. &amp;nbsp;However, it seems to me that it's exactly what I want to do.&lt;/div&gt;</description><pubDate>Mon, 23 Dec 2013 13:45:59 GMT</pubDate><dc:creator>jbfleming</dc:creator></item><item><title>RE: Experiments and sub-experiments</title><link>https://forums.millisecond.com/Topic11994.aspx</link><description>&amp;gt; So do I have to list all the separate blocks of each IAT in the /blocks section of my top level &amp;lt;expt&amp;gt; tag?&lt;div&gt;&lt;br/&gt;&lt;/div&gt;Yes. You either need to do that or use the &amp;lt;batch&amp;gt; element. You'll find this covered in the "How to Combine Multiple Scripts" and "Running Sequences of Inquisit Scripts and Other Applications" topics in the documentation.&lt;div&gt;&lt;br/&gt;&lt;/div&gt;&amp;gt; Can I somehow create some other intermediate block-of-blocks to include there instead?&lt;div&gt;&lt;br/&gt;&lt;/div&gt;No, there is no such thing as a block of blocks. In fact that's what an &amp;lt;expt&amp;gt; essentially is already. Just as a &amp;lt;block&amp;gt; is a collection of trials, an &amp;lt;expt&amp;gt; is a collection of &amp;lt;blocks&amp;gt;. The only other thing you can possibly do is to have several, differently named &amp;lt;expt&amp;gt;s in the same file. Inquisit will run them in alphabetical order. Example:&lt;div&gt;&lt;br/&gt;&lt;/div&gt;&lt;blockquote&gt;&lt;font face="Courier New"&gt;&amp;lt;expt a&amp;gt;&lt;br/&gt;/ blocks = [1=ablock]&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;expt b&amp;gt;&lt;br/&gt;/ blocks = [1=bblock]&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block ablock&amp;gt;&lt;br/&gt;/ trials = [1=atrial]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block bblock&amp;gt;&lt;br/&gt;/ trials = [1=btrial]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial atrial&amp;gt;&lt;br/&gt;/ stimulusframes = [1=atext]&lt;br/&gt;/ validresponse = (57)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial btrial&amp;gt;&lt;br/&gt;/ stimulusframes = [1=btext]&lt;br/&gt;/ validresponse = (57)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text atext&amp;gt;&lt;br/&gt;/ items = ("A")&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text btext&amp;gt;&lt;br/&gt;/ items = ("B")&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;/font&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;br/&gt;&lt;/div&gt;NB: I do not recommend the above approach. I personally think it is ugly, confusing and error-prone.&lt;br/&gt;</description><pubDate>Mon, 23 Dec 2013 13:43:53 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: Experiments and sub-experiments</title><link>https://forums.millisecond.com/Topic11993.aspx</link><description>I should add, I am using a main script that does a lot of Includes, and then has 4 &amp;lt;expt&amp;gt; blocks, one for each group.&lt;div&gt;&lt;div&gt;&lt;br/&gt;&lt;/div&gt;It looks like I could use Batch instead of Include, and then have a main script with 4 &amp;lt;batch&amp;gt; blocks, one for each group, each which ran a different subset of other scripts, each with their own &amp;lt;expt&amp;gt; element.&lt;div&gt;&lt;br/&gt;Is that what I want to do? &amp;nbsp;I chose Include over Batch originally because of something I read in the documentation that made it seem like it was better, but now I feel like the &amp;lt;batch&amp;gt; tag is more appropriate for my purposes.&lt;div&gt;&lt;div&gt;&lt;br/&gt;&lt;/div&gt;John&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description><pubDate>Mon, 23 Dec 2013 13:42:48 GMT</pubDate><dc:creator>jbfleming</dc:creator></item></channel></rss>