﻿<?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 6  » Randomize script order in batch except for one script</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 04:28:49 GMT</lastBuildDate><ttl>20</ttl><item><title>Randomize script order in batch except for one script</title><link>https://forums.millisecond.com/Topic35354.aspx</link><description>Hello,&amp;nbsp;&lt;br/&gt;I would like to combine multiple scripts and randomize them except for one script. I tried this by using &amp;lt;batch&amp;gt; and /selectionmode. However, with /selectionmode I can either randomize all scripts or have them all in sequence. I want to randomize test1.iqx, test2a.iqx/test2b.iqx and test3.iqx,&amp;nbsp;but always have questionnaire.iqx as the last script. How can I do this?&amp;nbsp;&lt;br/&gt;&lt;br/&gt;&amp;lt;batch group1&amp;gt;&lt;br/&gt;/ subjects = (1 of 2)&lt;br/&gt;/ groupassignment = random&lt;br/&gt;/ file = "test1.iqx"&lt;br/&gt;/ file = "test2a.iqx"&lt;br/&gt;/ file = "test3.iqx"&lt;br/&gt;/ file = "questionnaire.iqx"&lt;br/&gt;/ selectionmode = random&lt;br/&gt;&amp;lt;/batch&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;batch group2&amp;gt;&lt;br/&gt;/ subjects = (2 of 2)&lt;br/&gt;/ groupassignment = random&lt;br/&gt;/ file = "test1.iqx"&lt;br/&gt;/ file = "test2b.iqx"&lt;br/&gt;/ file = "test3.iqx"&lt;br/&gt;/ file = "questionnaire.iqx"&lt;br/&gt;/ selectionmode = random&lt;br/&gt;&amp;lt;/batch&amp;gt;&lt;br/&gt;&lt;br/&gt;Thanks!</description><pubDate>Tue, 09 May 2023 11:33:18 GMT</pubDate><dc:creator>falkenstone</dc:creator></item><item><title>RE: Randomize script order in batch except for one script</title><link>https://forums.millisecond.com/Topic35355.aspx</link><description>&lt;blockquote data-id="35354" class="if-quote-wrapper" unselectable="on" data-guid="1683631871119" id="if_insertedNode_1683631870481" contenteditable="false"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="35354" 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="35354" 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="35354" title=" "&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;falkenstone - 5/9/2023&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-35354"&gt;&lt;div class="if-quote-message-margin" contenteditable="true"&gt;Hello,&amp;nbsp;&lt;br/&gt;I would like to combine multiple scripts and randomize them except for one script. I tried this by using &amp;lt;batch&amp;gt; and /selectionmode. However, with /selectionmode I can either randomize all scripts or have them all in sequence. I want to randomize test1.iqx, test2a.iqx/test2b.iqx and test3.iqx,&amp;nbsp;but always have questionnaire.iqx as the last script. How can I do this?&amp;nbsp;&lt;br/&gt;&lt;br/&gt;&amp;lt;batch group1&amp;gt;&lt;br/&gt;/ subjects = (1 of 2)&lt;br/&gt;/ groupassignment = random&lt;br/&gt;/ file = "test1.iqx"&lt;br/&gt;/ file = "test2a.iqx"&lt;br/&gt;/ file = "test3.iqx"&lt;br/&gt;/ file = "questionnaire.iqx"&lt;br/&gt;/ selectionmode = random&lt;br/&gt;&amp;lt;/batch&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;batch group2&amp;gt;&lt;br/&gt;/ subjects = (2 of 2)&lt;br/&gt;/ groupassignment = random&lt;br/&gt;/ file = "test1.iqx"&lt;br/&gt;/ file = "test2b.iqx"&lt;br/&gt;/ file = "test3.iqx"&lt;br/&gt;/ file = "questionnaire.iqx"&lt;br/&gt;/ selectionmode = random&lt;br/&gt;&amp;lt;/batch&amp;gt;&lt;br/&gt;&lt;br/&gt;Thanks!&lt;a class="if-quote-goto quote-link" href="#" data-id="35354"&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;[code]&amp;lt;batch a&amp;gt;&lt;br/&gt;/ subjects = (1 of 2)&lt;br/&gt;/ groupassignment = random&lt;br/&gt;/ file = "test1.iqx"&lt;br/&gt;/ file = "test2a.iqx"&lt;br/&gt;/ file = "test3.iqx"&lt;br/&gt;/ selectionmode = random&lt;br/&gt;&amp;lt;/batch&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;batch b&amp;gt;&lt;br/&gt;/ subjects = (2 of 2)&lt;br/&gt;/ groupassignment = random&lt;br/&gt;/ file = "test1.iqx"&lt;br/&gt;/ file = "test2b.iqx"&lt;br/&gt;/ file = "test3.iqx"&lt;br/&gt;/ selectionmode = random&lt;br/&gt;&amp;lt;/batch&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;batch c&amp;gt;&lt;br/&gt;/ file = "questionnaire.iqx"&lt;br/&gt;&amp;lt;/batch&amp;gt;[/code]&lt;br/&gt;&lt;br/&gt;</description><pubDate>Tue, 09 May 2023 11:33:18 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>