﻿<?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  » Help Needed: Randomizing Survey Order in Inquisit</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Mon, 18 May 2026 02:07:17 GMT</lastBuildDate><ttl>20</ttl><item><title>Help Needed: Randomizing Survey Order in Inquisit</title><link>https://forums.millisecond.com/Topic36218.aspx</link><description>Hi everyone,&lt;br/&gt;&lt;br/&gt;I'm new to Inquisit and need help with randomizing the order of surveys for each respondent. Here’s what I want to achieve:&lt;br/&gt;&lt;br/&gt;Respondents read an explanation followed by a training phase.&lt;br/&gt;They then complete N surveys. Each survey consists of 3 surveypages presented in a fixed order.&lt;br/&gt;I want to randomize the order of these N surveys for each respondent. I’ve seen references to using &amp;lt;batch&amp;gt; and &amp;lt;trial&amp;gt; commands, and suggestions about storing each survey in different .iqx files, but I'm not sure how to proceed, especially with more than 20 surveys.&lt;br/&gt;&lt;br/&gt;Attached is an example with 2 surveys, currently in the fixed order: Explanation → Training → Survey 1 → Survey 2. I need to randomize the order of Survey 1 and Survey 2.&lt;br/&gt;&lt;br/&gt;Any suggestions are greatly appreciated! Thank you in advance.&lt;br/&gt;</description><pubDate>Tue, 21 May 2024 01:17:27 GMT</pubDate><dc:creator>EN</dc:creator></item><item><title>RE: Help Needed: Randomizing Survey Order in Inquisit</title><link>https://forums.millisecond.com/Topic36222.aspx</link><description>&lt;blockquote data-id="36221" class="if-quote-wrapper" unselectable="on"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="36221" title="Move Cursor Below" contenteditable="false"&gt;&lt;span unselectable="on"&gt;&lt;br/&gt;+&lt;/span&gt;&lt;/a&gt;&lt;a class="quote-delete" unselectable="on" style="display: none;" href="#" data-id="36221" 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="36221" title=" "&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Dave - 5/20/2024&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-36221"&gt;&lt;div class="if-quote-message-margin" contenteditable="true"&gt;&lt;blockquote data-id="36218" class="if-quote-wrapper" unselectable="on" data-guid="1716205412284" contenteditable="false" id="if_insertedNode_1716205410767"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="36218" 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="36218" 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="36218" title=" "&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;EN - 5/20/2024&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-36218"&gt;&lt;div class="if-quote-message-margin" contenteditable="true"&gt;Hi everyone,&lt;br/&gt;&lt;br/&gt;I'm new to Inquisit and need help with randomizing the order of surveys for each respondent. Here’s what I want to achieve:&lt;br/&gt;&lt;br/&gt;Respondents read an explanation followed by a training phase.&lt;br/&gt;They then complete N surveys. Each survey consists of 3 surveypages presented in a fixed order.&lt;br/&gt;I want to randomize the order of these N surveys for each respondent. I’ve seen references to using &amp;lt;batch&amp;gt; and &amp;lt;trial&amp;gt; commands, and suggestions about storing each survey in different .iqx files, but I'm not sure how to proceed, especially with more than 20 surveys.&lt;br/&gt;&lt;br/&gt;Attached is an example with 2 surveys, currently in the fixed order: Explanation → Training → Survey 1 → Survey 2. I need to randomize the order of Survey 1 and Survey 2.&lt;br/&gt;&lt;br/&gt;Any suggestions are greatly appreciated! Thank you in advance.&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="36218"&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;&amp;lt;survey&amp;gt; elements are special types of &amp;lt;block&amp;gt; elements. You randomize them just like any other kind of block, i.e. via the &amp;lt;expt&amp;gt; element's /blocks attribute.&lt;br/&gt;&lt;br/&gt;[code]&amp;lt;expt example&amp;gt;&lt;br/&gt;/ blocks = [1 = survey.INTRO; 2-3 = noreplace(survey.SCENARIO_01, survey.SCENARIO_02)]&lt;br/&gt;&amp;lt;/expt&amp;gt;[/code]&lt;a class="if-quote-goto quote-link" href="#" data-id="36221"&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;Thank you for your prompt response!&lt;br/&gt;I'm glad I asked. That was simpler than I thought, and it's doing exactly what I needed.&lt;br/&gt;</description><pubDate>Tue, 21 May 2024 01:17:27 GMT</pubDate><dc:creator>EN</dc:creator></item><item><title>RE: Help Needed: Randomizing Survey Order in Inquisit</title><link>https://forums.millisecond.com/Topic36221.aspx</link><description>&lt;blockquote data-id="36218" class="if-quote-wrapper" unselectable="on" data-guid="1716205412284" contenteditable="false" id="if_insertedNode_1716205410767"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="36218" 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="36218" 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="36218" title=" "&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;EN - 5/20/2024&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-36218"&gt;&lt;div class="if-quote-message-margin" contenteditable="true"&gt;Hi everyone,&lt;br/&gt;&lt;br/&gt;I'm new to Inquisit and need help with randomizing the order of surveys for each respondent. Here’s what I want to achieve:&lt;br/&gt;&lt;br/&gt;Respondents read an explanation followed by a training phase.&lt;br/&gt;They then complete N surveys. Each survey consists of 3 surveypages presented in a fixed order.&lt;br/&gt;I want to randomize the order of these N surveys for each respondent. I’ve seen references to using &amp;lt;batch&amp;gt; and &amp;lt;trial&amp;gt; commands, and suggestions about storing each survey in different .iqx files, but I'm not sure how to proceed, especially with more than 20 surveys.&lt;br/&gt;&lt;br/&gt;Attached is an example with 2 surveys, currently in the fixed order: Explanation → Training → Survey 1 → Survey 2. I need to randomize the order of Survey 1 and Survey 2.&lt;br/&gt;&lt;br/&gt;Any suggestions are greatly appreciated! Thank you in advance.&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="36218"&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;&amp;lt;survey&amp;gt; elements are special types of &amp;lt;block&amp;gt; elements. You randomize them just like any other kind of block, i.e. via the &amp;lt;expt&amp;gt; element's /blocks attribute.&lt;br/&gt;&lt;br/&gt;[code]&amp;lt;expt example&amp;gt;&lt;br/&gt;/ blocks = [1 = survey.INTRO; 2-3 = noreplace(survey.SCENARIO_01, survey.SCENARIO_02)]&lt;br/&gt;&amp;lt;/expt&amp;gt;[/code]</description><pubDate>Mon, 20 May 2024 11:45:30 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>