﻿<?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  » make script dependent on gender respondent</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 18:17:13 GMT</lastBuildDate><ttl>20</ttl><item><title>make script dependent on gender respondent</title><link>https://forums.millisecond.com/Topic18963.aspx</link><description>Hi!&lt;br/&gt;&lt;br/&gt;I would like to run an experiment and make the conditions dependent on the gender of the respondent: girls will get the girl-version, boys the boy version. &lt;br/&gt;Can anybody inform on how to best do this in inquisit 4?&lt;br/&gt;Thanks!&lt;br/&gt;&lt;br/&gt;</description><pubDate>Thu, 28 Apr 2016 07:20:16 GMT</pubDate><dc:creator>jell8ie</dc:creator></item><item><title>RE: make script dependent on gender respondent</title><link>https://forums.millisecond.com/Topic18978.aspx</link><description>Thanks, this was very helpful!&lt;br/&gt;</description><pubDate>Thu, 28 Apr 2016 07:20:16 GMT</pubDate><dc:creator>jell8ie</dc:creator></item><item><title>RE: make script dependent on gender respondent</title><link>https://forums.millisecond.com/Topic18964.aspx</link><description>The best approach will depend on the specifics of your script. There are several options:&lt;br/&gt;&lt;br/&gt;#1: You can set up separate &amp;lt;block&amp;gt;s, &amp;lt;trial&amp;gt;s, etc. for girls vs. boys and use /skip attributes to only run those that apply depending on the response to the gender-question. Basic example:&lt;br/&gt;&lt;br/&gt;&amp;lt;expt&amp;gt;&lt;br/&gt;/ blocks = [1=genderblock; 2=girlblock; 3=boyblock]&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block genderblock&amp;gt;&lt;br/&gt;/ trials = [1=genderpage]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block girlblock&amp;gt;&lt;br/&gt;/ skip = [dropdown.genderq.response == "Boy."]&lt;br/&gt;/ trials = [1=girltrial]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block boyblock&amp;gt;&lt;br/&gt;/ skip = [dropdown.genderq.response == "Girl."]&lt;br/&gt;/ trials = [1=boytrial]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage genderpage&amp;gt;&lt;br/&gt;/ questions = [1=genderq]&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;dropdown genderq&amp;gt;&lt;br/&gt;/ caption = "I am a..."&lt;br/&gt;/ options = ("Girl.", "Boy.")&lt;br/&gt;&amp;lt;/dropdown&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial girltrial&amp;gt;&lt;br/&gt;/ stimulusframes = [1=girltext]&lt;br/&gt;/ validresponse = (57)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial boytrial&amp;gt;&lt;br/&gt;/ stimulusframes = [1=boytext]&lt;br/&gt;/ validresponse = (57)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text girltext&amp;gt;&lt;br/&gt;/ items = ("This is the girls-version.")&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text boytext&amp;gt;&lt;br/&gt;/ items = ("This is the boys-version.")&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;#2: You can also do something like in the multi-language IAT, i.e., have participants indicate their gender (instead of their language) and draw from different item sets accordingly: &lt;a href="https://www.millisecond.com/download/library/v4/IAT/MultilanguageIAT/IAT_Multilanguage.iqx"&gt;https://www.millisecond.com/download/library/v4/IAT/MultilanguageIAT/IAT_Multilanguage.iqx&lt;/a&gt;&lt;br/&gt;</description><pubDate>Tue, 26 Apr 2016 07:16:44 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>