﻿<?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  » Subliminal Priming - Request help setting time parameters for Prime Image</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Wed, 09 Sep 2026 04:33:01 GMT</lastBuildDate><ttl>20</ttl><item><title>Subliminal Priming - Request help setting time parameters for Prime Image</title><link>https://forums.millisecond.com/Topic34437.aspx</link><description>Hello. So, I have zero experience with coding and I am doing the best that I can to use the Subliminal Priming Procedure (Bona Fide) by Dr. Katja Borchert as a framework for creating a subliminal priming task using an image prime. Dr. Borchert uses text primes, however, I would like to use image primes and I do not know how to set it so that the image disappears after a certain amount of time (ex. 100ms) before the mask, then target prime appear. Right now I have gotten the image to show up, but it remains on screen as the rest of the process unfolds. I am hoping that someone with coding experience can help me figure out if I have programmed this script correctly. &lt;br/&gt;&lt;br/&gt;Gratefully,&lt;br/&gt;Patrick Kelly &lt;img src="../Uploads/Images/fbd1ea3d-ec7c-4537-84f6-d09f.png" data-download-url="../Uploads/Images/a7e57c08-8305-468e-882c-4299.png" id="if_insertedNode_1655322593524"&gt;&lt;img src="../Uploads/Images/3a1bd833-e261-4fc1-b3c6-335b.png" data-download-url="../Uploads/Images/a66382eb-e920-42d2-b33c-733b.png" id="if_insertedNode_1655322610141"&gt;&lt;img src="../Uploads/Images/43267fb4-35f3-4562-b8e7-0d50.png" data-download-url="../Uploads/Images/770f891e-2bd2-41cb-9b3d-d162.png" id="if_insertedNode_1655322618447"&gt;&lt;br/&gt;</description><pubDate>Wed, 15 Jun 2022 21:20:34 GMT</pubDate><dc:creator>patkelly2000</dc:creator></item><item><title>RE: Subliminal Priming - Request help setting time parameters for Prime Image</title><link>https://forums.millisecond.com/Topic34442.aspx</link><description>&lt;blockquote data-id="34440" class="if-quote-wrapper" unselectable="on" data-guid="1655327725024" id="if_insertedNode_1655327724111" contenteditable="false"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="34440" 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="34440" 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="34440" title=" "&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;patkelly2000 - 6/15/2022&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-34440"&gt;&lt;div class="if-quote-message-margin" contenteditable="true"&gt;I followed the steps and came up with the error: ""item.primes.item(values.selectprime1)' Expression contains an invalid identifier"&lt;br/&gt;&lt;br/&gt;&lt;u&gt;&lt;strong&gt;I changed:&lt;/strong&gt;&lt;/u&gt;&lt;br/&gt;&amp;lt;item primes&amp;gt;&lt;br/&gt;/1 = "Metapod"&lt;br/&gt;/2 = "Shelder"&lt;br/&gt;&amp;lt;/item&amp;gt; &lt;br/&gt;&lt;br/&gt;&amp;lt;text prime1&amp;gt;&lt;br/&gt;/items = primes&lt;br/&gt;/select = values.selectprime1&lt;br/&gt;/ fontstyle = ("Courier New", parameters.fontheight, false, false, false, false, 5, 1)&lt;br/&gt;/ txcolor = white&lt;br/&gt;/txbgcolor = black&lt;br/&gt;/position = (50%, 50%)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;strong&gt;&lt;u&gt;to&lt;/u&gt;&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;picture primes&amp;gt;&lt;br/&gt;/ items = ("BLM_Prime.jpg")&lt;br/&gt;/ items = ("Neutral_Prime.jpg")&lt;br/&gt;&amp;lt;/picture&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;picture prime1&amp;gt;&lt;br/&gt;/items = ("BLM_Prime.jpg")&lt;br/&gt;/position = (50%, 50%)&lt;br/&gt;&amp;lt;/picture&amp;gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="34440"&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;Well, don't. You removed the &amp;lt;item&amp;gt; element referenced in the error and there is no reason to remove it. You shouldn't. The correct way of going from &lt;br/&gt;&lt;br/&gt;[code]&amp;lt;item primes&amp;gt;&lt;br/&gt;/1 = "Metapod"&lt;br/&gt;/2 = "Shelder"&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text prime1&amp;gt;&lt;br/&gt;/items = primes&lt;br/&gt;/select = values.selectprime1&lt;br/&gt;/ fontstyle = ("Courier New", parameters.fontheight, false, false, false, false, 5, 1)&lt;br/&gt;/ txcolor = white&lt;br/&gt;/txbgcolor = black&lt;br/&gt;/position = (50%, 50%)&lt;br/&gt;&amp;lt;/text&amp;gt;[/code]&lt;br/&gt;&lt;br/&gt;to something that uses picture stimuli instread is&lt;br/&gt;&lt;br/&gt;[code]&amp;lt;item primes&amp;gt;&lt;br/&gt;/ 1 = "BLM_Prime.jpg"&lt;br/&gt;/ 2 = "Neutral_Prime.jpg"&lt;br/&gt;&amp;lt;/picture&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;picture prime1&amp;gt;&lt;br/&gt;/items = primes&lt;br/&gt;/position = (50%, 50%)&lt;br/&gt;/select = values.selectprime1&lt;br/&gt;&amp;lt;/picture&amp;gt;[/code]&lt;br/&gt;&lt;br/&gt;Before you make any further changes, please take the time to read the programmer's manual:&lt;br/&gt;&lt;a href="https://www.millisecond.com/support/Inquisit%20Programmer's%20Manual.pdf"&gt;https://www.millisecond.com/support/Inquisit%20Programmer's%20Manual.pdf&lt;/a&gt;&lt;br/&gt;</description><pubDate>Wed, 15 Jun 2022 21:20:34 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: Subliminal Priming - Request help setting time parameters for Prime Image</title><link>https://forums.millisecond.com/Topic34440.aspx</link><description>I followed the steps and came up with the error: ""item.primes.item(values.selectprime1)' Expression contains an invalid identifier"&lt;br/&gt;&lt;br/&gt;&lt;u&gt;&lt;strong&gt;I changed:&lt;/strong&gt;&lt;/u&gt;&lt;br/&gt;&amp;lt;item primes&amp;gt;&lt;br/&gt;/1 = "Metapod"&lt;br/&gt;/2 = "Shelder"&lt;br/&gt;&amp;lt;/item&amp;gt; &lt;br/&gt;&lt;br/&gt;&amp;lt;text prime1&amp;gt;&lt;br/&gt;/items = primes&lt;br/&gt;/select = values.selectprime1&lt;br/&gt;/ fontstyle = ("Courier New", parameters.fontheight, false, false, false, false, 5, 1)&lt;br/&gt;/ txcolor = white&lt;br/&gt;/txbgcolor = black&lt;br/&gt;/position = (50%, 50%)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;strong&gt;&lt;u&gt;to&lt;/u&gt;&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;picture primes&amp;gt;&lt;br/&gt;/ items = ("BLM_Prime.jpg")&lt;br/&gt;/ items = ("Neutral_Prime.jpg")&lt;br/&gt;&amp;lt;/picture&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;picture prime1&amp;gt;&lt;br/&gt;/items = ("BLM_Prime.jpg")&lt;br/&gt;/position = (50%, 50%)&lt;br/&gt;&amp;lt;/picture&amp;gt;&lt;br/&gt;</description><pubDate>Wed, 15 Jun 2022 20:50:52 GMT</pubDate><dc:creator>patkelly2000</dc:creator></item><item><title>RE: Subliminal Priming - Request help setting time parameters for Prime Image</title><link>https://forums.millisecond.com/Topic34438.aspx</link><description>&lt;blockquote data-id="34437" class="if-quote-wrapper" unselectable="on" data-guid="1655322851351" id="if_insertedNode_1655322850073" contenteditable="false"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="34437" 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="34437" 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="34437" title=" "&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;patkelly2000 - 6/15/2022&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-34437"&gt;&lt;div class="if-quote-message-margin" contenteditable="true"&gt;Hello. So, I have zero experience with coding and I am doing the best that I can to use the Subliminal Priming Procedure (Bona Fide) by Dr. Katja Borchert as a framework for creating a subliminal priming task using an image prime. Dr. Borchert uses text primes, however, I would like to use image primes and I do not know how to set it so that the image disappears after a certain amount of time (ex. 100ms) before the mask, then target prime appear. Right now I have gotten the image to show up, but it remains on screen as the rest of the process unfolds. I am hoping that someone with coding experience can help me figure out if I have programmed this script correctly. &lt;br/&gt;&lt;br/&gt;Gratefully,&lt;br/&gt;Patrick Kelly &lt;img src="../Uploads/Images/fbd1ea3d-ec7c-4537-84f6-d09f.png" data-download-url="../Uploads/Images/a7e57c08-8305-468e-882c-4299.png" id="if_insertedNode_1655322593524"&gt;&lt;img src="../Uploads/Images/3a1bd833-e261-4fc1-b3c6-335b.png" data-download-url="../Uploads/Images/a66382eb-e920-42d2-b33c-733b.png" id="if_insertedNode_1655322610141"&gt;&lt;img src="../Uploads/Images/43267fb4-35f3-4562-b8e7-0d50.png" data-download-url="../Uploads/Images/770f891e-2bd2-41cb-9b3d-d162.png" id="if_insertedNode_1655322618447"&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="34437"&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;(1) You need to use &amp;lt;picture&amp;gt; elements, not &amp;lt;image&amp;gt; elements. The latter are for use on surveypages only.&lt;br/&gt;(2) Erasing stimuli is detailed in the documentation: &lt;a href="https://www.millisecond.com/support/docs/current/html/howto/howtoerase.htm"&gt;&lt;a href="https://www.millisecond.com/support/docs/current/html/howto/howtoerase.htm"&gt;https://www.millisecond.com/support/docs/current/html/howto/howtoerase.htm&lt;/a&gt;&lt;/a&gt;&lt;br/&gt;It works the same way, no matter whether you are dealing with &amp;lt;text&amp;gt; or &amp;lt;picture&amp;gt; stimuli.&lt;br/&gt;(3) You'll want to work through the subliminal priming tutorial in the documentation, pay particular attention to how the trials are set up:&lt;br/&gt;&lt;a href="https://www.millisecond.com/support/docs/current/html/tutorials/subliminal/subliminalcreatingtrials.htm"&gt;&lt;a href="https://www.millisecond.com/support/docs/current/html/tutorials/subliminal/subliminalcreatingtrials.htm"&gt;https://www.millisecond.com/support/docs/current/html/tutorials/subliminal/subliminalcreatingtrials.htm&lt;/a&gt;&lt;/a&gt;&lt;br/&gt;</description><pubDate>Wed, 15 Jun 2022 20:45:06 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: Subliminal Priming - Request help setting time parameters for Prime Image</title><link>https://forums.millisecond.com/Topic34439.aspx</link><description>&lt;blockquote data-id="34438" class="if-quote-wrapper" unselectable="on" data-guid="1655323285215" id="if_insertedNode_1655323284795" contenteditable="false"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="34438" 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="34438" 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="34438" title=" "&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Dave - 6/15/2022&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-34438"&gt;&lt;div class="if-quote-message-margin" contenteditable="true"&gt;&lt;blockquote data-id="34437" class="if-quote-wrapper" unselectable="on" data-guid="1655323285215" id="if_insertedNode_1655322850073" contenteditable="false"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="34437" 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="34437" 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="34437" title=" "&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;patkelly2000 - 6/15/2022&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-34437"&gt;&lt;div class="if-quote-message-margin" contenteditable="true"&gt;Hello. So, I have zero experience with coding and I am doing the best that I can to use the Subliminal Priming Procedure (Bona Fide) by Dr. Katja Borchert as a framework for creating a subliminal priming task using an image prime. Dr. Borchert uses text primes, however, I would like to use image primes and I do not know how to set it so that the image disappears after a certain amount of time (ex. 100ms) before the mask, then target prime appear. Right now I have gotten the image to show up, but it remains on screen as the rest of the process unfolds. I am hoping that someone with coding experience can help me figure out if I have programmed this script correctly. &lt;br/&gt;&lt;br/&gt;Gratefully,&lt;br/&gt;Patrick Kelly &lt;img src="../Uploads/Images/fbd1ea3d-ec7c-4537-84f6-d09f.png" data-download-url="../Uploads/Images/a7e57c08-8305-468e-882c-4299.png" id="if_insertedNode_1655322593524"&gt;&lt;img src="../Uploads/Images/3a1bd833-e261-4fc1-b3c6-335b.png" data-download-url="../Uploads/Images/a66382eb-e920-42d2-b33c-733b.png" id="if_insertedNode_1655322610141"&gt;&lt;img src="../Uploads/Images/43267fb4-35f3-4562-b8e7-0d50.png" data-download-url="../Uploads/Images/770f891e-2bd2-41cb-9b3d-d162.png" id="if_insertedNode_1655322618447"&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="34437"&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;(1) You need to use &amp;lt;picture&amp;gt; elements, not &amp;lt;image&amp;gt; elements. The latter are for use on surveypages only.&lt;br/&gt;(2) Erasing stimuli is detailed in documentation: &lt;a href="https://www.millisecond.com/support/docs/current/html/howto/howtoerase.htm"&gt;&lt;a href="https://www.millisecond.com/support/docs/current/html/howto/howtoerase.htm"&gt;https://www.millisecond.com/support/docs/current/html/howto/howtoerase.htm&lt;/a&gt;&lt;/a&gt;&lt;br/&gt;It works the same way, not matter whether it's &amp;lt;text&amp;gt; or &amp;lt;picture&amp;gt; stimuli.&lt;br/&gt;(3) You'll want to work through the subliminal priming tutorial in the documentation, pay particular attention to how the trials are set up:&lt;br/&gt;&lt;a href="https://www.millisecond.com/support/docs/current/html/tutorials/subliminal/subliminalcreatingtrials.htm"&gt;&lt;a href="https://www.millisecond.com/support/docs/current/html/tutorials/subliminal/subliminalcreatingtrials.htm"&gt;https://www.millisecond.com/support/docs/current/html/tutorials/subliminal/subliminalcreatingtrials.htm&lt;/a&gt;&lt;/a&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="34438"&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;Thank you for your help! :) </description><pubDate>Wed, 15 Jun 2022 20:01:33 GMT</pubDate><dc:creator>patkelly2000</dc:creator></item></channel></rss>