﻿<?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  » Randomize blocks in Corsi Block Tapping Task</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Mon, 25 May 2026 03:47:57 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Randomize blocks in Corsi Block Tapping Task</title><link>https://forums.millisecond.com/Topic9673.aspx</link><description>&lt;p&gt;thank you very much for your prompt answer and for your advice, you helped me a lot and&amp;nbsp; i really appreciate it. &lt;/p&gt;</description><pubDate>Tue, 12 Feb 2013 05:43:23 GMT</pubDate><dc:creator>Richard</dc:creator></item><item><title>RE: Randomize blocks in Corsi Block Tapping Task</title><link>https://forums.millisecond.com/Topic9672.aspx</link><description>&lt;p&gt;[quote]What article do you mean?[/quote]&lt;/p&gt;
&lt;p&gt;The reference is at the top of the script.&lt;/p&gt;
&lt;p&gt;My point about random sequences is this: There is no guarantee whatsoever that any two or more random sequences of the same length are equivalent. For example, a sequence consisting of mostly adjacent blocks being highlighted may be vastly easier to memorize than a sequence that jumps around the grid a lot. If you want to compare results, you need to ensure the sequences are for all practical intents and purposes equally hard. Otherwise you've got a potential confound to deal with. Plus, any standardization goes out the window, because only the exact sequences included in the script (see the article) have been assessed.&lt;/p&gt;
&lt;p&gt;Regardless, if you absolutely want to have random sequences, simply change &lt;span style="font-family: courier new,courier;"&gt;&amp;lt;counter blockseq&amp;gt;&lt;/span&gt; to&lt;/p&gt;
&lt;p style="padding-left: 30px;"&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;lt;counter blockseq&amp;gt;&lt;br /&gt;/ select = noreplace(1-9)&lt;br /&gt;&amp;lt;/counter&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;and&lt;/p&gt;
&lt;p style="padding-left: 30px;"&gt;&lt;span style="font-family: courier new,courier;"&gt;/ ontrialend = [if(trial.recallseq.response=="done") values.totalscore=values.blockspan*values.ncorrecttotal]&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;to &lt;/p&gt;
&lt;p style="padding-left: 30px;"&gt;&lt;span style="font-family: courier new,courier;"&gt;/ ontrialend = [if(trial.recallseq.response=="done") {values.totalscore=values.blockspan*values.ncorrecttotal;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; reset(counter.blockseq)}]&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;in &lt;span style="font-family: courier new,courier;"&gt;&amp;lt;trial recallseq&amp;gt;&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;Finally, please work through the existing script until you fully understand how it works prior to making any modifications. You'll want to first complete the various tutorials included in the Inquisit documentation to familiarize yourself with the basic syntax constructs.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;~Dave&lt;/p&gt;</description><pubDate>Tue, 12 Feb 2013 05:34:51 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: Randomize blocks in Corsi Block Tapping Task</title><link>https://forums.millisecond.com/Topic9671.aspx</link><description>&lt;p&gt;What article do you mean? Can you send me link? &lt;/p&gt;
&lt;p&gt;I will try to explain in more details. I am doing research about sleep deprivation, and i want to figure out, how is short-term memory changed during 48 hours of sleep deprived person. Accordint to that I have to make my measuring every 2 or 3 hours and therefore i have to change sequences of blocks to prevent person&amp;nbsp; remember them.&lt;/p&gt;</description><pubDate>Tue, 12 Feb 2013 05:23:58 GMT</pubDate><dc:creator>Richard</dc:creator></item><item><title>RE: Randomize blocks in Corsi Block Tapping Task</title><link>https://forums.millisecond.com/Topic9670.aspx</link><description>&lt;p&gt;Richard,&lt;/p&gt;
&lt;p&gt;randomizing the sequences defeats the purpose of the task. Have you read the article?&lt;/p&gt;
&lt;p&gt;If you want to test subjects repeatedly, you should use different sequences based on pretesting to show equivalence with the original sequences.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;~Dave&lt;/p&gt;</description><pubDate>Tue, 12 Feb 2013 05:00:10 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>Randomize blocks in Corsi Block Tapping Task</title><link>https://forums.millisecond.com/Topic9669.aspx</link><description>&lt;p&gt;I would like to randomize blocks in Corsi Block Tapping Task because i dont want the respondent to remember sequences of blocks. Another important thing is&amp;nbsp; that i dont want blocks to repeat. I dont know how to change source.If&amp;nbsp; I change / selectionmode&amp;nbsp; from sequence to random, blocks are repeating. I am new member and i dont have much experience with changing the source. Can you change it for me pls?&lt;/p&gt;
&lt;p&gt;&amp;lt;list blockseq&amp;gt;&lt;br /&gt;/ items = &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (8,5,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6,4,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4,7,2,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8,1,5,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3,4,1,7,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6,1,5,8,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5,2,1,8,6,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4,2,7,3,1,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3,9,2,4,8,7,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3,7,8,2,9,4,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5,9,1,7,4,2,8,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5,7,9,2,8,4,6,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5,8,1,9,2,6,4,7,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5,9,3,6,7,2,4,3,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5,3,8,7,1,2,4,6,9,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4,2,6,8,1,7,9,3,5)&lt;br /&gt;/ selectionmode = random&lt;br /&gt;/ resetinterval = 0&lt;br /&gt;&amp;lt;/list&amp;gt;&lt;/p&gt;</description><pubDate>Tue, 12 Feb 2013 04:48:21 GMT</pubDate><dc:creator>Richard</dc:creator></item></channel></rss>