﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Millisecond Forums » Millisecond Forums » Inquisit 4  » How to? randomly select exactly the same number of items from a list into 2 within sub. conditions / give RT feedback after every trial ? DRM TASK</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Fri, 01 May 2026 03:09:09 GMT</lastBuildDate><ttl>20</ttl><item><title>How to? randomly select exactly the same number of items from a list into 2 within sub. conditions / give RT feedback after every trial ? DRM TASK</title><link>https://forums.millisecond.com/Topic19685.aspx</link><description>Hi Everybody, Hi Dave &lt;br/&gt;&lt;br/&gt;Sadly i couldn't&amp;nbsp; figure out yet how to program the following experimental scenario:&lt;br/&gt;&lt;br/&gt;Basically its a false memory (DRM) task, flavored with lateral word exposition in the encoding phase. &lt;br/&gt;But here i'm only interested in the recognition phase.&lt;br/&gt;Overall i got 4 x 2&amp;nbsp; lists of words and i want to check if the study participants after seeing a word&amp;nbsp; press "Y" ( this word has been presented earlier)&amp;nbsp; or "N" (no it hasn't.)&lt;br/&gt;Additionally in line with a within subjects design&amp;nbsp; the subjects should be randomly prompted to make&amp;nbsp; fast or slow decision (700ms or 2500 ms after the word onset respectively) by means of presenting them an error beep and shortly after (300ms) a "too slow" text message - see piece of "code" below. I also wanted to provide them with RT feedback after every trial. The RTs should be recorded as well.&lt;br/&gt;&lt;br/&gt;&amp;lt;trial critAslow&amp;gt;&amp;nbsp; &lt;br/&gt;/ stimulustimes = [0=FPcritA;2500=prompt;2800=slowmessage] &lt;br/&gt;****** how to incorporate the RT feedback here so that it is visible and not erased by the / responseinterrupt = immediate property? probably via trial.critAslow.latency but where and how?:)*****&lt;br/&gt;/ validresponse = ("t", "n")&lt;br/&gt;/ correctresponse = ("t")&lt;br/&gt;/ beginresponsetime = 0&lt;br/&gt;/ responseinterrupt = immediate&lt;br/&gt;/ posttrialpause = 2000&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;The word Lists&lt;br/&gt;* (A &amp;amp; B) refers to left or right in the encoding phase (which varies according to even or odd sub ID)&lt;br/&gt;Crit lures A*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - 30 items&lt;br/&gt;Crit lures B*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; - 30 items&lt;br/&gt;weak lures A*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - 30 items&lt;br/&gt;weak lures B*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; - 30 items&lt;br/&gt;Studied words A*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - 60 items&lt;br/&gt;Studied words B*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - 60 items&lt;br/&gt;unrelated words (A)&amp;nbsp;&amp;nbsp; - 60 items&lt;br/&gt;unrelated words (B)&amp;nbsp;&amp;nbsp; - 60 items&lt;br/&gt;I wanted that for every participant exactly half of the words from every list will be randomly assigned to the fast and the "remaining" half to the slow retrieval condition.&lt;br/&gt;Is that doable?&lt;br/&gt;&lt;br/&gt;I would greatly appreciate any kind of help&lt;br/&gt;&lt;br/&gt;Cheers &lt;br/&gt;Kuba&lt;br/&gt;</description><pubDate>Tue, 20 Sep 2016 08:49:57 GMT</pubDate><dc:creator>Kuba</dc:creator></item><item><title>RE: How to? randomly select exactly the same number of items from a list into 2 within sub. conditions / give RT feedback after every trial ? DRM TASK</title><link>https://forums.millisecond.com/Topic19723.aspx</link><description>&amp;gt; but would it stiil be possible to record only the respnse after the prompt signal / and possibly keep also track of how many anticipation &lt;br/&gt;&amp;gt; errors were made in the trial.&lt;br/&gt;&lt;br/&gt;To do this properly, you'd "split" the &amp;lt;trial&amp;gt; into two &amp;lt;trial&amp;gt;s -- one that displays "categoryS" for 2500ms (or 5000ms respectively) and counts the "false starts" / "anticipatory responses", another one that just displays the "prompt" stimulus and collects the "actual" response.&lt;br/&gt;&lt;br/&gt;See the attached example and look at the "focus" &amp;lt;trial&amp;gt; that keeps track of the "false starts".&lt;br/&gt;</description><pubDate>Tue, 20 Sep 2016 08:49:57 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: How to? randomly select exactly the same number of items from a list into 2 within sub. conditions / give RT feedback after every trial ? DRM TASK</title><link>https://forums.millisecond.com/Topic19717.aspx</link><description>Thanks &lt;br/&gt;This clarifies this issue perfectly.&lt;br/&gt;&lt;br/&gt;I said in the last post, that it will be the final one....but in the meantme i tested the script, made some corrections and well one particualr issue is still my road block.&lt;br/&gt;&lt;br/&gt;i defined the responserecording at 2 time points&lt;br/&gt;/ beginresponsetime = 2500 / 500&lt;br/&gt;the experiment goes www. now i'm anticipating that with no control from the experimenter the participants may (at least some of them) be constantly hiting one the response keys, ignoring the explicit instruction of responding only after hearing the prompt signal.&lt;br/&gt;what i want is to give them on trial-by trial basis a warning whenever a too early response is detected....but i would like to keep / beginresponsetime = 2500 / 500.&lt;br/&gt;i have imagined to set the / beginresponsetime = 0 and do some branching.... if trial.latency &amp;lt; 500/2500....but would it stiil be possible to record only the respnse after the prompt signal / and possibly keep also track of how many anticipation errors were made in the trial.&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;cheers &lt;br/&gt;kuba&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial CategorySlow&amp;gt;&lt;br/&gt;/ stimulustimes = [0=categoryS;2500=prompt]&lt;br/&gt;/ validresponse = ("t", "n")&lt;br/&gt;/ correctresponse = ("t")&lt;br/&gt;/ beginresponsetime = 2500&lt;br/&gt;/ responseinterrupt = immediate&lt;br/&gt;/ posttrialpause = 0&lt;br/&gt;/ branch = [if (trial.categorySlow.latency &amp;gt; 1000) trial.slowmessageST]&lt;br/&gt;/ branch = [if (trial.categorySlow.latency &amp;lt; 1000) trial.fastmessageST]&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial CategoryFast&amp;gt;&lt;br/&gt;/ stimulustimes = [0=categoryF;500=prompt]&lt;br/&gt;/ validresponse = ("t", "n")&lt;br/&gt;/ correctresponse = ("t")&lt;br/&gt;/ beginresponsetime = 500&lt;br/&gt;/ responseinterrupt = immediate&lt;br/&gt;/ posttrialpause = 0&lt;br/&gt;/ branch = [if (trial.categoryFast.latency &amp;gt; 1000) trial.slowmessageFT]&lt;br/&gt;/ branch = [if (trial.categoryFast.latency &amp;lt; 1000) trial.fastmessageFT]&lt;br/&gt;</description><pubDate>Tue, 20 Sep 2016 08:22:36 GMT</pubDate><dc:creator>Kuba</dc:creator></item><item><title>RE: How to? randomly select exactly the same number of items from a list into 2 within sub. conditions / give RT feedback after every trial ? DRM TASK</title><link>https://forums.millisecond.com/Topic19706.aspx</link><description>list.nitems is set to sample randomly without replacement. You can think of list.nitems as a deck of 8 cards. Shuffle the deck. You want to then distribute them such that you end up with 2 (random) cards in a stack labeled "category a", 2 in a stack labeled "category b", and 4 in a stack called "remaining".&lt;br/&gt;&lt;br/&gt;This should make clear that -- in this specific example --&amp;nbsp; it does not matter whether you first take 2 items (=cards) and put them in list.categoryaitems, then 2 items for list.categorybitems, and then select the remaining 4 for list.remainingitems or whether you change that order in any way.&lt;br/&gt;&lt;br/&gt;Hope this clarifies.&lt;br/&gt;</description><pubDate>Sun, 18 Sep 2016 06:37:12 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: How to? randomly select exactly the same number of items from a list into 2 within sub. conditions / give RT feedback after every trial ? DRM TASK</title><link>https://forums.millisecond.com/Topic19705.aspx</link><description>Thanks Dave&lt;br/&gt;everything is just perfect!&lt;br/&gt;&lt;br/&gt;just one more (final) little question due to my neurosis:)&lt;br/&gt;referring to your example with list elements. Is it important that the order of list elements mirrors the order of the&amp;nbsp; block sequence&lt;br/&gt;i.e blocks = [1 = a_and_b; 2 = remaining]&lt;br/&gt;like in your example&lt;br/&gt;&amp;lt;expt&amp;gt;&lt;br/&gt;/ onexptbegin = [list.&lt;strong&gt;categoryaitems&lt;/strong&gt;.appenditem(list.nitems.nextindex);&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; list.&lt;strong&gt;categoryaitems&lt;/strong&gt;.appenditem(list.nitems.nextindex);&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; list.&lt;span style="font-style: italic;"&gt;categorybitems&lt;/span&gt;.appenditem(list.nitems.nextindex);&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; list.&lt;span style="font-style: italic;"&gt;categorybitems&lt;/span&gt;.appenditem(list.nitems.nextindex);&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; list.&lt;span style="text-decoration: underline;"&gt;remainingitems&lt;/span&gt;.appenditem(list.nitems.nextindex);&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; list.&lt;span style="text-decoration: underline;"&gt;remainingitems&lt;/span&gt;.appenditem(list.nitems.nextindex);&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; list.&lt;span style="text-decoration: underline;"&gt;remainingitems&lt;/span&gt;.appenditem(list.nitems.nextindex);&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; list.&lt;span style="text-decoration: underline;"&gt;remainingitems&lt;/span&gt;.appenditem(list.nitems.nextindex);]&lt;br/&gt;/ blocks = [1 = a_and_b; 2 = remaining]&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;&lt;br/&gt;or can it be freely intermixed if only the amount and proportion of list.elements is fulfilled?&lt;br/&gt;expt&amp;gt;&lt;br/&gt;/ onexptbegin = [ list.&lt;span style="text-decoration: underline;"&gt;remainingitems&lt;/span&gt;.appenditem(list.nitems.nextindex);&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; list.&lt;span style="text-decoration: underline;"&gt;remainingitems&lt;/span&gt;.appenditem(list.nitems.nextindex);&lt;br/&gt;list.&lt;strong&gt;categoryaitems&lt;/strong&gt;.appenditem(list.nitems.nextindex);&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; list.&lt;strong&gt;categoryaitems&lt;/strong&gt;.appenditem(list.nitems.nextindex);&lt;br/&gt; list.&lt;span style="text-decoration: underline;"&gt;remainingitems&lt;/span&gt;.appenditem(list.nitems.nextindex);&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; list.&lt;span style="text-decoration: underline;"&gt;remainingitems&lt;/span&gt;.appenditem(list.nitems.nextindex);&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; list.&lt;span style="font-style: italic;"&gt;categorybitems&lt;/span&gt;.appenditem(list.nitems.nextindex);&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; list.&lt;span style="font-style: italic;"&gt;categorybitems&lt;/span&gt;.appenditem(list.nitems.nextindex;]&lt;br/&gt;/ blocks = [1 = a_and_b; 2 = remaining]&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;&lt;br/&gt;cheers kuba&lt;br/&gt;</description><pubDate>Sat, 17 Sep 2016 18:14:24 GMT</pubDate><dc:creator>Kuba</dc:creator></item><item><title>RE: How to? randomly select exactly the same number of items from a list into 2 within sub. conditions / give RT feedback after every trial ? DRM TASK</title><link>https://forums.millisecond.com/Topic19697.aspx</link><description>&amp;gt;&amp;nbsp; i shifted the list property/function logic from the expt level to the block level:&lt;div&gt;&amp;gt; [...]&lt;br/&gt;&amp;gt; is that correct?&lt;br/&gt;&lt;/div&gt;&lt;br/&gt;It looks correct to me. Don't trust my word, though, but instead verify by testing / examining the data file.&lt;br/&gt;&lt;br/&gt;&amp;gt; if i understood well, when one list(say B=60 words) is 2 times bigger than an other (say A=30)&lt;br/&gt;&amp;gt; then in the block specification of the trial sequence it should look like&lt;br/&gt;&amp;gt; trials = [1-90=noreplace(A,B,B)]&lt;br/&gt;&amp;gt; right&lt;br/&gt;&lt;br/&gt;Yes. You can also use a &amp;lt;list&amp;gt; for trial selection if you want to impose additional constraints to avoid "clustering" by using /maxrunsize:&lt;br/&gt;&lt;br/&gt;&amp;lt;block myblock&amp;gt;&lt;br/&gt;/ trials = [1-90=list.triallist]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list triallist&amp;gt;&lt;br/&gt;/ items = (trial.a, trial.b)&lt;br/&gt;/ poolsize = 90&lt;br/&gt;/ itemprobabilities = (0.33; 0.67)&lt;br/&gt;/ maxrunsize = 4&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial a&amp;gt;&lt;br/&gt;/ trialduration = 10&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial b&amp;gt;&lt;br/&gt;/ trialduration = 10&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;gt; if i want to create a data summary file where the number(or percentage) of correct responses and the mean condition RT is stored for &lt;br/&gt;&amp;gt; 16 conditions list type (8levels) x retrievaltime(2levels) - one subject per row? how can one do that?&amp;nbsp; could you provide me a link to a &lt;br/&gt;&amp;gt; post about that so that i can look up the logic behind that - it must have been discussed:)&lt;br/&gt;&lt;br/&gt;Use &amp;lt;expressions&amp;gt; along with the built-in performance metric functions (see the "Functions" reference in the documentation), and/or &amp;lt;values&amp;gt; to compute the metrics you desire. Log those values and expressions to the (summary) data file by specifying its columns attribute. Virtually all scripts in the library do stuff like that, if you need concrete examples. Numerous simple examples are also available in this forum, e.g. &lt;a href="https://www.millisecond.com/forums/Topic17711.aspx"&gt;https://www.millisecond.com/forums/Topic17711.aspx&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;</description><pubDate>Fri, 16 Sep 2016 07:32:52 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: How to? randomly select exactly the same number of items from a list into 2 within sub. conditions / give RT feedback after every trial ? DRM TASK</title><link>https://forums.millisecond.com/Topic19695.aspx</link><description>Thanks a Million Dave&lt;br/&gt;This was very helpful, wonder how i could have missed the topic you've linked to (maybe better tagging would help)&lt;br/&gt;Anyway, what i forgot to ask in the previous post/question&amp;nbsp; how to additionally randomize the presentation of the items so that they don't get displayed in a clustered way &lt;br/&gt;i.e 30 critical lures then 60 studied and so on........&lt;br/&gt;&lt;br/&gt;&amp;nbsp;i shifted the list property/function logic from the expt level to the block level:&lt;br/&gt;FFP =Fast false positive - time retrieval condidion&lt;br/&gt;FSP = slow false positive  -time retrieval condidion&lt;br/&gt;Bitems = list B - word list&lt;br/&gt;Aitems = list A - word list&lt;br/&gt;nuber of words in each list (A,B) is 6 (for now, in the process of testing the script)&lt;br/&gt;&lt;br/&gt;&amp;lt;block CritAB&amp;gt;&lt;br/&gt;/ onblockbegin =&amp;nbsp; = [list.categoryFFPcritAitems.appenditem(list.FPcritAitems.nextindex);&lt;br/&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; list.categoryFFPcritAitems.&lt;wbr&gt;appenditem(list.FPcritAitems.&lt;wbr&gt;nextindex);&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; list.categoryFFPcritAitems.&lt;wbr&gt;appenditem(list.FPcritAitems.&lt;wbr&gt;nextindex);&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; list.categorySFPcritAitems.&lt;wbr&gt;appenditem(list.FPcritAitems.&lt;wbr&gt;nextindex);&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; list.categorySFPcritAitems.&lt;wbr&gt;appenditem(list.FPcritAitems.&lt;wbr&gt;nextindex);&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; list.categorySFPcritAitems.&lt;wbr&gt;appenditem(list.FPcritAitems.&lt;wbr&gt;nextindex);&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; list.categoryFFPcritBitems.&lt;wbr&gt;appenditem(list.FPcritBitems.&lt;wbr&gt;nextindex);&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; list.categoryFFPcritBitems.&lt;wbr&gt;appenditem(list.FPcritBitems.&lt;wbr&gt;nextindex);&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; list.categoryFFPcritBitems.&lt;wbr&gt;appenditem(list.FPcritBitems.&lt;wbr&gt;nextindex);&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; list.categorySFPcritBitems.&lt;wbr&gt;appenditem(list.FPcritBitems.&lt;wbr&gt;nextindex);&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; list.categorySFPcritBitems.&lt;wbr&gt;appenditem(list.FPcritBitems.&lt;wbr&gt;nextindex);&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; list.categorySFPcritBitems.&lt;wbr&gt;appenditem(list.FPcritBitems.&lt;wbr&gt;nextindex);]&lt;br/&gt;/ trials = [1-12=noreplace(&lt;wbr&gt;categorySFPcritA, categoryFFPcritA,&lt;wbr&gt;categorySFPcritB,&lt;wbr&gt;categoryFFPcritB)]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;is that correct?&lt;br/&gt;&lt;br/&gt;the outcome seems to suggest that yes it is (but it's short)&lt;br/&gt;trialcode from the iqdat file&lt;br/&gt;categorySFPcritA&lt;br/&gt;latencyfeedback2&lt;br/&gt;categoryFFPcritA&lt;br/&gt;latencyfeedback1&lt;br/&gt;categoryFFPcritA&lt;br/&gt;latencyfeedback1&lt;br/&gt;categoryFFPcritB&lt;br/&gt;latencyfeedback4&lt;br/&gt;categorySFPcritA&lt;br/&gt;latencyfeedback2&lt;br/&gt;categorySFPcritB&lt;br/&gt;latencyfeedback3&lt;br/&gt;categorySFPcritB&lt;br/&gt;latencyfeedback3&lt;br/&gt;categoryFFPcritB&lt;br/&gt;latencyfeedback4&lt;br/&gt;categoryFFPcritB&lt;br/&gt;latencyfeedback4&lt;br/&gt;categorySFPcritA&lt;br/&gt;latencyfeedback2&lt;br/&gt;categorySFPcritB&lt;br/&gt;latencyfeedback3&lt;br/&gt;categoryFFPcritA&lt;br/&gt;latencyfeedback&lt;br/&gt;&lt;br/&gt;if i understood well, when one list(say B=60 words) is 2 times bigger than an other (say A=30)&lt;br/&gt;then in the block specification of the trial sequence it should look like&lt;br/&gt; trials = [1-90=noreplace(A,B,B)]&lt;br/&gt;right&lt;br/&gt;&lt;br/&gt;A last question&lt;br/&gt;if i want to create a data summary file where the number(or percentage) of correct responses and the mean condition RT is stored for 16 conditions list type (8levels) x retrievaltime(2levels) - one subject per row? how can one do that?&amp;nbsp; could you provide me a link to a post about that so that i can look up the logic behind that - it must have been discussed:)&lt;br/&gt;&lt;br/&gt;Cheers &lt;br/&gt;Kuba&lt;br/&gt;&lt;/div&gt;</description><pubDate>Fri, 16 Sep 2016 04:37:33 GMT</pubDate><dc:creator>Kuba</dc:creator></item><item><title>RE: How to? randomly select exactly the same number of items from a list into 2 within sub. conditions / give RT feedback after every trial ? DRM TASK</title><link>https://forums.millisecond.com/Topic19687.aspx</link><description>Re. #1:&lt;br/&gt;&lt;br/&gt;&amp;lt;trial critAslow&amp;gt;&amp;nbsp; &lt;br/&gt;/ stimulustimes = [0=FPcritA;2500=prompt;2800=slowmessage] &lt;br/&gt;&lt;strong&gt;****** how to incorporate the RT feedback here so that it is visible and not erased by the / responseinterrupt = immediate property? probably via trial.critAslow.latency but where and how?:)*****&lt;/strong&gt;&lt;br/&gt;/ validresponse = ("t", "n")&lt;br/&gt;/ correctresponse = ("t")&lt;br/&gt;/ beginresponsetime = 0&lt;br/&gt;/ responseinterrupt = immediate&lt;br/&gt;/ posttrialpause = 2000&lt;br/&gt;&lt;strong&gt;/ branch = [trial.latencyfeedback]&lt;/strong&gt;&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;You /branch to a &amp;lt;trial&amp;gt; that provides the desired feedback. You cannot display the latency feedback in &amp;lt;trial critAslow&amp;gt;.&lt;br/&gt;&lt;br/&gt;Re. #2: &lt;br/&gt;"I wanted that for every participant exactly half of the words from every list will be randomly assigned to the fast and the "remaining" half to the slow retrieval condition.&lt;br/&gt;Is that doable?"&lt;br/&gt;&lt;br/&gt;Yes, that's perfectly doable. Ideally, distribute the items / item numbers to the various conditions (slow / fast) /onexptbegin. See e.g. &lt;a href="https://www.millisecond.com/forums/Topic17069.aspx"&gt;https://www.millisecond.com/forums/Topic17069.aspx&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;</description><pubDate>Wed, 14 Sep 2016 08:43:55 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>