﻿<?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  » accessing previously shown stimuli later in the task</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Fri, 25 Sep 2026 14:40:49 GMT</lastBuildDate><ttl>20</ttl><item><title>accessing previously shown stimuli later in the task</title><link>https://forums.millisecond.com/Topic22267.aspx</link><description>hello,&amp;nbsp;&lt;br/&gt;I was wondering whether it's possible to access a list of previous stimulus items (if the stimuli have been randomly chosen) so that stimuli from particular trials can be re-shown at a later point in the task. In other words, does inquisit store this list in such a way that it can be accessed online during the experiment?&amp;nbsp;&lt;br/&gt;&lt;br/&gt;thank you!&amp;nbsp;</description><pubDate>Mon, 11 Sep 2017 21:41:04 GMT</pubDate><dc:creator>nrouhani</dc:creator></item><item><title>RE: accessing previously shown stimuli later in the task</title><link>https://forums.millisecond.com/Topic22463.aspx</link><description>&lt;div data-id="22462" class="if-quote-wrapper" unselectable="on" data-guid="1505191005541"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="22462" 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="22462" 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="22462" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;nrouhani - Monday, September 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-22462"&gt;&lt;div class="if-quote-message-margin"&gt;One after the other (not simultaneously), and randomly (I'm only putting 2 as an example, but ultimately am sampling 32 out of 64 trials, and want them to be presented randomly). Thank you!!&lt;a class="if-quote-goto quote-link" href="#" data-id="22462"&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;Okay, thanks. &lt;br/&gt;&lt;br/&gt;If you want to pull the items from _specific_ trial numbers, you do this (here: 2 items, the one from the 1st trial, and the one from the 5th trial):&lt;br/&gt;&lt;br/&gt;&amp;lt;item stim1&amp;gt;&lt;br/&gt;/1 = "Outdoor_1.jpg"&lt;br/&gt;/2 = "Outdoor_2.jpg"&lt;br/&gt;/3 = "Outdoor_3.jpg"&lt;br/&gt;/4 = "Outdoor_4.jpg"&lt;br/&gt;/5 = "Outdoor_5.jpg"&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;item stim2&amp;gt;&lt;br/&gt;/1 = "objects_11.png"&lt;br/&gt;/2 = "objects_12.png"&lt;br/&gt;/3 = "objects_13.png"&lt;br/&gt;/4 = "objects_14.png"&lt;br/&gt;/5 = "objects_15.png"&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text stim1&amp;gt;&lt;br/&gt;/ items = stim1&lt;br/&gt;/ size = (40%, 40%)&lt;br/&gt;/ select = values.stim1&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text stim2&amp;gt;&lt;br/&gt;/ items = stim2&lt;br/&gt;/ size = (40%, 40%)&lt;br/&gt;/ select = values.stim2&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text oldstim1&amp;gt;&lt;br/&gt;/ items = stim1&lt;br/&gt;/ select = values.oldstim1&lt;br/&gt;/ size = (40%, 40%)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;defaults&amp;gt;&lt;br/&gt;/ screencolor = (175, 175, 175)&lt;br/&gt;/ txcolor = (0, 0, 0)&lt;br/&gt;&amp;lt;/defaults&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;shape blank&amp;gt;&lt;br/&gt;/ color = (175, 175, 175)&lt;br/&gt;/ shape = rectangle&lt;br/&gt;/ size = (100%,100%)&lt;br/&gt;&amp;lt;/shape&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text estimateQ&amp;gt;&lt;br/&gt;/ items = ("please estimate the value of this type of scene ~n(indoor or outdoor) from 1 to 100")&lt;br/&gt;/ hjustify = center&lt;br/&gt;/ size = (50%,50%)&lt;br/&gt;/ fontstyle = ("Arial",30)&lt;br/&gt;/ vposition = (60)&lt;br/&gt;/ hposition = (50)&lt;br/&gt;/ txbgcolor = (transparent)&lt;br/&gt;/ erase = false&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;*************************************************&lt;br/&gt;Creating an Experiment&lt;br/&gt;*************************************************&lt;br/&gt;&lt;br/&gt;&amp;lt;expt&amp;gt;&lt;br/&gt;/ blocks = [1=learning;2=memory]&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;values&amp;gt;&lt;br/&gt;/ stim1 = 1&lt;br/&gt;/ stim2 = 1&lt;br/&gt;/ oldstim1 = 1&lt;br/&gt;&amp;lt;/values&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block learning&amp;gt;&lt;br/&gt;/ trials = [1-5 = sequence(cue, estimate, outcome)]&lt;br/&gt;/ errormessage = false&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block memory&amp;gt;&lt;br/&gt;/ onblockbegin = [list.oldstims.appenditem(list.memstim1.item(1));&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; list.oldstims.appenditem(list.memstim1.item(5));]&lt;br/&gt;/ preinstructions = (memoryintro)&lt;br/&gt;/ trials = [1-2 = old]&lt;br/&gt;/ errormessage = false&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;page memoryintro&amp;gt;&lt;br/&gt;now showing you the item you saw in the 5th trial during the learning phase.&lt;br/&gt;&amp;lt;/page&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial cue&amp;gt;&lt;br/&gt;/ ontrialbegin = [values.stim1=list.randomStim1.nextindex; list.memStim1.appenditem(values.stim1);]&lt;br/&gt;/ pretrialpause = 1000&lt;br/&gt;/ stimulustimes = [0=stim1]&lt;br/&gt;/ beginresponseframe = 0&lt;br/&gt;/ timeout = 300&lt;br/&gt;/ validresponse = (noresponse)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;openended estimate&amp;gt;&lt;br/&gt;/ position = (50, 50)&lt;br/&gt;/ buttonlabel = " press enter to submit"&lt;br/&gt;/ fontstyle = ("Arial",15)&lt;br/&gt;/ inputdevice = keyboard&lt;br/&gt;/ stimulustimes = [0=estimateQ]&lt;br/&gt;/ linelength = 3&lt;br/&gt;/ range = (1,100)&lt;br/&gt;/ numlines = 1&lt;br/&gt;/ beginresponsetime = 0&lt;br/&gt;/ timeout = 500&lt;br/&gt;&amp;lt;/openended&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial outcome&amp;gt;&lt;br/&gt;/ ontrialbegin = [values.stim2=list.randomStim2.nextindex; list.memStim2.appenditem(values.stim2);]&lt;br/&gt;/ stimulustimes = [0=blank; 1=stim2]&lt;br/&gt;/ beginresponsetime = 0&lt;br/&gt;/ trialduration = 300&lt;br/&gt;/ validresponse = (noresponse)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial old&amp;gt;&lt;br/&gt;/ ontrialbegin = [values.oldstim1 = list.oldstims.nextvalue]&lt;br/&gt;/ stimulustimes = [0=blank; 1=oldstim1]&lt;br/&gt;/ beginresponsetime = 0&lt;br/&gt;/ validresponse = (57)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list randomStim1&amp;gt;&lt;br/&gt;/ poolsize = 5&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list randomStim2&amp;gt;&lt;br/&gt;/ poolsize = 5&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list memStim1&amp;gt;&lt;br/&gt;/ selectionrate = always&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list memStim2&amp;gt;&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list oldstims&amp;gt;&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;You can extend this to as many items as you need (e.g 32 out of 64).&lt;br/&gt;&lt;br/&gt;</description><pubDate>Mon, 11 Sep 2017 21:41:04 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: accessing previously shown stimuli later in the task</title><link>https://forums.millisecond.com/Topic22462.aspx</link><description>One after the other (not simultaneously), and randomly (I'm only putting 2 as an example, but ultimately am sampling 32 out of 64 trials, and want them to be presented randomly). Thank you!!</description><pubDate>Mon, 11 Sep 2017 21:30:34 GMT</pubDate><dc:creator>nrouhani</dc:creator></item><item><title>RE: accessing previously shown stimuli later in the task</title><link>https://forums.millisecond.com/Topic22460.aspx</link><description>&lt;div data-id="22459" class="if-quote-wrapper" unselectable="on" data-guid="1505189294207"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="22459" 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="22459" 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="22459" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;nrouhani - Monday, September 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-22459"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="22457" class="if-quote-wrapper" unselectable="on" data-guid="1505189294207"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="22457" 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="22457" 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="22457" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Dave - Monday, September 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-22457"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="22456" class="if-quote-wrapper" unselectable="on" data-guid="1505189294207"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="22456" 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="22456" 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="22456" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;nrouhani - Monday, September 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-22456"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="22455" class="if-quote-wrapper" unselectable="on" data-guid="1505189294207"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="22455" 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="22455" 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="22455" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Dave - Monday, September 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-22455"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="22454" class="if-quote-wrapper" unselectable="on" data-guid="1505189294207"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="22454" 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="22454" 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="22454" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;nrouhani - Monday, September 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-22454"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="22270" class="if-quote-wrapper" unselectable="on" data-guid="1505189294207"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="22270" 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="22270" 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="22270" 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-22270"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="22267" class="if-quote-wrapper" unselectable="on" data-guid="1505189294207"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="22267" 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="22267" 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="22267" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;nrouhani - 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-22267"&gt;&lt;div class="if-quote-message-margin"&gt;hello,&amp;nbsp;&lt;br/&gt;I was wondering whether it's possible to access a list of previous stimulus items (if the stimuli have been randomly chosen) so that stimuli from particular trials can be re-shown at a later point in the task. In other words, does inquisit store this list in such a way that it can be accessed online during the experiment?&amp;nbsp;&lt;br/&gt;&lt;br/&gt;thank you!&amp;nbsp;&lt;a class="if-quote-goto quote-link" href="#" data-id="22267"&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;Inquisit does not create or store such a list automatically, but you can implement such a list. See e.g.&lt;br/&gt;&lt;br/&gt;&lt;a href="https://www.millisecond.com/forums/FindPost16277.aspx"&gt;&lt;a href="https://www.millisecond.com/forums/FindPost16277.aspx"&gt;https://www.millisecond.com/forums/FindPost16277.aspx&lt;/a&gt;&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;If you store the respective item numbers in a &amp;lt;list&amp;gt;, for example, and want to later show the item displayed in trial #4 again, you can simply retrieve the list's 4th item number.&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="22270"&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;Thank you for your help!&amp;nbsp;&lt;br/&gt;&lt;br/&gt;I'm using the following code imitating the link that you sent me, but as you mention above, i'm trying to repeat an item from a particular trial (i.e. show the image that was present during trial #5 during the learning portion). I want items to repeat in "trial old", and am assuming I would have to sample from "list memStim1", but haven't been able to call specific trials properly.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;here is what I'm working with right now:&amp;nbsp;&lt;br/&gt;&lt;br/&gt;&amp;lt;item stim1&amp;gt;&lt;br/&gt;/1 = "Outdoor_1.jpg"&lt;br/&gt;/2 = "Outdoor_2.jpg"&lt;br/&gt;/3 = "Outdoor_3.jpg"&lt;br/&gt;/4 = "Outdoor_4.jpg"&lt;br/&gt;/5 = "Outdoor_5.jpg"&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;item stim2&amp;gt;&lt;br/&gt;/1 = "objects_11.png"&lt;br/&gt;/2 = "objects_12.png"&lt;br/&gt;/3 = "objects_13.png"&lt;br/&gt;/4 = "objects_14.png"&lt;br/&gt;/5 = "objects_15.png"&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;picture stim1&amp;gt;&lt;br/&gt;/ items = stim1&lt;br/&gt;/ size = (40%, 40%)&lt;br/&gt;&amp;lt;/picture&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;picture stim2&amp;gt;&lt;br/&gt;/ items = stim2&lt;br/&gt;/ size = (40%, 40%)&lt;br/&gt;&amp;lt;/picture&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;defaults&amp;gt;&lt;br/&gt;/ screencolor = (175, 175, 175)&lt;br/&gt;/ txcolor = (0, 0, 0)&lt;br/&gt;&amp;lt;/defaults&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;shape blank&amp;gt;&lt;br/&gt;/ color = (175, 175, 175)&lt;br/&gt;/ shape = rectangle&lt;br/&gt;/ size = (100%,100%)&lt;br/&gt;&amp;lt;/shape&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text estimateQ&amp;gt;  &lt;br/&gt;/ items = ("please estimate the value of this type of scene ~n(indoor or outdoor) from 1 to 100")&lt;br/&gt;/ hjustify = center&lt;br/&gt;/ size = (50%,50%)&lt;br/&gt;/ fontstyle = ("Arial",30)&lt;br/&gt;/ vposition = (60)&lt;br/&gt;/ hposition = (50)&lt;br/&gt;/ txbgcolor = (transparent)&lt;br/&gt;/ erase = false&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;*************************************************&lt;br/&gt;Creating an Experiment&lt;br/&gt;*************************************************&lt;br/&gt;&lt;br/&gt;&amp;lt;expt&amp;gt;&lt;br/&gt;/ blocks = [1=learning;2=memory]&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;values&amp;gt;&lt;br/&gt;/ stim1 = 1&lt;br/&gt;/ stim2 = 1&lt;br/&gt;&amp;lt;/values&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block learning&amp;gt;&lt;br/&gt;/ trials = [1-5 = sequence(cue,outcome)]&lt;br/&gt;/ errormessage = false&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block memory&amp;gt;&lt;br/&gt;/ trials = [1-5 = old]&lt;br/&gt;/ errormessage = false&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial cue&amp;gt;&lt;br/&gt;/ ontrialbegin = [values.stim1=list.randomStim1.nextindex; list.memStim1.appenditem(values.stim1);]&lt;br/&gt;/ pretrialpause = 1000&lt;br/&gt;/ stimulustimes = [0=stim1]&lt;br/&gt;/ beginresponseframe = 0&lt;br/&gt;/ timeout = 3000&lt;br/&gt;/ validresponse = (noresponse)&lt;br/&gt;/ branch = [&lt;br/&gt;openended.estimate&lt;br/&gt;]&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;openended estimate&amp;gt;&lt;br/&gt;/ position = (50, 50)&lt;br/&gt;/ buttonlabel = "&amp;nbsp;press enter to submit"&lt;br/&gt;/ fontstyle = ("Arial",15)&lt;br/&gt;/ inputdevice = keyboard&lt;br/&gt;/ stimulustimes = [0=estimateQ]&lt;br/&gt;/ linelength = 3&lt;br/&gt;/ range = (1,100)&lt;br/&gt;/ numlines = 1&lt;br/&gt;/ responsefontstyle = ("Arial",30)&lt;br/&gt;/ beginresponsetime = 0&lt;br/&gt;/ timeout = 5000&lt;br/&gt;&amp;lt;/openended&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial outcome&amp;gt;&lt;br/&gt;/ ontrialbegin = [values.stim2=list.randomStim2.nextindex; list.memStim2.appenditem(values.stim2);]&lt;br/&gt;/ stimulustimes = [0=blank; 1=stim2]&lt;br/&gt;/ beginresponsetime = 0&lt;br/&gt;/ trialduration = 3000&lt;br/&gt;/ validresponse = (noresponse)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial old&amp;gt;&lt;br/&gt;/ stimulustimes = [0=blank; 1=stim1]&lt;br/&gt;/ beginresponsetime = 0&lt;br/&gt;/ trialduration = 3000&lt;br/&gt;/ validresponse = (noresponse)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list randomStim1&amp;gt;&lt;br/&gt;/ poolsize = 5&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list randomStim2&amp;gt;&lt;br/&gt;/ poolsize = 5&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list memStim1&amp;gt;&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list memStim2&amp;gt;&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="22454"&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;&amp;gt; (i.e. show the image that was present during trial #5 during the learning portion). I want items to repeat in "trial old", and am assuming I would have to sample from "list &lt;br/&gt;&amp;gt; memStim1", but haven't been able to call specific trials properly. &lt;br/&gt;&lt;br/&gt;If you want to repeat the item displayed in the 5th learning trial, all you need to do is read out the 5th item in the &amp;lt;list&amp;gt;:&lt;br/&gt;&lt;br/&gt;&amp;lt;item stim1&amp;gt;&lt;br/&gt;/1 = "Outdoor_1.jpg"&lt;br/&gt;/2 = "Outdoor_2.jpg"&lt;br/&gt;/3 = "Outdoor_3.jpg"&lt;br/&gt;/4 = "Outdoor_4.jpg"&lt;br/&gt;/5 = "Outdoor_5.jpg"&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;item stim2&amp;gt;&lt;br/&gt;/1 = "objects_11.png"&lt;br/&gt;/2 = "objects_12.png"&lt;br/&gt;/3 = "objects_13.png"&lt;br/&gt;/4 = "objects_14.png"&lt;br/&gt;/5 = "objects_15.png"&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text stim1&amp;gt;&lt;br/&gt;/ items = stim1&lt;br/&gt;/ size = (40%, 40%)&lt;br/&gt;/ select = values.stim1&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text stim2&amp;gt;&lt;br/&gt;/ items = stim2&lt;br/&gt;/ size = (40%, 40%)&lt;br/&gt;/ select = values.stim2&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text oldstim1&amp;gt;&lt;br/&gt;/ items = stim1&lt;br/&gt;&lt;strong&gt;/ select = values.oldstim1&lt;/strong&gt;&lt;br/&gt;/ size = (40%, 40%)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;defaults&amp;gt;&lt;br/&gt;/ screencolor = (175, 175, 175)&lt;br/&gt;/ txcolor = (0, 0, 0)&lt;br/&gt;&amp;lt;/defaults&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;shape blank&amp;gt;&lt;br/&gt;/ color = (175, 175, 175)&lt;br/&gt;/ shape = rectangle&lt;br/&gt;/ size = (100%,100%)&lt;br/&gt;&amp;lt;/shape&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text estimateQ&amp;gt;&lt;br/&gt;/ items = ("please estimate the value of this type of scene ~n(indoor or outdoor) from 1 to 100")&lt;br/&gt;/ hjustify = center&lt;br/&gt;/ size = (50%,50%)&lt;br/&gt;/ fontstyle = ("Arial",30)&lt;br/&gt;/ vposition = (60)&lt;br/&gt;/ hposition = (50)&lt;br/&gt;/ txbgcolor = (transparent)&lt;br/&gt;/ erase = false&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;*************************************************&lt;br/&gt;Creating an Experiment&lt;br/&gt;*************************************************&lt;br/&gt;&lt;br/&gt;&amp;lt;expt&amp;gt;&lt;br/&gt;/ blocks = [1=learning;2=memory]&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;values&amp;gt;&lt;br/&gt;/ stim1 = 1&lt;br/&gt;/ stim2 = 1&lt;br/&gt;/ oldstim1 = 1&lt;br/&gt;&amp;lt;/values&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block learning&amp;gt;&lt;br/&gt;/ trials = [1-5 = sequence(cue, estimate, outcome)]&lt;br/&gt;/ errormessage = false&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block memory&amp;gt;&lt;br/&gt;/ preinstructions = (memoryintro)&lt;br/&gt;/ trials = [1 = old]&lt;br/&gt;/ errormessage = false&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;page memoryintro&amp;gt;&lt;br/&gt;now showing you the item you saw in the 5th trial during the learning phase.&lt;br/&gt;&amp;lt;/page&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial cue&amp;gt;&lt;br/&gt;/ ontrialbegin = [values.stim1=list.randomStim1.nextindex; list.memStim1.appenditem(values.stim1);]&lt;br/&gt;/ pretrialpause = 1000&lt;br/&gt;/ stimulustimes = [0=stim1]&lt;br/&gt;/ beginresponseframe = 0&lt;br/&gt;/ timeout = 300&lt;br/&gt;/ validresponse = (noresponse)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;openended estimate&amp;gt;&lt;br/&gt;/ position = (50, 50)&lt;br/&gt;/ buttonlabel = " press enter to submit"&lt;br/&gt;/ fontstyle = ("Arial",15)&lt;br/&gt;/ inputdevice = keyboard&lt;br/&gt;/ stimulustimes = [0=estimateQ]&lt;br/&gt;/ linelength = 3&lt;br/&gt;/ range = (1,100)&lt;br/&gt;/ numlines = 1&lt;br/&gt;/ beginresponsetime = 0&lt;br/&gt;/ timeout = 500&lt;br/&gt;&amp;lt;/openended&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial outcome&amp;gt;&lt;br/&gt;/ ontrialbegin = [values.stim2=list.randomStim2.nextindex; list.memStim2.appenditem(values.stim2);]&lt;br/&gt;/ stimulustimes = [0=blank; 1=stim2]&lt;br/&gt;/ beginresponsetime = 0&lt;br/&gt;/ trialduration = 300&lt;br/&gt;/ validresponse = (noresponse)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial old&amp;gt;&lt;br/&gt;&lt;strong&gt;/ ontrialbegin = [values.oldstim1 = list.memstim1.item(5)]&lt;/strong&gt;&lt;br/&gt;/ stimulustimes = [0=blank; 1=oldstim1]&lt;br/&gt;/ beginresponsetime = 0&lt;br/&gt;/ validresponse = (57)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list randomStim1&amp;gt;&lt;br/&gt;/ poolsize = 5&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list randomStim2&amp;gt;&lt;br/&gt;/ poolsize = 5&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list memStim1&amp;gt;&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list memStim2&amp;gt;&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="22455"&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;Thank you so much!!!&amp;nbsp;&lt;br/&gt;&lt;br/&gt;And if I wanted to show more than one specific trial, how would I do this? (the below obviously doesn't work :)&amp;nbsp;&lt;br/&gt;&lt;br/&gt;/ ontrialbegin = [values.oldStim1 = list.memStim1.item(5),list.memStim1.item(1)]&lt;br/&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="22456"&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;&amp;gt; And if I wanted to show more than one specific trial, how would I do this?&lt;br/&gt;&lt;br/&gt;Show in what way? Please be more specific. If all you want to do is simply show the stimuli again (for example in the same order as during the learning block), you merely do:&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;item stim1&amp;gt;&lt;br/&gt;/1 = "Outdoor_1.jpg"&lt;br/&gt;/2 = "Outdoor_2.jpg"&lt;br/&gt;/3 = "Outdoor_3.jpg"&lt;br/&gt;/4 = "Outdoor_4.jpg"&lt;br/&gt;/5 = "Outdoor_5.jpg"&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;item stim2&amp;gt;&lt;br/&gt;/1 = "objects_11.png"&lt;br/&gt;/2 = "objects_12.png"&lt;br/&gt;/3 = "objects_13.png"&lt;br/&gt;/4 = "objects_14.png"&lt;br/&gt;/5 = "objects_15.png"&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text stim1&amp;gt;&lt;br/&gt;/ items = stim1&lt;br/&gt;/ size = (40%, 40%)&lt;br/&gt;/ select = values.stim1&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text stim2&amp;gt;&lt;br/&gt;/ items = stim2&lt;br/&gt;/ size = (40%, 40%)&lt;br/&gt;/ select = values.stim2&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text oldstim1&amp;gt;&lt;br/&gt;/ items = stim1&lt;br/&gt;/ select = values.oldstim1&lt;br/&gt;/ size = (40%, 40%)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;defaults&amp;gt;&lt;br/&gt;/ screencolor = (175, 175, 175)&lt;br/&gt;/ txcolor = (0, 0, 0)&lt;br/&gt;&amp;lt;/defaults&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;shape blank&amp;gt;&lt;br/&gt;/ color = (175, 175, 175)&lt;br/&gt;/ shape = rectangle&lt;br/&gt;/ size = (100%,100%)&lt;br/&gt;&amp;lt;/shape&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text estimateQ&amp;gt;&lt;br/&gt;/ items = ("please estimate the value of this type of scene ~n(indoor or outdoor) from 1 to 100")&lt;br/&gt;/ hjustify = center&lt;br/&gt;/ size = (50%,50%)&lt;br/&gt;/ fontstyle = ("Arial",30)&lt;br/&gt;/ vposition = (60)&lt;br/&gt;/ hposition = (50)&lt;br/&gt;/ txbgcolor = (transparent)&lt;br/&gt;/ erase = false&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;*************************************************&lt;br/&gt;Creating an Experiment&lt;br/&gt;*************************************************&lt;br/&gt;&lt;br/&gt;&amp;lt;expt&amp;gt;&lt;br/&gt;/ blocks = [1=learning;2=memory]&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;values&amp;gt;&lt;br/&gt;/ stim1 = 1&lt;br/&gt;/ stim2 = 1&lt;br/&gt;/ oldstim1 = 1&lt;br/&gt;&amp;lt;/values&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block learning&amp;gt;&lt;br/&gt;/ trials = [1-5 = sequence(cue, estimate, outcome)]&lt;br/&gt;/ errormessage = false&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block memory&amp;gt;&lt;br/&gt;/ preinstructions = (memoryintro)&lt;br/&gt;/ trials = [1-5 = old]&lt;br/&gt;/ errormessage = false&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;page memoryintro&amp;gt;&lt;br/&gt;now showing you the item you saw in the 5th trial during the learning phase.&lt;br/&gt;&amp;lt;/page&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial cue&amp;gt;&lt;br/&gt;/ ontrialbegin = [values.stim1=list.randomStim1.nextindex; list.memStim1.appenditem(values.stim1);]&lt;br/&gt;/ pretrialpause = 1000&lt;br/&gt;/ stimulustimes = [0=stim1]&lt;br/&gt;/ beginresponseframe = 0&lt;br/&gt;/ timeout = 300&lt;br/&gt;/ validresponse = (noresponse)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;openended estimate&amp;gt;&lt;br/&gt;/ position = (50, 50)&lt;br/&gt;/ buttonlabel = " press enter to submit"&lt;br/&gt;/ fontstyle = ("Arial",15)&lt;br/&gt;/ inputdevice = keyboard&lt;br/&gt;/ stimulustimes = [0=estimateQ]&lt;br/&gt;/ linelength = 3&lt;br/&gt;/ range = (1,100)&lt;br/&gt;/ numlines = 1&lt;br/&gt;/ beginresponsetime = 0&lt;br/&gt;/ timeout = 500&lt;br/&gt;&amp;lt;/openended&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial outcome&amp;gt;&lt;br/&gt;/ ontrialbegin = [values.stim2=list.randomStim2.nextindex; list.memStim2.appenditem(values.stim2);]&lt;br/&gt;/ stimulustimes = [0=blank; 1=stim2]&lt;br/&gt;/ beginresponsetime = 0&lt;br/&gt;/ trialduration = 300&lt;br/&gt;/ validresponse = (noresponse)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial old&amp;gt;&lt;br/&gt;/ ontrialbegin = [values.oldstim1 = list.memstim1.nextvalue]&lt;br/&gt;/ stimulustimes = [0=blank; 1=oldstim1]&lt;br/&gt;/ beginresponsetime = 0&lt;br/&gt;/ validresponse = (57)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list randomStim1&amp;gt;&lt;br/&gt;/ poolsize = 5&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list randomStim2&amp;gt;&lt;br/&gt;/ poolsize = 5&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list memStim1&amp;gt;&lt;br/&gt;/ selectionmode = sequence&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list memStim2&amp;gt;&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="22457"&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;Thank you for the response. What I mean is that if I want to repeat images from trial 5 and 7, not all the trials within the memory list, how would I indicate this?&amp;nbsp;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial old&amp;gt;&lt;br/&gt;&lt;strong&gt;/ ontrialbegin = [values.oldStim1 = list.memStim1.item(5), list.memStim1.item(7)] *&amp;lt;- this is wrong, but how do indicate retrieving item 5, and item 7?*&amp;nbsp;&lt;/strong&gt;&lt;br/&gt;/ stimulustimes = [0=blank; 1=oldStim1]&lt;br/&gt;/ beginresponsetime = 0&lt;br/&gt;/ trialduration = 3000&lt;br/&gt;/ validresponse = (noresponse)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="22459"&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;This still isn't clear. &lt;br/&gt;&lt;br/&gt;&amp;gt; What I mean is that if I want to repeat images from trial 5 and 7.&lt;br/&gt;&lt;br/&gt;Do you want to display both images at the same time, i.e. in a single trial?&lt;br/&gt;If not, do you want to display them one after the other, i.e. across two separate trials?&lt;br/&gt;If so, in what order? Image from trial 5 first? Image from trial 7 first? In random order?&lt;br/&gt;</description><pubDate>Mon, 11 Sep 2017 21:10:12 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: accessing previously shown stimuli later in the task</title><link>https://forums.millisecond.com/Topic22459.aspx</link><description>&lt;div data-id="22457" class="if-quote-wrapper" unselectable="on" data-guid="1505188951680"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="22457" 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="22457" 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="22457" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Dave - Monday, September 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-22457"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="22456" class="if-quote-wrapper" unselectable="on" data-guid="1505188951680"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="22456" 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="22456" 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="22456" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;nrouhani - Monday, September 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-22456"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="22455" class="if-quote-wrapper" unselectable="on" data-guid="1505188951680"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="22455" 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="22455" 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="22455" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Dave - Monday, September 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-22455"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="22454" class="if-quote-wrapper" unselectable="on" data-guid="1505188951680"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="22454" 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="22454" 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="22454" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;nrouhani - Monday, September 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-22454"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="22270" class="if-quote-wrapper" unselectable="on" data-guid="1505188951680"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="22270" 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="22270" 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="22270" 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-22270"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="22267" class="if-quote-wrapper" unselectable="on" data-guid="1505188951680"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="22267" 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="22267" 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="22267" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;nrouhani - 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-22267"&gt;&lt;div class="if-quote-message-margin"&gt;hello,&amp;nbsp;&lt;br/&gt;I was wondering whether it's possible to access a list of previous stimulus items (if the stimuli have been randomly chosen) so that stimuli from particular trials can be re-shown at a later point in the task. In other words, does inquisit store this list in such a way that it can be accessed online during the experiment?&amp;nbsp;&lt;br/&gt;&lt;br/&gt;thank you!&amp;nbsp;&lt;a class="if-quote-goto quote-link" href="#" data-id="22267"&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;Inquisit does not create or store such a list automatically, but you can implement such a list. See e.g.&lt;br/&gt;&lt;br/&gt;&lt;a href="https://www.millisecond.com/forums/FindPost16277.aspx"&gt;&lt;a href="https://www.millisecond.com/forums/FindPost16277.aspx"&gt;https://www.millisecond.com/forums/FindPost16277.aspx&lt;/a&gt;&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;If you store the respective item numbers in a &amp;lt;list&amp;gt;, for example, and want to later show the item displayed in trial #4 again, you can simply retrieve the list's 4th item number.&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="22270"&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;Thank you for your help!&amp;nbsp;&lt;br/&gt;&lt;br/&gt;I'm using the following code imitating the link that you sent me, but as you mention above, i'm trying to repeat an item from a particular trial (i.e. show the image that was present during trial #5 during the learning portion). I want items to repeat in "trial old", and am assuming I would have to sample from "list memStim1", but haven't been able to call specific trials properly.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;here is what I'm working with right now:&amp;nbsp;&lt;br/&gt;&lt;br/&gt;&amp;lt;item stim1&amp;gt;&lt;br/&gt;/1 = "Outdoor_1.jpg"&lt;br/&gt;/2 = "Outdoor_2.jpg"&lt;br/&gt;/3 = "Outdoor_3.jpg"&lt;br/&gt;/4 = "Outdoor_4.jpg"&lt;br/&gt;/5 = "Outdoor_5.jpg"&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;item stim2&amp;gt;&lt;br/&gt;/1 = "objects_11.png"&lt;br/&gt;/2 = "objects_12.png"&lt;br/&gt;/3 = "objects_13.png"&lt;br/&gt;/4 = "objects_14.png"&lt;br/&gt;/5 = "objects_15.png"&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;picture stim1&amp;gt;&lt;br/&gt;/ items = stim1&lt;br/&gt;/ size = (40%, 40%)&lt;br/&gt;&amp;lt;/picture&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;picture stim2&amp;gt;&lt;br/&gt;/ items = stim2&lt;br/&gt;/ size = (40%, 40%)&lt;br/&gt;&amp;lt;/picture&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;defaults&amp;gt;&lt;br/&gt;/ screencolor = (175, 175, 175)&lt;br/&gt;/ txcolor = (0, 0, 0)&lt;br/&gt;&amp;lt;/defaults&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;shape blank&amp;gt;&lt;br/&gt;/ color = (175, 175, 175)&lt;br/&gt;/ shape = rectangle&lt;br/&gt;/ size = (100%,100%)&lt;br/&gt;&amp;lt;/shape&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text estimateQ&amp;gt;  &lt;br/&gt;/ items = ("please estimate the value of this type of scene ~n(indoor or outdoor) from 1 to 100")&lt;br/&gt;/ hjustify = center&lt;br/&gt;/ size = (50%,50%)&lt;br/&gt;/ fontstyle = ("Arial",30)&lt;br/&gt;/ vposition = (60)&lt;br/&gt;/ hposition = (50)&lt;br/&gt;/ txbgcolor = (transparent)&lt;br/&gt;/ erase = false&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;*************************************************&lt;br/&gt;Creating an Experiment&lt;br/&gt;*************************************************&lt;br/&gt;&lt;br/&gt;&amp;lt;expt&amp;gt;&lt;br/&gt;/ blocks = [1=learning;2=memory]&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;values&amp;gt;&lt;br/&gt;/ stim1 = 1&lt;br/&gt;/ stim2 = 1&lt;br/&gt;&amp;lt;/values&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block learning&amp;gt;&lt;br/&gt;/ trials = [1-5 = sequence(cue,outcome)]&lt;br/&gt;/ errormessage = false&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block memory&amp;gt;&lt;br/&gt;/ trials = [1-5 = old]&lt;br/&gt;/ errormessage = false&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial cue&amp;gt;&lt;br/&gt;/ ontrialbegin = [values.stim1=list.randomStim1.nextindex; list.memStim1.appenditem(values.stim1);]&lt;br/&gt;/ pretrialpause = 1000&lt;br/&gt;/ stimulustimes = [0=stim1]&lt;br/&gt;/ beginresponseframe = 0&lt;br/&gt;/ timeout = 3000&lt;br/&gt;/ validresponse = (noresponse)&lt;br/&gt;/ branch = [&lt;br/&gt;openended.estimate&lt;br/&gt;]&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;openended estimate&amp;gt;&lt;br/&gt;/ position = (50, 50)&lt;br/&gt;/ buttonlabel = "&amp;nbsp;press enter to submit"&lt;br/&gt;/ fontstyle = ("Arial",15)&lt;br/&gt;/ inputdevice = keyboard&lt;br/&gt;/ stimulustimes = [0=estimateQ]&lt;br/&gt;/ linelength = 3&lt;br/&gt;/ range = (1,100)&lt;br/&gt;/ numlines = 1&lt;br/&gt;/ responsefontstyle = ("Arial",30)&lt;br/&gt;/ beginresponsetime = 0&lt;br/&gt;/ timeout = 5000&lt;br/&gt;&amp;lt;/openended&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial outcome&amp;gt;&lt;br/&gt;/ ontrialbegin = [values.stim2=list.randomStim2.nextindex; list.memStim2.appenditem(values.stim2);]&lt;br/&gt;/ stimulustimes = [0=blank; 1=stim2]&lt;br/&gt;/ beginresponsetime = 0&lt;br/&gt;/ trialduration = 3000&lt;br/&gt;/ validresponse = (noresponse)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial old&amp;gt;&lt;br/&gt;/ stimulustimes = [0=blank; 1=stim1]&lt;br/&gt;/ beginresponsetime = 0&lt;br/&gt;/ trialduration = 3000&lt;br/&gt;/ validresponse = (noresponse)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list randomStim1&amp;gt;&lt;br/&gt;/ poolsize = 5&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list randomStim2&amp;gt;&lt;br/&gt;/ poolsize = 5&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list memStim1&amp;gt;&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list memStim2&amp;gt;&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="22454"&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;&amp;gt; (i.e. show the image that was present during trial #5 during the learning portion). I want items to repeat in "trial old", and am assuming I would have to sample from "list &lt;br/&gt;&amp;gt; memStim1", but haven't been able to call specific trials properly. &lt;br/&gt;&lt;br/&gt;If you want to repeat the item displayed in the 5th learning trial, all you need to do is read out the 5th item in the &amp;lt;list&amp;gt;:&lt;br/&gt;&lt;br/&gt;&amp;lt;item stim1&amp;gt;&lt;br/&gt;/1 = "Outdoor_1.jpg"&lt;br/&gt;/2 = "Outdoor_2.jpg"&lt;br/&gt;/3 = "Outdoor_3.jpg"&lt;br/&gt;/4 = "Outdoor_4.jpg"&lt;br/&gt;/5 = "Outdoor_5.jpg"&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;item stim2&amp;gt;&lt;br/&gt;/1 = "objects_11.png"&lt;br/&gt;/2 = "objects_12.png"&lt;br/&gt;/3 = "objects_13.png"&lt;br/&gt;/4 = "objects_14.png"&lt;br/&gt;/5 = "objects_15.png"&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text stim1&amp;gt;&lt;br/&gt;/ items = stim1&lt;br/&gt;/ size = (40%, 40%)&lt;br/&gt;/ select = values.stim1&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text stim2&amp;gt;&lt;br/&gt;/ items = stim2&lt;br/&gt;/ size = (40%, 40%)&lt;br/&gt;/ select = values.stim2&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text oldstim1&amp;gt;&lt;br/&gt;/ items = stim1&lt;br/&gt;&lt;strong&gt;/ select = values.oldstim1&lt;/strong&gt;&lt;br/&gt;/ size = (40%, 40%)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;defaults&amp;gt;&lt;br/&gt;/ screencolor = (175, 175, 175)&lt;br/&gt;/ txcolor = (0, 0, 0)&lt;br/&gt;&amp;lt;/defaults&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;shape blank&amp;gt;&lt;br/&gt;/ color = (175, 175, 175)&lt;br/&gt;/ shape = rectangle&lt;br/&gt;/ size = (100%,100%)&lt;br/&gt;&amp;lt;/shape&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text estimateQ&amp;gt;&lt;br/&gt;/ items = ("please estimate the value of this type of scene ~n(indoor or outdoor) from 1 to 100")&lt;br/&gt;/ hjustify = center&lt;br/&gt;/ size = (50%,50%)&lt;br/&gt;/ fontstyle = ("Arial",30)&lt;br/&gt;/ vposition = (60)&lt;br/&gt;/ hposition = (50)&lt;br/&gt;/ txbgcolor = (transparent)&lt;br/&gt;/ erase = false&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;*************************************************&lt;br/&gt;Creating an Experiment&lt;br/&gt;*************************************************&lt;br/&gt;&lt;br/&gt;&amp;lt;expt&amp;gt;&lt;br/&gt;/ blocks = [1=learning;2=memory]&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;values&amp;gt;&lt;br/&gt;/ stim1 = 1&lt;br/&gt;/ stim2 = 1&lt;br/&gt;/ oldstim1 = 1&lt;br/&gt;&amp;lt;/values&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block learning&amp;gt;&lt;br/&gt;/ trials = [1-5 = sequence(cue, estimate, outcome)]&lt;br/&gt;/ errormessage = false&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block memory&amp;gt;&lt;br/&gt;/ preinstructions = (memoryintro)&lt;br/&gt;/ trials = [1 = old]&lt;br/&gt;/ errormessage = false&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;page memoryintro&amp;gt;&lt;br/&gt;now showing you the item you saw in the 5th trial during the learning phase.&lt;br/&gt;&amp;lt;/page&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial cue&amp;gt;&lt;br/&gt;/ ontrialbegin = [values.stim1=list.randomStim1.nextindex; list.memStim1.appenditem(values.stim1);]&lt;br/&gt;/ pretrialpause = 1000&lt;br/&gt;/ stimulustimes = [0=stim1]&lt;br/&gt;/ beginresponseframe = 0&lt;br/&gt;/ timeout = 300&lt;br/&gt;/ validresponse = (noresponse)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;openended estimate&amp;gt;&lt;br/&gt;/ position = (50, 50)&lt;br/&gt;/ buttonlabel = " press enter to submit"&lt;br/&gt;/ fontstyle = ("Arial",15)&lt;br/&gt;/ inputdevice = keyboard&lt;br/&gt;/ stimulustimes = [0=estimateQ]&lt;br/&gt;/ linelength = 3&lt;br/&gt;/ range = (1,100)&lt;br/&gt;/ numlines = 1&lt;br/&gt;/ beginresponsetime = 0&lt;br/&gt;/ timeout = 500&lt;br/&gt;&amp;lt;/openended&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial outcome&amp;gt;&lt;br/&gt;/ ontrialbegin = [values.stim2=list.randomStim2.nextindex; list.memStim2.appenditem(values.stim2);]&lt;br/&gt;/ stimulustimes = [0=blank; 1=stim2]&lt;br/&gt;/ beginresponsetime = 0&lt;br/&gt;/ trialduration = 300&lt;br/&gt;/ validresponse = (noresponse)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial old&amp;gt;&lt;br/&gt;&lt;strong&gt;/ ontrialbegin = [values.oldstim1 = list.memstim1.item(5)]&lt;/strong&gt;&lt;br/&gt;/ stimulustimes = [0=blank; 1=oldstim1]&lt;br/&gt;/ beginresponsetime = 0&lt;br/&gt;/ validresponse = (57)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list randomStim1&amp;gt;&lt;br/&gt;/ poolsize = 5&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list randomStim2&amp;gt;&lt;br/&gt;/ poolsize = 5&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list memStim1&amp;gt;&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list memStim2&amp;gt;&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="22455"&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;Thank you so much!!!&amp;nbsp;&lt;br/&gt;&lt;br/&gt;And if I wanted to show more than one specific trial, how would I do this? (the below obviously doesn't work :)&amp;nbsp;&lt;br/&gt;&lt;br/&gt;/ ontrialbegin = [values.oldStim1 = list.memStim1.item(5),list.memStim1.item(1)]&lt;br/&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="22456"&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;&amp;gt; And if I wanted to show more than one specific trial, how would I do this?&lt;br/&gt;&lt;br/&gt;Show in what way? Please be more specific. If all you want to do is simply show the stimuli again (for example in the same order as during the learning block), you merely do:&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;item stim1&amp;gt;&lt;br/&gt;/1 = "Outdoor_1.jpg"&lt;br/&gt;/2 = "Outdoor_2.jpg"&lt;br/&gt;/3 = "Outdoor_3.jpg"&lt;br/&gt;/4 = "Outdoor_4.jpg"&lt;br/&gt;/5 = "Outdoor_5.jpg"&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;item stim2&amp;gt;&lt;br/&gt;/1 = "objects_11.png"&lt;br/&gt;/2 = "objects_12.png"&lt;br/&gt;/3 = "objects_13.png"&lt;br/&gt;/4 = "objects_14.png"&lt;br/&gt;/5 = "objects_15.png"&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text stim1&amp;gt;&lt;br/&gt;/ items = stim1&lt;br/&gt;/ size = (40%, 40%)&lt;br/&gt;/ select = values.stim1&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text stim2&amp;gt;&lt;br/&gt;/ items = stim2&lt;br/&gt;/ size = (40%, 40%)&lt;br/&gt;/ select = values.stim2&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text oldstim1&amp;gt;&lt;br/&gt;/ items = stim1&lt;br/&gt;/ select = values.oldstim1&lt;br/&gt;/ size = (40%, 40%)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;defaults&amp;gt;&lt;br/&gt;/ screencolor = (175, 175, 175)&lt;br/&gt;/ txcolor = (0, 0, 0)&lt;br/&gt;&amp;lt;/defaults&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;shape blank&amp;gt;&lt;br/&gt;/ color = (175, 175, 175)&lt;br/&gt;/ shape = rectangle&lt;br/&gt;/ size = (100%,100%)&lt;br/&gt;&amp;lt;/shape&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text estimateQ&amp;gt;&lt;br/&gt;/ items = ("please estimate the value of this type of scene ~n(indoor or outdoor) from 1 to 100")&lt;br/&gt;/ hjustify = center&lt;br/&gt;/ size = (50%,50%)&lt;br/&gt;/ fontstyle = ("Arial",30)&lt;br/&gt;/ vposition = (60)&lt;br/&gt;/ hposition = (50)&lt;br/&gt;/ txbgcolor = (transparent)&lt;br/&gt;/ erase = false&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;*************************************************&lt;br/&gt;Creating an Experiment&lt;br/&gt;*************************************************&lt;br/&gt;&lt;br/&gt;&amp;lt;expt&amp;gt;&lt;br/&gt;/ blocks = [1=learning;2=memory]&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;values&amp;gt;&lt;br/&gt;/ stim1 = 1&lt;br/&gt;/ stim2 = 1&lt;br/&gt;/ oldstim1 = 1&lt;br/&gt;&amp;lt;/values&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block learning&amp;gt;&lt;br/&gt;/ trials = [1-5 = sequence(cue, estimate, outcome)]&lt;br/&gt;/ errormessage = false&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block memory&amp;gt;&lt;br/&gt;/ preinstructions = (memoryintro)&lt;br/&gt;/ trials = [1-5 = old]&lt;br/&gt;/ errormessage = false&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;page memoryintro&amp;gt;&lt;br/&gt;now showing you the item you saw in the 5th trial during the learning phase.&lt;br/&gt;&amp;lt;/page&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial cue&amp;gt;&lt;br/&gt;/ ontrialbegin = [values.stim1=list.randomStim1.nextindex; list.memStim1.appenditem(values.stim1);]&lt;br/&gt;/ pretrialpause = 1000&lt;br/&gt;/ stimulustimes = [0=stim1]&lt;br/&gt;/ beginresponseframe = 0&lt;br/&gt;/ timeout = 300&lt;br/&gt;/ validresponse = (noresponse)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;openended estimate&amp;gt;&lt;br/&gt;/ position = (50, 50)&lt;br/&gt;/ buttonlabel = " press enter to submit"&lt;br/&gt;/ fontstyle = ("Arial",15)&lt;br/&gt;/ inputdevice = keyboard&lt;br/&gt;/ stimulustimes = [0=estimateQ]&lt;br/&gt;/ linelength = 3&lt;br/&gt;/ range = (1,100)&lt;br/&gt;/ numlines = 1&lt;br/&gt;/ beginresponsetime = 0&lt;br/&gt;/ timeout = 500&lt;br/&gt;&amp;lt;/openended&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial outcome&amp;gt;&lt;br/&gt;/ ontrialbegin = [values.stim2=list.randomStim2.nextindex; list.memStim2.appenditem(values.stim2);]&lt;br/&gt;/ stimulustimes = [0=blank; 1=stim2]&lt;br/&gt;/ beginresponsetime = 0&lt;br/&gt;/ trialduration = 300&lt;br/&gt;/ validresponse = (noresponse)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial old&amp;gt;&lt;br/&gt;/ ontrialbegin = [values.oldstim1 = list.memstim1.nextvalue]&lt;br/&gt;/ stimulustimes = [0=blank; 1=oldstim1]&lt;br/&gt;/ beginresponsetime = 0&lt;br/&gt;/ validresponse = (57)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list randomStim1&amp;gt;&lt;br/&gt;/ poolsize = 5&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list randomStim2&amp;gt;&lt;br/&gt;/ poolsize = 5&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list memStim1&amp;gt;&lt;br/&gt;/ selectionmode = sequence&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list memStim2&amp;gt;&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="22457"&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;Thank you for the response. What I mean is that if I want to repeat images from trial 5 and 7, not all the trials within the memory list, how would I indicate this?&amp;nbsp;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial old&amp;gt;&lt;br/&gt;&lt;strong&gt;/ ontrialbegin = [values.oldStim1 = list.memStim1.item(5), list.memStim1.item(7)] *&amp;lt;- this is wrong, but how do indicate retrieving item 5, and item 7?*&amp;nbsp;&lt;/strong&gt;&lt;br/&gt;/ stimulustimes = [0=blank; 1=oldStim1]&lt;br/&gt;/ beginresponsetime = 0&lt;br/&gt;/ trialduration = 3000&lt;br/&gt;/ validresponse = (noresponse)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;</description><pubDate>Mon, 11 Sep 2017 21:07:44 GMT</pubDate><dc:creator>nrouhani</dc:creator></item><item><title>RE: accessing previously shown stimuli later in the task</title><link>https://forums.millisecond.com/Topic22457.aspx</link><description>&lt;div data-id="22456" class="if-quote-wrapper" unselectable="on" data-guid="1505181825780"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="22456" 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="22456" 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="22456" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;nrouhani - Monday, September 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-22456"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="22455" class="if-quote-wrapper" unselectable="on" data-guid="1505181825780"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="22455" 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="22455" 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="22455" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Dave - Monday, September 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-22455"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="22454" class="if-quote-wrapper" unselectable="on" data-guid="1505181825780"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="22454" 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="22454" 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="22454" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;nrouhani - Monday, September 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-22454"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="22270" class="if-quote-wrapper" unselectable="on" data-guid="1505181825780"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="22270" 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="22270" 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="22270" 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-22270"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="22267" class="if-quote-wrapper" unselectable="on" data-guid="1505181825780"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="22267" 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="22267" 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="22267" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;nrouhani - 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-22267"&gt;&lt;div class="if-quote-message-margin"&gt;hello,&amp;nbsp;&lt;br/&gt;I was wondering whether it's possible to access a list of previous stimulus items (if the stimuli have been randomly chosen) so that stimuli from particular trials can be re-shown at a later point in the task. In other words, does inquisit store this list in such a way that it can be accessed online during the experiment?&amp;nbsp;&lt;br/&gt;&lt;br/&gt;thank you!&amp;nbsp;&lt;a class="if-quote-goto quote-link" href="#" data-id="22267"&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;Inquisit does not create or store such a list automatically, but you can implement such a list. See e.g.&lt;br/&gt;&lt;br/&gt;&lt;a href="https://www.millisecond.com/forums/FindPost16277.aspx"&gt;&lt;a href="https://www.millisecond.com/forums/FindPost16277.aspx"&gt;https://www.millisecond.com/forums/FindPost16277.aspx&lt;/a&gt;&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;If you store the respective item numbers in a &amp;lt;list&amp;gt;, for example, and want to later show the item displayed in trial #4 again, you can simply retrieve the list's 4th item number.&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="22270"&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;Thank you for your help!&amp;nbsp;&lt;br/&gt;&lt;br/&gt;I'm using the following code imitating the link that you sent me, but as you mention above, i'm trying to repeat an item from a particular trial (i.e. show the image that was present during trial #5 during the learning portion). I want items to repeat in "trial old", and am assuming I would have to sample from "list memStim1", but haven't been able to call specific trials properly.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;here is what I'm working with right now:&amp;nbsp;&lt;br/&gt;&lt;br/&gt;&amp;lt;item stim1&amp;gt;&lt;br/&gt;/1 = "Outdoor_1.jpg"&lt;br/&gt;/2 = "Outdoor_2.jpg"&lt;br/&gt;/3 = "Outdoor_3.jpg"&lt;br/&gt;/4 = "Outdoor_4.jpg"&lt;br/&gt;/5 = "Outdoor_5.jpg"&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;item stim2&amp;gt;&lt;br/&gt;/1 = "objects_11.png"&lt;br/&gt;/2 = "objects_12.png"&lt;br/&gt;/3 = "objects_13.png"&lt;br/&gt;/4 = "objects_14.png"&lt;br/&gt;/5 = "objects_15.png"&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;picture stim1&amp;gt;&lt;br/&gt;/ items = stim1&lt;br/&gt;/ size = (40%, 40%)&lt;br/&gt;&amp;lt;/picture&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;picture stim2&amp;gt;&lt;br/&gt;/ items = stim2&lt;br/&gt;/ size = (40%, 40%)&lt;br/&gt;&amp;lt;/picture&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;defaults&amp;gt;&lt;br/&gt;/ screencolor = (175, 175, 175)&lt;br/&gt;/ txcolor = (0, 0, 0)&lt;br/&gt;&amp;lt;/defaults&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;shape blank&amp;gt;&lt;br/&gt;/ color = (175, 175, 175)&lt;br/&gt;/ shape = rectangle&lt;br/&gt;/ size = (100%,100%)&lt;br/&gt;&amp;lt;/shape&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text estimateQ&amp;gt;  &lt;br/&gt;/ items = ("please estimate the value of this type of scene ~n(indoor or outdoor) from 1 to 100")&lt;br/&gt;/ hjustify = center&lt;br/&gt;/ size = (50%,50%)&lt;br/&gt;/ fontstyle = ("Arial",30)&lt;br/&gt;/ vposition = (60)&lt;br/&gt;/ hposition = (50)&lt;br/&gt;/ txbgcolor = (transparent)&lt;br/&gt;/ erase = false&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;*************************************************&lt;br/&gt;Creating an Experiment&lt;br/&gt;*************************************************&lt;br/&gt;&lt;br/&gt;&amp;lt;expt&amp;gt;&lt;br/&gt;/ blocks = [1=learning;2=memory]&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;values&amp;gt;&lt;br/&gt;/ stim1 = 1&lt;br/&gt;/ stim2 = 1&lt;br/&gt;&amp;lt;/values&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block learning&amp;gt;&lt;br/&gt;/ trials = [1-5 = sequence(cue,outcome)]&lt;br/&gt;/ errormessage = false&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block memory&amp;gt;&lt;br/&gt;/ trials = [1-5 = old]&lt;br/&gt;/ errormessage = false&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial cue&amp;gt;&lt;br/&gt;/ ontrialbegin = [values.stim1=list.randomStim1.nextindex; list.memStim1.appenditem(values.stim1);]&lt;br/&gt;/ pretrialpause = 1000&lt;br/&gt;/ stimulustimes = [0=stim1]&lt;br/&gt;/ beginresponseframe = 0&lt;br/&gt;/ timeout = 3000&lt;br/&gt;/ validresponse = (noresponse)&lt;br/&gt;/ branch = [&lt;br/&gt;openended.estimate&lt;br/&gt;]&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;openended estimate&amp;gt;&lt;br/&gt;/ position = (50, 50)&lt;br/&gt;/ buttonlabel = "&amp;nbsp;press enter to submit"&lt;br/&gt;/ fontstyle = ("Arial",15)&lt;br/&gt;/ inputdevice = keyboard&lt;br/&gt;/ stimulustimes = [0=estimateQ]&lt;br/&gt;/ linelength = 3&lt;br/&gt;/ range = (1,100)&lt;br/&gt;/ numlines = 1&lt;br/&gt;/ responsefontstyle = ("Arial",30)&lt;br/&gt;/ beginresponsetime = 0&lt;br/&gt;/ timeout = 5000&lt;br/&gt;&amp;lt;/openended&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial outcome&amp;gt;&lt;br/&gt;/ ontrialbegin = [values.stim2=list.randomStim2.nextindex; list.memStim2.appenditem(values.stim2);]&lt;br/&gt;/ stimulustimes = [0=blank; 1=stim2]&lt;br/&gt;/ beginresponsetime = 0&lt;br/&gt;/ trialduration = 3000&lt;br/&gt;/ validresponse = (noresponse)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial old&amp;gt;&lt;br/&gt;/ stimulustimes = [0=blank; 1=stim1]&lt;br/&gt;/ beginresponsetime = 0&lt;br/&gt;/ trialduration = 3000&lt;br/&gt;/ validresponse = (noresponse)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list randomStim1&amp;gt;&lt;br/&gt;/ poolsize = 5&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list randomStim2&amp;gt;&lt;br/&gt;/ poolsize = 5&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list memStim1&amp;gt;&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list memStim2&amp;gt;&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="22454"&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;&amp;gt; (i.e. show the image that was present during trial #5 during the learning portion). I want items to repeat in "trial old", and am assuming I would have to sample from "list &lt;br/&gt;&amp;gt; memStim1", but haven't been able to call specific trials properly. &lt;br/&gt;&lt;br/&gt;If you want to repeat the item displayed in the 5th learning trial, all you need to do is read out the 5th item in the &amp;lt;list&amp;gt;:&lt;br/&gt;&lt;br/&gt;&amp;lt;item stim1&amp;gt;&lt;br/&gt;/1 = "Outdoor_1.jpg"&lt;br/&gt;/2 = "Outdoor_2.jpg"&lt;br/&gt;/3 = "Outdoor_3.jpg"&lt;br/&gt;/4 = "Outdoor_4.jpg"&lt;br/&gt;/5 = "Outdoor_5.jpg"&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;item stim2&amp;gt;&lt;br/&gt;/1 = "objects_11.png"&lt;br/&gt;/2 = "objects_12.png"&lt;br/&gt;/3 = "objects_13.png"&lt;br/&gt;/4 = "objects_14.png"&lt;br/&gt;/5 = "objects_15.png"&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text stim1&amp;gt;&lt;br/&gt;/ items = stim1&lt;br/&gt;/ size = (40%, 40%)&lt;br/&gt;/ select = values.stim1&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text stim2&amp;gt;&lt;br/&gt;/ items = stim2&lt;br/&gt;/ size = (40%, 40%)&lt;br/&gt;/ select = values.stim2&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text oldstim1&amp;gt;&lt;br/&gt;/ items = stim1&lt;br/&gt;&lt;strong&gt;/ select = values.oldstim1&lt;/strong&gt;&lt;br/&gt;/ size = (40%, 40%)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;defaults&amp;gt;&lt;br/&gt;/ screencolor = (175, 175, 175)&lt;br/&gt;/ txcolor = (0, 0, 0)&lt;br/&gt;&amp;lt;/defaults&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;shape blank&amp;gt;&lt;br/&gt;/ color = (175, 175, 175)&lt;br/&gt;/ shape = rectangle&lt;br/&gt;/ size = (100%,100%)&lt;br/&gt;&amp;lt;/shape&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text estimateQ&amp;gt;&lt;br/&gt;/ items = ("please estimate the value of this type of scene ~n(indoor or outdoor) from 1 to 100")&lt;br/&gt;/ hjustify = center&lt;br/&gt;/ size = (50%,50%)&lt;br/&gt;/ fontstyle = ("Arial",30)&lt;br/&gt;/ vposition = (60)&lt;br/&gt;/ hposition = (50)&lt;br/&gt;/ txbgcolor = (transparent)&lt;br/&gt;/ erase = false&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;*************************************************&lt;br/&gt;Creating an Experiment&lt;br/&gt;*************************************************&lt;br/&gt;&lt;br/&gt;&amp;lt;expt&amp;gt;&lt;br/&gt;/ blocks = [1=learning;2=memory]&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;values&amp;gt;&lt;br/&gt;/ stim1 = 1&lt;br/&gt;/ stim2 = 1&lt;br/&gt;/ oldstim1 = 1&lt;br/&gt;&amp;lt;/values&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block learning&amp;gt;&lt;br/&gt;/ trials = [1-5 = sequence(cue, estimate, outcome)]&lt;br/&gt;/ errormessage = false&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block memory&amp;gt;&lt;br/&gt;/ preinstructions = (memoryintro)&lt;br/&gt;/ trials = [1 = old]&lt;br/&gt;/ errormessage = false&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;page memoryintro&amp;gt;&lt;br/&gt;now showing you the item you saw in the 5th trial during the learning phase.&lt;br/&gt;&amp;lt;/page&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial cue&amp;gt;&lt;br/&gt;/ ontrialbegin = [values.stim1=list.randomStim1.nextindex; list.memStim1.appenditem(values.stim1);]&lt;br/&gt;/ pretrialpause = 1000&lt;br/&gt;/ stimulustimes = [0=stim1]&lt;br/&gt;/ beginresponseframe = 0&lt;br/&gt;/ timeout = 300&lt;br/&gt;/ validresponse = (noresponse)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;openended estimate&amp;gt;&lt;br/&gt;/ position = (50, 50)&lt;br/&gt;/ buttonlabel = " press enter to submit"&lt;br/&gt;/ fontstyle = ("Arial",15)&lt;br/&gt;/ inputdevice = keyboard&lt;br/&gt;/ stimulustimes = [0=estimateQ]&lt;br/&gt;/ linelength = 3&lt;br/&gt;/ range = (1,100)&lt;br/&gt;/ numlines = 1&lt;br/&gt;/ beginresponsetime = 0&lt;br/&gt;/ timeout = 500&lt;br/&gt;&amp;lt;/openended&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial outcome&amp;gt;&lt;br/&gt;/ ontrialbegin = [values.stim2=list.randomStim2.nextindex; list.memStim2.appenditem(values.stim2);]&lt;br/&gt;/ stimulustimes = [0=blank; 1=stim2]&lt;br/&gt;/ beginresponsetime = 0&lt;br/&gt;/ trialduration = 300&lt;br/&gt;/ validresponse = (noresponse)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial old&amp;gt;&lt;br/&gt;&lt;strong&gt;/ ontrialbegin = [values.oldstim1 = list.memstim1.item(5)]&lt;/strong&gt;&lt;br/&gt;/ stimulustimes = [0=blank; 1=oldstim1]&lt;br/&gt;/ beginresponsetime = 0&lt;br/&gt;/ validresponse = (57)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list randomStim1&amp;gt;&lt;br/&gt;/ poolsize = 5&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list randomStim2&amp;gt;&lt;br/&gt;/ poolsize = 5&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list memStim1&amp;gt;&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list memStim2&amp;gt;&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="22455"&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;Thank you so much!!!&amp;nbsp;&lt;br/&gt;&lt;br/&gt;And if I wanted to show more than one specific trial, how would I do this? (the below obviously doesn't work :)&amp;nbsp;&lt;br/&gt;&lt;br/&gt;/ ontrialbegin = [values.oldStim1 = list.memStim1.item(5),list.memStim1.item(1)]&lt;br/&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="22456"&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;&amp;gt; And if I wanted to show more than one specific trial, how would I do this?&lt;br/&gt;&lt;br/&gt;Show in what way? Please be more specific. If all you want to do is simply show the stimuli again (for example in the same order as during the learning block), you merely do:&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;item stim1&amp;gt;&lt;br/&gt;/1 = "Outdoor_1.jpg"&lt;br/&gt;/2 = "Outdoor_2.jpg"&lt;br/&gt;/3 = "Outdoor_3.jpg"&lt;br/&gt;/4 = "Outdoor_4.jpg"&lt;br/&gt;/5 = "Outdoor_5.jpg"&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;item stim2&amp;gt;&lt;br/&gt;/1 = "objects_11.png"&lt;br/&gt;/2 = "objects_12.png"&lt;br/&gt;/3 = "objects_13.png"&lt;br/&gt;/4 = "objects_14.png"&lt;br/&gt;/5 = "objects_15.png"&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text stim1&amp;gt;&lt;br/&gt;/ items = stim1&lt;br/&gt;/ size = (40%, 40%)&lt;br/&gt;/ select = values.stim1&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text stim2&amp;gt;&lt;br/&gt;/ items = stim2&lt;br/&gt;/ size = (40%, 40%)&lt;br/&gt;/ select = values.stim2&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text oldstim1&amp;gt;&lt;br/&gt;/ items = stim1&lt;br/&gt;/ select = values.oldstim1&lt;br/&gt;/ size = (40%, 40%)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;defaults&amp;gt;&lt;br/&gt;/ screencolor = (175, 175, 175)&lt;br/&gt;/ txcolor = (0, 0, 0)&lt;br/&gt;&amp;lt;/defaults&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;shape blank&amp;gt;&lt;br/&gt;/ color = (175, 175, 175)&lt;br/&gt;/ shape = rectangle&lt;br/&gt;/ size = (100%,100%)&lt;br/&gt;&amp;lt;/shape&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text estimateQ&amp;gt;&lt;br/&gt;/ items = ("please estimate the value of this type of scene ~n(indoor or outdoor) from 1 to 100")&lt;br/&gt;/ hjustify = center&lt;br/&gt;/ size = (50%,50%)&lt;br/&gt;/ fontstyle = ("Arial",30)&lt;br/&gt;/ vposition = (60)&lt;br/&gt;/ hposition = (50)&lt;br/&gt;/ txbgcolor = (transparent)&lt;br/&gt;/ erase = false&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;*************************************************&lt;br/&gt;Creating an Experiment&lt;br/&gt;*************************************************&lt;br/&gt;&lt;br/&gt;&amp;lt;expt&amp;gt;&lt;br/&gt;/ blocks = [1=learning;2=memory]&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;values&amp;gt;&lt;br/&gt;/ stim1 = 1&lt;br/&gt;/ stim2 = 1&lt;br/&gt;/ oldstim1 = 1&lt;br/&gt;&amp;lt;/values&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block learning&amp;gt;&lt;br/&gt;/ trials = [1-5 = sequence(cue, estimate, outcome)]&lt;br/&gt;/ errormessage = false&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block memory&amp;gt;&lt;br/&gt;/ preinstructions = (memoryintro)&lt;br/&gt;/ trials = [1-5 = old]&lt;br/&gt;/ errormessage = false&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;page memoryintro&amp;gt;&lt;br/&gt;now showing you the item you saw in the 5th trial during the learning phase.&lt;br/&gt;&amp;lt;/page&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial cue&amp;gt;&lt;br/&gt;/ ontrialbegin = [values.stim1=list.randomStim1.nextindex; list.memStim1.appenditem(values.stim1);]&lt;br/&gt;/ pretrialpause = 1000&lt;br/&gt;/ stimulustimes = [0=stim1]&lt;br/&gt;/ beginresponseframe = 0&lt;br/&gt;/ timeout = 300&lt;br/&gt;/ validresponse = (noresponse)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;openended estimate&amp;gt;&lt;br/&gt;/ position = (50, 50)&lt;br/&gt;/ buttonlabel = " press enter to submit"&lt;br/&gt;/ fontstyle = ("Arial",15)&lt;br/&gt;/ inputdevice = keyboard&lt;br/&gt;/ stimulustimes = [0=estimateQ]&lt;br/&gt;/ linelength = 3&lt;br/&gt;/ range = (1,100)&lt;br/&gt;/ numlines = 1&lt;br/&gt;/ beginresponsetime = 0&lt;br/&gt;/ timeout = 500&lt;br/&gt;&amp;lt;/openended&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial outcome&amp;gt;&lt;br/&gt;/ ontrialbegin = [values.stim2=list.randomStim2.nextindex; list.memStim2.appenditem(values.stim2);]&lt;br/&gt;/ stimulustimes = [0=blank; 1=stim2]&lt;br/&gt;/ beginresponsetime = 0&lt;br/&gt;/ trialduration = 300&lt;br/&gt;/ validresponse = (noresponse)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial old&amp;gt;&lt;br/&gt;/ ontrialbegin = [values.oldstim1 = list.memstim1.nextvalue]&lt;br/&gt;/ stimulustimes = [0=blank; 1=oldstim1]&lt;br/&gt;/ beginresponsetime = 0&lt;br/&gt;/ validresponse = (57)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list randomStim1&amp;gt;&lt;br/&gt;/ poolsize = 5&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list randomStim2&amp;gt;&lt;br/&gt;/ poolsize = 5&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list memStim1&amp;gt;&lt;br/&gt;/ selectionmode = sequence&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list memStim2&amp;gt;&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;</description><pubDate>Mon, 11 Sep 2017 19:07:39 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: accessing previously shown stimuli later in the task</title><link>https://forums.millisecond.com/Topic22456.aspx</link><description>&lt;div data-id="22455" class="if-quote-wrapper" unselectable="on" data-guid="1505175053343"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="22455" 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="22455" 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="22455" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Dave - Monday, September 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-22455"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="22454" class="if-quote-wrapper" unselectable="on" data-guid="1505175053343"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="22454" 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="22454" 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="22454" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;nrouhani - Monday, September 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-22454"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="22270" class="if-quote-wrapper" unselectable="on" data-guid="1505175053343"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="22270" 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="22270" 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="22270" 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-22270"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="22267" class="if-quote-wrapper" unselectable="on" data-guid="1505175053343"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="22267" 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="22267" 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="22267" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;nrouhani - 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-22267"&gt;&lt;div class="if-quote-message-margin"&gt;hello,&amp;nbsp;&lt;br/&gt;I was wondering whether it's possible to access a list of previous stimulus items (if the stimuli have been randomly chosen) so that stimuli from particular trials can be re-shown at a later point in the task. In other words, does inquisit store this list in such a way that it can be accessed online during the experiment?&amp;nbsp;&lt;br/&gt;&lt;br/&gt;thank you!&amp;nbsp;&lt;a class="if-quote-goto quote-link" href="#" data-id="22267"&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;Inquisit does not create or store such a list automatically, but you can implement such a list. See e.g.&lt;br/&gt;&lt;br/&gt;&lt;a href="https://www.millisecond.com/forums/FindPost16277.aspx"&gt;&lt;a href="https://www.millisecond.com/forums/FindPost16277.aspx"&gt;https://www.millisecond.com/forums/FindPost16277.aspx&lt;/a&gt;&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;If you store the respective item numbers in a &amp;lt;list&amp;gt;, for example, and want to later show the item displayed in trial #4 again, you can simply retrieve the list's 4th item number.&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="22270"&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;Thank you for your help!&amp;nbsp;&lt;br/&gt;&lt;br/&gt;I'm using the following code imitating the link that you sent me, but as you mention above, i'm trying to repeat an item from a particular trial (i.e. show the image that was present during trial #5 during the learning portion). I want items to repeat in "trial old", and am assuming I would have to sample from "list memStim1", but haven't been able to call specific trials properly.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;here is what I'm working with right now:&amp;nbsp;&lt;br/&gt;&lt;br/&gt;&amp;lt;item stim1&amp;gt;&lt;br/&gt;/1 = "Outdoor_1.jpg"&lt;br/&gt;/2 = "Outdoor_2.jpg"&lt;br/&gt;/3 = "Outdoor_3.jpg"&lt;br/&gt;/4 = "Outdoor_4.jpg"&lt;br/&gt;/5 = "Outdoor_5.jpg"&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;item stim2&amp;gt;&lt;br/&gt;/1 = "objects_11.png"&lt;br/&gt;/2 = "objects_12.png"&lt;br/&gt;/3 = "objects_13.png"&lt;br/&gt;/4 = "objects_14.png"&lt;br/&gt;/5 = "objects_15.png"&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;picture stim1&amp;gt;&lt;br/&gt;/ items = stim1&lt;br/&gt;/ size = (40%, 40%)&lt;br/&gt;&amp;lt;/picture&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;picture stim2&amp;gt;&lt;br/&gt;/ items = stim2&lt;br/&gt;/ size = (40%, 40%)&lt;br/&gt;&amp;lt;/picture&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;defaults&amp;gt;&lt;br/&gt;/ screencolor = (175, 175, 175)&lt;br/&gt;/ txcolor = (0, 0, 0)&lt;br/&gt;&amp;lt;/defaults&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;shape blank&amp;gt;&lt;br/&gt;/ color = (175, 175, 175)&lt;br/&gt;/ shape = rectangle&lt;br/&gt;/ size = (100%,100%)&lt;br/&gt;&amp;lt;/shape&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text estimateQ&amp;gt;  &lt;br/&gt;/ items = ("please estimate the value of this type of scene ~n(indoor or outdoor) from 1 to 100")&lt;br/&gt;/ hjustify = center&lt;br/&gt;/ size = (50%,50%)&lt;br/&gt;/ fontstyle = ("Arial",30)&lt;br/&gt;/ vposition = (60)&lt;br/&gt;/ hposition = (50)&lt;br/&gt;/ txbgcolor = (transparent)&lt;br/&gt;/ erase = false&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;*************************************************&lt;br/&gt;Creating an Experiment&lt;br/&gt;*************************************************&lt;br/&gt;&lt;br/&gt;&amp;lt;expt&amp;gt;&lt;br/&gt;/ blocks = [1=learning;2=memory]&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;values&amp;gt;&lt;br/&gt;/ stim1 = 1&lt;br/&gt;/ stim2 = 1&lt;br/&gt;&amp;lt;/values&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block learning&amp;gt;&lt;br/&gt;/ trials = [1-5 = sequence(cue,outcome)]&lt;br/&gt;/ errormessage = false&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block memory&amp;gt;&lt;br/&gt;/ trials = [1-5 = old]&lt;br/&gt;/ errormessage = false&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial cue&amp;gt;&lt;br/&gt;/ ontrialbegin = [values.stim1=list.randomStim1.nextindex; list.memStim1.appenditem(values.stim1);]&lt;br/&gt;/ pretrialpause = 1000&lt;br/&gt;/ stimulustimes = [0=stim1]&lt;br/&gt;/ beginresponseframe = 0&lt;br/&gt;/ timeout = 3000&lt;br/&gt;/ validresponse = (noresponse)&lt;br/&gt;/ branch = [&lt;br/&gt;openended.estimate&lt;br/&gt;]&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;openended estimate&amp;gt;&lt;br/&gt;/ position = (50, 50)&lt;br/&gt;/ buttonlabel = "&amp;nbsp;press enter to submit"&lt;br/&gt;/ fontstyle = ("Arial",15)&lt;br/&gt;/ inputdevice = keyboard&lt;br/&gt;/ stimulustimes = [0=estimateQ]&lt;br/&gt;/ linelength = 3&lt;br/&gt;/ range = (1,100)&lt;br/&gt;/ numlines = 1&lt;br/&gt;/ responsefontstyle = ("Arial",30)&lt;br/&gt;/ beginresponsetime = 0&lt;br/&gt;/ timeout = 5000&lt;br/&gt;&amp;lt;/openended&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial outcome&amp;gt;&lt;br/&gt;/ ontrialbegin = [values.stim2=list.randomStim2.nextindex; list.memStim2.appenditem(values.stim2);]&lt;br/&gt;/ stimulustimes = [0=blank; 1=stim2]&lt;br/&gt;/ beginresponsetime = 0&lt;br/&gt;/ trialduration = 3000&lt;br/&gt;/ validresponse = (noresponse)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial old&amp;gt;&lt;br/&gt;/ stimulustimes = [0=blank; 1=stim1]&lt;br/&gt;/ beginresponsetime = 0&lt;br/&gt;/ trialduration = 3000&lt;br/&gt;/ validresponse = (noresponse)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list randomStim1&amp;gt;&lt;br/&gt;/ poolsize = 5&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list randomStim2&amp;gt;&lt;br/&gt;/ poolsize = 5&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list memStim1&amp;gt;&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list memStim2&amp;gt;&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="22454"&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;&amp;gt; (i.e. show the image that was present during trial #5 during the learning portion). I want items to repeat in "trial old", and am assuming I would have to sample from "list &lt;br/&gt;&amp;gt; memStim1", but haven't been able to call specific trials properly. &lt;br/&gt;&lt;br/&gt;If you want to repeat the item displayed in the 5th learning trial, all you need to do is read out the 5th item in the &amp;lt;list&amp;gt;:&lt;br/&gt;&lt;br/&gt;&amp;lt;item stim1&amp;gt;&lt;br/&gt;/1 = "Outdoor_1.jpg"&lt;br/&gt;/2 = "Outdoor_2.jpg"&lt;br/&gt;/3 = "Outdoor_3.jpg"&lt;br/&gt;/4 = "Outdoor_4.jpg"&lt;br/&gt;/5 = "Outdoor_5.jpg"&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;item stim2&amp;gt;&lt;br/&gt;/1 = "objects_11.png"&lt;br/&gt;/2 = "objects_12.png"&lt;br/&gt;/3 = "objects_13.png"&lt;br/&gt;/4 = "objects_14.png"&lt;br/&gt;/5 = "objects_15.png"&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text stim1&amp;gt;&lt;br/&gt;/ items = stim1&lt;br/&gt;/ size = (40%, 40%)&lt;br/&gt;/ select = values.stim1&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text stim2&amp;gt;&lt;br/&gt;/ items = stim2&lt;br/&gt;/ size = (40%, 40%)&lt;br/&gt;/ select = values.stim2&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text oldstim1&amp;gt;&lt;br/&gt;/ items = stim1&lt;br/&gt;&lt;strong&gt;/ select = values.oldstim1&lt;/strong&gt;&lt;br/&gt;/ size = (40%, 40%)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;defaults&amp;gt;&lt;br/&gt;/ screencolor = (175, 175, 175)&lt;br/&gt;/ txcolor = (0, 0, 0)&lt;br/&gt;&amp;lt;/defaults&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;shape blank&amp;gt;&lt;br/&gt;/ color = (175, 175, 175)&lt;br/&gt;/ shape = rectangle&lt;br/&gt;/ size = (100%,100%)&lt;br/&gt;&amp;lt;/shape&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text estimateQ&amp;gt;&lt;br/&gt;/ items = ("please estimate the value of this type of scene ~n(indoor or outdoor) from 1 to 100")&lt;br/&gt;/ hjustify = center&lt;br/&gt;/ size = (50%,50%)&lt;br/&gt;/ fontstyle = ("Arial",30)&lt;br/&gt;/ vposition = (60)&lt;br/&gt;/ hposition = (50)&lt;br/&gt;/ txbgcolor = (transparent)&lt;br/&gt;/ erase = false&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;*************************************************&lt;br/&gt;Creating an Experiment&lt;br/&gt;*************************************************&lt;br/&gt;&lt;br/&gt;&amp;lt;expt&amp;gt;&lt;br/&gt;/ blocks = [1=learning;2=memory]&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;values&amp;gt;&lt;br/&gt;/ stim1 = 1&lt;br/&gt;/ stim2 = 1&lt;br/&gt;/ oldstim1 = 1&lt;br/&gt;&amp;lt;/values&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block learning&amp;gt;&lt;br/&gt;/ trials = [1-5 = sequence(cue, estimate, outcome)]&lt;br/&gt;/ errormessage = false&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block memory&amp;gt;&lt;br/&gt;/ preinstructions = (memoryintro)&lt;br/&gt;/ trials = [1 = old]&lt;br/&gt;/ errormessage = false&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;page memoryintro&amp;gt;&lt;br/&gt;now showing you the item you saw in the 5th trial during the learning phase.&lt;br/&gt;&amp;lt;/page&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial cue&amp;gt;&lt;br/&gt;/ ontrialbegin = [values.stim1=list.randomStim1.nextindex; list.memStim1.appenditem(values.stim1);]&lt;br/&gt;/ pretrialpause = 1000&lt;br/&gt;/ stimulustimes = [0=stim1]&lt;br/&gt;/ beginresponseframe = 0&lt;br/&gt;/ timeout = 300&lt;br/&gt;/ validresponse = (noresponse)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;openended estimate&amp;gt;&lt;br/&gt;/ position = (50, 50)&lt;br/&gt;/ buttonlabel = " press enter to submit"&lt;br/&gt;/ fontstyle = ("Arial",15)&lt;br/&gt;/ inputdevice = keyboard&lt;br/&gt;/ stimulustimes = [0=estimateQ]&lt;br/&gt;/ linelength = 3&lt;br/&gt;/ range = (1,100)&lt;br/&gt;/ numlines = 1&lt;br/&gt;/ beginresponsetime = 0&lt;br/&gt;/ timeout = 500&lt;br/&gt;&amp;lt;/openended&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial outcome&amp;gt;&lt;br/&gt;/ ontrialbegin = [values.stim2=list.randomStim2.nextindex; list.memStim2.appenditem(values.stim2);]&lt;br/&gt;/ stimulustimes = [0=blank; 1=stim2]&lt;br/&gt;/ beginresponsetime = 0&lt;br/&gt;/ trialduration = 300&lt;br/&gt;/ validresponse = (noresponse)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial old&amp;gt;&lt;br/&gt;&lt;strong&gt;/ ontrialbegin = [values.oldstim1 = list.memstim1.item(5)]&lt;/strong&gt;&lt;br/&gt;/ stimulustimes = [0=blank; 1=oldstim1]&lt;br/&gt;/ beginresponsetime = 0&lt;br/&gt;/ validresponse = (57)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list randomStim1&amp;gt;&lt;br/&gt;/ poolsize = 5&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list randomStim2&amp;gt;&lt;br/&gt;/ poolsize = 5&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list memStim1&amp;gt;&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list memStim2&amp;gt;&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="22455"&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;Thank you so much!!!&amp;nbsp;&lt;br/&gt;&lt;br/&gt;And if I wanted to show more than one specific trial, how would I do this? (the below obviously doesn't work :)&amp;nbsp;&lt;br/&gt;&lt;br/&gt;/ ontrialbegin = [values.oldStim1 = list.memStim1.item(5),list.memStim1.item(1)]&lt;br/&gt;&lt;br/&gt;</description><pubDate>Mon, 11 Sep 2017 17:11:43 GMT</pubDate><dc:creator>nrouhani</dc:creator></item><item><title>RE: accessing previously shown stimuli later in the task</title><link>https://forums.millisecond.com/Topic22455.aspx</link><description>&lt;div data-id="22454" class="if-quote-wrapper" unselectable="on" data-guid="1505171701314"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="22454" 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="22454" 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="22454" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;nrouhani - Monday, September 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-22454"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="22270" class="if-quote-wrapper" unselectable="on" data-guid="1505171701314"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="22270" 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="22270" 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="22270" 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-22270"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="22267" class="if-quote-wrapper" unselectable="on" data-guid="1505171701314"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="22267" 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="22267" 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="22267" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;nrouhani - 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-22267"&gt;&lt;div class="if-quote-message-margin"&gt;hello,&amp;nbsp;&lt;br/&gt;I was wondering whether it's possible to access a list of previous stimulus items (if the stimuli have been randomly chosen) so that stimuli from particular trials can be re-shown at a later point in the task. In other words, does inquisit store this list in such a way that it can be accessed online during the experiment?&amp;nbsp;&lt;br/&gt;&lt;br/&gt;thank you!&amp;nbsp;&lt;a class="if-quote-goto quote-link" href="#" data-id="22267"&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;Inquisit does not create or store such a list automatically, but you can implement such a list. See e.g.&lt;br/&gt;&lt;br/&gt;&lt;a href="https://www.millisecond.com/forums/FindPost16277.aspx"&gt;&lt;a href="https://www.millisecond.com/forums/FindPost16277.aspx"&gt;https://www.millisecond.com/forums/FindPost16277.aspx&lt;/a&gt;&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;If you store the respective item numbers in a &amp;lt;list&amp;gt;, for example, and want to later show the item displayed in trial #4 again, you can simply retrieve the list's 4th item number.&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="22270"&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;Thank you for your help!&amp;nbsp;&lt;br/&gt;&lt;br/&gt;I'm using the following code imitating the link that you sent me, but as you mention above, i'm trying to repeat an item from a particular trial (i.e. show the image that was present during trial #5 during the learning portion). I want items to repeat in "trial old", and am assuming I would have to sample from "list memStim1", but haven't been able to call specific trials properly.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;here is what I'm working with right now:&amp;nbsp;&lt;br/&gt;&lt;br/&gt;&amp;lt;item stim1&amp;gt;&lt;br/&gt;/1 = "Outdoor_1.jpg"&lt;br/&gt;/2 = "Outdoor_2.jpg"&lt;br/&gt;/3 = "Outdoor_3.jpg"&lt;br/&gt;/4 = "Outdoor_4.jpg"&lt;br/&gt;/5 = "Outdoor_5.jpg"&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;item stim2&amp;gt;&lt;br/&gt;/1 = "objects_11.png"&lt;br/&gt;/2 = "objects_12.png"&lt;br/&gt;/3 = "objects_13.png"&lt;br/&gt;/4 = "objects_14.png"&lt;br/&gt;/5 = "objects_15.png"&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;picture stim1&amp;gt;&lt;br/&gt;/ items = stim1&lt;br/&gt;/ size = (40%, 40%)&lt;br/&gt;&amp;lt;/picture&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;picture stim2&amp;gt;&lt;br/&gt;/ items = stim2&lt;br/&gt;/ size = (40%, 40%)&lt;br/&gt;&amp;lt;/picture&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;defaults&amp;gt;&lt;br/&gt;/ screencolor = (175, 175, 175)&lt;br/&gt;/ txcolor = (0, 0, 0)&lt;br/&gt;&amp;lt;/defaults&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;shape blank&amp;gt;&lt;br/&gt;/ color = (175, 175, 175)&lt;br/&gt;/ shape = rectangle&lt;br/&gt;/ size = (100%,100%)&lt;br/&gt;&amp;lt;/shape&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text estimateQ&amp;gt;  &lt;br/&gt;/ items = ("please estimate the value of this type of scene ~n(indoor or outdoor) from 1 to 100")&lt;br/&gt;/ hjustify = center&lt;br/&gt;/ size = (50%,50%)&lt;br/&gt;/ fontstyle = ("Arial",30)&lt;br/&gt;/ vposition = (60)&lt;br/&gt;/ hposition = (50)&lt;br/&gt;/ txbgcolor = (transparent)&lt;br/&gt;/ erase = false&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;*************************************************&lt;br/&gt;Creating an Experiment&lt;br/&gt;*************************************************&lt;br/&gt;&lt;br/&gt;&amp;lt;expt&amp;gt;&lt;br/&gt;/ blocks = [1=learning;2=memory]&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;values&amp;gt;&lt;br/&gt;/ stim1 = 1&lt;br/&gt;/ stim2 = 1&lt;br/&gt;&amp;lt;/values&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block learning&amp;gt;&lt;br/&gt;/ trials = [1-5 = sequence(cue,outcome)]&lt;br/&gt;/ errormessage = false&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block memory&amp;gt;&lt;br/&gt;/ trials = [1-5 = old]&lt;br/&gt;/ errormessage = false&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial cue&amp;gt;&lt;br/&gt;/ ontrialbegin = [values.stim1=list.randomStim1.nextindex; list.memStim1.appenditem(values.stim1);]&lt;br/&gt;/ pretrialpause = 1000&lt;br/&gt;/ stimulustimes = [0=stim1]&lt;br/&gt;/ beginresponseframe = 0&lt;br/&gt;/ timeout = 3000&lt;br/&gt;/ validresponse = (noresponse)&lt;br/&gt;/ branch = [&lt;br/&gt;openended.estimate&lt;br/&gt;]&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;openended estimate&amp;gt;&lt;br/&gt;/ position = (50, 50)&lt;br/&gt;/ buttonlabel = "&amp;nbsp;press enter to submit"&lt;br/&gt;/ fontstyle = ("Arial",15)&lt;br/&gt;/ inputdevice = keyboard&lt;br/&gt;/ stimulustimes = [0=estimateQ]&lt;br/&gt;/ linelength = 3&lt;br/&gt;/ range = (1,100)&lt;br/&gt;/ numlines = 1&lt;br/&gt;/ responsefontstyle = ("Arial",30)&lt;br/&gt;/ beginresponsetime = 0&lt;br/&gt;/ timeout = 5000&lt;br/&gt;&amp;lt;/openended&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial outcome&amp;gt;&lt;br/&gt;/ ontrialbegin = [values.stim2=list.randomStim2.nextindex; list.memStim2.appenditem(values.stim2);]&lt;br/&gt;/ stimulustimes = [0=blank; 1=stim2]&lt;br/&gt;/ beginresponsetime = 0&lt;br/&gt;/ trialduration = 3000&lt;br/&gt;/ validresponse = (noresponse)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial old&amp;gt;&lt;br/&gt;/ stimulustimes = [0=blank; 1=stim1]&lt;br/&gt;/ beginresponsetime = 0&lt;br/&gt;/ trialduration = 3000&lt;br/&gt;/ validresponse = (noresponse)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list randomStim1&amp;gt;&lt;br/&gt;/ poolsize = 5&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list randomStim2&amp;gt;&lt;br/&gt;/ poolsize = 5&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list memStim1&amp;gt;&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list memStim2&amp;gt;&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="22454"&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;&amp;gt; (i.e. show the image that was present during trial #5 during the learning portion). I want items to repeat in "trial old", and am assuming I would have to sample from "list &lt;br/&gt;&amp;gt; memStim1", but haven't been able to call specific trials properly. &lt;br/&gt;&lt;br/&gt;If you want to repeat the item displayed in the 5th learning trial, all you need to do is read out the 5th item in the &amp;lt;list&amp;gt;:&lt;br/&gt;&lt;br/&gt;&amp;lt;item stim1&amp;gt;&lt;br/&gt;/1 = "Outdoor_1.jpg"&lt;br/&gt;/2 = "Outdoor_2.jpg"&lt;br/&gt;/3 = "Outdoor_3.jpg"&lt;br/&gt;/4 = "Outdoor_4.jpg"&lt;br/&gt;/5 = "Outdoor_5.jpg"&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;item stim2&amp;gt;&lt;br/&gt;/1 = "objects_11.png"&lt;br/&gt;/2 = "objects_12.png"&lt;br/&gt;/3 = "objects_13.png"&lt;br/&gt;/4 = "objects_14.png"&lt;br/&gt;/5 = "objects_15.png"&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text stim1&amp;gt;&lt;br/&gt;/ items = stim1&lt;br/&gt;/ size = (40%, 40%)&lt;br/&gt;/ select = values.stim1&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text stim2&amp;gt;&lt;br/&gt;/ items = stim2&lt;br/&gt;/ size = (40%, 40%)&lt;br/&gt;/ select = values.stim2&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text oldstim1&amp;gt;&lt;br/&gt;/ items = stim1&lt;br/&gt;&lt;strong&gt;/ select = values.oldstim1&lt;/strong&gt;&lt;br/&gt;/ size = (40%, 40%)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;defaults&amp;gt;&lt;br/&gt;/ screencolor = (175, 175, 175)&lt;br/&gt;/ txcolor = (0, 0, 0)&lt;br/&gt;&amp;lt;/defaults&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;shape blank&amp;gt;&lt;br/&gt;/ color = (175, 175, 175)&lt;br/&gt;/ shape = rectangle&lt;br/&gt;/ size = (100%,100%)&lt;br/&gt;&amp;lt;/shape&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text estimateQ&amp;gt;&lt;br/&gt;/ items = ("please estimate the value of this type of scene ~n(indoor or outdoor) from 1 to 100")&lt;br/&gt;/ hjustify = center&lt;br/&gt;/ size = (50%,50%)&lt;br/&gt;/ fontstyle = ("Arial",30)&lt;br/&gt;/ vposition = (60)&lt;br/&gt;/ hposition = (50)&lt;br/&gt;/ txbgcolor = (transparent)&lt;br/&gt;/ erase = false&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;*************************************************&lt;br/&gt;Creating an Experiment&lt;br/&gt;*************************************************&lt;br/&gt;&lt;br/&gt;&amp;lt;expt&amp;gt;&lt;br/&gt;/ blocks = [1=learning;2=memory]&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;values&amp;gt;&lt;br/&gt;/ stim1 = 1&lt;br/&gt;/ stim2 = 1&lt;br/&gt;/ oldstim1 = 1&lt;br/&gt;&amp;lt;/values&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block learning&amp;gt;&lt;br/&gt;/ trials = [1-5 = sequence(cue, estimate, outcome)]&lt;br/&gt;/ errormessage = false&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block memory&amp;gt;&lt;br/&gt;/ preinstructions = (memoryintro)&lt;br/&gt;/ trials = [1 = old]&lt;br/&gt;/ errormessage = false&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;page memoryintro&amp;gt;&lt;br/&gt;now showing you the item you saw in the 5th trial during the learning phase.&lt;br/&gt;&amp;lt;/page&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial cue&amp;gt;&lt;br/&gt;/ ontrialbegin = [values.stim1=list.randomStim1.nextindex; list.memStim1.appenditem(values.stim1);]&lt;br/&gt;/ pretrialpause = 1000&lt;br/&gt;/ stimulustimes = [0=stim1]&lt;br/&gt;/ beginresponseframe = 0&lt;br/&gt;/ timeout = 300&lt;br/&gt;/ validresponse = (noresponse)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;openended estimate&amp;gt;&lt;br/&gt;/ position = (50, 50)&lt;br/&gt;/ buttonlabel = " press enter to submit"&lt;br/&gt;/ fontstyle = ("Arial",15)&lt;br/&gt;/ inputdevice = keyboard&lt;br/&gt;/ stimulustimes = [0=estimateQ]&lt;br/&gt;/ linelength = 3&lt;br/&gt;/ range = (1,100)&lt;br/&gt;/ numlines = 1&lt;br/&gt;/ beginresponsetime = 0&lt;br/&gt;/ timeout = 500&lt;br/&gt;&amp;lt;/openended&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial outcome&amp;gt;&lt;br/&gt;/ ontrialbegin = [values.stim2=list.randomStim2.nextindex; list.memStim2.appenditem(values.stim2);]&lt;br/&gt;/ stimulustimes = [0=blank; 1=stim2]&lt;br/&gt;/ beginresponsetime = 0&lt;br/&gt;/ trialduration = 300&lt;br/&gt;/ validresponse = (noresponse)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial old&amp;gt;&lt;br/&gt;&lt;strong&gt;/ ontrialbegin = [values.oldstim1 = list.memstim1.item(5)]&lt;/strong&gt;&lt;br/&gt;/ stimulustimes = [0=blank; 1=oldstim1]&lt;br/&gt;/ beginresponsetime = 0&lt;br/&gt;/ validresponse = (57)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list randomStim1&amp;gt;&lt;br/&gt;/ poolsize = 5&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list randomStim2&amp;gt;&lt;br/&gt;/ poolsize = 5&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list memStim1&amp;gt;&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list memStim2&amp;gt;&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;</description><pubDate>Mon, 11 Sep 2017 16:31:04 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: accessing previously shown stimuli later in the task</title><link>https://forums.millisecond.com/Topic22454.aspx</link><description>&lt;div data-id="22270" class="if-quote-wrapper" unselectable="on" data-guid="1505170008769"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="22270" 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="22270" 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="22270" 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-22270"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="22267" class="if-quote-wrapper" unselectable="on" data-guid="1505170008769"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="22267" 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="22267" 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="22267" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;nrouhani - 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-22267"&gt;&lt;div class="if-quote-message-margin"&gt;hello,&amp;nbsp;&lt;br/&gt;I was wondering whether it's possible to access a list of previous stimulus items (if the stimuli have been randomly chosen) so that stimuli from particular trials can be re-shown at a later point in the task. In other words, does inquisit store this list in such a way that it can be accessed online during the experiment?&amp;nbsp;&lt;br/&gt;&lt;br/&gt;thank you!&amp;nbsp;&lt;a class="if-quote-goto quote-link" href="#" data-id="22267"&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;Inquisit does not create or store such a list automatically, but you can implement such a list. See e.g.&lt;br/&gt;&lt;br/&gt;&lt;a href="https://www.millisecond.com/forums/FindPost16277.aspx"&gt;&lt;a href="https://www.millisecond.com/forums/FindPost16277.aspx"&gt;https://www.millisecond.com/forums/FindPost16277.aspx&lt;/a&gt;&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;If you store the respective item numbers in a &amp;lt;list&amp;gt;, for example, and want to later show the item displayed in trial #4 again, you can simply retrieve the list's 4th item number.&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="22270"&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;Thank you for your help!&amp;nbsp;&lt;br/&gt;&lt;br/&gt;I'm using the following code imitating the link that you sent me, but as you mention above, i'm trying to repeat an item from a particular trial (i.e. show the image that was present during trial #5 during the learning portion). I want items to repeat in "trial old", and am assuming I would have to sample from "list memStim1", but haven't been able to call specific trials properly.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;here is what I'm working with right now:&amp;nbsp;&lt;br/&gt;&lt;br/&gt;&amp;lt;item stim1&amp;gt;&lt;br/&gt;/1 = "Outdoor_1.jpg"&lt;br/&gt;/2 = "Outdoor_2.jpg"&lt;br/&gt;/3 = "Outdoor_3.jpg"&lt;br/&gt;/4 = "Outdoor_4.jpg"&lt;br/&gt;/5 = "Outdoor_5.jpg"&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;item stim2&amp;gt;&lt;br/&gt;/1 = "objects_11.png"&lt;br/&gt;/2 = "objects_12.png"&lt;br/&gt;/3 = "objects_13.png"&lt;br/&gt;/4 = "objects_14.png"&lt;br/&gt;/5 = "objects_15.png"&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;picture stim1&amp;gt;&lt;br/&gt;/ items = stim1&lt;br/&gt;/ size = (40%, 40%)&lt;br/&gt;&amp;lt;/picture&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;picture stim2&amp;gt;&lt;br/&gt;/ items = stim2&lt;br/&gt;/ size = (40%, 40%)&lt;br/&gt;&amp;lt;/picture&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;defaults&amp;gt;&lt;br/&gt;/ screencolor = (175, 175, 175)&lt;br/&gt;/ txcolor = (0, 0, 0)&lt;br/&gt;&amp;lt;/defaults&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;shape blank&amp;gt;&lt;br/&gt;/ color = (175, 175, 175)&lt;br/&gt;/ shape = rectangle&lt;br/&gt;/ size = (100%,100%)&lt;br/&gt;&amp;lt;/shape&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text estimateQ&amp;gt;  &lt;br/&gt;/ items = ("please estimate the value of this type of scene ~n(indoor or outdoor) from 1 to 100")&lt;br/&gt;/ hjustify = center&lt;br/&gt;/ size = (50%,50%)&lt;br/&gt;/ fontstyle = ("Arial",30)&lt;br/&gt;/ vposition = (60)&lt;br/&gt;/ hposition = (50)&lt;br/&gt;/ txbgcolor = (transparent)&lt;br/&gt;/ erase = false&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;*************************************************&lt;br/&gt;Creating an Experiment&lt;br/&gt;*************************************************&lt;br/&gt;&lt;br/&gt;&amp;lt;expt&amp;gt;&lt;br/&gt;/ blocks = [1=learning;2=memory]&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;values&amp;gt;&lt;br/&gt;/ stim1 = 1&lt;br/&gt;/ stim2 = 1&lt;br/&gt;&amp;lt;/values&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block learning&amp;gt;&lt;br/&gt;/ trials = [1-5 = sequence(cue,outcome)]&lt;br/&gt;/ errormessage = false&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block memory&amp;gt;&lt;br/&gt;/ trials = [1-5 = old]&lt;br/&gt;/ errormessage = false&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial cue&amp;gt;&lt;br/&gt;/ ontrialbegin = [values.stim1=list.randomStim1.nextindex; list.memStim1.appenditem(values.stim1);]&lt;br/&gt;/ pretrialpause = 1000&lt;br/&gt;/ stimulustimes = [0=stim1]&lt;br/&gt;/ beginresponseframe = 0&lt;br/&gt;/ timeout = 3000&lt;br/&gt;/ validresponse = (noresponse)&lt;br/&gt;/ branch = [&lt;br/&gt;openended.estimate&lt;br/&gt;]&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;openended estimate&amp;gt;&lt;br/&gt;/ position = (50, 50)&lt;br/&gt;/ buttonlabel = "&amp;nbsp;press enter to submit"&lt;br/&gt;/ fontstyle = ("Arial",15)&lt;br/&gt;/ inputdevice = keyboard&lt;br/&gt;/ stimulustimes = [0=estimateQ]&lt;br/&gt;/ linelength = 3&lt;br/&gt;/ range = (1,100)&lt;br/&gt;/ numlines = 1&lt;br/&gt;/ responsefontstyle = ("Arial",30)&lt;br/&gt;/ beginresponsetime = 0&lt;br/&gt;/ timeout = 5000&lt;br/&gt;&amp;lt;/openended&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial outcome&amp;gt;&lt;br/&gt;/ ontrialbegin = [values.stim2=list.randomStim2.nextindex; list.memStim2.appenditem(values.stim2);]&lt;br/&gt;/ stimulustimes = [0=blank; 1=stim2]&lt;br/&gt;/ beginresponsetime = 0&lt;br/&gt;/ trialduration = 3000&lt;br/&gt;/ validresponse = (noresponse)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial old&amp;gt;&lt;br/&gt;/ stimulustimes = [0=blank; 1=stim1]&lt;br/&gt;/ beginresponsetime = 0&lt;br/&gt;/ trialduration = 3000&lt;br/&gt;/ validresponse = (noresponse)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list randomStim1&amp;gt;&lt;br/&gt;/ poolsize = 5&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list randomStim2&amp;gt;&lt;br/&gt;/ poolsize = 5&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list memStim1&amp;gt;&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list memStim2&amp;gt;&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;</description><pubDate>Mon, 11 Sep 2017 15:58:19 GMT</pubDate><dc:creator>nrouhani</dc:creator></item><item><title>RE: accessing previously shown stimuli later in the task</title><link>https://forums.millisecond.com/Topic22270.aspx</link><description>&lt;div data-id="22267" class="if-quote-wrapper" unselectable="on" data-guid="1502503293995"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="22267" 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="22267" 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="22267" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;nrouhani - 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-22267"&gt;&lt;div class="if-quote-message-margin"&gt;hello,&amp;nbsp;&lt;br/&gt;I was wondering whether it's possible to access a list of previous stimulus items (if the stimuli have been randomly chosen) so that stimuli from particular trials can be re-shown at a later point in the task. In other words, does inquisit store this list in such a way that it can be accessed online during the experiment?&amp;nbsp;&lt;br/&gt;&lt;br/&gt;thank you!&amp;nbsp;&lt;a class="if-quote-goto quote-link" href="#" data-id="22267"&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;Inquisit does not create or store such a list automatically, but you can implement such a list. See e.g.&lt;br/&gt;&lt;br/&gt;&lt;a href="https://www.millisecond.com/forums/FindPost16277.aspx"&gt;https://www.millisecond.com/forums/FindPost16277.aspx&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;If you store the respective item numbers in a &amp;lt;list&amp;gt;, for example, and want to later show the item displayed in trial #4 again, you can simply retrieve the list's 4th item number.&lt;br/&gt;</description><pubDate>Fri, 11 Aug 2017 19:12:40 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>