﻿<?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  » IAT trials loop</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Sun, 27 Sep 2026 15:43:20 GMT</lastBuildDate><ttl>20</ttl><item><title>IAT trials loop</title><link>https://forums.millisecond.com/Topic22264.aspx</link><description>Hi there,&amp;nbsp;&lt;br/&gt;&lt;br/&gt;Within a block we are trying to show a photo briefly and then do a response test, we would like to do this repetitively within a single block. Currently we have:&amp;nbsp;&lt;br/&gt;&lt;br/&gt;&amp;lt;block priming&amp;gt;&lt;br/&gt;/ bgstim = (attributeAright, attributeBleft, targetcenter)&lt;br/&gt;/ trials = [1=instructions;2=instructions;3=targetcenter;4=noreplace(attributeA, attributeB);5=targetcenter;6=noreplace(attributeA, attributeB)]&lt;br/&gt;/ recorddata = false&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;We would like to do many iterations of "targetcenter" and "noreplace(attributeA, attributeB)" without having to progress through numbers.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;Thank You,&lt;br/&gt;Lauren Gazzard&lt;br/&gt;</description><pubDate>Fri, 11 Aug 2017 17:21:19 GMT</pubDate><dc:creator>gazzardlauren</dc:creator></item><item><title>RE: IAT trials loop</title><link>https://forums.millisecond.com/Topic22266.aspx</link><description>&lt;div data-id="22264" class="if-quote-wrapper" unselectable="on" data-guid="1502496886320"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="22264" 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="22264" 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="22264" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;gazzardlauren - Friday, August 11, 2017&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-22264"&gt;&lt;div class="if-quote-message-margin"&gt;Hi there,&amp;nbsp;&lt;br/&gt;&lt;br/&gt;Within a block we are trying to show a photo briefly and then do a response test, we would like to do this repetitively within a single block. Currently we have:&amp;nbsp;&lt;br/&gt;&lt;br/&gt;&amp;lt;block priming&amp;gt;&lt;br/&gt;/ bgstim = (attributeAright, attributeBleft, targetcenter)&lt;br/&gt;/ trials = [1=instructions;2=instructions;3=targetcenter;4=noreplace(attributeA, attributeB);5=targetcenter;6=noreplace(attributeA, attributeB)]&lt;br/&gt;/ recorddata = false&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;We would like to do many iterations of "targetcenter" and "noreplace(attributeA, attributeB)" without having to progress through numbers.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;Thank You,&lt;br/&gt;Lauren Gazzard&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="22264"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/div&gt;&lt;br/&gt;Not quite sure what you mean by "(without) having to progress through numbers," but you can reformulate to like so:&lt;br/&gt;&lt;br/&gt;&amp;lt;block priming&amp;gt;&lt;br/&gt;/ bgstim = (attributeAright, attributeBleft, targetcenter)&lt;br/&gt;/ trials = [1=instructions;2=instructions;&lt;strong&gt;3,5,7,9,11&lt;/strong&gt;=targetcenter;&lt;strong&gt;4,6,8,10,12&lt;/strong&gt;=noreplace(attributeA, attributeB);]&lt;br/&gt;/ recorddata = false&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;Otherwise, you need to employ a /branch from &amp;lt;trial targetcenter&amp;gt; to either trial.attributeA or trial.attribueB selected from a &amp;lt;list&amp;gt;. I.e. something like:&lt;br/&gt;&lt;br/&gt;&amp;lt;block priming&amp;gt;&lt;br/&gt;/ bgstim = (attributeAright, attributeBleft, targetcenter)&lt;br/&gt;/ trials = [1=instructions;2=instructions;&lt;strong&gt;3-12&lt;/strong&gt;=targetcenter]&lt;br/&gt;/ recorddata = false&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;with &lt;br/&gt;&lt;br/&gt;&amp;lt;trial targetcenter&amp;gt;&lt;br/&gt;...&lt;br/&gt;/ branch = [list.atrributetriallist.nextvalue]&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;and &lt;br/&gt;&lt;br/&gt;&amp;lt;list attributetriallist&amp;gt;&lt;br/&gt;/ items = (trial.attributea, trial.attributeb)&lt;br/&gt;/ poolsize = 10&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;</description><pubDate>Fri, 11 Aug 2017 17:21:19 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>