﻿<?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 3  » Gender condition help</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Fri, 17 Apr 2026 10:51:33 GMT</lastBuildDate><ttl>20</ttl><item><title>Gender condition help</title><link>https://forums.millisecond.com/Topic25094.aspx</link><description>Hi all,&amp;nbsp;&lt;br/&gt;&lt;br/&gt;I am trying to restart an exisiting study but would like to have only male participants take it since I have already gathered enough data on females.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;I want to include a gender question to confirm that they identify as male but need a command to direct females to the end of the survey and for males to continue with the rest of the survey.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;Can anyone shine some light into what to do or if this is possible ?&lt;br/&gt;&lt;br/&gt;So far I have this for the gender question and confirmation but not sure where to go from here&amp;nbsp;&lt;br/&gt;&lt;br/&gt;GENDER&lt;br/&gt;*******************************************************************************************&lt;br/&gt;***********************************************************************&lt;br/&gt;Instruction Text&lt;br/&gt;***********************************************************************&lt;br/&gt;&amp;lt;text gender&amp;gt;&lt;br/&gt;/ items = ("What is your gender?")&lt;br/&gt;/ hposition = 50%&lt;br/&gt;/ vposition = 20%&lt;br/&gt;/ vjustify = center&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text male&amp;gt;&lt;br/&gt;/ items = ("Male")&lt;br/&gt;/ fontstyle = ("Verdana", 2.00%, true)&lt;br/&gt;/ erase = false&lt;br/&gt;/ txcolor = (white)&lt;br/&gt;/ txbgcolor = (black)&lt;br/&gt;/ size = (18%,4%)&lt;br/&gt;/ hposition = 50%&lt;br/&gt;/ vposition = 50%&lt;br/&gt;/ vjustify = center&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text clickmale&amp;gt;&lt;br/&gt;/ items = ("Male")&lt;br/&gt;/ fontstyle = ("Verdana", 2.00%, true)&lt;br/&gt;/ erase = false&lt;br/&gt;/ txcolor = (white)&lt;br/&gt;/ txbgcolor = (grey)&lt;br/&gt;/ size = (18%,4%)&lt;br/&gt;/ hposition = text.male.hposition&lt;br/&gt;/ vposition = text.male.vposition&lt;br/&gt;/ vjustify = center&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text female&amp;gt;&lt;br/&gt;/ items = ("Female")&lt;br/&gt;/ fontstyle = ("Verdana", 2.00%, true)&lt;br/&gt;/ erase = false&lt;br/&gt;/ txcolor = (white)&lt;br/&gt;/ txbgcolor = (black)&lt;br/&gt;/ size = (18%,4%)&lt;br/&gt;/ hposition = 50%&lt;br/&gt;/ vposition = 60%&lt;br/&gt;/ vjustify = center&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text clickfemale&amp;gt;&lt;br/&gt;/ items = ("Female")&lt;br/&gt;/ fontstyle = ("Verdana", 2.00%, true)&lt;br/&gt;/ erase = false&lt;br/&gt;/ txcolor = (white)&lt;br/&gt;/ txbgcolor = (grey)&lt;br/&gt;/ size = (18%,4%)&lt;br/&gt;/ hposition = text.female.hposition&lt;br/&gt;/ vposition = text.female.vposition&lt;br/&gt;/ vjustify = center&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text end1&amp;gt;&lt;br/&gt;/ items = ("I clicked male")&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text end2&amp;gt;&lt;br/&gt;/ items = ("I clicked female")&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;***********************************************************************&lt;br/&gt;Trial (Openended)&lt;br/&gt;***********************************************************************&lt;br/&gt;&amp;lt;trial gender&amp;gt;&lt;br/&gt;/ stimulusframes = [1=gender,male,female]&lt;br/&gt;/ inputdevice = mouse&lt;br/&gt;/ validresponse = (male,female)&lt;br/&gt;/ responsemessage = (male,clickmale,500)&lt;br/&gt;/ responsemessage = (female,clickfemale,500)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial end1&amp;gt;&lt;br/&gt;/ stimulusframes = [1=end1]&lt;br/&gt;/ position = (50%, 80%)&lt;br/&gt;/ inputdevice = mouse&lt;br/&gt;/ validresponse = (end1)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial end2&amp;gt;&lt;br/&gt;/ stimulusframes = [1=end2]&lt;br/&gt;/ position = (50%, 80%)&lt;br/&gt;/ inputdevice = mouse&lt;br/&gt;/ validresponse = (end2)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;***********************************************************************&lt;br/&gt;Block&lt;br/&gt;***********************************************************************&lt;br/&gt;&amp;lt;block gender&amp;gt;&lt;br/&gt;/ trials = [1=gender]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block end1&amp;gt;&lt;br/&gt;/ trials = [1=end1]&lt;br/&gt;/ skip = [trial.gender.response == "Female"]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block end2&amp;gt;&lt;br/&gt;/ trials = [1=end2]&lt;br/&gt;/ skip = [trial.gender.response == "Male"]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;***********************************************************************&lt;br/&gt;Experiment&lt;br/&gt;***********************************************************************&lt;br/&gt;&amp;lt;expt gender branch&amp;gt;&lt;br/&gt;/ blocks = [1=gender; 2=end1; 3=end2]&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;***********************************************************************&lt;br/&gt;Defaults&lt;br/&gt;***********************************************************************&lt;br/&gt;&amp;lt;defaults&amp;gt;&lt;br/&gt;/ screencolor = (255, 255, 255)&lt;br/&gt;/ txcolor = (0, 0, 0)&lt;br/&gt;/ fontstyle = ("Arial", 3%, false)&lt;br/&gt;/ posttrialpause = 200&lt;br/&gt;/ quitcommand =(Ctrl+Alt+18)&lt;br/&gt;&amp;lt;/defaults&amp;gt;&lt;br/&gt;***********************************************************************&lt;br/&gt;Data Columns *not specified*&lt;br/&gt;***********************************************************************&lt;br/&gt;***********************************************************************&lt;br/&gt;Test Monkey&lt;br/&gt;***********************************************************************&lt;br/&gt;&amp;lt;monkey&amp;gt;&lt;br/&gt;/ latencydistribution = normal(500, 100)&lt;br/&gt;/ percentcorrect = 90&lt;br/&gt;&amp;lt;/monkey&amp;gt;&lt;br/&gt;&lt;br/&gt;Thank you !</description><pubDate>Wed, 20 Jun 2018 09:11:44 GMT</pubDate><dc:creator>risclab@psychology.rutgers.edu</dc:creator></item><item><title>RE: Gender condition help</title><link>https://forums.millisecond.com/Topic25136.aspx</link><description>&lt;div data-id="25133" class="if-quote-wrapper" unselectable="on" data-guid="1529510807988"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="25133" 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="25133" 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="25133" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;&lt;a href="mailto:risclab@psychology.rutgers.edu"&gt;risclab@psychology.rutgers.edu&lt;/a&gt; - Wednesday, June 20, 2018&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-25133"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;br/&gt;Thank you Dave, this worked very well.&amp;nbsp; Is there a way for participants to see the end screen before it completely skips the entire script ?&lt;a class="if-quote-goto quote-link" href="#" data-id="25133"&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;Do it exactly as in your original script in this thread: &lt;a href="https://www.millisecond.com/forums/FindPost25094.aspx"&gt;https://www.millisecond.com/forums/FindPost25094.aspx&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;You direct people to some "page" (i.e. a &amp;lt;trial&amp;gt; or &amp;lt;surveypage&amp;gt;) indicating their choice, for those answering female, that, in essence, is your "end screen". Call the script.abort(true) function in that &amp;lt;trial&amp;gt; /ontrialend, and the whole set of scripts will terminate only after female participants saw their "end screen."&lt;br/&gt;</description><pubDate>Wed, 20 Jun 2018 09:11:44 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title /><link>https://forums.millisecond.com/Topic25133.aspx</link><description>&lt;div data-id="25117" class="if-quote-wrapper" unselectable="on"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="25117" 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="25117" 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="25117" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Dave - Monday, June 18, 2018&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-25117"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="25116" class="if-quote-wrapper" unselectable="on" data-guid="1529352794716"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="25116" 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="25116" 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="25116" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;&lt;a href="mailto:risclab@psychology.rutgers.edu"&gt;risclab@psychology.rutgers.edu&lt;/a&gt; - Monday, June 18, 2018&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-25116"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="25104" class="if-quote-wrapper" unselectable="on" data-guid="1529352794716"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="25104" 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="25104" 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="25104" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Dave - Thursday, June 14, 2018&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-25104"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="25103" class="if-quote-wrapper" unselectable="on" data-guid="1529352794716"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="25103" 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="25103" 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="25103" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;&lt;a href="mailto:risclab@psychology.rutgers.edu"&gt;risclab@psychology.rutgers.edu&lt;/a&gt; - Thursday, June 14, 2018&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-25103"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="25102" class="if-quote-wrapper" unselectable="on" data-guid="1529352794716"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="25102" 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="25102" 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="25102" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;&lt;a href="mailto:risclab@psychology.rutgers.edu"&gt;risclab@psychology.rutgers.edu&lt;/a&gt; - Thursday, June 14, 2018&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-25102"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="25096" class="if-quote-wrapper" unselectable="on" data-guid="1529352794716"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="25096" 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="25096" 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="25096" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Dave - Wednesday, June 13, 2018&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-25096"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="25094" class="if-quote-wrapper" unselectable="on" data-guid="1529352794716"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="25094" 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="25094" 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="25094" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;&lt;a href="mailto:risclab@psychology.rutgers.edu"&gt;risclab@psychology.rutgers.edu&lt;/a&gt; - Wednesday, June 13, 2018&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-25094"&gt;&lt;div class="if-quote-message-margin"&gt;Hi all,&amp;nbsp;&lt;br/&gt;&lt;br/&gt;I am trying to restart an exisiting study but would like to have only male participants take it since I have already gathered enough data on females.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;I want to include a gender question to confirm that they identify as male but need a command to direct females to the end of the survey and for males to continue with the rest of the survey.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;Can anyone shine some light into what to do or if this is possible ?&lt;br/&gt;&lt;br/&gt;So far I have this for the gender question and confirmation but not sure where to go from here&amp;nbsp;&lt;br/&gt;&lt;br/&gt;GENDER&lt;br/&gt;*******************************************************************************************&lt;br/&gt;***********************************************************************&lt;br/&gt;Instruction Text&lt;br/&gt;***********************************************************************&lt;br/&gt;&amp;lt;text gender&amp;gt;&lt;br/&gt;/ items = ("What is your gender?")&lt;br/&gt;/ hposition = 50%&lt;br/&gt;/ vposition = 20%&lt;br/&gt;/ vjustify = center&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text male&amp;gt;&lt;br/&gt;/ items = ("Male")&lt;br/&gt;/ fontstyle = ("Verdana", 2.00%, true)&lt;br/&gt;/ erase = false&lt;br/&gt;/ txcolor = (white)&lt;br/&gt;/ txbgcolor = (black)&lt;br/&gt;/ size = (18%,4%)&lt;br/&gt;/ hposition = 50%&lt;br/&gt;/ vposition = 50%&lt;br/&gt;/ vjustify = center&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text clickmale&amp;gt;&lt;br/&gt;/ items = ("Male")&lt;br/&gt;/ fontstyle = ("Verdana", 2.00%, true)&lt;br/&gt;/ erase = false&lt;br/&gt;/ txcolor = (white)&lt;br/&gt;/ txbgcolor = (grey)&lt;br/&gt;/ size = (18%,4%)&lt;br/&gt;/ hposition = text.male.hposition&lt;br/&gt;/ vposition = text.male.vposition&lt;br/&gt;/ vjustify = center&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text female&amp;gt;&lt;br/&gt;/ items = ("Female")&lt;br/&gt;/ fontstyle = ("Verdana", 2.00%, true)&lt;br/&gt;/ erase = false&lt;br/&gt;/ txcolor = (white)&lt;br/&gt;/ txbgcolor = (black)&lt;br/&gt;/ size = (18%,4%)&lt;br/&gt;/ hposition = 50%&lt;br/&gt;/ vposition = 60%&lt;br/&gt;/ vjustify = center&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text clickfemale&amp;gt;&lt;br/&gt;/ items = ("Female")&lt;br/&gt;/ fontstyle = ("Verdana", 2.00%, true)&lt;br/&gt;/ erase = false&lt;br/&gt;/ txcolor = (white)&lt;br/&gt;/ txbgcolor = (grey)&lt;br/&gt;/ size = (18%,4%)&lt;br/&gt;/ hposition = text.female.hposition&lt;br/&gt;/ vposition = text.female.vposition&lt;br/&gt;/ vjustify = center&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text end1&amp;gt;&lt;br/&gt;/ items = ("I clicked male")&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text end2&amp;gt;&lt;br/&gt;/ items = ("I clicked female")&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;***********************************************************************&lt;br/&gt;Trial (Openended)&lt;br/&gt;***********************************************************************&lt;br/&gt;&amp;lt;trial gender&amp;gt;&lt;br/&gt;/ stimulusframes = [1=gender,male,female]&lt;br/&gt;/ inputdevice = mouse&lt;br/&gt;/ validresponse = (male,female)&lt;br/&gt;/ responsemessage = (male,clickmale,500)&lt;br/&gt;/ responsemessage = (female,clickfemale,500)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial end1&amp;gt;&lt;br/&gt;/ stimulusframes = [1=end1]&lt;br/&gt;/ position = (50%, 80%)&lt;br/&gt;/ inputdevice = mouse&lt;br/&gt;/ validresponse = (end1)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial end2&amp;gt;&lt;br/&gt;/ stimulusframes = [1=end2]&lt;br/&gt;/ position = (50%, 80%)&lt;br/&gt;/ inputdevice = mouse&lt;br/&gt;/ validresponse = (end2)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;***********************************************************************&lt;br/&gt;Block&lt;br/&gt;***********************************************************************&lt;br/&gt;&amp;lt;block gender&amp;gt;&lt;br/&gt;/ trials = [1=gender]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block end1&amp;gt;&lt;br/&gt;/ trials = [1=end1]&lt;br/&gt;/ skip = [trial.gender.response == "Female"]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block end2&amp;gt;&lt;br/&gt;/ trials = [1=end2]&lt;br/&gt;/ skip = [trial.gender.response == "Male"]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;***********************************************************************&lt;br/&gt;Experiment&lt;br/&gt;***********************************************************************&lt;br/&gt;&amp;lt;expt gender branch&amp;gt;&lt;br/&gt;/ blocks = [1=gender; 2=end1; 3=end2]&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;***********************************************************************&lt;br/&gt;Defaults&lt;br/&gt;***********************************************************************&lt;br/&gt;&amp;lt;defaults&amp;gt;&lt;br/&gt;/ screencolor = (255, 255, 255)&lt;br/&gt;/ txcolor = (0, 0, 0)&lt;br/&gt;/ fontstyle = ("Arial", 3%, false)&lt;br/&gt;/ posttrialpause = 200&lt;br/&gt;/ quitcommand =(Ctrl+Alt+18)&lt;br/&gt;&amp;lt;/defaults&amp;gt;&lt;br/&gt;***********************************************************************&lt;br/&gt;Data Columns *not specified*&lt;br/&gt;***********************************************************************&lt;br/&gt;***********************************************************************&lt;br/&gt;Test Monkey&lt;br/&gt;***********************************************************************&lt;br/&gt;&amp;lt;monkey&amp;gt;&lt;br/&gt;/ latencydistribution = normal(500, 100)&lt;br/&gt;/ percentcorrect = 90&lt;br/&gt;&amp;lt;/monkey&amp;gt;&lt;br/&gt;&lt;br/&gt;Thank you !&lt;a class="if-quote-goto quote-link" href="#" data-id="25094"&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;It seems to me you already have everything in place -- in the fully study / script, simply /skip the &amp;lt;block&amp;gt;s you do not wish to run if the response to the gender trial is female.&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="25096"&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;Thank you David,&lt;br/&gt;I am very new with this software and I have inherited this particular study that has been successfully ran for months now. There are four different portions to this particular study and they have all been created in deparate .exp files.&amp;nbsp; Including the consent form section.&amp;nbsp; All participants see the consent form first regardless of the order of the rest of the .exp components.&amp;nbsp; I thought it would be easiest to include the gender question in the consent file since everyone sees it before the welcome screen and it would help sort out those who are not eligible to take the study.&amp;nbsp; I was able to use the /skip command to skip the rest of the consent form once they answer the gender question, but since this is only part 1/4 of the rest of the study, does that mean I have to keep asking for their gender in every .exp file ?&amp;nbsp; &amp;nbsp;Is there an easier way to do this?&lt;br/&gt;This is how the conditions are labeled and organized, I added my question and command to the "sid1_consent.exp"&amp;nbsp;&lt;br/&gt;&amp;lt;batch condition01&amp;gt;&lt;br/&gt;/ subjects = (1 of 6)&lt;br/&gt;/ groupassignment = groupnumber&lt;br/&gt;/ file = "sid1_consent.exp"&lt;br/&gt;/ file = "sid1_self_couple_iat.exp"&lt;br/&gt;/ file = "sid1_pleasant_couple_iat.exp"&lt;br/&gt;/ file = "sid1_mf_iat.exp"&lt;br/&gt;/ file = "sid1_measures.exp"&lt;br/&gt;&amp;lt;/batch&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="25102"&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;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="25103"&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;I see -- how to go about this, then, depends on the Inquisit version you're using to run this. You posted in the Inquisit 3 forum, and if that's the version you're using, then there is no solution other than to ask the gender question in each individual script and then skip the blocks in that script accordingly.&lt;br/&gt;&lt;br/&gt;If you're using a newer version -- Inquisit 4 or 5 --, you can use the script.abort() function to terminate the entire &amp;lt;batch&amp;gt; based on the response to the gender question. See e.g.: &lt;br/&gt;&lt;br/&gt;&lt;a href="https://www.millisecond.com/forums/Topic15923.aspx"&gt;&lt;a href="https://www.millisecond.com/forums/Topic15923.aspx"&gt;https://www.millisecond.com/forums/Topic15923.aspx&lt;/a&gt;&lt;/a&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="25104"&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;Thank you so much Dave,&lt;br/&gt;We currently only have the Inquisit 3 version on our desktops, but this study is ultimately going to go on our inquisit web through Mturk, is there a way to program it so that I can take the steps you suggested above&amp;nbsp; and run it online ?&lt;a class="if-quote-goto quote-link" href="#" data-id="25116"&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;Yes, you can use either Inquisit 4 Lab or Inquisit 5 Lab (an unregistered version is sufficient) to do the coding. You should use the same version you'll be using to ultimately run things on the web. I.e., if the study will be administered through Inquisit 4 Web, use Inquisit 4 Lab for the code adjustments and testing. If the study will be run under Inquisit 5 Web, use Inquisit 5 Lab instead.&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="25117"&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;Thank you Dave, this worked very well.&amp;nbsp; Is there a way for participants to see the end screen before it completely skips the entire script ?</description><pubDate>Wed, 20 Jun 2018 08:55:24 GMT</pubDate><dc:creator>risclab@psychology.rutgers.edu</dc:creator></item><item><title>RE: Gender condition help</title><link>https://forums.millisecond.com/Topic25117.aspx</link><description>&lt;div data-id="25116" class="if-quote-wrapper" unselectable="on" data-guid="1529352794716"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="25116" 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="25116" 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="25116" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;&lt;a href="mailto:risclab@psychology.rutgers.edu"&gt;risclab@psychology.rutgers.edu&lt;/a&gt; - Monday, June 18, 2018&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-25116"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="25104" class="if-quote-wrapper" unselectable="on" data-guid="1529352794716"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="25104" 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="25104" 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="25104" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Dave - Thursday, June 14, 2018&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-25104"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="25103" class="if-quote-wrapper" unselectable="on" data-guid="1529352794716"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="25103" 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="25103" 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="25103" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;&lt;a href="mailto:risclab@psychology.rutgers.edu"&gt;risclab@psychology.rutgers.edu&lt;/a&gt; - Thursday, June 14, 2018&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-25103"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="25102" class="if-quote-wrapper" unselectable="on" data-guid="1529352794716"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="25102" 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="25102" 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="25102" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;&lt;a href="mailto:risclab@psychology.rutgers.edu"&gt;risclab@psychology.rutgers.edu&lt;/a&gt; - Thursday, June 14, 2018&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-25102"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="25096" class="if-quote-wrapper" unselectable="on" data-guid="1529352794716"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="25096" 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="25096" 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="25096" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Dave - Wednesday, June 13, 2018&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-25096"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="25094" class="if-quote-wrapper" unselectable="on" data-guid="1529352794716"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="25094" 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="25094" 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="25094" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;&lt;a href="mailto:risclab@psychology.rutgers.edu"&gt;risclab@psychology.rutgers.edu&lt;/a&gt; - Wednesday, June 13, 2018&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-25094"&gt;&lt;div class="if-quote-message-margin"&gt;Hi all,&amp;nbsp;&lt;br/&gt;&lt;br/&gt;I am trying to restart an exisiting study but would like to have only male participants take it since I have already gathered enough data on females.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;I want to include a gender question to confirm that they identify as male but need a command to direct females to the end of the survey and for males to continue with the rest of the survey.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;Can anyone shine some light into what to do or if this is possible ?&lt;br/&gt;&lt;br/&gt;So far I have this for the gender question and confirmation but not sure where to go from here&amp;nbsp;&lt;br/&gt;&lt;br/&gt;GENDER&lt;br/&gt;*******************************************************************************************&lt;br/&gt;***********************************************************************&lt;br/&gt;Instruction Text&lt;br/&gt;***********************************************************************&lt;br/&gt;&amp;lt;text gender&amp;gt;&lt;br/&gt;/ items = ("What is your gender?")&lt;br/&gt;/ hposition = 50%&lt;br/&gt;/ vposition = 20%&lt;br/&gt;/ vjustify = center&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text male&amp;gt;&lt;br/&gt;/ items = ("Male")&lt;br/&gt;/ fontstyle = ("Verdana", 2.00%, true)&lt;br/&gt;/ erase = false&lt;br/&gt;/ txcolor = (white)&lt;br/&gt;/ txbgcolor = (black)&lt;br/&gt;/ size = (18%,4%)&lt;br/&gt;/ hposition = 50%&lt;br/&gt;/ vposition = 50%&lt;br/&gt;/ vjustify = center&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text clickmale&amp;gt;&lt;br/&gt;/ items = ("Male")&lt;br/&gt;/ fontstyle = ("Verdana", 2.00%, true)&lt;br/&gt;/ erase = false&lt;br/&gt;/ txcolor = (white)&lt;br/&gt;/ txbgcolor = (grey)&lt;br/&gt;/ size = (18%,4%)&lt;br/&gt;/ hposition = text.male.hposition&lt;br/&gt;/ vposition = text.male.vposition&lt;br/&gt;/ vjustify = center&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text female&amp;gt;&lt;br/&gt;/ items = ("Female")&lt;br/&gt;/ fontstyle = ("Verdana", 2.00%, true)&lt;br/&gt;/ erase = false&lt;br/&gt;/ txcolor = (white)&lt;br/&gt;/ txbgcolor = (black)&lt;br/&gt;/ size = (18%,4%)&lt;br/&gt;/ hposition = 50%&lt;br/&gt;/ vposition = 60%&lt;br/&gt;/ vjustify = center&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text clickfemale&amp;gt;&lt;br/&gt;/ items = ("Female")&lt;br/&gt;/ fontstyle = ("Verdana", 2.00%, true)&lt;br/&gt;/ erase = false&lt;br/&gt;/ txcolor = (white)&lt;br/&gt;/ txbgcolor = (grey)&lt;br/&gt;/ size = (18%,4%)&lt;br/&gt;/ hposition = text.female.hposition&lt;br/&gt;/ vposition = text.female.vposition&lt;br/&gt;/ vjustify = center&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text end1&amp;gt;&lt;br/&gt;/ items = ("I clicked male")&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text end2&amp;gt;&lt;br/&gt;/ items = ("I clicked female")&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;***********************************************************************&lt;br/&gt;Trial (Openended)&lt;br/&gt;***********************************************************************&lt;br/&gt;&amp;lt;trial gender&amp;gt;&lt;br/&gt;/ stimulusframes = [1=gender,male,female]&lt;br/&gt;/ inputdevice = mouse&lt;br/&gt;/ validresponse = (male,female)&lt;br/&gt;/ responsemessage = (male,clickmale,500)&lt;br/&gt;/ responsemessage = (female,clickfemale,500)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial end1&amp;gt;&lt;br/&gt;/ stimulusframes = [1=end1]&lt;br/&gt;/ position = (50%, 80%)&lt;br/&gt;/ inputdevice = mouse&lt;br/&gt;/ validresponse = (end1)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial end2&amp;gt;&lt;br/&gt;/ stimulusframes = [1=end2]&lt;br/&gt;/ position = (50%, 80%)&lt;br/&gt;/ inputdevice = mouse&lt;br/&gt;/ validresponse = (end2)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;***********************************************************************&lt;br/&gt;Block&lt;br/&gt;***********************************************************************&lt;br/&gt;&amp;lt;block gender&amp;gt;&lt;br/&gt;/ trials = [1=gender]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block end1&amp;gt;&lt;br/&gt;/ trials = [1=end1]&lt;br/&gt;/ skip = [trial.gender.response == "Female"]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block end2&amp;gt;&lt;br/&gt;/ trials = [1=end2]&lt;br/&gt;/ skip = [trial.gender.response == "Male"]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;***********************************************************************&lt;br/&gt;Experiment&lt;br/&gt;***********************************************************************&lt;br/&gt;&amp;lt;expt gender branch&amp;gt;&lt;br/&gt;/ blocks = [1=gender; 2=end1; 3=end2]&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;***********************************************************************&lt;br/&gt;Defaults&lt;br/&gt;***********************************************************************&lt;br/&gt;&amp;lt;defaults&amp;gt;&lt;br/&gt;/ screencolor = (255, 255, 255)&lt;br/&gt;/ txcolor = (0, 0, 0)&lt;br/&gt;/ fontstyle = ("Arial", 3%, false)&lt;br/&gt;/ posttrialpause = 200&lt;br/&gt;/ quitcommand =(Ctrl+Alt+18)&lt;br/&gt;&amp;lt;/defaults&amp;gt;&lt;br/&gt;***********************************************************************&lt;br/&gt;Data Columns *not specified*&lt;br/&gt;***********************************************************************&lt;br/&gt;***********************************************************************&lt;br/&gt;Test Monkey&lt;br/&gt;***********************************************************************&lt;br/&gt;&amp;lt;monkey&amp;gt;&lt;br/&gt;/ latencydistribution = normal(500, 100)&lt;br/&gt;/ percentcorrect = 90&lt;br/&gt;&amp;lt;/monkey&amp;gt;&lt;br/&gt;&lt;br/&gt;Thank you !&lt;a class="if-quote-goto quote-link" href="#" data-id="25094"&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;It seems to me you already have everything in place -- in the fully study / script, simply /skip the &amp;lt;block&amp;gt;s you do not wish to run if the response to the gender trial is female.&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="25096"&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;Thank you David,&lt;br/&gt;I am very new with this software and I have inherited this particular study that has been successfully ran for months now. There are four different portions to this particular study and they have all been created in deparate .exp files.&amp;nbsp; Including the consent form section.&amp;nbsp; All participants see the consent form first regardless of the order of the rest of the .exp components.&amp;nbsp; I thought it would be easiest to include the gender question in the consent file since everyone sees it before the welcome screen and it would help sort out those who are not eligible to take the study.&amp;nbsp; I was able to use the /skip command to skip the rest of the consent form once they answer the gender question, but since this is only part 1/4 of the rest of the study, does that mean I have to keep asking for their gender in every .exp file ?&amp;nbsp; &amp;nbsp;Is there an easier way to do this?&lt;br/&gt;This is how the conditions are labeled and organized, I added my question and command to the "sid1_consent.exp"&amp;nbsp;&lt;br/&gt;&amp;lt;batch condition01&amp;gt;&lt;br/&gt;/ subjects = (1 of 6)&lt;br/&gt;/ groupassignment = groupnumber&lt;br/&gt;/ file = "sid1_consent.exp"&lt;br/&gt;/ file = "sid1_self_couple_iat.exp"&lt;br/&gt;/ file = "sid1_pleasant_couple_iat.exp"&lt;br/&gt;/ file = "sid1_mf_iat.exp"&lt;br/&gt;/ file = "sid1_measures.exp"&lt;br/&gt;&amp;lt;/batch&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="25102"&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;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="25103"&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;I see -- how to go about this, then, depends on the Inquisit version you're using to run this. You posted in the Inquisit 3 forum, and if that's the version you're using, then there is no solution other than to ask the gender question in each individual script and then skip the blocks in that script accordingly.&lt;br/&gt;&lt;br/&gt;If you're using a newer version -- Inquisit 4 or 5 --, you can use the script.abort() function to terminate the entire &amp;lt;batch&amp;gt; based on the response to the gender question. See e.g.: &lt;br/&gt;&lt;br/&gt;&lt;a href="https://www.millisecond.com/forums/Topic15923.aspx"&gt;&lt;a href="https://www.millisecond.com/forums/Topic15923.aspx"&gt;https://www.millisecond.com/forums/Topic15923.aspx&lt;/a&gt;&lt;/a&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="25104"&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;Thank you so much Dave,&lt;br/&gt;We currently only have the Inquisit 3 version on our desktops, but this study is ultimately going to go on our inquisit web through Mturk, is there a way to program it so that I can take the steps you suggested above&amp;nbsp; and run it online ?&lt;a class="if-quote-goto quote-link" href="#" data-id="25116"&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;Yes, you can use either Inquisit 4 Lab or Inquisit 5 Lab (an unregistered version is sufficient) to do the coding. You should use the same version you'll be using to ultimately run things on the web. I.e., if the study will be administered through Inquisit 4 Web, use Inquisit 4 Lab for the code adjustments and testing. If the study will be run under Inquisit 5 Web, use Inquisit 5 Lab instead.&lt;br/&gt;</description><pubDate>Mon, 18 Jun 2018 13:15:47 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title /><link>https://forums.millisecond.com/Topic25116.aspx</link><description>&lt;div data-id="25104" class="if-quote-wrapper" unselectable="on"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="25104" 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="25104" 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="25104" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Dave - Thursday, June 14, 2018&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-25104"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="25103" class="if-quote-wrapper" unselectable="on" data-guid="1529023693843"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="25103" 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="25103" 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="25103" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;&lt;a href="mailto:risclab@psychology.rutgers.edu"&gt;risclab@psychology.rutgers.edu&lt;/a&gt; - Thursday, June 14, 2018&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-25103"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="25102" class="if-quote-wrapper" unselectable="on" data-guid="1529023693843"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="25102" 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="25102" 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="25102" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;&lt;a href="mailto:risclab@psychology.rutgers.edu"&gt;risclab@psychology.rutgers.edu&lt;/a&gt; - Thursday, June 14, 2018&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-25102"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="25096" class="if-quote-wrapper" unselectable="on" data-guid="1529023693843"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="25096" 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="25096" 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="25096" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Dave - Wednesday, June 13, 2018&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-25096"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="25094" class="if-quote-wrapper" unselectable="on" data-guid="1529023693843"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="25094" 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="25094" 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="25094" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;&lt;a href="mailto:risclab@psychology.rutgers.edu"&gt;risclab@psychology.rutgers.edu&lt;/a&gt; - Wednesday, June 13, 2018&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-25094"&gt;&lt;div class="if-quote-message-margin"&gt;Hi all,&amp;nbsp;&lt;br/&gt;&lt;br/&gt;I am trying to restart an exisiting study but would like to have only male participants take it since I have already gathered enough data on females.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;I want to include a gender question to confirm that they identify as male but need a command to direct females to the end of the survey and for males to continue with the rest of the survey.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;Can anyone shine some light into what to do or if this is possible ?&lt;br/&gt;&lt;br/&gt;So far I have this for the gender question and confirmation but not sure where to go from here&amp;nbsp;&lt;br/&gt;&lt;br/&gt;GENDER&lt;br/&gt;*******************************************************************************************&lt;br/&gt;***********************************************************************&lt;br/&gt;Instruction Text&lt;br/&gt;***********************************************************************&lt;br/&gt;&amp;lt;text gender&amp;gt;&lt;br/&gt;/ items = ("What is your gender?")&lt;br/&gt;/ hposition = 50%&lt;br/&gt;/ vposition = 20%&lt;br/&gt;/ vjustify = center&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text male&amp;gt;&lt;br/&gt;/ items = ("Male")&lt;br/&gt;/ fontstyle = ("Verdana", 2.00%, true)&lt;br/&gt;/ erase = false&lt;br/&gt;/ txcolor = (white)&lt;br/&gt;/ txbgcolor = (black)&lt;br/&gt;/ size = (18%,4%)&lt;br/&gt;/ hposition = 50%&lt;br/&gt;/ vposition = 50%&lt;br/&gt;/ vjustify = center&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text clickmale&amp;gt;&lt;br/&gt;/ items = ("Male")&lt;br/&gt;/ fontstyle = ("Verdana", 2.00%, true)&lt;br/&gt;/ erase = false&lt;br/&gt;/ txcolor = (white)&lt;br/&gt;/ txbgcolor = (grey)&lt;br/&gt;/ size = (18%,4%)&lt;br/&gt;/ hposition = text.male.hposition&lt;br/&gt;/ vposition = text.male.vposition&lt;br/&gt;/ vjustify = center&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text female&amp;gt;&lt;br/&gt;/ items = ("Female")&lt;br/&gt;/ fontstyle = ("Verdana", 2.00%, true)&lt;br/&gt;/ erase = false&lt;br/&gt;/ txcolor = (white)&lt;br/&gt;/ txbgcolor = (black)&lt;br/&gt;/ size = (18%,4%)&lt;br/&gt;/ hposition = 50%&lt;br/&gt;/ vposition = 60%&lt;br/&gt;/ vjustify = center&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text clickfemale&amp;gt;&lt;br/&gt;/ items = ("Female")&lt;br/&gt;/ fontstyle = ("Verdana", 2.00%, true)&lt;br/&gt;/ erase = false&lt;br/&gt;/ txcolor = (white)&lt;br/&gt;/ txbgcolor = (grey)&lt;br/&gt;/ size = (18%,4%)&lt;br/&gt;/ hposition = text.female.hposition&lt;br/&gt;/ vposition = text.female.vposition&lt;br/&gt;/ vjustify = center&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text end1&amp;gt;&lt;br/&gt;/ items = ("I clicked male")&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text end2&amp;gt;&lt;br/&gt;/ items = ("I clicked female")&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;***********************************************************************&lt;br/&gt;Trial (Openended)&lt;br/&gt;***********************************************************************&lt;br/&gt;&amp;lt;trial gender&amp;gt;&lt;br/&gt;/ stimulusframes = [1=gender,male,female]&lt;br/&gt;/ inputdevice = mouse&lt;br/&gt;/ validresponse = (male,female)&lt;br/&gt;/ responsemessage = (male,clickmale,500)&lt;br/&gt;/ responsemessage = (female,clickfemale,500)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial end1&amp;gt;&lt;br/&gt;/ stimulusframes = [1=end1]&lt;br/&gt;/ position = (50%, 80%)&lt;br/&gt;/ inputdevice = mouse&lt;br/&gt;/ validresponse = (end1)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial end2&amp;gt;&lt;br/&gt;/ stimulusframes = [1=end2]&lt;br/&gt;/ position = (50%, 80%)&lt;br/&gt;/ inputdevice = mouse&lt;br/&gt;/ validresponse = (end2)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;***********************************************************************&lt;br/&gt;Block&lt;br/&gt;***********************************************************************&lt;br/&gt;&amp;lt;block gender&amp;gt;&lt;br/&gt;/ trials = [1=gender]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block end1&amp;gt;&lt;br/&gt;/ trials = [1=end1]&lt;br/&gt;/ skip = [trial.gender.response == "Female"]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block end2&amp;gt;&lt;br/&gt;/ trials = [1=end2]&lt;br/&gt;/ skip = [trial.gender.response == "Male"]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;***********************************************************************&lt;br/&gt;Experiment&lt;br/&gt;***********************************************************************&lt;br/&gt;&amp;lt;expt gender branch&amp;gt;&lt;br/&gt;/ blocks = [1=gender; 2=end1; 3=end2]&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;***********************************************************************&lt;br/&gt;Defaults&lt;br/&gt;***********************************************************************&lt;br/&gt;&amp;lt;defaults&amp;gt;&lt;br/&gt;/ screencolor = (255, 255, 255)&lt;br/&gt;/ txcolor = (0, 0, 0)&lt;br/&gt;/ fontstyle = ("Arial", 3%, false)&lt;br/&gt;/ posttrialpause = 200&lt;br/&gt;/ quitcommand =(Ctrl+Alt+18)&lt;br/&gt;&amp;lt;/defaults&amp;gt;&lt;br/&gt;***********************************************************************&lt;br/&gt;Data Columns *not specified*&lt;br/&gt;***********************************************************************&lt;br/&gt;***********************************************************************&lt;br/&gt;Test Monkey&lt;br/&gt;***********************************************************************&lt;br/&gt;&amp;lt;monkey&amp;gt;&lt;br/&gt;/ latencydistribution = normal(500, 100)&lt;br/&gt;/ percentcorrect = 90&lt;br/&gt;&amp;lt;/monkey&amp;gt;&lt;br/&gt;&lt;br/&gt;Thank you !&lt;a class="if-quote-goto quote-link" href="#" data-id="25094"&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;It seems to me you already have everything in place -- in the fully study / script, simply /skip the &amp;lt;block&amp;gt;s you do not wish to run if the response to the gender trial is female.&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="25096"&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;Thank you David,&lt;br/&gt;I am very new with this software and I have inherited this particular study that has been successfully ran for months now. There are four different portions to this particular study and they have all been created in deparate .exp files.&amp;nbsp; Including the consent form section.&amp;nbsp; All participants see the consent form first regardless of the order of the rest of the .exp components.&amp;nbsp; I thought it would be easiest to include the gender question in the consent file since everyone sees it before the welcome screen and it would help sort out those who are not eligible to take the study.&amp;nbsp; I was able to use the /skip command to skip the rest of the consent form once they answer the gender question, but since this is only part 1/4 of the rest of the study, does that mean I have to keep asking for their gender in every .exp file ?&amp;nbsp; &amp;nbsp;Is there an easier way to do this?&lt;br/&gt;This is how the conditions are labeled and organized, I added my question and command to the "sid1_consent.exp"&amp;nbsp;&lt;br/&gt;&amp;lt;batch condition01&amp;gt;&lt;br/&gt;/ subjects = (1 of 6)&lt;br/&gt;/ groupassignment = groupnumber&lt;br/&gt;/ file = "sid1_consent.exp"&lt;br/&gt;/ file = "sid1_self_couple_iat.exp"&lt;br/&gt;/ file = "sid1_pleasant_couple_iat.exp"&lt;br/&gt;/ file = "sid1_mf_iat.exp"&lt;br/&gt;/ file = "sid1_measures.exp"&lt;br/&gt;&amp;lt;/batch&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="25102"&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;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="25103"&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;I see -- how to go about this, then, depends on the Inquisit version you're using to run this. You posted in the Inquisit 3 forum, and if that's the version you're using, then there is no solution other than to ask the gender question in each individual script and then skip the blocks in that script accordingly.&lt;br/&gt;&lt;br/&gt;If you're using a newer version -- Inquisit 4 or 5 --, you can use the script.abort() function to terminate the entire &amp;lt;batch&amp;gt; based on the response to the gender question. See e.g.: &lt;br/&gt;&lt;br/&gt;&lt;a href="https://www.millisecond.com/forums/Topic15923.aspx"&gt;&lt;a href="https://www.millisecond.com/forums/Topic15923.aspx"&gt;https://www.millisecond.com/forums/Topic15923.aspx&lt;/a&gt;&lt;/a&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="25104"&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;Thank you so much Dave,&lt;br/&gt;We currently only have the Inquisit 3 version on our desktops, but this study is ultimately going to go on our inquisit web through Mturk, is there a way to program it so that I can take the steps you suggested above&amp;nbsp; and run it online ?</description><pubDate>Mon, 18 Jun 2018 12:50:32 GMT</pubDate><dc:creator>risclab@psychology.rutgers.edu</dc:creator></item><item><title>RE: Gender condition help</title><link>https://forums.millisecond.com/Topic25104.aspx</link><description>&lt;div data-id="25103" class="if-quote-wrapper" unselectable="on" data-guid="1529023693843"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="25103" 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="25103" 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="25103" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;&lt;a href="mailto:risclab@psychology.rutgers.edu"&gt;risclab@psychology.rutgers.edu&lt;/a&gt; - Thursday, June 14, 2018&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-25103"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="25102" class="if-quote-wrapper" unselectable="on" data-guid="1529023693843"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="25102" 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="25102" 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="25102" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;&lt;a href="mailto:risclab@psychology.rutgers.edu"&gt;risclab@psychology.rutgers.edu&lt;/a&gt; - Thursday, June 14, 2018&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-25102"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="25096" class="if-quote-wrapper" unselectable="on" data-guid="1529023693843"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="25096" 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="25096" 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="25096" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Dave - Wednesday, June 13, 2018&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-25096"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="25094" class="if-quote-wrapper" unselectable="on" data-guid="1529023693843"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="25094" 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="25094" 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="25094" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;&lt;a href="mailto:risclab@psychology.rutgers.edu"&gt;risclab@psychology.rutgers.edu&lt;/a&gt; - Wednesday, June 13, 2018&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-25094"&gt;&lt;div class="if-quote-message-margin"&gt;Hi all,&amp;nbsp;&lt;br/&gt;&lt;br/&gt;I am trying to restart an exisiting study but would like to have only male participants take it since I have already gathered enough data on females.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;I want to include a gender question to confirm that they identify as male but need a command to direct females to the end of the survey and for males to continue with the rest of the survey.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;Can anyone shine some light into what to do or if this is possible ?&lt;br/&gt;&lt;br/&gt;So far I have this for the gender question and confirmation but not sure where to go from here&amp;nbsp;&lt;br/&gt;&lt;br/&gt;GENDER&lt;br/&gt;*******************************************************************************************&lt;br/&gt;***********************************************************************&lt;br/&gt;Instruction Text&lt;br/&gt;***********************************************************************&lt;br/&gt;&amp;lt;text gender&amp;gt;&lt;br/&gt;/ items = ("What is your gender?")&lt;br/&gt;/ hposition = 50%&lt;br/&gt;/ vposition = 20%&lt;br/&gt;/ vjustify = center&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text male&amp;gt;&lt;br/&gt;/ items = ("Male")&lt;br/&gt;/ fontstyle = ("Verdana", 2.00%, true)&lt;br/&gt;/ erase = false&lt;br/&gt;/ txcolor = (white)&lt;br/&gt;/ txbgcolor = (black)&lt;br/&gt;/ size = (18%,4%)&lt;br/&gt;/ hposition = 50%&lt;br/&gt;/ vposition = 50%&lt;br/&gt;/ vjustify = center&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text clickmale&amp;gt;&lt;br/&gt;/ items = ("Male")&lt;br/&gt;/ fontstyle = ("Verdana", 2.00%, true)&lt;br/&gt;/ erase = false&lt;br/&gt;/ txcolor = (white)&lt;br/&gt;/ txbgcolor = (grey)&lt;br/&gt;/ size = (18%,4%)&lt;br/&gt;/ hposition = text.male.hposition&lt;br/&gt;/ vposition = text.male.vposition&lt;br/&gt;/ vjustify = center&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text female&amp;gt;&lt;br/&gt;/ items = ("Female")&lt;br/&gt;/ fontstyle = ("Verdana", 2.00%, true)&lt;br/&gt;/ erase = false&lt;br/&gt;/ txcolor = (white)&lt;br/&gt;/ txbgcolor = (black)&lt;br/&gt;/ size = (18%,4%)&lt;br/&gt;/ hposition = 50%&lt;br/&gt;/ vposition = 60%&lt;br/&gt;/ vjustify = center&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text clickfemale&amp;gt;&lt;br/&gt;/ items = ("Female")&lt;br/&gt;/ fontstyle = ("Verdana", 2.00%, true)&lt;br/&gt;/ erase = false&lt;br/&gt;/ txcolor = (white)&lt;br/&gt;/ txbgcolor = (grey)&lt;br/&gt;/ size = (18%,4%)&lt;br/&gt;/ hposition = text.female.hposition&lt;br/&gt;/ vposition = text.female.vposition&lt;br/&gt;/ vjustify = center&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text end1&amp;gt;&lt;br/&gt;/ items = ("I clicked male")&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text end2&amp;gt;&lt;br/&gt;/ items = ("I clicked female")&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;***********************************************************************&lt;br/&gt;Trial (Openended)&lt;br/&gt;***********************************************************************&lt;br/&gt;&amp;lt;trial gender&amp;gt;&lt;br/&gt;/ stimulusframes = [1=gender,male,female]&lt;br/&gt;/ inputdevice = mouse&lt;br/&gt;/ validresponse = (male,female)&lt;br/&gt;/ responsemessage = (male,clickmale,500)&lt;br/&gt;/ responsemessage = (female,clickfemale,500)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial end1&amp;gt;&lt;br/&gt;/ stimulusframes = [1=end1]&lt;br/&gt;/ position = (50%, 80%)&lt;br/&gt;/ inputdevice = mouse&lt;br/&gt;/ validresponse = (end1)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial end2&amp;gt;&lt;br/&gt;/ stimulusframes = [1=end2]&lt;br/&gt;/ position = (50%, 80%)&lt;br/&gt;/ inputdevice = mouse&lt;br/&gt;/ validresponse = (end2)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;***********************************************************************&lt;br/&gt;Block&lt;br/&gt;***********************************************************************&lt;br/&gt;&amp;lt;block gender&amp;gt;&lt;br/&gt;/ trials = [1=gender]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block end1&amp;gt;&lt;br/&gt;/ trials = [1=end1]&lt;br/&gt;/ skip = [trial.gender.response == "Female"]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block end2&amp;gt;&lt;br/&gt;/ trials = [1=end2]&lt;br/&gt;/ skip = [trial.gender.response == "Male"]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;***********************************************************************&lt;br/&gt;Experiment&lt;br/&gt;***********************************************************************&lt;br/&gt;&amp;lt;expt gender branch&amp;gt;&lt;br/&gt;/ blocks = [1=gender; 2=end1; 3=end2]&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;***********************************************************************&lt;br/&gt;Defaults&lt;br/&gt;***********************************************************************&lt;br/&gt;&amp;lt;defaults&amp;gt;&lt;br/&gt;/ screencolor = (255, 255, 255)&lt;br/&gt;/ txcolor = (0, 0, 0)&lt;br/&gt;/ fontstyle = ("Arial", 3%, false)&lt;br/&gt;/ posttrialpause = 200&lt;br/&gt;/ quitcommand =(Ctrl+Alt+18)&lt;br/&gt;&amp;lt;/defaults&amp;gt;&lt;br/&gt;***********************************************************************&lt;br/&gt;Data Columns *not specified*&lt;br/&gt;***********************************************************************&lt;br/&gt;***********************************************************************&lt;br/&gt;Test Monkey&lt;br/&gt;***********************************************************************&lt;br/&gt;&amp;lt;monkey&amp;gt;&lt;br/&gt;/ latencydistribution = normal(500, 100)&lt;br/&gt;/ percentcorrect = 90&lt;br/&gt;&amp;lt;/monkey&amp;gt;&lt;br/&gt;&lt;br/&gt;Thank you !&lt;a class="if-quote-goto quote-link" href="#" data-id="25094"&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;It seems to me you already have everything in place -- in the fully study / script, simply /skip the &amp;lt;block&amp;gt;s you do not wish to run if the response to the gender trial is female.&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="25096"&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;Thank you David,&lt;br/&gt;I am very new with this software and I have inherited this particular study that has been successfully ran for months now. There are four different portions to this particular study and they have all been created in deparate .exp files.&amp;nbsp; Including the consent form section.&amp;nbsp; All participants see the consent form first regardless of the order of the rest of the .exp components.&amp;nbsp; I thought it would be easiest to include the gender question in the consent file since everyone sees it before the welcome screen and it would help sort out those who are not eligible to take the study.&amp;nbsp; I was able to use the /skip command to skip the rest of the consent form once they answer the gender question, but since this is only part 1/4 of the rest of the study, does that mean I have to keep asking for their gender in every .exp file ?&amp;nbsp; &amp;nbsp;Is there an easier way to do this?&lt;br/&gt;This is how the conditions are labeled and organized, I added my question and command to the "sid1_consent.exp"&amp;nbsp;&lt;br/&gt;&amp;lt;batch condition01&amp;gt;&lt;br/&gt;/ subjects = (1 of 6)&lt;br/&gt;/ groupassignment = groupnumber&lt;br/&gt;/ file = "sid1_consent.exp"&lt;br/&gt;/ file = "sid1_self_couple_iat.exp"&lt;br/&gt;/ file = "sid1_pleasant_couple_iat.exp"&lt;br/&gt;/ file = "sid1_mf_iat.exp"&lt;br/&gt;/ file = "sid1_measures.exp"&lt;br/&gt;&amp;lt;/batch&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="25102"&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;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="25103"&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;I see -- how to go about this, then, depends on the Inquisit version you're using to run this. You posted in the Inquisit 3 forum, and if that's the version you're using, then there is no solution other than to ask the gender question in each individual script and then skip the blocks in that script accordingly.&lt;br/&gt;&lt;br/&gt;If you're using a newer version -- Inquisit 4 or 5 --, you can use the script.abort() function to terminate the entire &amp;lt;batch&amp;gt; based on the response to the gender question. See e.g.: &lt;br/&gt;&lt;br/&gt;&lt;a href="https://www.millisecond.com/forums/Topic15923.aspx"&gt;https://www.millisecond.com/forums/Topic15923.aspx&lt;/a&gt;&lt;br/&gt;</description><pubDate>Thu, 14 Jun 2018 17:52:41 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: Gender condition help</title><link>https://forums.millisecond.com/Topic25103.aspx</link><description>&lt;div data-id="25102" class="if-quote-wrapper" unselectable="on" data-guid="1529008988127"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="25102" 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="25102" 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="25102" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;&lt;a href="mailto:risclab@psychology.rutgers.edu"&gt;risclab@psychology.rutgers.edu&lt;/a&gt; - Thursday, June 14, 2018&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-25102"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="25096" class="if-quote-wrapper" unselectable="on" data-guid="1529008988127"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="25096" 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="25096" 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="25096" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Dave - Wednesday, June 13, 2018&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-25096"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="25094" class="if-quote-wrapper" unselectable="on" data-guid="1529008988127"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="25094" 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="25094" 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="25094" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;&lt;a href="mailto:risclab@psychology.rutgers.edu"&gt;risclab@psychology.rutgers.edu&lt;/a&gt; - Wednesday, June 13, 2018&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-25094"&gt;&lt;div class="if-quote-message-margin"&gt;Hi all,&amp;nbsp;&lt;br/&gt;&lt;br/&gt;I am trying to restart an exisiting study but would like to have only male participants take it since I have already gathered enough data on females.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;I want to include a gender question to confirm that they identify as male but need a command to direct females to the end of the survey and for males to continue with the rest of the survey.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;Can anyone shine some light into what to do or if this is possible ?&lt;br/&gt;&lt;br/&gt;So far I have this for the gender question and confirmation but not sure where to go from here&amp;nbsp;&lt;br/&gt;&lt;br/&gt;GENDER&lt;br/&gt;*******************************************************************************************&lt;br/&gt;***********************************************************************&lt;br/&gt;Instruction Text&lt;br/&gt;***********************************************************************&lt;br/&gt;&amp;lt;text gender&amp;gt;&lt;br/&gt;/ items = ("What is your gender?")&lt;br/&gt;/ hposition = 50%&lt;br/&gt;/ vposition = 20%&lt;br/&gt;/ vjustify = center&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text male&amp;gt;&lt;br/&gt;/ items = ("Male")&lt;br/&gt;/ fontstyle = ("Verdana", 2.00%, true)&lt;br/&gt;/ erase = false&lt;br/&gt;/ txcolor = (white)&lt;br/&gt;/ txbgcolor = (black)&lt;br/&gt;/ size = (18%,4%)&lt;br/&gt;/ hposition = 50%&lt;br/&gt;/ vposition = 50%&lt;br/&gt;/ vjustify = center&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text clickmale&amp;gt;&lt;br/&gt;/ items = ("Male")&lt;br/&gt;/ fontstyle = ("Verdana", 2.00%, true)&lt;br/&gt;/ erase = false&lt;br/&gt;/ txcolor = (white)&lt;br/&gt;/ txbgcolor = (grey)&lt;br/&gt;/ size = (18%,4%)&lt;br/&gt;/ hposition = text.male.hposition&lt;br/&gt;/ vposition = text.male.vposition&lt;br/&gt;/ vjustify = center&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text female&amp;gt;&lt;br/&gt;/ items = ("Female")&lt;br/&gt;/ fontstyle = ("Verdana", 2.00%, true)&lt;br/&gt;/ erase = false&lt;br/&gt;/ txcolor = (white)&lt;br/&gt;/ txbgcolor = (black)&lt;br/&gt;/ size = (18%,4%)&lt;br/&gt;/ hposition = 50%&lt;br/&gt;/ vposition = 60%&lt;br/&gt;/ vjustify = center&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text clickfemale&amp;gt;&lt;br/&gt;/ items = ("Female")&lt;br/&gt;/ fontstyle = ("Verdana", 2.00%, true)&lt;br/&gt;/ erase = false&lt;br/&gt;/ txcolor = (white)&lt;br/&gt;/ txbgcolor = (grey)&lt;br/&gt;/ size = (18%,4%)&lt;br/&gt;/ hposition = text.female.hposition&lt;br/&gt;/ vposition = text.female.vposition&lt;br/&gt;/ vjustify = center&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text end1&amp;gt;&lt;br/&gt;/ items = ("I clicked male")&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text end2&amp;gt;&lt;br/&gt;/ items = ("I clicked female")&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;***********************************************************************&lt;br/&gt;Trial (Openended)&lt;br/&gt;***********************************************************************&lt;br/&gt;&amp;lt;trial gender&amp;gt;&lt;br/&gt;/ stimulusframes = [1=gender,male,female]&lt;br/&gt;/ inputdevice = mouse&lt;br/&gt;/ validresponse = (male,female)&lt;br/&gt;/ responsemessage = (male,clickmale,500)&lt;br/&gt;/ responsemessage = (female,clickfemale,500)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial end1&amp;gt;&lt;br/&gt;/ stimulusframes = [1=end1]&lt;br/&gt;/ position = (50%, 80%)&lt;br/&gt;/ inputdevice = mouse&lt;br/&gt;/ validresponse = (end1)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial end2&amp;gt;&lt;br/&gt;/ stimulusframes = [1=end2]&lt;br/&gt;/ position = (50%, 80%)&lt;br/&gt;/ inputdevice = mouse&lt;br/&gt;/ validresponse = (end2)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;***********************************************************************&lt;br/&gt;Block&lt;br/&gt;***********************************************************************&lt;br/&gt;&amp;lt;block gender&amp;gt;&lt;br/&gt;/ trials = [1=gender]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block end1&amp;gt;&lt;br/&gt;/ trials = [1=end1]&lt;br/&gt;/ skip = [trial.gender.response == "Female"]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block end2&amp;gt;&lt;br/&gt;/ trials = [1=end2]&lt;br/&gt;/ skip = [trial.gender.response == "Male"]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;***********************************************************************&lt;br/&gt;Experiment&lt;br/&gt;***********************************************************************&lt;br/&gt;&amp;lt;expt gender branch&amp;gt;&lt;br/&gt;/ blocks = [1=gender; 2=end1; 3=end2]&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;***********************************************************************&lt;br/&gt;Defaults&lt;br/&gt;***********************************************************************&lt;br/&gt;&amp;lt;defaults&amp;gt;&lt;br/&gt;/ screencolor = (255, 255, 255)&lt;br/&gt;/ txcolor = (0, 0, 0)&lt;br/&gt;/ fontstyle = ("Arial", 3%, false)&lt;br/&gt;/ posttrialpause = 200&lt;br/&gt;/ quitcommand =(Ctrl+Alt+18)&lt;br/&gt;&amp;lt;/defaults&amp;gt;&lt;br/&gt;***********************************************************************&lt;br/&gt;Data Columns *not specified*&lt;br/&gt;***********************************************************************&lt;br/&gt;***********************************************************************&lt;br/&gt;Test Monkey&lt;br/&gt;***********************************************************************&lt;br/&gt;&amp;lt;monkey&amp;gt;&lt;br/&gt;/ latencydistribution = normal(500, 100)&lt;br/&gt;/ percentcorrect = 90&lt;br/&gt;&amp;lt;/monkey&amp;gt;&lt;br/&gt;&lt;br/&gt;Thank you !&lt;a class="if-quote-goto quote-link" href="#" data-id="25094"&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;It seems to me you already have everything in place -- in the fully study / script, simply /skip the &amp;lt;block&amp;gt;s you do not wish to run if the response to the gender trial is female.&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="25096"&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;Thank you David,&lt;br/&gt;I am very new with this software and I have inherited this particular study that has been successfully ran for months now. There are four different portions to this particular study and they have all been created in deparate .exp files.&amp;nbsp; Including the consent form section.&amp;nbsp; All participants see the consent form first regardless of the order of the rest of the .exp components.&amp;nbsp; I thought it would be easiest to include the gender question in the consent file since everyone sees it before the welcome screen and it would help sort out those who are not eligible to take the study.&amp;nbsp; I was able to use the /skip command to skip the rest of the consent form once they answer the gender question, but since this is only part 1/4 of the rest of the study, does that mean I have to keep asking for their gender in every .exp file ?&amp;nbsp; &amp;nbsp;Is there an easier way to do this?&lt;br/&gt;This is how the conditions are labeled and organized, I added my question and command to the "sid1_consent.exp"&amp;nbsp;&lt;br/&gt;&amp;lt;batch condition01&amp;gt;&lt;br/&gt;/ subjects = (1 of 6)&lt;br/&gt;/ groupassignment = groupnumber&lt;br/&gt;/ file = "sid1_consent.exp"&lt;br/&gt;/ file = "sid1_self_couple_iat.exp"&lt;br/&gt;/ file = "sid1_pleasant_couple_iat.exp"&lt;br/&gt;/ file = "sid1_mf_iat.exp"&lt;br/&gt;/ file = "sid1_measures.exp"&lt;br/&gt;&amp;lt;/batch&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="25102"&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;&lt;br/&gt;</description><pubDate>Thu, 14 Jun 2018 13:44:12 GMT</pubDate><dc:creator>risclab@psychology.rutgers.edu</dc:creator></item><item><title>RE: Gender condition help</title><link>https://forums.millisecond.com/Topic25102.aspx</link><description>&lt;div data-id="25096" class="if-quote-wrapper" unselectable="on" data-guid="1529008350732"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="25096" 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="25096" 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="25096" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Dave - Wednesday, June 13, 2018&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-25096"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="25094" class="if-quote-wrapper" unselectable="on" data-guid="1529008350732"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="25094" 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="25094" 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="25094" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;&lt;a href="mailto:risclab@psychology.rutgers.edu"&gt;risclab@psychology.rutgers.edu&lt;/a&gt; - Wednesday, June 13, 2018&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-25094"&gt;&lt;div class="if-quote-message-margin"&gt;Hi all,&amp;nbsp;&lt;br/&gt;&lt;br/&gt;I am trying to restart an exisiting study but would like to have only male participants take it since I have already gathered enough data on females.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;I want to include a gender question to confirm that they identify as male but need a command to direct females to the end of the survey and for males to continue with the rest of the survey.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;Can anyone shine some light into what to do or if this is possible ?&lt;br/&gt;&lt;br/&gt;So far I have this for the gender question and confirmation but not sure where to go from here&amp;nbsp;&lt;br/&gt;&lt;br/&gt;GENDER&lt;br/&gt;*******************************************************************************************&lt;br/&gt;***********************************************************************&lt;br/&gt;Instruction Text&lt;br/&gt;***********************************************************************&lt;br/&gt;&amp;lt;text gender&amp;gt;&lt;br/&gt;/ items = ("What is your gender?")&lt;br/&gt;/ hposition = 50%&lt;br/&gt;/ vposition = 20%&lt;br/&gt;/ vjustify = center&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text male&amp;gt;&lt;br/&gt;/ items = ("Male")&lt;br/&gt;/ fontstyle = ("Verdana", 2.00%, true)&lt;br/&gt;/ erase = false&lt;br/&gt;/ txcolor = (white)&lt;br/&gt;/ txbgcolor = (black)&lt;br/&gt;/ size = (18%,4%)&lt;br/&gt;/ hposition = 50%&lt;br/&gt;/ vposition = 50%&lt;br/&gt;/ vjustify = center&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text clickmale&amp;gt;&lt;br/&gt;/ items = ("Male")&lt;br/&gt;/ fontstyle = ("Verdana", 2.00%, true)&lt;br/&gt;/ erase = false&lt;br/&gt;/ txcolor = (white)&lt;br/&gt;/ txbgcolor = (grey)&lt;br/&gt;/ size = (18%,4%)&lt;br/&gt;/ hposition = text.male.hposition&lt;br/&gt;/ vposition = text.male.vposition&lt;br/&gt;/ vjustify = center&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text female&amp;gt;&lt;br/&gt;/ items = ("Female")&lt;br/&gt;/ fontstyle = ("Verdana", 2.00%, true)&lt;br/&gt;/ erase = false&lt;br/&gt;/ txcolor = (white)&lt;br/&gt;/ txbgcolor = (black)&lt;br/&gt;/ size = (18%,4%)&lt;br/&gt;/ hposition = 50%&lt;br/&gt;/ vposition = 60%&lt;br/&gt;/ vjustify = center&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text clickfemale&amp;gt;&lt;br/&gt;/ items = ("Female")&lt;br/&gt;/ fontstyle = ("Verdana", 2.00%, true)&lt;br/&gt;/ erase = false&lt;br/&gt;/ txcolor = (white)&lt;br/&gt;/ txbgcolor = (grey)&lt;br/&gt;/ size = (18%,4%)&lt;br/&gt;/ hposition = text.female.hposition&lt;br/&gt;/ vposition = text.female.vposition&lt;br/&gt;/ vjustify = center&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text end1&amp;gt;&lt;br/&gt;/ items = ("I clicked male")&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text end2&amp;gt;&lt;br/&gt;/ items = ("I clicked female")&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;***********************************************************************&lt;br/&gt;Trial (Openended)&lt;br/&gt;***********************************************************************&lt;br/&gt;&amp;lt;trial gender&amp;gt;&lt;br/&gt;/ stimulusframes = [1=gender,male,female]&lt;br/&gt;/ inputdevice = mouse&lt;br/&gt;/ validresponse = (male,female)&lt;br/&gt;/ responsemessage = (male,clickmale,500)&lt;br/&gt;/ responsemessage = (female,clickfemale,500)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial end1&amp;gt;&lt;br/&gt;/ stimulusframes = [1=end1]&lt;br/&gt;/ position = (50%, 80%)&lt;br/&gt;/ inputdevice = mouse&lt;br/&gt;/ validresponse = (end1)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial end2&amp;gt;&lt;br/&gt;/ stimulusframes = [1=end2]&lt;br/&gt;/ position = (50%, 80%)&lt;br/&gt;/ inputdevice = mouse&lt;br/&gt;/ validresponse = (end2)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;***********************************************************************&lt;br/&gt;Block&lt;br/&gt;***********************************************************************&lt;br/&gt;&amp;lt;block gender&amp;gt;&lt;br/&gt;/ trials = [1=gender]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block end1&amp;gt;&lt;br/&gt;/ trials = [1=end1]&lt;br/&gt;/ skip = [trial.gender.response == "Female"]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block end2&amp;gt;&lt;br/&gt;/ trials = [1=end2]&lt;br/&gt;/ skip = [trial.gender.response == "Male"]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;***********************************************************************&lt;br/&gt;Experiment&lt;br/&gt;***********************************************************************&lt;br/&gt;&amp;lt;expt gender branch&amp;gt;&lt;br/&gt;/ blocks = [1=gender; 2=end1; 3=end2]&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;***********************************************************************&lt;br/&gt;Defaults&lt;br/&gt;***********************************************************************&lt;br/&gt;&amp;lt;defaults&amp;gt;&lt;br/&gt;/ screencolor = (255, 255, 255)&lt;br/&gt;/ txcolor = (0, 0, 0)&lt;br/&gt;/ fontstyle = ("Arial", 3%, false)&lt;br/&gt;/ posttrialpause = 200&lt;br/&gt;/ quitcommand =(Ctrl+Alt+18)&lt;br/&gt;&amp;lt;/defaults&amp;gt;&lt;br/&gt;***********************************************************************&lt;br/&gt;Data Columns *not specified*&lt;br/&gt;***********************************************************************&lt;br/&gt;***********************************************************************&lt;br/&gt;Test Monkey&lt;br/&gt;***********************************************************************&lt;br/&gt;&amp;lt;monkey&amp;gt;&lt;br/&gt;/ latencydistribution = normal(500, 100)&lt;br/&gt;/ percentcorrect = 90&lt;br/&gt;&amp;lt;/monkey&amp;gt;&lt;br/&gt;&lt;br/&gt;Thank you !&lt;a class="if-quote-goto quote-link" href="#" data-id="25094"&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;It seems to me you already have everything in place -- in the fully study / script, simply /skip the &amp;lt;block&amp;gt;s you do not wish to run if the response to the gender trial is female.&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="25096"&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;Thank you David,&lt;br/&gt;I am very new with this software and I have inherited this particular study that has been successfully ran for months now. There are four different portions to this particular study and they have all been created in deparate .exp files.&amp;nbsp; Including the consent form section.&amp;nbsp; All participants see the consent form first regardless of the order of the rest of the .exp components.&amp;nbsp; I thought it would be easiest to include the gender question in the consent file since everyone sees it before the welcome screen and it would help sort out those who are not eligible to take the study.&amp;nbsp; I was able to use the /skip command to skip the rest of the consent form once they answer the gender question, but since this is only part 1/4 of the rest of the study, does that mean I have to keep asking for their gender in every .exp file ?&amp;nbsp; &amp;nbsp;Is there an easier way to do this?&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;</description><pubDate>Thu, 14 Jun 2018 13:39:36 GMT</pubDate><dc:creator>risclab@psychology.rutgers.edu</dc:creator></item><item><title>RE: Gender condition help</title><link>https://forums.millisecond.com/Topic25096.aspx</link><description>&lt;div data-id="25094" class="if-quote-wrapper" unselectable="on" data-guid="1528905408341"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="25094" 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="25094" 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="25094" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;&lt;a href="mailto:risclab@psychology.rutgers.edu"&gt;risclab@psychology.rutgers.edu&lt;/a&gt; - Wednesday, June 13, 2018&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-25094"&gt;&lt;div class="if-quote-message-margin"&gt;Hi all,&amp;nbsp;&lt;br/&gt;&lt;br/&gt;I am trying to restart an exisiting study but would like to have only male participants take it since I have already gathered enough data on females.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;I want to include a gender question to confirm that they identify as male but need a command to direct females to the end of the survey and for males to continue with the rest of the survey.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;Can anyone shine some light into what to do or if this is possible ?&lt;br/&gt;&lt;br/&gt;So far I have this for the gender question and confirmation but not sure where to go from here&amp;nbsp;&lt;br/&gt;&lt;br/&gt;GENDER&lt;br/&gt;*******************************************************************************************&lt;br/&gt;***********************************************************************&lt;br/&gt;Instruction Text&lt;br/&gt;***********************************************************************&lt;br/&gt;&amp;lt;text gender&amp;gt;&lt;br/&gt;/ items = ("What is your gender?")&lt;br/&gt;/ hposition = 50%&lt;br/&gt;/ vposition = 20%&lt;br/&gt;/ vjustify = center&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text male&amp;gt;&lt;br/&gt;/ items = ("Male")&lt;br/&gt;/ fontstyle = ("Verdana", 2.00%, true)&lt;br/&gt;/ erase = false&lt;br/&gt;/ txcolor = (white)&lt;br/&gt;/ txbgcolor = (black)&lt;br/&gt;/ size = (18%,4%)&lt;br/&gt;/ hposition = 50%&lt;br/&gt;/ vposition = 50%&lt;br/&gt;/ vjustify = center&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text clickmale&amp;gt;&lt;br/&gt;/ items = ("Male")&lt;br/&gt;/ fontstyle = ("Verdana", 2.00%, true)&lt;br/&gt;/ erase = false&lt;br/&gt;/ txcolor = (white)&lt;br/&gt;/ txbgcolor = (grey)&lt;br/&gt;/ size = (18%,4%)&lt;br/&gt;/ hposition = text.male.hposition&lt;br/&gt;/ vposition = text.male.vposition&lt;br/&gt;/ vjustify = center&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text female&amp;gt;&lt;br/&gt;/ items = ("Female")&lt;br/&gt;/ fontstyle = ("Verdana", 2.00%, true)&lt;br/&gt;/ erase = false&lt;br/&gt;/ txcolor = (white)&lt;br/&gt;/ txbgcolor = (black)&lt;br/&gt;/ size = (18%,4%)&lt;br/&gt;/ hposition = 50%&lt;br/&gt;/ vposition = 60%&lt;br/&gt;/ vjustify = center&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text clickfemale&amp;gt;&lt;br/&gt;/ items = ("Female")&lt;br/&gt;/ fontstyle = ("Verdana", 2.00%, true)&lt;br/&gt;/ erase = false&lt;br/&gt;/ txcolor = (white)&lt;br/&gt;/ txbgcolor = (grey)&lt;br/&gt;/ size = (18%,4%)&lt;br/&gt;/ hposition = text.female.hposition&lt;br/&gt;/ vposition = text.female.vposition&lt;br/&gt;/ vjustify = center&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text end1&amp;gt;&lt;br/&gt;/ items = ("I clicked male")&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text end2&amp;gt;&lt;br/&gt;/ items = ("I clicked female")&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;***********************************************************************&lt;br/&gt;Trial (Openended)&lt;br/&gt;***********************************************************************&lt;br/&gt;&amp;lt;trial gender&amp;gt;&lt;br/&gt;/ stimulusframes = [1=gender,male,female]&lt;br/&gt;/ inputdevice = mouse&lt;br/&gt;/ validresponse = (male,female)&lt;br/&gt;/ responsemessage = (male,clickmale,500)&lt;br/&gt;/ responsemessage = (female,clickfemale,500)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial end1&amp;gt;&lt;br/&gt;/ stimulusframes = [1=end1]&lt;br/&gt;/ position = (50%, 80%)&lt;br/&gt;/ inputdevice = mouse&lt;br/&gt;/ validresponse = (end1)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial end2&amp;gt;&lt;br/&gt;/ stimulusframes = [1=end2]&lt;br/&gt;/ position = (50%, 80%)&lt;br/&gt;/ inputdevice = mouse&lt;br/&gt;/ validresponse = (end2)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;***********************************************************************&lt;br/&gt;Block&lt;br/&gt;***********************************************************************&lt;br/&gt;&amp;lt;block gender&amp;gt;&lt;br/&gt;/ trials = [1=gender]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block end1&amp;gt;&lt;br/&gt;/ trials = [1=end1]&lt;br/&gt;/ skip = [trial.gender.response == "Female"]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block end2&amp;gt;&lt;br/&gt;/ trials = [1=end2]&lt;br/&gt;/ skip = [trial.gender.response == "Male"]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;***********************************************************************&lt;br/&gt;Experiment&lt;br/&gt;***********************************************************************&lt;br/&gt;&amp;lt;expt gender branch&amp;gt;&lt;br/&gt;/ blocks = [1=gender; 2=end1; 3=end2]&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;***********************************************************************&lt;br/&gt;Defaults&lt;br/&gt;***********************************************************************&lt;br/&gt;&amp;lt;defaults&amp;gt;&lt;br/&gt;/ screencolor = (255, 255, 255)&lt;br/&gt;/ txcolor = (0, 0, 0)&lt;br/&gt;/ fontstyle = ("Arial", 3%, false)&lt;br/&gt;/ posttrialpause = 200&lt;br/&gt;/ quitcommand =(Ctrl+Alt+18)&lt;br/&gt;&amp;lt;/defaults&amp;gt;&lt;br/&gt;***********************************************************************&lt;br/&gt;Data Columns *not specified*&lt;br/&gt;***********************************************************************&lt;br/&gt;***********************************************************************&lt;br/&gt;Test Monkey&lt;br/&gt;***********************************************************************&lt;br/&gt;&amp;lt;monkey&amp;gt;&lt;br/&gt;/ latencydistribution = normal(500, 100)&lt;br/&gt;/ percentcorrect = 90&lt;br/&gt;&amp;lt;/monkey&amp;gt;&lt;br/&gt;&lt;br/&gt;Thank you !&lt;a class="if-quote-goto quote-link" href="#" data-id="25094"&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;It seems to me you already have everything in place -- in the fully study / script, simply /skip the &amp;lt;block&amp;gt;s you do not wish to run if the response to the gender trial is female.&lt;br/&gt;</description><pubDate>Wed, 13 Jun 2018 08:58:31 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>