﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Millisecond Forums » Millisecond Forums » Inquisit 6  » Trouble with Double IAT Instructions</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Sat, 02 May 2026 07:10:18 GMT</lastBuildDate><ttl>20</ttl><item><title>Trouble with Double IAT Instructions</title><link>https://forums.millisecond.com/Topic36604.aspx</link><description>Hello everyone (Dave),&amp;nbsp;&lt;br/&gt;&lt;br/&gt;I am making a study in which I am validating new IAT stimuli against a pre-existing IAT, therefore I have code for two IATs in one experiment. I used the Inquisit Sexuality IAT template code to build both IATs off of. The issue I am encountering is that for whichever IAT goes second, the instructions at the beginning of each block do not show up. I believe this is due to the InstructionIndex from the values no longer being set to 0, however I do not know how to fix it without throwing everything off. &lt;br/&gt;&lt;br/&gt;I've attached the relevant code. Thanks so much in advance for any help!&lt;br/&gt;&lt;br/&gt;[Values]&lt;br/&gt;&lt;br/&gt;&amp;lt;values&amp;gt;&lt;br/&gt;/ magnitude = "unknown"&lt;br/&gt;/ preferred = "unknown"&lt;br/&gt;/ notpreferred = "unknown"&lt;br/&gt;/ progresswidth = 0&lt;br/&gt;/ instructionIndex = 0&lt;br/&gt;/ conditionOrder = ""&lt;br/&gt;&amp;lt;/values&amp;gt;&lt;br/&gt;&lt;br/&gt;[Adult Instructions]&lt;br/&gt;&amp;lt;item instructions_adult&amp;gt;&lt;br/&gt;/ 1 = "Put your left finger on the 'E' response key for items that belong to the category '&amp;lt;%expressions.leftTarget_adult%&amp;gt;'.&lt;br/&gt;Put your right finger on the 'I' response key for items that belong to the category '&amp;lt;%expressions.rightTarget_adult%&amp;gt;'.&lt;br/&gt;~nItems will appear one-by-one in the middle of the screen.&lt;br/&gt;~nIf you make an error, a red X will appear - to continue, press the other response key.&lt;br/&gt;~nGo as fast as you can while making as few errors as possible."&lt;br/&gt;&lt;br/&gt;/ 2 = "Put your left finger on the 'E' response key for items that belong to the category '&amp;lt;%item.attributeAlabel_adult.item(1)%&amp;gt;'.&lt;br/&gt;Put your right finger on the 'I' response key for items that belong to the category '&amp;lt;%item.attributeBlabel_adult.item(1)%&amp;gt;'.&lt;br/&gt;~nIf you make an error, a red X will appear - to continue, press the other response key.&lt;br/&gt;~nGo as fast as you can while making as few errors as possible."&lt;br/&gt;&lt;br/&gt;/ 3 = "Press the left 'E' key for '&amp;lt;%item.attributeAlabel_adult.item(1)%&amp;gt;' and '&amp;lt;%expressions.leftTarget_adult%&amp;gt;'.&lt;br/&gt;Press the right 'I' key for '&amp;lt;%item.attributeBlabel_adult.item(1)%&amp;gt;' and '&amp;lt;%expressions.rightTarget_adult%&amp;gt;'.&lt;br/&gt;~nEach item belongs to only one category.&lt;br/&gt;~nIf you make an error, a red X will appear - to continue, press the other response key.&lt;br/&gt;~nGo as fast as you can while making as few errors as possible."&lt;br/&gt;&lt;br/&gt;/ 4 = "This is the same task as the previous one.&lt;br/&gt;~n~nPress the left 'E' key for '&amp;lt;%item.attributeAlabel_adult.item(1)%&amp;gt;' and '&amp;lt;%expressions.leftTarget_adult%&amp;gt;'.&lt;br/&gt;Press the right 'I' key for '&amp;lt;%item.attributeBlabel_adult.item(1)%&amp;gt;' and '&amp;lt;%expressions.rightTarget_adult%&amp;gt;'.&lt;br/&gt;~nEach item belongs to only one category.&lt;br/&gt;~nGo as fast as you can while making as few errors as possible."&lt;br/&gt;&lt;br/&gt;/ 5 = "Attention! The labels have changed sides.&lt;br/&gt;~nPress the left 'E' key for '&amp;lt;%expressions.rightTarget_adult%&amp;gt;'.&lt;br/&gt;Press the right 'I' key for '&amp;lt;%expressions.leftTarget_adult%&amp;gt;'.&lt;br/&gt;~nGo as fast as you can while making as few errors as possible."&lt;br/&gt;&lt;br/&gt;/ 6 = "Press the left 'E' key for '&amp;lt;%item.attributeAlabel_adult.item(1)%&amp;gt;' and '&amp;lt;%expressions.rightTarget_adult%&amp;gt;'.&lt;br/&gt;Press the right 'I' key for '&amp;lt;%item.attributeBlabel_adult.item(1)%&amp;gt;' and '&amp;lt;%expressions.leftTarget_adult%&amp;gt;'.&lt;br/&gt;~nIf you make an error, a red X will appear - to continue, press the other response key.&lt;br/&gt;~nGo as fast as you can while making as few errors as possible."&lt;br/&gt;&lt;br/&gt;/ 7 = "This is the same task as the previous one.&lt;br/&gt;~nPress the left 'E' key for '&amp;lt;%item.attributeAlabel_adult.item(1)%&amp;gt;' and '&amp;lt;%expressions.rightTarget_adult%&amp;gt;'.&lt;br/&gt;Press the right 'I' key for '&amp;lt;%item.attributeBlabel_adult.item(1)%&amp;gt;' and '&amp;lt;%expressions.leftTarget_adult%&amp;gt;'&lt;br/&gt;~nEach item belongs to only one category.&lt;br/&gt;~nGo as fast as you can while making as few errors as possible."&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;expressions&amp;gt;&lt;br/&gt;/ leftTarget_adult = if(values.conditionOrder == "c-ic"){&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;item.targetAlabel_adult.item(1);&lt;br/&gt;} else {&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;item.targetBlabel_adult.item(1);&lt;br/&gt;}&lt;br/&gt;/ rightTarget_adult = if (values.conditionOrder == "c-ic"){&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;item.targetBlabel_adult.item(1);&lt;br/&gt;} else {&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;item.targetAlabel_adult.item(1);&lt;br/&gt;}&lt;br/&gt;&amp;lt;/expressions&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text instructions_adult&amp;gt;&lt;br/&gt;/ items = instructions_adult&lt;br/&gt;/ position = (10%, 25%)&lt;br/&gt;/ halign = left&lt;br/&gt;/ valign = top&lt;br/&gt;/ hjustify = left&lt;br/&gt;/ vjustify = center&lt;br/&gt;/ size = (80%, 50%)&lt;br/&gt;/ select = values.instructionIndex&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial instructions_adult&amp;gt;&lt;br/&gt;/ ontrialbegin = [&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;values.progresswidth += 10;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;values.instructionIndex += 1;&lt;br/&gt;]&lt;br/&gt;/ stimulustimes = [1=instructions_adult, spacebar]&lt;br/&gt;/ correctresponse = (" ")&lt;br/&gt;/ errormessage = false&lt;br/&gt;/ recorddata = false&lt;br/&gt;/ showmousecursor = true&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;[Example of Adult Block]&lt;br/&gt;&lt;br/&gt;&amp;lt;block attributepractice_adult&amp;gt;&lt;br/&gt;/ bgstim = (attributeAleft_adult, attributeBright_adult)&lt;br/&gt;/ trials = [&lt;br/&gt;&amp;nbsp; 1=instructions_adult;&lt;br/&gt;&amp;nbsp; 2-21 = random(attributeA_adult, attributeB_adult);&lt;br/&gt;]&lt;br/&gt;/ errormessage = true(error, 200)&lt;br/&gt;/ response = correct&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block targetcompatiblepractice_adult&amp;gt;&lt;br/&gt;/ bgstim = (targetAleft_adult, targetBright_adult)&lt;br/&gt;/ trials = [&lt;br/&gt;&amp;nbsp; 1=instructions_adult;&lt;br/&gt;&amp;nbsp; 2-21 = random(targetAleft_adult, targetBright_adult);&lt;br/&gt;]&lt;br/&gt;/ errormessage = true(error, 200)&lt;br/&gt;/ response = correct&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;[Child IAT Instructions] &lt;br/&gt;&amp;lt;item instructions_childGG&amp;gt;&lt;br/&gt;/ 1 = "Put your left finger on the 'E' response key for items that belong to the category '&amp;lt;%expressions.leftTarget_childGG%&amp;gt;'.&lt;br/&gt;Put your right finger on the 'I' response key for items that belong to the category '&amp;lt;%expressions.rightTarget_childGG%&amp;gt;'.&lt;br/&gt;~nItems will appear one-by-one in the middle of the screen.&lt;br/&gt;~nIf you make an error, a red X will appear - to continue, press the other response key.&lt;br/&gt;~nGo as fast as you can while making as few errors as possible."&lt;br/&gt;&lt;br/&gt;/ 2 = "Put your left finger on the 'E' response key for items that belong to the category '&amp;lt;%item.attributeAlabel_childGG.item(1)%&amp;gt;'.&lt;br/&gt;Put your right finger on the 'I' response key for items that belong to the category '&amp;lt;%item.attributeBlabel_childGG.item(1)%&amp;gt;'.&lt;br/&gt;~nIf you make an error, a red X will appear - to continue, press the other response key.&lt;br/&gt;~nGo as fast as you can while making as few errors as possible."&lt;br/&gt;&lt;br/&gt;/ 3 = "Press the left 'E' key for '&amp;lt;%item.attributeAlabel_childGG.item(1)%&amp;gt;' and '&amp;lt;%expressions.leftTarget_childGG%&amp;gt;'.&lt;br/&gt;Press the right 'I' key for '&amp;lt;%item.attributeBlabel_childGG.item(1)%&amp;gt;' and '&amp;lt;%expressions.rightTarget_childGG%&amp;gt;'.&lt;br/&gt;~nEach item belongs to only one category.&lt;br/&gt;~nIf you make an error, a red X will appear - to continue, press the other response key.&lt;br/&gt;~nGo as fast as you can while making as few errors as possible."&lt;br/&gt;&lt;br/&gt;/ 4 = "This is the same task as the previous one.&lt;br/&gt;~n~nPress the left 'E' key for '&amp;lt;%item.attributeAlabel_childGG.item(1)%&amp;gt;' and '&amp;lt;%expressions.leftTarget_childGG%&amp;gt;'.&lt;br/&gt;Press the right 'I' key for '&amp;lt;%item.attributeBlabel_childGG.item(1)%&amp;gt;' and '&amp;lt;%expressions.rightTarget_childGG%&amp;gt;'.&lt;br/&gt;~nEach item belongs to only one category.&lt;br/&gt;~nGo as fast as you can while making as few errors as possible."&lt;br/&gt;&lt;br/&gt;/ 5 = "Attention! The labels have changed sides.&lt;br/&gt;~nPress the left 'E' key for '&amp;lt;%expressions.rightTarget_childGG%&amp;gt;'.&lt;br/&gt;Press the right 'I' key for '&amp;lt;%expressions.leftTarget_childGG%&amp;gt;'.&lt;br/&gt;~nGo as fast as you can while making as few errors as possible."&lt;br/&gt;&lt;br/&gt;/ 6 = "Press the left 'E' key for '&amp;lt;%item.attributeAlabel_childGG.item(1)%&amp;gt;' and '&amp;lt;%expressions.rightTarget_childGG%&amp;gt;'.&lt;br/&gt;Press the right 'I' key for '&amp;lt;%item.attributeBlabel_childGG.item(1)%&amp;gt;' and '&amp;lt;%expressions.leftTarget_childGG%&amp;gt;'.&lt;br/&gt;~nIf you make an error, a red X will appear - to continue, press the other response key.&lt;br/&gt;~nGo as fast as you can while making as few errors as possible."&lt;br/&gt;&lt;br/&gt;/ 7 = "This is the same task as the previous one.&lt;br/&gt;~nPress the left 'E' key for '&amp;lt;%item.attributeAlabel_childGG.item(1)%&amp;gt;' and '&amp;lt;%expressions.rightTarget_childGG%&amp;gt;'.&lt;br/&gt;Press the right 'I' key for '&amp;lt;%item.attributeBlabel_childGG.item(1)%&amp;gt;' and '&amp;lt;%expressions.leftTarget_childGG%&amp;gt;'&lt;br/&gt;~nEach item belongs to only one category.&lt;br/&gt;~nGo as fast as you can while making as few errors as possible."&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;expressions&amp;gt;&lt;br/&gt;/ leftTarget_childGG = if(values.conditionOrder == "c-ic"){&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;item.targetAlabel_childGG.item(1);&lt;br/&gt;} else {&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;item.targetBlabel_childGG.item(1);&lt;br/&gt;}&lt;br/&gt;/ rightTarget_childGG = if (values.conditionOrder == "c-ic"){&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;item.targetBlabel_childGG.item(1);&lt;br/&gt;} else {&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;item.targetAlabel_childGG.item(1);&lt;br/&gt;}&lt;br/&gt;&amp;lt;/expressions&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text instructions_childGG&amp;gt;&lt;br/&gt;/ items = instructions_childGG&lt;br/&gt;/ position = (10%, 25%)&lt;br/&gt;/ halign = left&lt;br/&gt;/ valign = top&lt;br/&gt;/ hjustify = left&lt;br/&gt;/ vjustify = center&lt;br/&gt;/ size = (80%, 50%)&lt;br/&gt;/ select = values.instructionIndex&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial instructions_childGG&amp;gt;&lt;br/&gt;/ ontrialbegin = [&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;values.progresswidth += 10;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;values.instructionIndex += 1;&lt;br/&gt;]&lt;br/&gt;/ stimulustimes = [1=instructions_childGG, spacebar]&lt;br/&gt;/ correctresponse = (" ")&lt;br/&gt;/ errormessage = false&lt;br/&gt;/ recorddata = false&lt;br/&gt;/ showmousecursor = true&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;[Example of Child IAT Blocks]&lt;br/&gt;&amp;lt;block targetincompatiblepracticeswitch_childGG&amp;gt;&lt;br/&gt;/ bgstim = (targetAright_childGG, targetBleft_childGG)&lt;br/&gt;/ trials = [&lt;br/&gt;&amp;nbsp; 1=instructions_childGG;&lt;br/&gt;&amp;nbsp; 2-41 = random(targetAright_childGG, targetBleft_childGG);&lt;br/&gt;]&lt;br/&gt;/ errormessage = true(error, 200)&lt;br/&gt;/ response = correct&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block compatibletest1_childGG&amp;gt;&lt;br/&gt;/ bgstim = (targetAleftmixed_childGG, orleft_childGG, attributeAleft_childGG, targetBrightmixed_childGG, orright_childGG, attributeBright_childGG)&lt;br/&gt;/ trials = [&lt;br/&gt;&amp;nbsp; 1=instructions_childGG;&lt;br/&gt;&amp;nbsp; 3,5,7,9,11,13,15,17,19,21 = random(targetAleft_childGG, targetBright_childGG);&lt;br/&gt;&amp;nbsp; 2,4,6,8,10,12,14,16,18,20 = random(attributeA_childGG, attributeB_childGG)&lt;br/&gt;]&lt;br/&gt;/ errormessage = true(error, 200)&lt;br/&gt;/ response = correct&lt;br/&gt;/ ontrialend = [&lt;br/&gt;&amp;nbsp; if (block.compatibletest1_childGG.latency &amp;lt;= 10000 &amp;amp;&amp;amp; block.compatibletest1_childGG.currenttrialnumber != 1) {&amp;nbsp;&amp;nbsp;  &lt;br/&gt;&amp;nbsp;&amp;nbsp;  list.RT_compatible1.appendItem(block.compatibletest1_childGG.latency);&lt;br/&gt;&amp;nbsp;&amp;nbsp;  list.RT_block1.appendItem(block.compatibletest1_childGG.latency);&lt;br/&gt;&amp;nbsp;&amp;nbsp;  list.ACC.appendItem(block.compatibletest1_childGG.correct);&lt;br/&gt;&amp;nbsp; }&lt;br/&gt;&amp;nbsp; if (block.compatibletest1_childGG.latency &amp;lt; 300) {&lt;br/&gt;&amp;nbsp;&amp;nbsp;  list.RT300.appendItem(1);&lt;br/&gt;&amp;nbsp; } else {&lt;br/&gt;&amp;nbsp;&amp;nbsp;  list.RT300.appendItem(0);&lt;br/&gt;&amp;nbsp; }&lt;br/&gt;]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;[Experiment] &lt;br/&gt;&lt;br/&gt;&amp;lt;expt a_adult_childOS_GG&amp;gt;&lt;br/&gt;/ onexptbegin = [&lt;br/&gt;&amp;nbsp; values.conditionOrder = "c-ic";&lt;br/&gt;]&lt;br/&gt;/ subjects = (1 of 4)&lt;br/&gt;/ blocks = [&lt;br/&gt;&amp;nbsp; 1 = intro_adult;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2 = introiat_adult;&lt;br/&gt;&amp;nbsp; 3 = targetcompatiblepractice_adult;&lt;br/&gt;&amp;nbsp; 4 = attributepractice_adult;&lt;br/&gt;&amp;nbsp; 5 = compatibletest1_adult;&lt;br/&gt;&amp;nbsp; 6 = compatibletestinstructions_adult;&lt;br/&gt;&amp;nbsp; 7 = compatibletest2_adult;&lt;br/&gt;&amp;nbsp; 8 = targetincompatiblepractice_adult;&lt;br/&gt;&amp;nbsp; 9 = incompatibletest1_adult;&lt;br/&gt;&amp;nbsp; 10 = incompatibletestinstructions_adult;&lt;br/&gt;&amp;nbsp; 11 = incompatibletest2_adult;&lt;br/&gt;&amp;nbsp; 12 = intro_OG;&lt;br/&gt;&amp;nbsp; 13 = OS_OG_intro;&lt;br/&gt;&amp;nbsp; 14 = GG_OG_intro;&lt;br/&gt;&amp;nbsp; 15 = festival_OS_GG;&lt;br/&gt;&amp;nbsp; 16 = married_OS_GG;&lt;br/&gt;&amp;nbsp; 17 = intro_childGG;&lt;br/&gt;&amp;nbsp; 18 = targetcompatiblepractice_childGG;&lt;br/&gt;&amp;nbsp; 19 = attributepractice_childGG;&lt;br/&gt;&amp;nbsp; 20 = compatibletest1_childGG;&lt;br/&gt;&amp;nbsp; 21 = compatibletestinstructions_childGG;&lt;br/&gt;&amp;nbsp; 22 = compatibletest2_childGG;&lt;br/&gt;&amp;nbsp; 23 = targetincompatiblepractice_childGG;&lt;br/&gt;&amp;nbsp; 24 = incompatibletest1_childGG;&lt;br/&gt;&amp;nbsp; 25 = incompatibletestinstructions_childGG;&lt;br/&gt;&amp;nbsp; 26 = incompatibletest2_childGG;&lt;br/&gt;&amp;nbsp; 27 = survey.survey;&lt;br/&gt;&amp;nbsp; 28 = summary_want;&lt;br/&gt;&amp;nbsp; 29 = summary;&lt;br/&gt;&amp;nbsp; 30 = debrief;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;31 = end;&lt;br/&gt;]&lt;br/&gt;&amp;lt;/expt&amp;gt;</description><pubDate>Tue, 29 Oct 2024 19:37:07 GMT</pubDate><dc:creator>cehall</dc:creator></item><item><title>RE: Trouble with Double IAT Instructions</title><link>https://forums.millisecond.com/Topic36607.aspx</link><description>&lt;blockquote data-id="36606" class="if-quote-wrapper" unselectable="on" data-guid="1730230445091" contenteditable="false" id="if_insertedNode_1730230444207"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="36606" 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="36606" 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="36606" title=" "&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;cehall - 10/29/2024&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-36606"&gt;&lt;div class="if-quote-message-margin" contenteditable="true"&gt;&lt;blockquote data-id="36605" class="if-quote-wrapper" unselectable="on" data-guid="1730230445091" contenteditable="false" id="if_insertedNode_1730230206705"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="36605" 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="36605" 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="36605" title=" "&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Dave - 10/29/2024&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-36605"&gt;&lt;div class="if-quote-message-margin" contenteditable="true"&gt;&lt;blockquote data-id="36604" class="if-quote-wrapper" unselectable="on" data-guid="1730230445091" contenteditable="false" id="if_insertedNode_1730230079233"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="36604" 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="36604" 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="36604" title=" "&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;cehall - 10/29/2024&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-36604"&gt;&lt;div class="if-quote-message-margin" contenteditable="true"&gt;Hello everyone (Dave),&amp;nbsp;&lt;br/&gt;&lt;br/&gt;I am making a study in which I am validating new IAT stimuli against a pre-existing IAT, therefore I have code for two IATs in one experiment. I used the Inquisit Sexuality IAT template code to build both IATs off of. The issue I am encountering is that for whichever IAT goes second, the instructions at the beginning of each block do not show up. I believe this is due to the InstructionIndex from the values no longer being set to 0, however I do not know how to fix it without throwing everything off. &lt;br/&gt;&lt;br/&gt;I've attached the relevant code. Thanks so much in advance for any help!&lt;br/&gt;&lt;br/&gt;[Values]&lt;br/&gt;&lt;br/&gt;&amp;lt;values&amp;gt;&lt;br/&gt;/ magnitude = "unknown"&lt;br/&gt;/ preferred = "unknown"&lt;br/&gt;/ notpreferred = "unknown"&lt;br/&gt;/ progresswidth = 0&lt;br/&gt;/ instructionIndex = 0&lt;br/&gt;/ conditionOrder = ""&lt;br/&gt;&amp;lt;/values&amp;gt;&lt;br/&gt;&lt;br/&gt;[Adult Instructions]&lt;br/&gt;&amp;lt;item instructions_adult&amp;gt;&lt;br/&gt;/ 1 = "Put your left finger on the 'E' response key for items that belong to the category '&amp;lt;%expressions.leftTarget_adult%&amp;gt;'.&lt;br/&gt;Put your right finger on the 'I' response key for items that belong to the category '&amp;lt;%expressions.rightTarget_adult%&amp;gt;'.&lt;br/&gt;~nItems will appear one-by-one in the middle of the screen.&lt;br/&gt;~nIf you make an error, a red X will appear - to continue, press the other response key.&lt;br/&gt;~nGo as fast as you can while making as few errors as possible."&lt;br/&gt;&lt;br/&gt;/ 2 = "Put your left finger on the 'E' response key for items that belong to the category '&amp;lt;%item.attributeAlabel_adult.item(1)%&amp;gt;'.&lt;br/&gt;Put your right finger on the 'I' response key for items that belong to the category '&amp;lt;%item.attributeBlabel_adult.item(1)%&amp;gt;'.&lt;br/&gt;~nIf you make an error, a red X will appear - to continue, press the other response key.&lt;br/&gt;~nGo as fast as you can while making as few errors as possible."&lt;br/&gt;&lt;br/&gt;/ 3 = "Press the left 'E' key for '&amp;lt;%item.attributeAlabel_adult.item(1)%&amp;gt;' and '&amp;lt;%expressions.leftTarget_adult%&amp;gt;'.&lt;br/&gt;Press the right 'I' key for '&amp;lt;%item.attributeBlabel_adult.item(1)%&amp;gt;' and '&amp;lt;%expressions.rightTarget_adult%&amp;gt;'.&lt;br/&gt;~nEach item belongs to only one category.&lt;br/&gt;~nIf you make an error, a red X will appear - to continue, press the other response key.&lt;br/&gt;~nGo as fast as you can while making as few errors as possible."&lt;br/&gt;&lt;br/&gt;/ 4 = "This is the same task as the previous one.&lt;br/&gt;~n~nPress the left 'E' key for '&amp;lt;%item.attributeAlabel_adult.item(1)%&amp;gt;' and '&amp;lt;%expressions.leftTarget_adult%&amp;gt;'.&lt;br/&gt;Press the right 'I' key for '&amp;lt;%item.attributeBlabel_adult.item(1)%&amp;gt;' and '&amp;lt;%expressions.rightTarget_adult%&amp;gt;'.&lt;br/&gt;~nEach item belongs to only one category.&lt;br/&gt;~nGo as fast as you can while making as few errors as possible."&lt;br/&gt;&lt;br/&gt;/ 5 = "Attention! The labels have changed sides.&lt;br/&gt;~nPress the left 'E' key for '&amp;lt;%expressions.rightTarget_adult%&amp;gt;'.&lt;br/&gt;Press the right 'I' key for '&amp;lt;%expressions.leftTarget_adult%&amp;gt;'.&lt;br/&gt;~nGo as fast as you can while making as few errors as possible."&lt;br/&gt;&lt;br/&gt;/ 6 = "Press the left 'E' key for '&amp;lt;%item.attributeAlabel_adult.item(1)%&amp;gt;' and '&amp;lt;%expressions.rightTarget_adult%&amp;gt;'.&lt;br/&gt;Press the right 'I' key for '&amp;lt;%item.attributeBlabel_adult.item(1)%&amp;gt;' and '&amp;lt;%expressions.leftTarget_adult%&amp;gt;'.&lt;br/&gt;~nIf you make an error, a red X will appear - to continue, press the other response key.&lt;br/&gt;~nGo as fast as you can while making as few errors as possible."&lt;br/&gt;&lt;br/&gt;/ 7 = "This is the same task as the previous one.&lt;br/&gt;~nPress the left 'E' key for '&amp;lt;%item.attributeAlabel_adult.item(1)%&amp;gt;' and '&amp;lt;%expressions.rightTarget_adult%&amp;gt;'.&lt;br/&gt;Press the right 'I' key for '&amp;lt;%item.attributeBlabel_adult.item(1)%&amp;gt;' and '&amp;lt;%expressions.leftTarget_adult%&amp;gt;'&lt;br/&gt;~nEach item belongs to only one category.&lt;br/&gt;~nGo as fast as you can while making as few errors as possible."&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;expressions&amp;gt;&lt;br/&gt;/ leftTarget_adult = if(values.conditionOrder == "c-ic"){&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;item.targetAlabel_adult.item(1);&lt;br/&gt;} else {&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;item.targetBlabel_adult.item(1);&lt;br/&gt;}&lt;br/&gt;/ rightTarget_adult = if (values.conditionOrder == "c-ic"){&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;item.targetBlabel_adult.item(1);&lt;br/&gt;} else {&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;item.targetAlabel_adult.item(1);&lt;br/&gt;}&lt;br/&gt;&amp;lt;/expressions&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text instructions_adult&amp;gt;&lt;br/&gt;/ items = instructions_adult&lt;br/&gt;/ position = (10%, 25%)&lt;br/&gt;/ halign = left&lt;br/&gt;/ valign = top&lt;br/&gt;/ hjustify = left&lt;br/&gt;/ vjustify = center&lt;br/&gt;/ size = (80%, 50%)&lt;br/&gt;/ select = values.instructionIndex&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial instructions_adult&amp;gt;&lt;br/&gt;/ ontrialbegin = [&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;values.progresswidth += 10;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;values.instructionIndex += 1;&lt;br/&gt;]&lt;br/&gt;/ stimulustimes = [1=instructions_adult, spacebar]&lt;br/&gt;/ correctresponse = (" ")&lt;br/&gt;/ errormessage = false&lt;br/&gt;/ recorddata = false&lt;br/&gt;/ showmousecursor = true&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;[Example of Adult Block]&lt;br/&gt;&lt;br/&gt;&amp;lt;block attributepractice_adult&amp;gt;&lt;br/&gt;/ bgstim = (attributeAleft_adult, attributeBright_adult)&lt;br/&gt;/ trials = [&lt;br/&gt;&amp;nbsp; 1=instructions_adult;&lt;br/&gt;&amp;nbsp; 2-21 = random(attributeA_adult, attributeB_adult);&lt;br/&gt;]&lt;br/&gt;/ errormessage = true(error, 200)&lt;br/&gt;/ response = correct&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block targetcompatiblepractice_adult&amp;gt;&lt;br/&gt;/ bgstim = (targetAleft_adult, targetBright_adult)&lt;br/&gt;/ trials = [&lt;br/&gt;&amp;nbsp; 1=instructions_adult;&lt;br/&gt;&amp;nbsp; 2-21 = random(targetAleft_adult, targetBright_adult);&lt;br/&gt;]&lt;br/&gt;/ errormessage = true(error, 200)&lt;br/&gt;/ response = correct&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;[Child IAT Instructions] &lt;br/&gt;&amp;lt;item instructions_childGG&amp;gt;&lt;br/&gt;/ 1 = "Put your left finger on the 'E' response key for items that belong to the category '&amp;lt;%expressions.leftTarget_childGG%&amp;gt;'.&lt;br/&gt;Put your right finger on the 'I' response key for items that belong to the category '&amp;lt;%expressions.rightTarget_childGG%&amp;gt;'.&lt;br/&gt;~nItems will appear one-by-one in the middle of the screen.&lt;br/&gt;~nIf you make an error, a red X will appear - to continue, press the other response key.&lt;br/&gt;~nGo as fast as you can while making as few errors as possible."&lt;br/&gt;&lt;br/&gt;/ 2 = "Put your left finger on the 'E' response key for items that belong to the category '&amp;lt;%item.attributeAlabel_childGG.item(1)%&amp;gt;'.&lt;br/&gt;Put your right finger on the 'I' response key for items that belong to the category '&amp;lt;%item.attributeBlabel_childGG.item(1)%&amp;gt;'.&lt;br/&gt;~nIf you make an error, a red X will appear - to continue, press the other response key.&lt;br/&gt;~nGo as fast as you can while making as few errors as possible."&lt;br/&gt;&lt;br/&gt;/ 3 = "Press the left 'E' key for '&amp;lt;%item.attributeAlabel_childGG.item(1)%&amp;gt;' and '&amp;lt;%expressions.leftTarget_childGG%&amp;gt;'.&lt;br/&gt;Press the right 'I' key for '&amp;lt;%item.attributeBlabel_childGG.item(1)%&amp;gt;' and '&amp;lt;%expressions.rightTarget_childGG%&amp;gt;'.&lt;br/&gt;~nEach item belongs to only one category.&lt;br/&gt;~nIf you make an error, a red X will appear - to continue, press the other response key.&lt;br/&gt;~nGo as fast as you can while making as few errors as possible."&lt;br/&gt;&lt;br/&gt;/ 4 = "This is the same task as the previous one.&lt;br/&gt;~n~nPress the left 'E' key for '&amp;lt;%item.attributeAlabel_childGG.item(1)%&amp;gt;' and '&amp;lt;%expressions.leftTarget_childGG%&amp;gt;'.&lt;br/&gt;Press the right 'I' key for '&amp;lt;%item.attributeBlabel_childGG.item(1)%&amp;gt;' and '&amp;lt;%expressions.rightTarget_childGG%&amp;gt;'.&lt;br/&gt;~nEach item belongs to only one category.&lt;br/&gt;~nGo as fast as you can while making as few errors as possible."&lt;br/&gt;&lt;br/&gt;/ 5 = "Attention! The labels have changed sides.&lt;br/&gt;~nPress the left 'E' key for '&amp;lt;%expressions.rightTarget_childGG%&amp;gt;'.&lt;br/&gt;Press the right 'I' key for '&amp;lt;%expressions.leftTarget_childGG%&amp;gt;'.&lt;br/&gt;~nGo as fast as you can while making as few errors as possible."&lt;br/&gt;&lt;br/&gt;/ 6 = "Press the left 'E' key for '&amp;lt;%item.attributeAlabel_childGG.item(1)%&amp;gt;' and '&amp;lt;%expressions.rightTarget_childGG%&amp;gt;'.&lt;br/&gt;Press the right 'I' key for '&amp;lt;%item.attributeBlabel_childGG.item(1)%&amp;gt;' and '&amp;lt;%expressions.leftTarget_childGG%&amp;gt;'.&lt;br/&gt;~nIf you make an error, a red X will appear - to continue, press the other response key.&lt;br/&gt;~nGo as fast as you can while making as few errors as possible."&lt;br/&gt;&lt;br/&gt;/ 7 = "This is the same task as the previous one.&lt;br/&gt;~nPress the left 'E' key for '&amp;lt;%item.attributeAlabel_childGG.item(1)%&amp;gt;' and '&amp;lt;%expressions.rightTarget_childGG%&amp;gt;'.&lt;br/&gt;Press the right 'I' key for '&amp;lt;%item.attributeBlabel_childGG.item(1)%&amp;gt;' and '&amp;lt;%expressions.leftTarget_childGG%&amp;gt;'&lt;br/&gt;~nEach item belongs to only one category.&lt;br/&gt;~nGo as fast as you can while making as few errors as possible."&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;expressions&amp;gt;&lt;br/&gt;/ leftTarget_childGG = if(values.conditionOrder == "c-ic"){&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;item.targetAlabel_childGG.item(1);&lt;br/&gt;} else {&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;item.targetBlabel_childGG.item(1);&lt;br/&gt;}&lt;br/&gt;/ rightTarget_childGG = if (values.conditionOrder == "c-ic"){&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;item.targetBlabel_childGG.item(1);&lt;br/&gt;} else {&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;item.targetAlabel_childGG.item(1);&lt;br/&gt;}&lt;br/&gt;&amp;lt;/expressions&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text instructions_childGG&amp;gt;&lt;br/&gt;/ items = instructions_childGG&lt;br/&gt;/ position = (10%, 25%)&lt;br/&gt;/ halign = left&lt;br/&gt;/ valign = top&lt;br/&gt;/ hjustify = left&lt;br/&gt;/ vjustify = center&lt;br/&gt;/ size = (80%, 50%)&lt;br/&gt;/ select = values.instructionIndex&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial instructions_childGG&amp;gt;&lt;br/&gt;/ ontrialbegin = [&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;values.progresswidth += 10;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;values.instructionIndex += 1;&lt;br/&gt;]&lt;br/&gt;/ stimulustimes = [1=instructions_childGG, spacebar]&lt;br/&gt;/ correctresponse = (" ")&lt;br/&gt;/ errormessage = false&lt;br/&gt;/ recorddata = false&lt;br/&gt;/ showmousecursor = true&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;[Example of Child IAT Blocks]&lt;br/&gt;&amp;lt;block targetincompatiblepracticeswitch_childGG&amp;gt;&lt;br/&gt;/ bgstim = (targetAright_childGG, targetBleft_childGG)&lt;br/&gt;/ trials = [&lt;br/&gt;&amp;nbsp; 1=instructions_childGG;&lt;br/&gt;&amp;nbsp; 2-41 = random(targetAright_childGG, targetBleft_childGG);&lt;br/&gt;]&lt;br/&gt;/ errormessage = true(error, 200)&lt;br/&gt;/ response = correct&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block compatibletest1_childGG&amp;gt;&lt;br/&gt;/ bgstim = (targetAleftmixed_childGG, orleft_childGG, attributeAleft_childGG, targetBrightmixed_childGG, orright_childGG, attributeBright_childGG)&lt;br/&gt;/ trials = [&lt;br/&gt;&amp;nbsp; 1=instructions_childGG;&lt;br/&gt;&amp;nbsp; 3,5,7,9,11,13,15,17,19,21 = random(targetAleft_childGG, targetBright_childGG);&lt;br/&gt;&amp;nbsp; 2,4,6,8,10,12,14,16,18,20 = random(attributeA_childGG, attributeB_childGG)&lt;br/&gt;]&lt;br/&gt;/ errormessage = true(error, 200)&lt;br/&gt;/ response = correct&lt;br/&gt;/ ontrialend = [&lt;br/&gt;&amp;nbsp; if (block.compatibletest1_childGG.latency &amp;lt;= 10000 &amp;amp;&amp;amp; block.compatibletest1_childGG.currenttrialnumber != 1) {&amp;nbsp;&amp;nbsp;  &lt;br/&gt;&amp;nbsp;&amp;nbsp;  list.RT_compatible1.appendItem(block.compatibletest1_childGG.latency);&lt;br/&gt;&amp;nbsp;&amp;nbsp;  list.RT_block1.appendItem(block.compatibletest1_childGG.latency);&lt;br/&gt;&amp;nbsp;&amp;nbsp;  list.ACC.appendItem(block.compatibletest1_childGG.correct);&lt;br/&gt;&amp;nbsp; }&lt;br/&gt;&amp;nbsp; if (block.compatibletest1_childGG.latency &amp;lt; 300) {&lt;br/&gt;&amp;nbsp;&amp;nbsp;  list.RT300.appendItem(1);&lt;br/&gt;&amp;nbsp; } else {&lt;br/&gt;&amp;nbsp;&amp;nbsp;  list.RT300.appendItem(0);&lt;br/&gt;&amp;nbsp; }&lt;br/&gt;]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;[Experiment] &lt;br/&gt;&lt;br/&gt;&amp;lt;expt a_adult_childOS_GG&amp;gt;&lt;br/&gt;/ onexptbegin = [&lt;br/&gt;&amp;nbsp; values.conditionOrder = "c-ic";&lt;br/&gt;]&lt;br/&gt;/ subjects = (1 of 4)&lt;br/&gt;/ blocks = [&lt;br/&gt;&amp;nbsp; 1 = intro_adult;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2 = introiat_adult;&lt;br/&gt;&amp;nbsp; 3 = targetcompatiblepractice_adult;&lt;br/&gt;&amp;nbsp; 4 = attributepractice_adult;&lt;br/&gt;&amp;nbsp; 5 = compatibletest1_adult;&lt;br/&gt;&amp;nbsp; 6 = compatibletestinstructions_adult;&lt;br/&gt;&amp;nbsp; 7 = compatibletest2_adult;&lt;br/&gt;&amp;nbsp; 8 = targetincompatiblepractice_adult;&lt;br/&gt;&amp;nbsp; 9 = incompatibletest1_adult;&lt;br/&gt;&amp;nbsp; 10 = incompatibletestinstructions_adult;&lt;br/&gt;&amp;nbsp; 11 = incompatibletest2_adult;&lt;br/&gt;&amp;nbsp; 12 = intro_OG;&lt;br/&gt;&amp;nbsp; 13 = OS_OG_intro;&lt;br/&gt;&amp;nbsp; 14 = GG_OG_intro;&lt;br/&gt;&amp;nbsp; 15 = festival_OS_GG;&lt;br/&gt;&amp;nbsp; 16 = married_OS_GG;&lt;br/&gt;&amp;nbsp; 17 = intro_childGG;&lt;br/&gt;&amp;nbsp; 18 = targetcompatiblepractice_childGG;&lt;br/&gt;&amp;nbsp; 19 = attributepractice_childGG;&lt;br/&gt;&amp;nbsp; 20 = compatibletest1_childGG;&lt;br/&gt;&amp;nbsp; 21 = compatibletestinstructions_childGG;&lt;br/&gt;&amp;nbsp; 22 = compatibletest2_childGG;&lt;br/&gt;&amp;nbsp; 23 = targetincompatiblepractice_childGG;&lt;br/&gt;&amp;nbsp; 24 = incompatibletest1_childGG;&lt;br/&gt;&amp;nbsp; 25 = incompatibletestinstructions_childGG;&lt;br/&gt;&amp;nbsp; 26 = incompatibletest2_childGG;&lt;br/&gt;&amp;nbsp; 27 = survey.survey;&lt;br/&gt;&amp;nbsp; 28 = summary_want;&lt;br/&gt;&amp;nbsp; 29 = summary;&lt;br/&gt;&amp;nbsp; 30 = debrief;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;31 = end;&lt;br/&gt;]&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="36604"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/blockquote&gt;&lt;br/&gt;Why does that require two IATs in a single script? The much easier option, is to have each in its separate script and then just administer them one after the other.&lt;a class="if-quote-goto quote-link" href="#" data-id="36605"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/blockquote&gt;&lt;br/&gt;Hi Dave, &lt;br/&gt;&lt;br/&gt;Tell me about it! Has been very difficult to put together, but this is an online study with very limited ability for researchers to supervise participants so need it to be in one script. &lt;br/&gt;&lt;br/&gt;Thanks!&lt;a class="if-quote-goto quote-link" href="#" data-id="36606"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/blockquote&gt;&lt;br/&gt;There are so-called batch scripts, which allow you to adminster multiple scripts, one after the other, automatically, in whichever fashion you need. No experimenter oversight or intervention required.&lt;br/&gt;&lt;br/&gt;&lt;a href="https://www.millisecond.com/support/docs/v6/html/articles/batchscripts.htm"&gt;https://www.millisecond.com/support/docs/v6/html/articles/batchscripts.htm&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;This works on the web just like it does offline.&lt;br/&gt;&lt;br/&gt;I strongly advise you to chose the separate scripts with batch script route, anything else is extremely error-prone if you're not well-versed in coding in Inquisit.</description><pubDate>Tue, 29 Oct 2024 19:37:07 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: Trouble with Double IAT Instructions</title><link>https://forums.millisecond.com/Topic36606.aspx</link><description>&lt;blockquote data-id="36605" class="if-quote-wrapper" unselectable="on" data-guid="1730230207651" contenteditable="false" id="if_insertedNode_1730230206705"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="36605" 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="36605" 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="36605" title=" "&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Dave - 10/29/2024&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-36605"&gt;&lt;div class="if-quote-message-margin" contenteditable="true"&gt;&lt;blockquote data-id="36604" class="if-quote-wrapper" unselectable="on" data-guid="1730230207651" contenteditable="false" id="if_insertedNode_1730230079233"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="36604" 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="36604" 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="36604" title=" "&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;cehall - 10/29/2024&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-36604"&gt;&lt;div class="if-quote-message-margin" contenteditable="true"&gt;Hello everyone (Dave),&amp;nbsp;&lt;br/&gt;&lt;br/&gt;I am making a study in which I am validating new IAT stimuli against a pre-existing IAT, therefore I have code for two IATs in one experiment. I used the Inquisit Sexuality IAT template code to build both IATs off of. The issue I am encountering is that for whichever IAT goes second, the instructions at the beginning of each block do not show up. I believe this is due to the InstructionIndex from the values no longer being set to 0, however I do not know how to fix it without throwing everything off. &lt;br/&gt;&lt;br/&gt;I've attached the relevant code. Thanks so much in advance for any help!&lt;br/&gt;&lt;br/&gt;[Values]&lt;br/&gt;&lt;br/&gt;&amp;lt;values&amp;gt;&lt;br/&gt;/ magnitude = "unknown"&lt;br/&gt;/ preferred = "unknown"&lt;br/&gt;/ notpreferred = "unknown"&lt;br/&gt;/ progresswidth = 0&lt;br/&gt;/ instructionIndex = 0&lt;br/&gt;/ conditionOrder = ""&lt;br/&gt;&amp;lt;/values&amp;gt;&lt;br/&gt;&lt;br/&gt;[Adult Instructions]&lt;br/&gt;&amp;lt;item instructions_adult&amp;gt;&lt;br/&gt;/ 1 = "Put your left finger on the 'E' response key for items that belong to the category '&amp;lt;%expressions.leftTarget_adult%&amp;gt;'.&lt;br/&gt;Put your right finger on the 'I' response key for items that belong to the category '&amp;lt;%expressions.rightTarget_adult%&amp;gt;'.&lt;br/&gt;~nItems will appear one-by-one in the middle of the screen.&lt;br/&gt;~nIf you make an error, a red X will appear - to continue, press the other response key.&lt;br/&gt;~nGo as fast as you can while making as few errors as possible."&lt;br/&gt;&lt;br/&gt;/ 2 = "Put your left finger on the 'E' response key for items that belong to the category '&amp;lt;%item.attributeAlabel_adult.item(1)%&amp;gt;'.&lt;br/&gt;Put your right finger on the 'I' response key for items that belong to the category '&amp;lt;%item.attributeBlabel_adult.item(1)%&amp;gt;'.&lt;br/&gt;~nIf you make an error, a red X will appear - to continue, press the other response key.&lt;br/&gt;~nGo as fast as you can while making as few errors as possible."&lt;br/&gt;&lt;br/&gt;/ 3 = "Press the left 'E' key for '&amp;lt;%item.attributeAlabel_adult.item(1)%&amp;gt;' and '&amp;lt;%expressions.leftTarget_adult%&amp;gt;'.&lt;br/&gt;Press the right 'I' key for '&amp;lt;%item.attributeBlabel_adult.item(1)%&amp;gt;' and '&amp;lt;%expressions.rightTarget_adult%&amp;gt;'.&lt;br/&gt;~nEach item belongs to only one category.&lt;br/&gt;~nIf you make an error, a red X will appear - to continue, press the other response key.&lt;br/&gt;~nGo as fast as you can while making as few errors as possible."&lt;br/&gt;&lt;br/&gt;/ 4 = "This is the same task as the previous one.&lt;br/&gt;~n~nPress the left 'E' key for '&amp;lt;%item.attributeAlabel_adult.item(1)%&amp;gt;' and '&amp;lt;%expressions.leftTarget_adult%&amp;gt;'.&lt;br/&gt;Press the right 'I' key for '&amp;lt;%item.attributeBlabel_adult.item(1)%&amp;gt;' and '&amp;lt;%expressions.rightTarget_adult%&amp;gt;'.&lt;br/&gt;~nEach item belongs to only one category.&lt;br/&gt;~nGo as fast as you can while making as few errors as possible."&lt;br/&gt;&lt;br/&gt;/ 5 = "Attention! The labels have changed sides.&lt;br/&gt;~nPress the left 'E' key for '&amp;lt;%expressions.rightTarget_adult%&amp;gt;'.&lt;br/&gt;Press the right 'I' key for '&amp;lt;%expressions.leftTarget_adult%&amp;gt;'.&lt;br/&gt;~nGo as fast as you can while making as few errors as possible."&lt;br/&gt;&lt;br/&gt;/ 6 = "Press the left 'E' key for '&amp;lt;%item.attributeAlabel_adult.item(1)%&amp;gt;' and '&amp;lt;%expressions.rightTarget_adult%&amp;gt;'.&lt;br/&gt;Press the right 'I' key for '&amp;lt;%item.attributeBlabel_adult.item(1)%&amp;gt;' and '&amp;lt;%expressions.leftTarget_adult%&amp;gt;'.&lt;br/&gt;~nIf you make an error, a red X will appear - to continue, press the other response key.&lt;br/&gt;~nGo as fast as you can while making as few errors as possible."&lt;br/&gt;&lt;br/&gt;/ 7 = "This is the same task as the previous one.&lt;br/&gt;~nPress the left 'E' key for '&amp;lt;%item.attributeAlabel_adult.item(1)%&amp;gt;' and '&amp;lt;%expressions.rightTarget_adult%&amp;gt;'.&lt;br/&gt;Press the right 'I' key for '&amp;lt;%item.attributeBlabel_adult.item(1)%&amp;gt;' and '&amp;lt;%expressions.leftTarget_adult%&amp;gt;'&lt;br/&gt;~nEach item belongs to only one category.&lt;br/&gt;~nGo as fast as you can while making as few errors as possible."&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;expressions&amp;gt;&lt;br/&gt;/ leftTarget_adult = if(values.conditionOrder == "c-ic"){&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;item.targetAlabel_adult.item(1);&lt;br/&gt;} else {&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;item.targetBlabel_adult.item(1);&lt;br/&gt;}&lt;br/&gt;/ rightTarget_adult = if (values.conditionOrder == "c-ic"){&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;item.targetBlabel_adult.item(1);&lt;br/&gt;} else {&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;item.targetAlabel_adult.item(1);&lt;br/&gt;}&lt;br/&gt;&amp;lt;/expressions&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text instructions_adult&amp;gt;&lt;br/&gt;/ items = instructions_adult&lt;br/&gt;/ position = (10%, 25%)&lt;br/&gt;/ halign = left&lt;br/&gt;/ valign = top&lt;br/&gt;/ hjustify = left&lt;br/&gt;/ vjustify = center&lt;br/&gt;/ size = (80%, 50%)&lt;br/&gt;/ select = values.instructionIndex&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial instructions_adult&amp;gt;&lt;br/&gt;/ ontrialbegin = [&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;values.progresswidth += 10;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;values.instructionIndex += 1;&lt;br/&gt;]&lt;br/&gt;/ stimulustimes = [1=instructions_adult, spacebar]&lt;br/&gt;/ correctresponse = (" ")&lt;br/&gt;/ errormessage = false&lt;br/&gt;/ recorddata = false&lt;br/&gt;/ showmousecursor = true&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;[Example of Adult Block]&lt;br/&gt;&lt;br/&gt;&amp;lt;block attributepractice_adult&amp;gt;&lt;br/&gt;/ bgstim = (attributeAleft_adult, attributeBright_adult)&lt;br/&gt;/ trials = [&lt;br/&gt;&amp;nbsp; 1=instructions_adult;&lt;br/&gt;&amp;nbsp; 2-21 = random(attributeA_adult, attributeB_adult);&lt;br/&gt;]&lt;br/&gt;/ errormessage = true(error, 200)&lt;br/&gt;/ response = correct&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block targetcompatiblepractice_adult&amp;gt;&lt;br/&gt;/ bgstim = (targetAleft_adult, targetBright_adult)&lt;br/&gt;/ trials = [&lt;br/&gt;&amp;nbsp; 1=instructions_adult;&lt;br/&gt;&amp;nbsp; 2-21 = random(targetAleft_adult, targetBright_adult);&lt;br/&gt;]&lt;br/&gt;/ errormessage = true(error, 200)&lt;br/&gt;/ response = correct&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;[Child IAT Instructions] &lt;br/&gt;&amp;lt;item instructions_childGG&amp;gt;&lt;br/&gt;/ 1 = "Put your left finger on the 'E' response key for items that belong to the category '&amp;lt;%expressions.leftTarget_childGG%&amp;gt;'.&lt;br/&gt;Put your right finger on the 'I' response key for items that belong to the category '&amp;lt;%expressions.rightTarget_childGG%&amp;gt;'.&lt;br/&gt;~nItems will appear one-by-one in the middle of the screen.&lt;br/&gt;~nIf you make an error, a red X will appear - to continue, press the other response key.&lt;br/&gt;~nGo as fast as you can while making as few errors as possible."&lt;br/&gt;&lt;br/&gt;/ 2 = "Put your left finger on the 'E' response key for items that belong to the category '&amp;lt;%item.attributeAlabel_childGG.item(1)%&amp;gt;'.&lt;br/&gt;Put your right finger on the 'I' response key for items that belong to the category '&amp;lt;%item.attributeBlabel_childGG.item(1)%&amp;gt;'.&lt;br/&gt;~nIf you make an error, a red X will appear - to continue, press the other response key.&lt;br/&gt;~nGo as fast as you can while making as few errors as possible."&lt;br/&gt;&lt;br/&gt;/ 3 = "Press the left 'E' key for '&amp;lt;%item.attributeAlabel_childGG.item(1)%&amp;gt;' and '&amp;lt;%expressions.leftTarget_childGG%&amp;gt;'.&lt;br/&gt;Press the right 'I' key for '&amp;lt;%item.attributeBlabel_childGG.item(1)%&amp;gt;' and '&amp;lt;%expressions.rightTarget_childGG%&amp;gt;'.&lt;br/&gt;~nEach item belongs to only one category.&lt;br/&gt;~nIf you make an error, a red X will appear - to continue, press the other response key.&lt;br/&gt;~nGo as fast as you can while making as few errors as possible."&lt;br/&gt;&lt;br/&gt;/ 4 = "This is the same task as the previous one.&lt;br/&gt;~n~nPress the left 'E' key for '&amp;lt;%item.attributeAlabel_childGG.item(1)%&amp;gt;' and '&amp;lt;%expressions.leftTarget_childGG%&amp;gt;'.&lt;br/&gt;Press the right 'I' key for '&amp;lt;%item.attributeBlabel_childGG.item(1)%&amp;gt;' and '&amp;lt;%expressions.rightTarget_childGG%&amp;gt;'.&lt;br/&gt;~nEach item belongs to only one category.&lt;br/&gt;~nGo as fast as you can while making as few errors as possible."&lt;br/&gt;&lt;br/&gt;/ 5 = "Attention! The labels have changed sides.&lt;br/&gt;~nPress the left 'E' key for '&amp;lt;%expressions.rightTarget_childGG%&amp;gt;'.&lt;br/&gt;Press the right 'I' key for '&amp;lt;%expressions.leftTarget_childGG%&amp;gt;'.&lt;br/&gt;~nGo as fast as you can while making as few errors as possible."&lt;br/&gt;&lt;br/&gt;/ 6 = "Press the left 'E' key for '&amp;lt;%item.attributeAlabel_childGG.item(1)%&amp;gt;' and '&amp;lt;%expressions.rightTarget_childGG%&amp;gt;'.&lt;br/&gt;Press the right 'I' key for '&amp;lt;%item.attributeBlabel_childGG.item(1)%&amp;gt;' and '&amp;lt;%expressions.leftTarget_childGG%&amp;gt;'.&lt;br/&gt;~nIf you make an error, a red X will appear - to continue, press the other response key.&lt;br/&gt;~nGo as fast as you can while making as few errors as possible."&lt;br/&gt;&lt;br/&gt;/ 7 = "This is the same task as the previous one.&lt;br/&gt;~nPress the left 'E' key for '&amp;lt;%item.attributeAlabel_childGG.item(1)%&amp;gt;' and '&amp;lt;%expressions.rightTarget_childGG%&amp;gt;'.&lt;br/&gt;Press the right 'I' key for '&amp;lt;%item.attributeBlabel_childGG.item(1)%&amp;gt;' and '&amp;lt;%expressions.leftTarget_childGG%&amp;gt;'&lt;br/&gt;~nEach item belongs to only one category.&lt;br/&gt;~nGo as fast as you can while making as few errors as possible."&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;expressions&amp;gt;&lt;br/&gt;/ leftTarget_childGG = if(values.conditionOrder == "c-ic"){&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;item.targetAlabel_childGG.item(1);&lt;br/&gt;} else {&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;item.targetBlabel_childGG.item(1);&lt;br/&gt;}&lt;br/&gt;/ rightTarget_childGG = if (values.conditionOrder == "c-ic"){&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;item.targetBlabel_childGG.item(1);&lt;br/&gt;} else {&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;item.targetAlabel_childGG.item(1);&lt;br/&gt;}&lt;br/&gt;&amp;lt;/expressions&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text instructions_childGG&amp;gt;&lt;br/&gt;/ items = instructions_childGG&lt;br/&gt;/ position = (10%, 25%)&lt;br/&gt;/ halign = left&lt;br/&gt;/ valign = top&lt;br/&gt;/ hjustify = left&lt;br/&gt;/ vjustify = center&lt;br/&gt;/ size = (80%, 50%)&lt;br/&gt;/ select = values.instructionIndex&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial instructions_childGG&amp;gt;&lt;br/&gt;/ ontrialbegin = [&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;values.progresswidth += 10;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;values.instructionIndex += 1;&lt;br/&gt;]&lt;br/&gt;/ stimulustimes = [1=instructions_childGG, spacebar]&lt;br/&gt;/ correctresponse = (" ")&lt;br/&gt;/ errormessage = false&lt;br/&gt;/ recorddata = false&lt;br/&gt;/ showmousecursor = true&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;[Example of Child IAT Blocks]&lt;br/&gt;&amp;lt;block targetincompatiblepracticeswitch_childGG&amp;gt;&lt;br/&gt;/ bgstim = (targetAright_childGG, targetBleft_childGG)&lt;br/&gt;/ trials = [&lt;br/&gt;&amp;nbsp; 1=instructions_childGG;&lt;br/&gt;&amp;nbsp; 2-41 = random(targetAright_childGG, targetBleft_childGG);&lt;br/&gt;]&lt;br/&gt;/ errormessage = true(error, 200)&lt;br/&gt;/ response = correct&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block compatibletest1_childGG&amp;gt;&lt;br/&gt;/ bgstim = (targetAleftmixed_childGG, orleft_childGG, attributeAleft_childGG, targetBrightmixed_childGG, orright_childGG, attributeBright_childGG)&lt;br/&gt;/ trials = [&lt;br/&gt;&amp;nbsp; 1=instructions_childGG;&lt;br/&gt;&amp;nbsp; 3,5,7,9,11,13,15,17,19,21 = random(targetAleft_childGG, targetBright_childGG);&lt;br/&gt;&amp;nbsp; 2,4,6,8,10,12,14,16,18,20 = random(attributeA_childGG, attributeB_childGG)&lt;br/&gt;]&lt;br/&gt;/ errormessage = true(error, 200)&lt;br/&gt;/ response = correct&lt;br/&gt;/ ontrialend = [&lt;br/&gt;&amp;nbsp; if (block.compatibletest1_childGG.latency &amp;lt;= 10000 &amp;amp;&amp;amp; block.compatibletest1_childGG.currenttrialnumber != 1) {&amp;nbsp;&amp;nbsp;  &lt;br/&gt;&amp;nbsp;&amp;nbsp;  list.RT_compatible1.appendItem(block.compatibletest1_childGG.latency);&lt;br/&gt;&amp;nbsp;&amp;nbsp;  list.RT_block1.appendItem(block.compatibletest1_childGG.latency);&lt;br/&gt;&amp;nbsp;&amp;nbsp;  list.ACC.appendItem(block.compatibletest1_childGG.correct);&lt;br/&gt;&amp;nbsp; }&lt;br/&gt;&amp;nbsp; if (block.compatibletest1_childGG.latency &amp;lt; 300) {&lt;br/&gt;&amp;nbsp;&amp;nbsp;  list.RT300.appendItem(1);&lt;br/&gt;&amp;nbsp; } else {&lt;br/&gt;&amp;nbsp;&amp;nbsp;  list.RT300.appendItem(0);&lt;br/&gt;&amp;nbsp; }&lt;br/&gt;]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;[Experiment] &lt;br/&gt;&lt;br/&gt;&amp;lt;expt a_adult_childOS_GG&amp;gt;&lt;br/&gt;/ onexptbegin = [&lt;br/&gt;&amp;nbsp; values.conditionOrder = "c-ic";&lt;br/&gt;]&lt;br/&gt;/ subjects = (1 of 4)&lt;br/&gt;/ blocks = [&lt;br/&gt;&amp;nbsp; 1 = intro_adult;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2 = introiat_adult;&lt;br/&gt;&amp;nbsp; 3 = targetcompatiblepractice_adult;&lt;br/&gt;&amp;nbsp; 4 = attributepractice_adult;&lt;br/&gt;&amp;nbsp; 5 = compatibletest1_adult;&lt;br/&gt;&amp;nbsp; 6 = compatibletestinstructions_adult;&lt;br/&gt;&amp;nbsp; 7 = compatibletest2_adult;&lt;br/&gt;&amp;nbsp; 8 = targetincompatiblepractice_adult;&lt;br/&gt;&amp;nbsp; 9 = incompatibletest1_adult;&lt;br/&gt;&amp;nbsp; 10 = incompatibletestinstructions_adult;&lt;br/&gt;&amp;nbsp; 11 = incompatibletest2_adult;&lt;br/&gt;&amp;nbsp; 12 = intro_OG;&lt;br/&gt;&amp;nbsp; 13 = OS_OG_intro;&lt;br/&gt;&amp;nbsp; 14 = GG_OG_intro;&lt;br/&gt;&amp;nbsp; 15 = festival_OS_GG;&lt;br/&gt;&amp;nbsp; 16 = married_OS_GG;&lt;br/&gt;&amp;nbsp; 17 = intro_childGG;&lt;br/&gt;&amp;nbsp; 18 = targetcompatiblepractice_childGG;&lt;br/&gt;&amp;nbsp; 19 = attributepractice_childGG;&lt;br/&gt;&amp;nbsp; 20 = compatibletest1_childGG;&lt;br/&gt;&amp;nbsp; 21 = compatibletestinstructions_childGG;&lt;br/&gt;&amp;nbsp; 22 = compatibletest2_childGG;&lt;br/&gt;&amp;nbsp; 23 = targetincompatiblepractice_childGG;&lt;br/&gt;&amp;nbsp; 24 = incompatibletest1_childGG;&lt;br/&gt;&amp;nbsp; 25 = incompatibletestinstructions_childGG;&lt;br/&gt;&amp;nbsp; 26 = incompatibletest2_childGG;&lt;br/&gt;&amp;nbsp; 27 = survey.survey;&lt;br/&gt;&amp;nbsp; 28 = summary_want;&lt;br/&gt;&amp;nbsp; 29 = summary;&lt;br/&gt;&amp;nbsp; 30 = debrief;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;31 = end;&lt;br/&gt;]&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="36604"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/blockquote&gt;&lt;br/&gt;Why does that require two IATs in a single script? The much easier option, is to have each in its separate script and then just administer them one after the other.&lt;a class="if-quote-goto quote-link" href="#" data-id="36605"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/blockquote&gt;&lt;br/&gt;Hi Dave, &lt;br/&gt;&lt;br/&gt;Tell me about it! Has been very difficult to put together, but this is an online study with very limited ability for researchers to supervise participants so need it to be in one script. &lt;br/&gt;&lt;br/&gt;Thanks!</description><pubDate>Tue, 29 Oct 2024 19:31:43 GMT</pubDate><dc:creator>cehall</dc:creator></item><item><title>RE: Trouble with Double IAT Instructions</title><link>https://forums.millisecond.com/Topic36605.aspx</link><description>&lt;blockquote data-id="36604" class="if-quote-wrapper" unselectable="on" data-guid="1730230080047" contenteditable="false" id="if_insertedNode_1730230079233"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="36604" 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="36604" 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="36604" title=" "&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;cehall - 10/29/2024&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-36604"&gt;&lt;div class="if-quote-message-margin" contenteditable="true"&gt;Hello everyone (Dave),&amp;nbsp;&lt;br/&gt;&lt;br/&gt;I am making a study in which I am validating new IAT stimuli against a pre-existing IAT, therefore I have code for two IATs in one experiment. I used the Inquisit Sexuality IAT template code to build both IATs off of. The issue I am encountering is that for whichever IAT goes second, the instructions at the beginning of each block do not show up. I believe this is due to the InstructionIndex from the values no longer being set to 0, however I do not know how to fix it without throwing everything off. &lt;br/&gt;&lt;br/&gt;I've attached the relevant code. Thanks so much in advance for any help!&lt;br/&gt;&lt;br/&gt;[Values]&lt;br/&gt;&lt;br/&gt;&amp;lt;values&amp;gt;&lt;br/&gt;/ magnitude = "unknown"&lt;br/&gt;/ preferred = "unknown"&lt;br/&gt;/ notpreferred = "unknown"&lt;br/&gt;/ progresswidth = 0&lt;br/&gt;/ instructionIndex = 0&lt;br/&gt;/ conditionOrder = ""&lt;br/&gt;&amp;lt;/values&amp;gt;&lt;br/&gt;&lt;br/&gt;[Adult Instructions]&lt;br/&gt;&amp;lt;item instructions_adult&amp;gt;&lt;br/&gt;/ 1 = "Put your left finger on the 'E' response key for items that belong to the category '&amp;lt;%expressions.leftTarget_adult%&amp;gt;'.&lt;br/&gt;Put your right finger on the 'I' response key for items that belong to the category '&amp;lt;%expressions.rightTarget_adult%&amp;gt;'.&lt;br/&gt;~nItems will appear one-by-one in the middle of the screen.&lt;br/&gt;~nIf you make an error, a red X will appear - to continue, press the other response key.&lt;br/&gt;~nGo as fast as you can while making as few errors as possible."&lt;br/&gt;&lt;br/&gt;/ 2 = "Put your left finger on the 'E' response key for items that belong to the category '&amp;lt;%item.attributeAlabel_adult.item(1)%&amp;gt;'.&lt;br/&gt;Put your right finger on the 'I' response key for items that belong to the category '&amp;lt;%item.attributeBlabel_adult.item(1)%&amp;gt;'.&lt;br/&gt;~nIf you make an error, a red X will appear - to continue, press the other response key.&lt;br/&gt;~nGo as fast as you can while making as few errors as possible."&lt;br/&gt;&lt;br/&gt;/ 3 = "Press the left 'E' key for '&amp;lt;%item.attributeAlabel_adult.item(1)%&amp;gt;' and '&amp;lt;%expressions.leftTarget_adult%&amp;gt;'.&lt;br/&gt;Press the right 'I' key for '&amp;lt;%item.attributeBlabel_adult.item(1)%&amp;gt;' and '&amp;lt;%expressions.rightTarget_adult%&amp;gt;'.&lt;br/&gt;~nEach item belongs to only one category.&lt;br/&gt;~nIf you make an error, a red X will appear - to continue, press the other response key.&lt;br/&gt;~nGo as fast as you can while making as few errors as possible."&lt;br/&gt;&lt;br/&gt;/ 4 = "This is the same task as the previous one.&lt;br/&gt;~n~nPress the left 'E' key for '&amp;lt;%item.attributeAlabel_adult.item(1)%&amp;gt;' and '&amp;lt;%expressions.leftTarget_adult%&amp;gt;'.&lt;br/&gt;Press the right 'I' key for '&amp;lt;%item.attributeBlabel_adult.item(1)%&amp;gt;' and '&amp;lt;%expressions.rightTarget_adult%&amp;gt;'.&lt;br/&gt;~nEach item belongs to only one category.&lt;br/&gt;~nGo as fast as you can while making as few errors as possible."&lt;br/&gt;&lt;br/&gt;/ 5 = "Attention! The labels have changed sides.&lt;br/&gt;~nPress the left 'E' key for '&amp;lt;%expressions.rightTarget_adult%&amp;gt;'.&lt;br/&gt;Press the right 'I' key for '&amp;lt;%expressions.leftTarget_adult%&amp;gt;'.&lt;br/&gt;~nGo as fast as you can while making as few errors as possible."&lt;br/&gt;&lt;br/&gt;/ 6 = "Press the left 'E' key for '&amp;lt;%item.attributeAlabel_adult.item(1)%&amp;gt;' and '&amp;lt;%expressions.rightTarget_adult%&amp;gt;'.&lt;br/&gt;Press the right 'I' key for '&amp;lt;%item.attributeBlabel_adult.item(1)%&amp;gt;' and '&amp;lt;%expressions.leftTarget_adult%&amp;gt;'.&lt;br/&gt;~nIf you make an error, a red X will appear - to continue, press the other response key.&lt;br/&gt;~nGo as fast as you can while making as few errors as possible."&lt;br/&gt;&lt;br/&gt;/ 7 = "This is the same task as the previous one.&lt;br/&gt;~nPress the left 'E' key for '&amp;lt;%item.attributeAlabel_adult.item(1)%&amp;gt;' and '&amp;lt;%expressions.rightTarget_adult%&amp;gt;'.&lt;br/&gt;Press the right 'I' key for '&amp;lt;%item.attributeBlabel_adult.item(1)%&amp;gt;' and '&amp;lt;%expressions.leftTarget_adult%&amp;gt;'&lt;br/&gt;~nEach item belongs to only one category.&lt;br/&gt;~nGo as fast as you can while making as few errors as possible."&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;expressions&amp;gt;&lt;br/&gt;/ leftTarget_adult = if(values.conditionOrder == "c-ic"){&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;item.targetAlabel_adult.item(1);&lt;br/&gt;} else {&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;item.targetBlabel_adult.item(1);&lt;br/&gt;}&lt;br/&gt;/ rightTarget_adult = if (values.conditionOrder == "c-ic"){&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;item.targetBlabel_adult.item(1);&lt;br/&gt;} else {&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;item.targetAlabel_adult.item(1);&lt;br/&gt;}&lt;br/&gt;&amp;lt;/expressions&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text instructions_adult&amp;gt;&lt;br/&gt;/ items = instructions_adult&lt;br/&gt;/ position = (10%, 25%)&lt;br/&gt;/ halign = left&lt;br/&gt;/ valign = top&lt;br/&gt;/ hjustify = left&lt;br/&gt;/ vjustify = center&lt;br/&gt;/ size = (80%, 50%)&lt;br/&gt;/ select = values.instructionIndex&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial instructions_adult&amp;gt;&lt;br/&gt;/ ontrialbegin = [&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;values.progresswidth += 10;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;values.instructionIndex += 1;&lt;br/&gt;]&lt;br/&gt;/ stimulustimes = [1=instructions_adult, spacebar]&lt;br/&gt;/ correctresponse = (" ")&lt;br/&gt;/ errormessage = false&lt;br/&gt;/ recorddata = false&lt;br/&gt;/ showmousecursor = true&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;[Example of Adult Block]&lt;br/&gt;&lt;br/&gt;&amp;lt;block attributepractice_adult&amp;gt;&lt;br/&gt;/ bgstim = (attributeAleft_adult, attributeBright_adult)&lt;br/&gt;/ trials = [&lt;br/&gt;&amp;nbsp; 1=instructions_adult;&lt;br/&gt;&amp;nbsp; 2-21 = random(attributeA_adult, attributeB_adult);&lt;br/&gt;]&lt;br/&gt;/ errormessage = true(error, 200)&lt;br/&gt;/ response = correct&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block targetcompatiblepractice_adult&amp;gt;&lt;br/&gt;/ bgstim = (targetAleft_adult, targetBright_adult)&lt;br/&gt;/ trials = [&lt;br/&gt;&amp;nbsp; 1=instructions_adult;&lt;br/&gt;&amp;nbsp; 2-21 = random(targetAleft_adult, targetBright_adult);&lt;br/&gt;]&lt;br/&gt;/ errormessage = true(error, 200)&lt;br/&gt;/ response = correct&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;[Child IAT Instructions] &lt;br/&gt;&amp;lt;item instructions_childGG&amp;gt;&lt;br/&gt;/ 1 = "Put your left finger on the 'E' response key for items that belong to the category '&amp;lt;%expressions.leftTarget_childGG%&amp;gt;'.&lt;br/&gt;Put your right finger on the 'I' response key for items that belong to the category '&amp;lt;%expressions.rightTarget_childGG%&amp;gt;'.&lt;br/&gt;~nItems will appear one-by-one in the middle of the screen.&lt;br/&gt;~nIf you make an error, a red X will appear - to continue, press the other response key.&lt;br/&gt;~nGo as fast as you can while making as few errors as possible."&lt;br/&gt;&lt;br/&gt;/ 2 = "Put your left finger on the 'E' response key for items that belong to the category '&amp;lt;%item.attributeAlabel_childGG.item(1)%&amp;gt;'.&lt;br/&gt;Put your right finger on the 'I' response key for items that belong to the category '&amp;lt;%item.attributeBlabel_childGG.item(1)%&amp;gt;'.&lt;br/&gt;~nIf you make an error, a red X will appear - to continue, press the other response key.&lt;br/&gt;~nGo as fast as you can while making as few errors as possible."&lt;br/&gt;&lt;br/&gt;/ 3 = "Press the left 'E' key for '&amp;lt;%item.attributeAlabel_childGG.item(1)%&amp;gt;' and '&amp;lt;%expressions.leftTarget_childGG%&amp;gt;'.&lt;br/&gt;Press the right 'I' key for '&amp;lt;%item.attributeBlabel_childGG.item(1)%&amp;gt;' and '&amp;lt;%expressions.rightTarget_childGG%&amp;gt;'.&lt;br/&gt;~nEach item belongs to only one category.&lt;br/&gt;~nIf you make an error, a red X will appear - to continue, press the other response key.&lt;br/&gt;~nGo as fast as you can while making as few errors as possible."&lt;br/&gt;&lt;br/&gt;/ 4 = "This is the same task as the previous one.&lt;br/&gt;~n~nPress the left 'E' key for '&amp;lt;%item.attributeAlabel_childGG.item(1)%&amp;gt;' and '&amp;lt;%expressions.leftTarget_childGG%&amp;gt;'.&lt;br/&gt;Press the right 'I' key for '&amp;lt;%item.attributeBlabel_childGG.item(1)%&amp;gt;' and '&amp;lt;%expressions.rightTarget_childGG%&amp;gt;'.&lt;br/&gt;~nEach item belongs to only one category.&lt;br/&gt;~nGo as fast as you can while making as few errors as possible."&lt;br/&gt;&lt;br/&gt;/ 5 = "Attention! The labels have changed sides.&lt;br/&gt;~nPress the left 'E' key for '&amp;lt;%expressions.rightTarget_childGG%&amp;gt;'.&lt;br/&gt;Press the right 'I' key for '&amp;lt;%expressions.leftTarget_childGG%&amp;gt;'.&lt;br/&gt;~nGo as fast as you can while making as few errors as possible."&lt;br/&gt;&lt;br/&gt;/ 6 = "Press the left 'E' key for '&amp;lt;%item.attributeAlabel_childGG.item(1)%&amp;gt;' and '&amp;lt;%expressions.rightTarget_childGG%&amp;gt;'.&lt;br/&gt;Press the right 'I' key for '&amp;lt;%item.attributeBlabel_childGG.item(1)%&amp;gt;' and '&amp;lt;%expressions.leftTarget_childGG%&amp;gt;'.&lt;br/&gt;~nIf you make an error, a red X will appear - to continue, press the other response key.&lt;br/&gt;~nGo as fast as you can while making as few errors as possible."&lt;br/&gt;&lt;br/&gt;/ 7 = "This is the same task as the previous one.&lt;br/&gt;~nPress the left 'E' key for '&amp;lt;%item.attributeAlabel_childGG.item(1)%&amp;gt;' and '&amp;lt;%expressions.rightTarget_childGG%&amp;gt;'.&lt;br/&gt;Press the right 'I' key for '&amp;lt;%item.attributeBlabel_childGG.item(1)%&amp;gt;' and '&amp;lt;%expressions.leftTarget_childGG%&amp;gt;'&lt;br/&gt;~nEach item belongs to only one category.&lt;br/&gt;~nGo as fast as you can while making as few errors as possible."&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;expressions&amp;gt;&lt;br/&gt;/ leftTarget_childGG = if(values.conditionOrder == "c-ic"){&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;item.targetAlabel_childGG.item(1);&lt;br/&gt;} else {&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;item.targetBlabel_childGG.item(1);&lt;br/&gt;}&lt;br/&gt;/ rightTarget_childGG = if (values.conditionOrder == "c-ic"){&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;item.targetBlabel_childGG.item(1);&lt;br/&gt;} else {&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;item.targetAlabel_childGG.item(1);&lt;br/&gt;}&lt;br/&gt;&amp;lt;/expressions&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text instructions_childGG&amp;gt;&lt;br/&gt;/ items = instructions_childGG&lt;br/&gt;/ position = (10%, 25%)&lt;br/&gt;/ halign = left&lt;br/&gt;/ valign = top&lt;br/&gt;/ hjustify = left&lt;br/&gt;/ vjustify = center&lt;br/&gt;/ size = (80%, 50%)&lt;br/&gt;/ select = values.instructionIndex&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial instructions_childGG&amp;gt;&lt;br/&gt;/ ontrialbegin = [&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;values.progresswidth += 10;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;values.instructionIndex += 1;&lt;br/&gt;]&lt;br/&gt;/ stimulustimes = [1=instructions_childGG, spacebar]&lt;br/&gt;/ correctresponse = (" ")&lt;br/&gt;/ errormessage = false&lt;br/&gt;/ recorddata = false&lt;br/&gt;/ showmousecursor = true&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;[Example of Child IAT Blocks]&lt;br/&gt;&amp;lt;block targetincompatiblepracticeswitch_childGG&amp;gt;&lt;br/&gt;/ bgstim = (targetAright_childGG, targetBleft_childGG)&lt;br/&gt;/ trials = [&lt;br/&gt;&amp;nbsp; 1=instructions_childGG;&lt;br/&gt;&amp;nbsp; 2-41 = random(targetAright_childGG, targetBleft_childGG);&lt;br/&gt;]&lt;br/&gt;/ errormessage = true(error, 200)&lt;br/&gt;/ response = correct&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block compatibletest1_childGG&amp;gt;&lt;br/&gt;/ bgstim = (targetAleftmixed_childGG, orleft_childGG, attributeAleft_childGG, targetBrightmixed_childGG, orright_childGG, attributeBright_childGG)&lt;br/&gt;/ trials = [&lt;br/&gt;&amp;nbsp; 1=instructions_childGG;&lt;br/&gt;&amp;nbsp; 3,5,7,9,11,13,15,17,19,21 = random(targetAleft_childGG, targetBright_childGG);&lt;br/&gt;&amp;nbsp; 2,4,6,8,10,12,14,16,18,20 = random(attributeA_childGG, attributeB_childGG)&lt;br/&gt;]&lt;br/&gt;/ errormessage = true(error, 200)&lt;br/&gt;/ response = correct&lt;br/&gt;/ ontrialend = [&lt;br/&gt;&amp;nbsp; if (block.compatibletest1_childGG.latency &amp;lt;= 10000 &amp;amp;&amp;amp; block.compatibletest1_childGG.currenttrialnumber != 1) {&amp;nbsp;&amp;nbsp;  &lt;br/&gt;&amp;nbsp;&amp;nbsp;  list.RT_compatible1.appendItem(block.compatibletest1_childGG.latency);&lt;br/&gt;&amp;nbsp;&amp;nbsp;  list.RT_block1.appendItem(block.compatibletest1_childGG.latency);&lt;br/&gt;&amp;nbsp;&amp;nbsp;  list.ACC.appendItem(block.compatibletest1_childGG.correct);&lt;br/&gt;&amp;nbsp; }&lt;br/&gt;&amp;nbsp; if (block.compatibletest1_childGG.latency &amp;lt; 300) {&lt;br/&gt;&amp;nbsp;&amp;nbsp;  list.RT300.appendItem(1);&lt;br/&gt;&amp;nbsp; } else {&lt;br/&gt;&amp;nbsp;&amp;nbsp;  list.RT300.appendItem(0);&lt;br/&gt;&amp;nbsp; }&lt;br/&gt;]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;[Experiment] &lt;br/&gt;&lt;br/&gt;&amp;lt;expt a_adult_childOS_GG&amp;gt;&lt;br/&gt;/ onexptbegin = [&lt;br/&gt;&amp;nbsp; values.conditionOrder = "c-ic";&lt;br/&gt;]&lt;br/&gt;/ subjects = (1 of 4)&lt;br/&gt;/ blocks = [&lt;br/&gt;&amp;nbsp; 1 = intro_adult;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2 = introiat_adult;&lt;br/&gt;&amp;nbsp; 3 = targetcompatiblepractice_adult;&lt;br/&gt;&amp;nbsp; 4 = attributepractice_adult;&lt;br/&gt;&amp;nbsp; 5 = compatibletest1_adult;&lt;br/&gt;&amp;nbsp; 6 = compatibletestinstructions_adult;&lt;br/&gt;&amp;nbsp; 7 = compatibletest2_adult;&lt;br/&gt;&amp;nbsp; 8 = targetincompatiblepractice_adult;&lt;br/&gt;&amp;nbsp; 9 = incompatibletest1_adult;&lt;br/&gt;&amp;nbsp; 10 = incompatibletestinstructions_adult;&lt;br/&gt;&amp;nbsp; 11 = incompatibletest2_adult;&lt;br/&gt;&amp;nbsp; 12 = intro_OG;&lt;br/&gt;&amp;nbsp; 13 = OS_OG_intro;&lt;br/&gt;&amp;nbsp; 14 = GG_OG_intro;&lt;br/&gt;&amp;nbsp; 15 = festival_OS_GG;&lt;br/&gt;&amp;nbsp; 16 = married_OS_GG;&lt;br/&gt;&amp;nbsp; 17 = intro_childGG;&lt;br/&gt;&amp;nbsp; 18 = targetcompatiblepractice_childGG;&lt;br/&gt;&amp;nbsp; 19 = attributepractice_childGG;&lt;br/&gt;&amp;nbsp; 20 = compatibletest1_childGG;&lt;br/&gt;&amp;nbsp; 21 = compatibletestinstructions_childGG;&lt;br/&gt;&amp;nbsp; 22 = compatibletest2_childGG;&lt;br/&gt;&amp;nbsp; 23 = targetincompatiblepractice_childGG;&lt;br/&gt;&amp;nbsp; 24 = incompatibletest1_childGG;&lt;br/&gt;&amp;nbsp; 25 = incompatibletestinstructions_childGG;&lt;br/&gt;&amp;nbsp; 26 = incompatibletest2_childGG;&lt;br/&gt;&amp;nbsp; 27 = survey.survey;&lt;br/&gt;&amp;nbsp; 28 = summary_want;&lt;br/&gt;&amp;nbsp; 29 = summary;&lt;br/&gt;&amp;nbsp; 30 = debrief;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;31 = end;&lt;br/&gt;]&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="36604"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/blockquote&gt;&lt;br/&gt;Why does that require two IATs in a single script? The much easier option, is to have each in its separate script and then just administer them one after the other.</description><pubDate>Tue, 29 Oct 2024 19:28:59 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>