﻿<?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 5  » presenting only photos in a BIAT</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Mon, 15 Jun 2026 00:04:46 GMT</lastBuildDate><ttl>20</ttl><item><title>presenting only photos in a BIAT</title><link>https://forums.millisecond.com/Topic22265.aspx</link><description>Hi all-&lt;br/&gt;&lt;br/&gt;I'm trying to adapt the brief-IAT (BIAT) so that instead of words as attributes, the stimuli are only pictures.&amp;nbsp;&lt;br/&gt;I've gone ahead and changed the item type from text to picture, but I'm having trouble with the instruction screens -- it presents the name of the file instead of the picture. So, for example, it'll present black1.bmp, black2.bmp, black3.bmp instead of the pictures themselves.&lt;br/&gt;&lt;br/&gt;My guess is that I need to do something with the instruction labels, but can't figure out what i need to do to make the instruction screens display properly.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;Any help would be greatly appreciated!</description><pubDate>Fri, 11 Aug 2017 17:48:14 GMT</pubDate><dc:creator>rlei88</dc:creator></item><item><title>RE: presenting only photos in a BIAT</title><link>https://forums.millisecond.com/Topic22269.aspx</link><description>&lt;div data-id="22268" class="if-quote-wrapper" unselectable="on" data-guid="1502498886553"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="22268" 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="22268" 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="22268" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Dave - 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-22268"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="22265" class="if-quote-wrapper" unselectable="on" data-guid="1502498886553"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="22265" 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="22265" 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="22265" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;rlei88 - 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-22265"&gt;&lt;div class="if-quote-message-margin"&gt;Hi all-&lt;br/&gt;&lt;br/&gt;I'm trying to adapt the brief-IAT (BIAT) so that instead of words as attributes, the stimuli are only pictures.&amp;nbsp;&lt;br/&gt;I've gone ahead and changed the item type from text to picture, but I'm having trouble with the instruction screens -- it presents the name of the file instead of the picture. So, for example, it'll present black1.bmp, black2.bmp, black3.bmp instead of the pictures themselves.&lt;br/&gt;&lt;br/&gt;My guess is that I need to do something with the instruction labels, but can't figure out what i need to do to make the instruction screens display properly.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;Any help would be greatly appreciated!&lt;a class="if-quote-goto quote-link" href="#" data-id="22265"&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;You need to define additional &amp;lt;picture&amp;gt; elements and have the instructions &amp;lt;trial&amp;gt; (&amp;lt;trial testinstructions&amp;gt;) display them. Look at the &amp;lt;picture topFocusInstruct1&amp;gt; to &amp;lt;picture topFocusInstruct4&amp;gt; elements which do this for the _target_ items. &lt;br/&gt;&lt;br/&gt;&amp;lt;picture topFocusInstruct1&amp;gt;&lt;br/&gt;/ valign = bottom&lt;br/&gt;/ halign = center&lt;br/&gt;/ position = (35%, 15%)&lt;br/&gt;/ size = (7%, 7%)&lt;br/&gt;/ select = 1&lt;br/&gt;&amp;lt;/picture&amp;gt;&lt;br/&gt;...&lt;br/&gt;&lt;br/&gt;&amp;lt;trial testinstructions&amp;gt;&lt;br/&gt;/ stimulustimes = [1=testinstructions, topFocusInstructLabel,&lt;strong&gt; topFocusInstruct1, topFocusInstruct2, topFocusInstruct3, topFocusInstruct4&lt;/strong&gt;, orInstruct, bottomFocusInstruct, progress]&lt;br/&gt;/ correctresponse = (" ")&lt;br/&gt;/ validresponse = (57)&lt;br/&gt;/ errormessage = false&lt;br/&gt;/ recorddata = false&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;You need to implement the same approach for the _attribute_ items, i.e. replace &amp;lt;text bottomFocusInstruct&amp;gt; with four distinct &amp;lt;picture&amp;gt; elements. You also need to set the items for those &amp;lt;picture&amp;gt; elements accordingly at the start of the respective &amp;lt;block&amp;gt;s. You can model that after the logic for the already existing topfocusinstruct1 to topfocusinstruct2 picture elements:&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block A&amp;gt;&lt;br/&gt;/ skip = [parameters.extended == false &amp;amp;&amp;amp; block.A.totalcount &amp;gt;=1]&lt;br/&gt;/ onblockbegin = [values.currentTarget = item.targetALabel.1; ]&lt;br/&gt;&lt;strong&gt;/ onblockbegin = [clear(picture.topfocusInstruct1); picture.topfocusInstruct1.item = item.targetA.1; clear(picture.topFocusInstruct2); picture.topFocusInstruct2.item = item.targetA.2; clear(picture.topFocusInstruct3); picture.topFocusInstruct3.item = item.targetA.3; clear(picture.topFocusInstruct4); picture.topFocusInstruct4.item = item.targetA.4]&lt;/strong&gt;&lt;br/&gt;/ trials = [1=testInstructions; 2=showLabels;&lt;br/&gt;&amp;nbsp; 3-6 = noreplace(targetARight, targetBLeft);&lt;br/&gt;&amp;nbsp; 8,10,12,14,16,18,20,22 = noreplace(targetARight, targetBLeft);&lt;br/&gt;&amp;nbsp; 7,9,11,13,15,17,19,21 = noreplace(attributeA, attributeB)]&lt;br/&gt;...&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block B&amp;gt;&lt;br/&gt;/ skip = [parameters.extended == false &amp;amp;&amp;amp; block.B.totalcount &amp;gt;=1]&lt;br/&gt;/ onblockbegin = [values.currentTarget = item.targetBLabel.1]&lt;br/&gt;&lt;strong&gt;/ onblockbegin = [clear(picture.topfocusInstruct1); picture.topfocusInstruct1.item = item.targetB.1; clear(picture.topFocusInstruct2); picture.topFocusInstruct2.item = item.targetB.2; clear(picture.topFocusInstruct3); picture.topFocusInstruct3.item = item.targetB.3; clear(picture.topFocusInstruct4); picture.topFocusInstruct4.item = item.targetB.4]&lt;/strong&gt;&lt;br/&gt;/ trials = [1=testInstructions;2=showLabels;&lt;br/&gt;&amp;nbsp; 3-6 = noreplace(targetBRight, targetALeft);&lt;br/&gt;&amp;nbsp; 8,10,12,14,16,18,20,22= noreplace(targetBRight, targetALeft);&lt;br/&gt;&amp;nbsp; 7,9,11,13,15,17,19,21= noreplace(attributeA, attributeB)]&lt;br/&gt;...&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="22268"&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;You're a lifesaver Dave. Supreme Being indeed :-)</description><pubDate>Fri, 11 Aug 2017 17:48:14 GMT</pubDate><dc:creator>rlei88</dc:creator></item><item><title>RE: presenting only photos in a BIAT</title><link>https://forums.millisecond.com/Topic22268.aspx</link><description>&lt;div data-id="22265" class="if-quote-wrapper" unselectable="on" data-guid="1502497307101"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="22265" 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="22265" 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="22265" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;rlei88 - 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-22265"&gt;&lt;div class="if-quote-message-margin"&gt;Hi all-&lt;br/&gt;&lt;br/&gt;I'm trying to adapt the brief-IAT (BIAT) so that instead of words as attributes, the stimuli are only pictures.&amp;nbsp;&lt;br/&gt;I've gone ahead and changed the item type from text to picture, but I'm having trouble with the instruction screens -- it presents the name of the file instead of the picture. So, for example, it'll present black1.bmp, black2.bmp, black3.bmp instead of the pictures themselves.&lt;br/&gt;&lt;br/&gt;My guess is that I need to do something with the instruction labels, but can't figure out what i need to do to make the instruction screens display properly.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;Any help would be greatly appreciated!&lt;a class="if-quote-goto quote-link" href="#" data-id="22265"&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;You need to define additional &amp;lt;picture&amp;gt; elements and have the instructions &amp;lt;trial&amp;gt; (&amp;lt;trial testinstructions&amp;gt;) display them. Look at the &amp;lt;picture topFocusInstruct1&amp;gt; to &amp;lt;picture topFocusInstruct4&amp;gt; elements which do this for the _target_ items. &lt;br/&gt;&lt;br/&gt;&amp;lt;picture topFocusInstruct1&amp;gt;&lt;br/&gt;/ valign = bottom&lt;br/&gt;/ halign = center&lt;br/&gt;/ position = (35%, 15%)&lt;br/&gt;/ size = (7%, 7%)&lt;br/&gt;/ select = 1&lt;br/&gt;&amp;lt;/picture&amp;gt;&lt;br/&gt;...&lt;br/&gt;&lt;br/&gt;&amp;lt;trial testinstructions&amp;gt;&lt;br/&gt;/ stimulustimes = [1=testinstructions, topFocusInstructLabel,&lt;strong&gt; topFocusInstruct1, topFocusInstruct2, topFocusInstruct3, topFocusInstruct4&lt;/strong&gt;, orInstruct, bottomFocusInstruct, progress]&lt;br/&gt;/ correctresponse = (" ")&lt;br/&gt;/ validresponse = (57)&lt;br/&gt;/ errormessage = false&lt;br/&gt;/ recorddata = false&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;You need to implement the same approach for the _attribute_ items, i.e. replace &amp;lt;text bottomFocusInstruct&amp;gt; with four distinct &amp;lt;picture&amp;gt; elements. You also need to set the items for those &amp;lt;picture&amp;gt; elements accordingly at the start of the respective &amp;lt;block&amp;gt;s. You can model that after the logic for the already existing topfocusinstruct1 to topfocusinstruct2 picture elements:&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block A&amp;gt;&lt;br/&gt;/ skip = [parameters.extended == false &amp;amp;&amp;amp; block.A.totalcount &amp;gt;=1]&lt;br/&gt;/ onblockbegin = [values.currentTarget = item.targetALabel.1; ]&lt;br/&gt;&lt;strong&gt;/ onblockbegin = [clear(picture.topfocusInstruct1); picture.topfocusInstruct1.item = item.targetA.1; clear(picture.topFocusInstruct2); picture.topFocusInstruct2.item = item.targetA.2; clear(picture.topFocusInstruct3); picture.topFocusInstruct3.item = item.targetA.3; clear(picture.topFocusInstruct4); picture.topFocusInstruct4.item = item.targetA.4]&lt;/strong&gt;&lt;br/&gt;/ trials = [1=testInstructions; 2=showLabels;&lt;br/&gt;&amp;nbsp; 3-6 = noreplace(targetARight, targetBLeft);&lt;br/&gt;&amp;nbsp; 8,10,12,14,16,18,20,22 = noreplace(targetARight, targetBLeft);&lt;br/&gt;&amp;nbsp; 7,9,11,13,15,17,19,21 = noreplace(attributeA, attributeB)]&lt;br/&gt;...&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block B&amp;gt;&lt;br/&gt;/ skip = [parameters.extended == false &amp;amp;&amp;amp; block.B.totalcount &amp;gt;=1]&lt;br/&gt;/ onblockbegin = [values.currentTarget = item.targetBLabel.1]&lt;br/&gt;&lt;strong&gt;/ onblockbegin = [clear(picture.topfocusInstruct1); picture.topfocusInstruct1.item = item.targetB.1; clear(picture.topFocusInstruct2); picture.topFocusInstruct2.item = item.targetB.2; clear(picture.topFocusInstruct3); picture.topFocusInstruct3.item = item.targetB.3; clear(picture.topFocusInstruct4); picture.topFocusInstruct4.item = item.targetB.4]&lt;/strong&gt;&lt;br/&gt;/ trials = [1=testInstructions;2=showLabels;&lt;br/&gt;&amp;nbsp; 3-6 = noreplace(targetBRight, targetALeft);&lt;br/&gt;&amp;nbsp; 8,10,12,14,16,18,20,22= noreplace(targetBRight, targetALeft);&lt;br/&gt;&amp;nbsp; 7,9,11,13,15,17,19,21= noreplace(attributeA, attributeB)]&lt;br/&gt;...&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;</description><pubDate>Fri, 11 Aug 2017 17:33:42 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>