﻿<?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  » Presenting stimulus pairs from different lists</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Sun, 05 Apr 2026 14:39:37 GMT</lastBuildDate><ttl>20</ttl><item><title>Presenting stimulus pairs from different lists</title><link>https://forums.millisecond.com/Topic30849.aspx</link><description>Hi!&lt;br/&gt;I have a question regarding: presenting stimulus pairs from different lists. In the example Think/No-think script, the stimulus pair is presented as follows:&lt;br/&gt;&lt;br/&gt;&amp;lt;text wordPair&amp;gt;&lt;br/&gt;/ items = ("&amp;lt;%item.words.item(values.index_cueword)%&amp;gt; - &amp;lt;%item.words.item(values.index_recallword)%&amp;gt;")&lt;br/&gt;/ fontstyle = ("Arial", parameters.wordHeight, true, false, false, false, 5, 1)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;Here, the text contains items from the same list. I have changed this to the following as I am retrieving words from different lists:&lt;br/&gt;&amp;lt;text Suppressioncues&amp;gt;&lt;br/&gt;/ items = ("&amp;lt;%item.Suppressioncue.item(values.index_Suppressioncueword)%&amp;gt; - &amp;lt;%item.Suppressiontarget.item(values.index_Suppressionrecallword)%&amp;gt;")&lt;br/&gt;/ fontstyle = ("Arial", parameters.wordHeight, true, false, false, false, 5, 1)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;Unfortunately, this code is not running. This is why my question - is it not possible to index from different lists or is there something else that I am doing wrong?&lt;br/&gt;&lt;br/&gt;Many thanks!</description><pubDate>Fri, 19 Feb 2021 09:38:45 GMT</pubDate><dc:creator>SWIECHE</dc:creator></item><item><title>RE: Presenting stimulus pairs from different lists</title><link>https://forums.millisecond.com/Topic30861.aspx</link><description>This example script is exactly what i needed. It works now, thanks so much!</description><pubDate>Fri, 19 Feb 2021 09:38:45 GMT</pubDate><dc:creator>SWIECHE</dc:creator></item><item><title>RE: Presenting stimulus pairs from different lists</title><link>https://forums.millisecond.com/Topic30851.aspx</link><description>&lt;blockquote data-id="30850" class="if-quote-wrapper" unselectable="on" data-guid="1613660578205" id="if_insertedNode_1613660577342" contenteditable="false"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="30850" 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="30850" 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="30850" title=" "&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Dave - 2/18/2021&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-30850"&gt;&lt;div class="if-quote-message-margin" contenteditable="true"&gt;&lt;blockquote data-id="30849" class="if-quote-wrapper" unselectable="on" data-guid="1613660578205" id="if_insertedNode_1613659618415" contenteditable="false"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="30849" 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="30849" 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="30849" title=" "&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;SWIECHE - 2/18/2021&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-30849"&gt;&lt;div class="if-quote-message-margin" contenteditable="true"&gt;Hi!&lt;br/&gt;I have a question regarding: presenting stimulus pairs from different lists. In the example Think/No-think script, the stimulus pair is presented as follows:&lt;br/&gt;&lt;br/&gt;&amp;lt;text wordPair&amp;gt;&lt;br/&gt;/ items = ("&amp;lt;%item.words.item(values.index_cueword)%&amp;gt; - &amp;lt;%item.words.item(values.index_recallword)%&amp;gt;")&lt;br/&gt;/ fontstyle = ("Arial", parameters.wordHeight, true, false, false, false, 5, 1)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;Here, the text contains items from the same list. I have changed this to the following as I am retrieving words from different lists:&lt;br/&gt;&amp;lt;text Suppressioncues&amp;gt;&lt;br/&gt;/ items = ("&amp;lt;%item.Suppressioncue.item(values.index_Suppressioncueword)%&amp;gt; - &amp;lt;%item.Suppressiontarget.item(values.index_Suppressionrecallword)%&amp;gt;")&lt;br/&gt;/ fontstyle = ("Arial", parameters.wordHeight, true, false, false, false, 5, 1)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;Unfortunately, this code is not running. This is why my question - is it not possible to index from different lists or is there something else that I am doing wrong?&lt;br/&gt;&lt;br/&gt;Many thanks!&lt;a class="if-quote-goto quote-link" href="#" data-id="30849"&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;It's perfectly possible to index from different lists. It's not possible to tell from the code snippet you posted what you're doing wrong.&lt;br/&gt;- Are the values referenced -- values.index_Suppressioncueword and values.index_Suppressionrecallword -- properly defined?&lt;br/&gt;- Are they actually properly set to different values in /ontrialbegin etc. logic?&lt;br/&gt;- Are the &amp;lt;item&amp;gt; elements referenced, &amp;lt;item Suppressioncue&amp;gt; and &amp;lt;item Suppressiontarget&amp;gt;, properly&amp;nbsp; defined?&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="30850"&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;Here's an example that will randomly pair four cues and targets, so you can see that using different item lists works when all the relevant pieces are there:&lt;br/&gt;&lt;br/&gt;&amp;lt;parameters&amp;gt;&lt;br/&gt;/ wordHeight = 4%&lt;br/&gt;&amp;lt;/parameters&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;values&amp;gt;&lt;br/&gt;/ index_Suppressioncueword = 0&lt;br/&gt;/ index_Suppressionrecallword = 0&lt;br/&gt;&amp;lt;/values&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;item Suppressioncue&amp;gt;&lt;br/&gt;/ 1 = "Cue A"&lt;br/&gt;/ 2 = "Cue B"&lt;br/&gt;/ 3 = "Cue C"&lt;br/&gt;/ 4 = "Cue D"&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;item Suppressiontarget&amp;gt;&lt;br/&gt;/ 1 = "Target 1"&lt;br/&gt;/ 2 = "Target 2"&lt;br/&gt;/ 3 = "Target 3"&lt;br/&gt;/ 4 = "Target 4"&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list cuenumbers&amp;gt;&lt;br/&gt;/ poolsize = 4&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list targetnumbers&amp;gt;&lt;br/&gt;/ poolsize = 4&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text Suppressioncues&amp;gt;&lt;br/&gt;/ items = ("&amp;lt;%item.Suppressioncue.item(values.index_Suppressioncueword)%&amp;gt; - &amp;lt;%item.Suppressiontarget.item(values.index_Suppressionrecallword)%&amp;gt;")&lt;br/&gt;/ fontstyle = ("Arial", parameters.wordHeight, true, false, false, false, 5, 1)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial exampletrial&amp;gt;&lt;br/&gt;/ ontrialbegin = [&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;values.index_Suppressioncueword = list.cuenumbers.nextindex;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;values.index_Suppressionrecallword = list.targetnumbers.nextindex;&lt;br/&gt;]&lt;br/&gt;/ stimulusframes = [1=Suppressioncues]&lt;br/&gt;/ validresponse = (57)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block exampleblock&amp;gt;&lt;br/&gt;/ trials = [1-4=exampletrial]&lt;br/&gt;&amp;lt;/block&amp;gt;</description><pubDate>Thu, 18 Feb 2021 15:05:58 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: Presenting stimulus pairs from different lists</title><link>https://forums.millisecond.com/Topic30850.aspx</link><description>&lt;blockquote data-id="30849" class="if-quote-wrapper" unselectable="on" data-guid="1613659619551" id="if_insertedNode_1613659618415" contenteditable="false"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="30849" 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="30849" 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="30849" title=" "&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;SWIECHE - 2/18/2021&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-30849"&gt;&lt;div class="if-quote-message-margin" contenteditable="true"&gt;Hi!&lt;br/&gt;I have a question regarding: presenting stimulus pairs from different lists. In the example Think/No-think script, the stimulus pair is presented as follows:&lt;br/&gt;&lt;br/&gt;&amp;lt;text wordPair&amp;gt;&lt;br/&gt;/ items = ("&amp;lt;%item.words.item(values.index_cueword)%&amp;gt; - &amp;lt;%item.words.item(values.index_recallword)%&amp;gt;")&lt;br/&gt;/ fontstyle = ("Arial", parameters.wordHeight, true, false, false, false, 5, 1)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;Here, the text contains items from the same list. I have changed this to the following as I am retrieving words from different lists:&lt;br/&gt;&amp;lt;text Suppressioncues&amp;gt;&lt;br/&gt;/ items = ("&amp;lt;%item.Suppressioncue.item(values.index_Suppressioncueword)%&amp;gt; - &amp;lt;%item.Suppressiontarget.item(values.index_Suppressionrecallword)%&amp;gt;")&lt;br/&gt;/ fontstyle = ("Arial", parameters.wordHeight, true, false, false, false, 5, 1)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;Unfortunately, this code is not running. This is why my question - is it not possible to index from different lists or is there something else that I am doing wrong?&lt;br/&gt;&lt;br/&gt;Many thanks!&lt;a class="if-quote-goto quote-link" href="#" data-id="30849"&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;It's perfectly possible to index from different lists. It's not possible to tell from the code snippet you posted what you're doing wrong.&lt;br/&gt;- Are the values referenced -- values.index_Suppressioncueword and values.index_Suppressionrecallword -- properly defined?&lt;br/&gt;- Are they actually properly set to different values in /ontrialbegin etc. logic?&lt;br/&gt;- Are the &amp;lt;item&amp;gt; elements referenced, &amp;lt;item Suppressioncue&amp;gt; and &amp;lt;item Suppressiontarget&amp;gt;, properly&amp;nbsp; defined?&lt;br/&gt;</description><pubDate>Thu, 18 Feb 2021 14:52:01 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>