﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Millisecond Forums » Millisecond Forums » Inquisit 4  » Visual search task - to have response options drawn from the same array presented before it</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Wed, 29 Apr 2026 21:17:34 GMT</lastBuildDate><ttl>20</ttl><item><title>Visual search task - to have response options drawn from the same array presented before it</title><link>https://forums.millisecond.com/Topic19534.aspx</link><description>Hi everyone!&lt;br/&gt;&lt;br/&gt;I'm trying to set up a visual search task and would greatly appreciate some help with a few codes.&lt;br/&gt;&lt;br/&gt;The sequence of events for the task are : &lt;br/&gt;&lt;br/&gt;&lt;strong&gt;(1st screen) &lt;/strong&gt;Fixation &lt;br/&gt;&lt;strong&gt;(2nd screen) &lt;/strong&gt;Presentation of a target within a randomized array consisting of 2,4 or 8 items &amp;nbsp;&amp;amp; items remain on screen until participants respond "Yes" or "No" to having seen a target by pressing one of two keys on the keyboard&lt;br/&gt;&lt;strong&gt;(3rd screen) &lt;/strong&gt;Participants prompted to identify the previous location of the target - by having the exact same array presented in the 2nd screen appear with simply blank boxes&lt;br/&gt;&lt;br/&gt;I have gotten everything else running perfectly well but I am having some troubles getting the right code for the &lt;strong&gt;&lt;span style="text-decoration: underline;"&gt;3rd screen&lt;/span&gt;&lt;/strong&gt; - &lt;strong&gt;that is to get the 3rd screen to present the exact same array that was presented in the previous screen.&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;If it helps, I have included the codes I have for my sequence of trials.&lt;br/&gt;&lt;br/&gt;I would absolutely value any help if anyone has set up a visual search task similar to this before.&lt;br/&gt;&lt;br/&gt;Thanks in advance!&lt;br/&gt;&lt;br/&gt;&lt;strong&gt;&lt;u style="background-color: rgb(131, 242, 214);"&gt;Codes:&lt;/span&gt;&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;&lt;strong&gt;(1st screen - FIXATION)&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial fixation&amp;gt;&lt;br/&gt;/stimulusframes = [1 = fixation]&lt;br/&gt;/timeout = values.fixationduration&lt;br/&gt;/branch = [if (values.expcondition == 0) {values.setsize = 8; trial.targetpresent8}]&lt;br/&gt;/branch = [if (values.expcondition == 0) {values.setsize = 8; trial.targetabsent8}]&lt;br/&gt;/recorddata = false&lt;br/&gt;/errormessage = false&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;span style="background-color: rgb(94, 255, 215);"&gt;&lt;strong&gt;(2nd screen - TARGET PRESENTED IN ARRAY)&lt;/strong&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial targetpresent8&amp;gt;&lt;br/&gt;/ontrialbegin = [values.trialtype = "targetpresent"]&lt;br/&gt;/ontrialbegin = [values.selectdistractor7 = list.distractor_itemnumber.nextindex]&lt;br/&gt;&lt;br/&gt;/ontrialbegin = [values.stimulilocations = concat(values.stimulilocations, "Distractor1: ")]&lt;br/&gt;/ontrialbegin = [values.stimulilocations = concat(values.stimulilocations, values.selectdistractor1)]&lt;br/&gt;/ontrialbegin = [values.distractor_x1 = expressions.xcenter + list.x_coordinates_pictures.nextvalue]&lt;br/&gt;/ontrialbegin = [values.distractor_y1 = expressions.ycenter + list.y_coordinates_pictures.nextvalue]&lt;br/&gt;/ontrialbegin = [values.pictureposition = list.pictureposition.nextvalue]&lt;br/&gt;/ontrialbegin = [values.stimulilocations = concat(values.stimulilocations, ", Position: ")]&lt;br/&gt;/ontrialbegin = [values.stimulilocations = concat(values.stimulilocations, values.pictureposition)]&lt;br/&gt;&lt;br/&gt;/ontrialbegin = [values.stimulilocations = concat(values.stimulilocations, ", Distractor2: ")]&lt;br/&gt;/ontrialbegin = [values.stimulilocations = concat(values.stimulilocations, values.selectdistractor2)]&lt;br/&gt;/ontrialbegin = [values.distractor_x2 = expressions.xcenter + list.x_coordinates_pictures.nextvalue]&lt;br/&gt;/ontrialbegin = [values.distractor_y2 = expressions.ycenter + list.y_coordinates_pictures.nextvalue]&lt;br/&gt;/ontrialbegin = [values.pictureposition = list.pictureposition.nextvalue]&lt;br/&gt;/ontrialbegin = [values.stimulilocations = concat(values.stimulilocations, ", Position: ")]&lt;br/&gt;/ontrialbegin = [values.stimulilocations = concat(values.stimulilocations, values.pictureposition)]&lt;br/&gt;&lt;br/&gt;/ontrialbegin = [values.stimulilocations = concat(values.stimulilocations, ", Distractor3: ")]&lt;br/&gt;/ontrialbegin = [values.stimulilocations = concat(values.stimulilocations, values.selectdistractor3)]&lt;br/&gt;/ontrialbegin = [values.distractor_x3 = expressions.xcenter + list.x_coordinates_pictures.nextvalue]&lt;br/&gt;/ontrialbegin = [values.distractor_y3 = expressions.ycenter + list.y_coordinates_pictures.nextvalue]&lt;br/&gt;/ontrialbegin = [values.pictureposition = list.pictureposition.nextvalue]&lt;br/&gt;/ontrialbegin = [values.stimulilocations = concat(values.stimulilocations, ", Position: ")]&lt;br/&gt;/ontrialbegin = [values.stimulilocations = concat(values.stimulilocations, values.pictureposition)]&lt;br/&gt;&lt;br/&gt;/ontrialbegin = [values.stimulilocations = concat(values.stimulilocations, ", Distractor4: ")]&lt;br/&gt;/ontrialbegin = [values.stimulilocations = concat(values.stimulilocations, values.selectdistractor4)]&lt;br/&gt;/ontrialbegin = [values.distractor_x4 = expressions.xcenter + list.x_coordinates_pictures.nextvalue]&lt;br/&gt;/ontrialbegin = [values.distractor_y4 = expressions.ycenter + list.y_coordinates_pictures.nextvalue]&lt;br/&gt;/ontrialbegin = [values.pictureposition = list.pictureposition.nextvalue]&lt;br/&gt;/ontrialbegin = [values.stimulilocations = concat(values.stimulilocations, ", Position: ")]&lt;br/&gt;/ontrialbegin = [values.stimulilocations = concat(values.stimulilocations, values.pictureposition)]&lt;br/&gt;&lt;br/&gt;/ontrialbegin = [values.stimulilocations = concat(values.stimulilocations, ", Distractor5: ")]&lt;br/&gt;/ontrialbegin = [values.stimulilocations = concat(values.stimulilocations, values.selectdistractor5)]&lt;br/&gt;/ontrialbegin = [values.distractor_x5 = expressions.xcenter + list.x_coordinates_pictures.nextvalue]&lt;br/&gt;/ontrialbegin = [values.distractor_y5 = expressions.ycenter + list.y_coordinates_pictures.nextvalue]&lt;br/&gt;/ontrialbegin = [values.pictureposition = list.pictureposition.nextvalue]&lt;br/&gt;/ontrialbegin = [values.stimulilocations = concat(values.stimulilocations, ", Position: ")]&lt;br/&gt;/ontrialbegin = [values.stimulilocations = concat(values.stimulilocations, values.pictureposition)]&lt;br/&gt;&lt;br/&gt;/ontrialbegin = [values.stimulilocations = concat(values.stimulilocations, ", Distractor6: ")]&lt;br/&gt;/ontrialbegin = [values.stimulilocations = concat(values.stimulilocations, values.selectdistractor6)]&lt;br/&gt;/ontrialbegin = [values.distractor_x6 = expressions.xcenter + list.x_coordinates_pictures.nextvalue]&lt;br/&gt;/ontrialbegin = [values.distractor_y6 = expressions.ycenter + list.y_coordinates_pictures.nextvalue]&lt;br/&gt;/ontrialbegin = [values.pictureposition = list.pictureposition.nextvalue]&lt;br/&gt;/ontrialbegin = [values.stimulilocations = concat(values.stimulilocations, ", Position: ")]&lt;br/&gt;/ontrialbegin = [values.stimulilocations = concat(values.stimulilocations, values.pictureposition)]&lt;br/&gt;&lt;br/&gt;/ontrialbegin = [values.stimulilocations = concat(values.stimulilocations, ", Distractor7: ")]&lt;br/&gt;/ontrialbegin = [values.stimulilocations = concat(values.stimulilocations, values.selectdistractor7)]&lt;br/&gt;/ontrialbegin = [values.distractor_x7 = expressions.xcenter + list.x_coordinates_pictures.nextvalue]&lt;br/&gt;/ontrialbegin = [values.distractor_y7 = expressions.ycenter + list.y_coordinates_pictures.nextvalue]&lt;br/&gt;/ontrialbegin = [values.pictureposition = list.pictureposition.nextvalue]&lt;br/&gt;/ontrialbegin = [values.stimulilocations = concat(values.stimulilocations, ", Position: ")]&lt;br/&gt;/ontrialbegin = [values.stimulilocations = concat(values.stimulilocations, values.pictureposition)]&lt;br/&gt;&lt;br/&gt;/ontrialbegin = [values.stimulilocations = concat(values.stimulilocations, ", Target: ")]&lt;br/&gt;/ontrialbegin= [values.stimulilocations = concat(values.stimulilocations, picture.target.currentitemnumber)]&lt;br/&gt;/ontrialbegin = [values.target = picture.target.currentitem]&lt;br/&gt;&lt;br/&gt;/ontrialbegin = [values.pictureposition = list.pictureposition.nextvalue]&lt;br/&gt;/ontrialbegin= [values.stimulilocations = concat(values.stimulilocations, ", Position: ")]&lt;br/&gt;/ontrialbegin = [values.stimulilocations = concat(values.stimulilocations, values.pictureposition)]&lt;br/&gt;&lt;br/&gt;/ontrialbegin = [values.target_x = expressions.xcenter + list.x_coordinates_pictures.nextvalue]&lt;br/&gt;/ontrialbegin = [values.target_y = expressions.ycenter + list.y_coordinates_pictures.nextvalue]&lt;br/&gt;&lt;br/&gt;/stimulusframes = [1 = fixation, distractor1, distractor2, distractor3, distractor4, distractor5, distractor6, distractor7, target]&lt;br/&gt;&lt;br/&gt;/isvalidresponse = [trial.targetpresent8.response == values.responsekey_targetabsent || trial.targetpresent8.response == values.responsekey_targetpresent]&lt;br/&gt;/iscorrectresponse = [trial.targetpresent8.response == values.responsekey_targetpresent]&lt;br/&gt;&lt;br/&gt;/monkeyresponse = (21, 49)&lt;br/&gt;/ontrialend = [if (trial.targetpresent8.correct) {values.hit = 1; values.responsetype = "Hit"} else {values.miss = 1; values.responsetype = "Miss"}]&lt;br/&gt;/branch = [trial.targetlocation]&lt;br/&gt;&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;span style="background-color: rgb(247, 229, 113);"&gt;I have also included "target absent" trials as catch trials with very similar codes - for example - the only difference to the above code is that 8 distractors are selected to be presented rather that 7&amp;nbsp;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;strong&gt;(3rd screen - TARGET LOCATION)&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial targetlocation&amp;gt;&lt;br/&gt;&lt;br/&gt;/stimulusframes = [1 = targetlocationinstructions]&lt;br/&gt;/isvalidresponse = [trial.targetlocation.response == values.responsekey_targetlocationup || trial.targetlocation.response == values.responsekey_targetlocationdown]&lt;br/&gt;/monkeyresponse = (72, 80)&lt;br/&gt;/iscorrectresponse = [trial.targetlocation.response == values.responsekey_targetlocationup || trial.targetlocation.response == values.responsekey_targetlocationdown]&lt;br/&gt;&lt;br/&gt;/ontrialend = [if (trial.targetlocation.correct) {values.hit = 1; values.responsetype = "Location Recorded"} else {values.miss = 1; values.responsetype = "No Location Recorded"}]&lt;br/&gt;&lt;br/&gt;/ontrialend = [if (trial.targetpresent8.correct &amp;amp;&amp;amp; (values.pictureposition == 1 || values.pictureposition == 2 || values.pictureposition == 3 || values.pictureposition == 8) &amp;amp;&amp;amp; values.responsekey_targetlocationup) &lt;br/&gt;{values.responsetype = "Correct location identified"} else {values.responsetype = "Incorrect location identified"}]&lt;br/&gt;/ontrialend = [if (trial.targetpresent8.correct &amp;amp;&amp;amp; (values.pictureposition == 4 || values.pictureposition == 5 || values.pictureposition == 6 || values.pictureposition == 7) &amp;amp;&amp;amp; values.responsekey_targetlocationdown) &lt;br/&gt;{values.responsetype = "Correct location identified"} else {values.responsetype = "Incorrect location identified"}]&lt;br/&gt;&lt;br/&gt;/ontrialend = [if (trial.targetabsent8.correct) {values.responsetype = "No location target absent"}]&lt;br/&gt;&lt;br/&gt;/recorddata = true&lt;br/&gt;/branch = [trial.end]&lt;br/&gt;&lt;br/&gt;&lt;span style="background-color: rgb(247, 229, 113);"&gt;Here, I only have a screen asking participants where they thought the location was and to press one of two keys to indicate an "Bottom half" or "Top half" response.&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;</description><pubDate>Mon, 12 Sep 2016 23:23:00 GMT</pubDate><dc:creator>Hannah_Razak</dc:creator></item><item><title>RE: Visual search task - to have response options drawn from the same array presented before it</title><link>https://forums.millisecond.com/Topic19684.aspx</link><description>Got it! Thanks so much for your help Dave. :)</description><pubDate>Mon, 12 Sep 2016 23:23:00 GMT</pubDate><dc:creator>Hannah_Razak</dc:creator></item><item><title>RE: Visual search task - to have response options drawn from the same array presented before it</title><link>https://forums.millisecond.com/Topic19662.aspx</link><description>The reason for the message is this: /branches need to take place at the same "level", i.e., a &amp;lt;trial&amp;gt; may /branch to another &amp;lt;trial&amp;gt;, but not to a &amp;lt;block&amp;gt;. Conversely, a &amp;lt;block&amp;gt; may /branch to another &amp;lt;block&amp;gt;, but not to a &amp;lt;trial&amp;gt;. &lt;br/&gt;&lt;br/&gt;&amp;lt;trial &lt;strong&gt;fixation&lt;/strong&gt;&amp;gt;&lt;br/&gt;/stimulusframes = [1 = fixation]&lt;br/&gt;/timeout = values.fixationduration&lt;br/&gt;/recorddata = false&lt;br/&gt;/errormessage = false&lt;br/&gt;&lt;span style="text-decoration: underline;"&gt;/branch = [&lt;font color="#e60e2a"&gt;&lt;strong&gt;block.mixedcues&lt;/strong&gt;&lt;/font&gt;]&lt;/span&gt;&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;You can't /branch to a &amp;lt;block&amp;gt; from a &amp;lt;trial&amp;gt;, which is what the above aims to do. The /branch needs to either reside at the &amp;lt;block&amp;gt;-level, or you need to /branch to a &amp;lt;trial&amp;gt; instead of a &amp;lt;block&amp;gt;.&lt;br/&gt;</description><pubDate>Wed, 07 Sep 2016 07:48:37 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: Visual search task - to have response options drawn from the same array presented before it</title><link>https://forums.millisecond.com/Topic19660.aspx</link><description>Hi Dave,&lt;br/&gt;&lt;br/&gt;(So sorry for getting replying this late. Got called away from work for the past 2 weeks)&lt;br/&gt;&lt;br/&gt;Thanks so much for your reply though! I have that bit sorted for now. The stimuli did have their positions logged (didn't want to chuck in too much here) but it was the issue of having it come up exactly the same in the next page/frame. Thanks again! :)&amp;nbsp;&lt;br/&gt;&lt;br/&gt;On another related code, I've set up another similar paradigm but instead of asking people to identify the location of the targets, people will simply view the array and press two keys (yes or no) to indicate if they saw the target.&lt;br/&gt;&lt;br/&gt;Basically, each trial follows this sequence : "&lt;font color="#9e1eb8"&gt;&lt;strong&gt;Ready" ---&amp;gt; Fixation ---&amp;gt; Array of images ---&amp;gt; Array stays on until people respond "yes" or "no" to having seen the target&lt;/strong&gt;&lt;/font&gt;&lt;br/&gt;&lt;br/&gt;I have got the program running and data is recorded just fine as well but I do get this message at the end of it :&lt;br/&gt;&lt;br/&gt;&lt;strong&gt;The element 'mixedcues' in branch expression 'mixedcues' is the wrong element type.&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;I belive it refers to this bit of code here:&lt;br/&gt;&lt;br/&gt;&amp;lt;trial &lt;strong&gt;ready&lt;/strong&gt;&amp;gt;&lt;br/&gt;/ontrialbegin = [list.x_coordinates_pictures.reset()]&lt;br/&gt;/ontrialbegin = [values.stimulilocations = ""; values.target = ""; values.trialtype = ""]&lt;br/&gt;/ontrialbegin = [values.hit = 0; values.miss = 0; values.FA = 0; values.CR = 0]&lt;br/&gt;/stimulusframes = [1 = ready]&lt;br/&gt;/timeout = values.readyduration&lt;br/&gt;/recorddata = false&lt;br/&gt;/errormessage = false&lt;br/&gt;/branch = [trial.fixation]&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial &lt;strong&gt;fixation&lt;/strong&gt;&amp;gt;&lt;br/&gt;/stimulusframes = [1 = fixation]&lt;br/&gt;/timeout = values.fixationduration&lt;br/&gt;/recorddata = false&lt;br/&gt;/errormessage = false&lt;br/&gt;/branch = [&lt;font color="#e60e2a"&gt;&lt;strong&gt;block.mixedcues&lt;/strong&gt;&lt;/font&gt;]&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;&lt;font color="#eb0e2b"&gt;&lt;strong&gt;block mixedcues&lt;/strong&gt;&lt;/font&gt;&amp;gt;&lt;br/&gt;/preinstructions = (cue)&lt;br/&gt;/skip = [values.blockedcues == true]&lt;br/&gt;/stop = [values.count_sequence == values.trialnumber]&lt;br/&gt;/onblockbegin = [values.count_sequence = 0]&lt;br/&gt;/onblockbegin = [values.countblocks += 0]&lt;br/&gt;/trials = [1-16 = noreplace(&lt;span style="background-color: rgb(255, 255, 255);"&gt;&lt;font color="#0e33eb"&gt;targetpresent4distractor1, targetpresent6distractor1, targetpresent8distractor1, targetabsent4distractor1, targetabsent6distractor1, targetabsent8distractor1,&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; targetpresent4distractor2, targetpresent6distractor2, targetpresent8distractor2, targetabsent4distractor2, targetabsent6distractor2, targetabsent8distractor2,&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; targetpresent4distractor3, targetpresent6distractor3, targetpresent8distractor3, targetabsent4distractor3, targetabsent6distractor3, targetabsent8distractor3&lt;/font&gt;)]&lt;/span&gt;&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;The codes in &lt;font color="#123aeb"&gt;&lt;strong&gt;blue&lt;/strong&gt;&lt;/font&gt; are the different 18 trial types/specific stimuli arrangements that the task goes through.&lt;br/&gt;&lt;br/&gt;Could you let me know what I've done wrong for the error to come up?&lt;br/&gt;&lt;br/&gt;Thanks! :)&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;</description><pubDate>Tue, 06 Sep 2016 22:13:26 GMT</pubDate><dc:creator>Hannah_Razak</dc:creator></item><item><title>RE: Visual search task - to have response options drawn from the same array presented before it</title><link>https://forums.millisecond.com/Topic19537.aspx</link><description>The code is somewhat incomplete and thus hard to make sense of. What you should do (and it looks like you already do some of it, how much I can't be sure of):&lt;br/&gt;&lt;br/&gt;#1: In &amp;lt;trial targetpresent8&amp;gt; store your stimuli's x and y positions in global variables (&amp;lt;values&amp;gt; entries). Your stimuli should use those values in their respective /hposition and /vposition attributes.&lt;br/&gt;&lt;br/&gt;&amp;lt;trial targetpresent8&amp;gt;&lt;br/&gt;...&lt;br/&gt;/ontrialbegin = [values.distractor_x1 = expressions.xcenter + list.x_coordinates_pictures.nextvalue]&lt;br/&gt;/ontrialbegin = [values.distractor_y1 = expressions.ycenter + list.y_coordinates_pictures.nextvalue]&lt;br/&gt;...&lt;br/&gt;/stimulusframes = [1 = fixation, distractor1, distractor2, distractor3, distractor4, distractor5, distractor6, distractor7, target]&lt;br/&gt;...&lt;br/&gt;&lt;strong&gt;/branch = [trial.targetlocation8]&lt;/strong&gt;&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;span style="text-decoration: underline;"&gt;&lt;br/&gt;&lt;br/&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/span&gt;with&amp;nbsp;&lt;br/&gt;&lt;br/&gt;&amp;lt;picture distractor1&amp;gt;&lt;br/&gt;...&lt;br/&gt;&lt;strong&gt;/ hposition = values.distractor_x1&lt;br/&gt;/ vposition = values.distractor_y1&lt;/strong&gt;&lt;br/&gt;...&lt;br/&gt;&amp;lt;/picture&amp;gt;&lt;br/&gt;&lt;br/&gt;and so forth. Importantly, you only do that in the "1st screen" trial.&lt;br/&gt;&lt;br/&gt;#2: You'll want to set up separate "targetlocation" trials for different numbers of distractors as well as present or absent. I.e., &amp;lt;trial targetlocation8&amp;gt;, &amp;lt;trial targetlocation7&amp;gt;, and so forth. /branch to the appropriate trial from the "targetpresent" or "targetabsent" trial.&lt;br/&gt;&lt;br/&gt;#3: Then all you need is to have the respective "targetlocation" trial display the same stimuli again:&lt;br/&gt;&lt;br/&gt;&amp;lt;trial targetlocation8&amp;gt;&lt;br/&gt;...&lt;br/&gt;/stimulusframes = [1 = targetlocationinstructions, distractor1, distractor2, distractor3, distractor4, distractor5, distractor6, distractor7, target]&lt;br/&gt;...&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;The array will be identical to the one displayed in the 1st screen.&lt;br/&gt;&lt;br/&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;</description><pubDate>Wed, 17 Aug 2016 07:41:41 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>