﻿<?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 5  » Batching Semi-Random Tests</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Sun, 20 Sep 2026 23:50:48 GMT</lastBuildDate><ttl>20</ttl><item><title>Batching Semi-Random Tests</title><link>https://forums.millisecond.com/Topic34056.aspx</link><description>Hi,&lt;br/&gt;This is my first time using Inquisit, and I've had a look through the documentation but I'm unsure if I have found the correct answer. &lt;br/&gt;&lt;br/&gt;I am trying to run 5 tests in one battery. The first is the Colour Word Stroop, the remaining 4 are all set up as surveys.&lt;br/&gt;I need to run the stroop first in all participants, and one specific survey last for all participants.&lt;br/&gt;However, I need the remaining 3 tests to run in random order. All participants complete all tests.&lt;br/&gt;&lt;br/&gt;I tried group assignment, but then realised that was for Inquisit V6. Unfortunately my access is only for V5, and from what I can see this can't be done in V5 - at least not in the batch file.&lt;br/&gt;&lt;br/&gt;Is there another roundabout way that I could achieve the same outcome? I have read a little about potentially turning the tests into experiments but I'm a little confused on if this is possible, and how to actually do so.&lt;br/&gt;&lt;br/&gt;Thank you so much for any guidance you can give!&lt;br/&gt;</description><pubDate>Wed, 16 Mar 2022 21:19:25 GMT</pubDate><dc:creator>elrpo</dc:creator></item><item><title>RE: Batching Semi-Random Tests</title><link>https://forums.millisecond.com/Topic34060.aspx</link><description>Far out. Astoundingly simple, thank you 😅 I can't believe I didn't think of doing it that way 🤣 thank you so much Dave!</description><pubDate>Wed, 16 Mar 2022 21:19:25 GMT</pubDate><dc:creator>elrpo</dc:creator></item><item><title>RE: Batching Semi-Random Tests</title><link>https://forums.millisecond.com/Topic34057.aspx</link><description>&lt;blockquote data-id="34056" class="if-quote-wrapper" unselectable="on" data-guid="1647446238187" id="if_insertedNode_1647446237655" contenteditable="false"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="34056" title="Move Cursor Below" contenteditable="false"&gt;&lt;span unselectable="on"&gt;+&lt;/span&gt;&lt;/a&gt;&lt;a class="quote-delete" unselectable="on" style="display: none;" href="#" data-id="34056" title="Delete Quote" contenteditable="false"&gt;&lt;span unselectable="on"&gt;x&lt;/span&gt;&lt;/a&gt;&lt;span unselectable="on" class="quote-markup"&gt;[quote]&lt;/span&gt;&lt;div unselectable="on" class="if-quote-header" contenteditable="false"&gt;&lt;div unselectable="on" class="if-quote-toggle-wrapper"&gt;&lt;a class="if-quote-toggle quote-link" href="#" data-id="34056" title=" "&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;elrpo - 3/16/2022&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-34056"&gt;&lt;div class="if-quote-message-margin" contenteditable="true"&gt;Hi,&lt;br/&gt;This is my first time using Inquisit, and I've had a look through the documentation but I'm unsure if I have found the correct answer. &lt;br/&gt;&lt;br/&gt;I am trying to run 5 tests in one battery. The first is the Colour Word Stroop, the remaining 4 are all set up as surveys.&lt;br/&gt;I need to run the stroop first in all participants, and one specific survey last for all participants.&lt;br/&gt;However, I need the remaining 3 tests to run in random order. All participants complete all tests.&lt;br/&gt;&lt;br/&gt;I tried group assignment, but then realised that was for Inquisit V6. Unfortunately my access is only for V5, and from what I can see this can't be done in V5 - at least not in the batch file.&lt;br/&gt;&lt;br/&gt;Is there another roundabout way that I could achieve the same outcome? I have read a little about potentially turning the tests into experiments but I'm a little confused on if this is possible, and how to actually do so.&lt;br/&gt;&lt;br/&gt;Thank you so much for any guidance you can give!&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="34056"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/blockquote&gt;&lt;br/&gt;Define three &amp;lt;batch&amp;gt; elements, all three will be executed in order:&lt;br/&gt;&lt;br/&gt;[code]// runs first, administers stroop&lt;br/&gt;&amp;lt;batch a&amp;gt;&lt;br/&gt;/ file = "stroop.iqx"&lt;br/&gt;&amp;lt;/batch&amp;gt;&lt;br/&gt;&lt;br/&gt;// runs second, randomizes order of three surveys&lt;br/&gt;&amp;lt;batch b&amp;gt;&lt;br/&gt;/ file = "survey1.iqx"&lt;br/&gt;/ file = "survey2.iqx"&lt;br/&gt;/ file = "survey3.iqx"&lt;br/&gt;/ selectionmode = random&lt;br/&gt;&amp;lt;/batch&amp;gt;&lt;br/&gt;&lt;br/&gt;// runs last, administers final survey&lt;br/&gt;&amp;lt;batch c&amp;gt;&lt;br/&gt;/ file = "survey4.iqx"&lt;br/&gt;&amp;lt;/batch&amp;gt;[/code]&lt;br/&gt;&lt;br/&gt;</description><pubDate>Wed, 16 Mar 2022 16:00:17 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>