﻿<?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  » malfunction in adaptive n-back task script</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Sat, 27 Jun 2026 15:43:48 GMT</lastBuildDate><ttl>20</ttl><item><title>malfunction in adaptive n-back task script</title><link>https://forums.millisecond.com/Topic18150.aspx</link><description>Hi. The script of the adaptive n-back task&amp;nbsp;does not work properly. It is only starting the first 2 trials and then stops giving this error message: Unable to initialize &amp;lt;picture nontargetshape&amp;gt; item number 0. Verify the item exists and is correctly defined.&lt;br/&gt;We did not do any changes to the script after downloading it. Therefore&amp;nbsp;I&amp;nbsp;assume that others might have encounterd similar problems and&amp;nbsp;as&amp;nbsp;I am completely unfamiliar with programming support would be highly appreciated.&lt;br/&gt;Thanks for any help.&lt;br/&gt;</description><pubDate>Fri, 11 Mar 2016 11:06:49 GMT</pubDate><dc:creator>IMPS</dc:creator></item><item><title>RE: malfunction in adaptive n-back task script</title><link>https://forums.millisecond.com/Topic18579.aspx</link><description>I'm sorry...I meant to say the same picture repeated using Inquisit 5.</description><pubDate>Fri, 11 Mar 2016 11:06:49 GMT</pubDate><dc:creator>PWillette</dc:creator></item><item><title>RE: malfunction in adaptive n-back task script</title><link>https://forums.millisecond.com/Topic18576.aspx</link><description>This solution also works for the following error:&lt;br/&gt;n-Back was working well using using Inquisit 4, but it would present the same picture ("1.gif") over and over again.&lt;br/&gt;Once I made this change, the adaptive n-Back test worked perfectly.&lt;br/&gt;</description><pubDate>Fri, 11 Mar 2016 10:11:03 GMT</pubDate><dc:creator>PWillette</dc:creator></item><item><title>RE: malfunction in adaptive n-back task script</title><link>https://forums.millisecond.com/Topic18151.aspx</link><description>There is a minor mistake in the script's &amp;lt;list notargetvalue&amp;gt; element that can lead to the detailed error. The fix is to change the erroneous /selectionmode specification &lt;br/&gt;&lt;br/&gt;&amp;lt;list notargetvalue&amp;gt;&lt;br/&gt;/items = (1, 2, 3, 4, 5, 6, 7, 8)&lt;br/&gt;/ not = (values.currenttarget)&lt;br/&gt;&lt;strong&gt;/ selectionmode = replace&lt;/strong&gt;&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;to the proper &lt;br/&gt;&lt;br/&gt;&amp;lt;list notargetvalue&amp;gt;&lt;br/&gt;/items = (1, 2, 3, 4, 5, 6, 7, 8)&lt;br/&gt;/ not = (values.currenttarget)&lt;br/&gt;&lt;strong&gt;/ selectionmode = random&lt;br/&gt;/ replace = true&lt;/strong&gt;&lt;br/&gt;&amp;lt;/list&amp;gt;</description><pubDate>Wed, 20 Jan 2016 07:34:11 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>