﻿<?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  » Survey with random item order and disqualification question</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Thu, 09 Apr 2026 05:42:19 GMT</lastBuildDate><ttl>20</ttl><item><title>Survey with random item order and disqualification question</title><link>https://forums.millisecond.com/Topic22036.aspx</link><description>Hi, I am very new to Inquisit and trying to program a survey. I am using some demographic questions and then several scales (i.e. lists of questions). I have programmed all my items - most use the "slider" function - but now have 2 major problems that I stumbled upon.&lt;span style="font-size: 13.3333px;"&gt;&amp;nbsp;I used to work with Qualtrics, where all this would take me half an hour to program, but now am forced to quickly learn Inquisit...&amp;nbsp;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;1) I have a demographic qualification question about race. The question has 7 options but I only want people who self identify as being Black or White to participate (hence want to disqualify those who choose other options and take them to a "thank you for your interest page". I also need those who select either Black or White as their identification to get the survey with wording reflecting their self-identification (I have items designed for each group).&amp;nbsp;&lt;br/&gt;&lt;br/&gt;2) I would like to present the items that make up the scales that I am using in a randomized order.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;How do I do all this? I will be thankful if somebody could send me script(s) of similar studies, tips, and any advice really.&lt;br/&gt;&lt;br/&gt;Thank you for your help.&amp;nbsp;&lt;br/&gt;Anna</description><pubDate>Fri, 07 Jul 2017 09:41:07 GMT</pubDate><dc:creator>AnnaStefaniak</dc:creator></item><item><title>RE: Survey with random item order and disqualification question</title><link>https://forums.millisecond.com/Topic22054.aspx</link><description>&lt;div data-id="22051" class="if-quote-wrapper" unselectable="on" data-guid="1499444787972"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="22051" 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="22051" 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="22051" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;AnnaStefaniak - Friday, July 7, 2017&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-22051"&gt;&lt;div class="if-quote-message-margin"&gt;Thank you for this answer!&amp;nbsp;&lt;br/&gt;&lt;br/&gt;I am still a little confused about branching. Ill try to give more detail about what I want to do.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;Here is my qualification question:&lt;br/&gt;&amp;lt;dropdown Race&amp;gt;&lt;br/&gt;/ caption = "Do you identify as:"&lt;br/&gt;/ options = ("American Indian or Alaska Native", "Asian", "Black or African American", "Hispanic, Latina/Latino or Spanish origin", "Native Hawaiian or Other Pacific Islander", "White", "Some other race or origin")&lt;br/&gt;/ fontstyle = ("Calibri", 13pt, true, false, false, false, 5, 0)&lt;br/&gt;&amp;lt;/dropdown&amp;gt;&lt;br/&gt;&lt;br/&gt;I'd like the participants who select "Black or African American" to then receive one block of questions and the participants who choose "White" to receive a different block. Furthermore I need the participants who select any other option to be taken to a disqualification page. After the two blocks that will be different for people who select either "Black" or "White" - the rest of the survey is identical.&lt;br/&gt;&lt;br/&gt;How would the "branch" option work here? Tried specifying it for all the options from the qualification questions, but unfortunately it didn't work.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;Thank you for your help!&lt;br/&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="22051"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/div&gt;&lt;br/&gt;&amp;gt; How would the "branch" option work here? Tried specifying it for all the options from the qualification questions, but unfortunately it didn't work. &lt;br/&gt;&lt;br/&gt;You should use the /skip here instead of /branch -- it will be easier.&lt;br/&gt;&lt;br/&gt;&amp;lt;dropdown Race&amp;gt;&lt;br/&gt;/ caption = "Do you identify as:"&lt;br/&gt;/ options = ("American Indian or Alaska Native", "Asian", "Black or African American", "Hispanic, Latina/Latino or Spanish origin", "Native Hawaiian or Other Pacific Islander", "White", "Some other race or origin")&lt;br/&gt;/ fontstyle = ("Calibri", 13pt, true, false, false, false, 5, 0)&lt;br/&gt;&amp;lt;/dropdown&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;expt&amp;gt;&lt;br/&gt;/ blocks = [1=raceblock; 2=sequence(blackblock, whiteblock); 3=remainingblock; 4=disqualificationblock]&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block raceblock&amp;gt;&lt;br/&gt;/ trials = [1=racepage]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;//your pages w/ questions for black participants go here&lt;br/&gt;//skip if response was NOT black&lt;br/&gt;&amp;lt;block blackblock&amp;gt;&lt;br/&gt;/ skip = [dropdown.race.response != "Black or African American"]&lt;br/&gt;/ trials = [1=blackpage]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;//your pages w/ questions for white&amp;nbsp; participants go here&lt;br/&gt;//skip if response was NOT white&lt;br/&gt;&amp;lt;block whiteblock&amp;gt;&lt;br/&gt;/ skip = [dropdown.race.response != "White"]&lt;br/&gt;/ trials = [1=whitepage]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;//remaining questions identical for black and white participants go here&lt;br/&gt;//skip for ineligible participants&lt;br/&gt;&amp;lt;block remainingblock&amp;gt;&lt;br/&gt;/ skip = [dropdown.race.response != "Black or African American" &amp;amp;&amp;amp; dropdown.race.response != "White"]&lt;br/&gt;/ trials = [1=remainingpage]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;//disqualification message for all others&lt;br/&gt;//skip for eligible participants (black or white)&lt;br/&gt;&amp;lt;block disqualificationblock&amp;gt;&lt;br/&gt;/ skip = [dropdown.race.response == "Black or African American" || dropdown.race.response == "White"]&lt;br/&gt;/ trials = [1=disqualificationpage]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage racepage&amp;gt;&lt;br/&gt;/ questions = [1=race]&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage blackpage&amp;gt;&lt;br/&gt;/ caption = "for black participants only"&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage whitepage&amp;gt;&lt;br/&gt;/ caption = "for white participants only"&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage remainingpage&amp;gt;&lt;br/&gt;/ caption = "for all eligible participants (black and white)"&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage disqualificationpage&amp;gt;&lt;br/&gt;/ caption = "you are not eligible to participate (neither black nor white)"&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;</description><pubDate>Fri, 07 Jul 2017 09:41:07 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: Survey with random item order and disqualification question</title><link>https://forums.millisecond.com/Topic22051.aspx</link><description>Thank you for this answer!&amp;nbsp;&lt;br/&gt;&lt;br/&gt;I am still a little confused about branching. Ill try to give more detail about what I want to do.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;Here is my qualification question:&lt;br/&gt;&amp;lt;dropdown Race&amp;gt;&lt;br/&gt;/ caption = "Do you identify as:"&lt;br/&gt;/ options = ("American Indian or Alaska Native", "Asian", "Black or African American", "Hispanic, Latina/Latino or Spanish origin", "Native Hawaiian or Other Pacific Islander", "White", "Some other race or origin")&lt;br/&gt;/ fontstyle = ("Calibri", 13pt, true, false, false, false, 5, 0)&lt;br/&gt;&amp;lt;/dropdown&amp;gt;&lt;br/&gt;&lt;br/&gt;I'd like the participants who select "Black or African American" to then receive one block of questions and the participants who choose "White" to receive a different block. Furthermore I need the participants who select any other option to be taken to a disqualification page. After the two blocks that will be different for people who select either "Black" or "White" - the rest of the survey is identical.&lt;br/&gt;&lt;br/&gt;How would the "branch" option work here? Tried specifying it for all the options from the qualification questions, but unfortunately it didn't work.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;Thank you for your help!&lt;br/&gt;&lt;br/&gt;</description><pubDate>Fri, 07 Jul 2017 02:13:48 GMT</pubDate><dc:creator>AnnaStefaniak</dc:creator></item><item><title>RE: Survey with random item order and disqualification question</title><link>https://forums.millisecond.com/Topic22039.aspx</link><description>&lt;div data-id="22036" class="if-quote-wrapper" unselectable="on" data-guid="1499274010995"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="22036" 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="22036" 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="22036" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;AnnaStefaniak - Wednesday, July 5, 2017&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-22036"&gt;&lt;div class="if-quote-message-margin"&gt;Hi, I am very new to Inquisit and trying to program a survey. I am using some demographic questions and then several scales (i.e. lists of questions). I have programmed all my items - most use the "slider" function - but now have 2 major problems that I stumbled upon.&lt;span style="font-size: 13.3333px;"&gt;&amp;nbsp;I used to work with Qualtrics, where all this would take me half an hour to program, but now am forced to quickly learn Inquisit...&amp;nbsp;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;1) I have a demographic qualification question about race. The question has 7 options but I only want people who self identify as being Black or White to participate (hence want to disqualify those who choose other options and take them to a "thank you for your interest page". I also need those who select either Black or White as their identification to get the survey with wording reflecting their self-identification (I have items designed for each group).&amp;nbsp;&lt;br/&gt;&lt;br/&gt;2) I would like to present the items that make up the scales that I am using in a randomized order.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;How do I do all this? I will be thankful if somebody could send me script(s) of similar studies, tips, and any advice really.&lt;br/&gt;&lt;br/&gt;Thank you for your help.&amp;nbsp;&lt;br/&gt;Anna&lt;a class="if-quote-goto quote-link" href="#" data-id="22036"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/div&gt;&lt;br/&gt;You can achieve #1 with /branch and/or /skip logic on your &amp;lt;surveypage&amp;gt;s. Basically, what you do is /skip the pages a given participant is not supposed to receive. See e.g.&lt;br/&gt;&lt;a href="https://www.millisecond.com/forums/Topic5460.aspx#bm5461"&gt;https://www.millisecond.com/forums/Topic5460.aspx#bm5461&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;#2 depends on how you've arranged things. You can randomize the order of &amp;lt;surveypage&amp;gt;s via the &amp;lt;survey&amp;gt;'s /pages attribute:&lt;br/&gt;&lt;br/&gt;&amp;lt;survey mysurvey&amp;gt;&lt;br/&gt;/ pages = [1-4=noreplace(page_a, page_b, page_c, page_d)&lt;br/&gt;...&lt;br/&gt;&amp;lt;/survey&amp;gt;&lt;br/&gt;&lt;br/&gt;You can randomize the order of questions on a given &amp;lt;surveypage&amp;gt; via its /questions attribute:&lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage mypage&amp;gt;&lt;br/&gt;/ questions = [1-3=noreplace(q1, q2, q3)&lt;br/&gt;...&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;</description><pubDate>Wed, 05 Jul 2017 10:08:12 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>