﻿<?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  » Adding Pictures to BART</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 22:05:06 GMT</lastBuildDate><ttl>20</ttl><item><title>Adding Pictures to BART</title><link>https://forums.millisecond.com/Topic19656.aspx</link><description>I am new to Inquisit and was wanting to use BART task for an upcoming study. However, I wanted to add images of faces before each new balloon.&lt;br/&gt;&lt;br/&gt;I have 4 conditions (fear, happy, neutral, anger) and 10 images per condition -- changing the default # of balloons to 40 (which I can do easily)&lt;br/&gt;&lt;br/&gt;My main question is how I would edit the script so that before each balloon, an image would appear for 2 seconds? I wanted it to choose randomly with no replacement per emotion condition.&lt;br/&gt;&lt;br/&gt;In summation, if someone could offer advice on how to edit BART script to add pictures before each balloon that'd be great!&amp;nbsp;</description><pubDate>Tue, 06 Sep 2016 13:10:06 GMT</pubDate><dc:creator>JAMLab</dc:creator></item><item><title>RE: Adding Pictures to BART</title><link>https://forums.millisecond.com/Topic19658.aspx</link><description>You need to add one or several &amp;lt;picture&amp;gt; elements to the script. &lt;br/&gt;&lt;br/&gt;&amp;lt;picture face&amp;gt;&lt;br/&gt;/ items = faceitems &lt;br/&gt;....&lt;br/&gt;&amp;lt;/picture&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;item faceitems&amp;gt;&lt;br/&gt;/ 1 = "fear_01.jpg"&lt;br/&gt;/ 2 = "fear_02.jpg"&lt;br/&gt;...&lt;br/&gt;/ 11 = "happy_01.jpg"&lt;br/&gt;...&lt;br/&gt;/ 21 = "neutral_01.jpg"&lt;br/&gt;...&lt;br/&gt;/ 31 = "anger_01.jpg"&lt;br/&gt;...&lt;br/&gt;/ 40 = "anger_10.jpg"&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;You can then display that &amp;lt;picture&amp;gt; for the desired amount of time by adding it to &amp;lt;trial init&amp;gt;'s /stimulustimes:&lt;br/&gt;&lt;br/&gt;&amp;lt;trial init&amp;gt;&lt;br/&gt;...&lt;br/&gt;&lt;strong&gt;/ stimulustimes = [0=blank, face]&lt;/strong&gt;&lt;br/&gt;/ response = noresponse&lt;br/&gt;...&lt;br/&gt;/ branch = [trial.choice]&lt;br/&gt;&lt;strong&gt;/ recorddata = true&lt;br/&gt;/ trialduration = 2000&lt;/strong&gt;&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;</description><pubDate>Tue, 06 Sep 2016 13:10:06 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>