﻿<?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  » fully randomized conditional presentation of three stimuli</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 05:18:30 GMT</lastBuildDate><ttl>20</ttl><item><title>fully randomized conditional presentation of three stimuli</title><link>https://forums.millisecond.com/Topic15177.aspx</link><description>Hello,&lt;br/&gt;&lt;br/&gt;we're currently programming a study using based on Gawronski &amp;amp; Walther (2008) TAR effect, in which there are 60 trials presenting three stimuli each.&lt;br/&gt;Each trial involves a picture of a person (LEFT)&amp;nbsp;as source of an evaluation (likes/dislikes; MIDDLE) about another person (RIGHT).&amp;nbsp;&lt;br/&gt;In the original paradigm 12 pictures are chosen as source (picture on the left side) and 5 as targets (pictures on the right side). &lt;br/&gt;Each source is then presented with five different targets, always liking OR disliking them. Ideally, we would like to randomize who is source and who is target for each participant, so that at the beginning of each session two temporary lists (one with the 12 targets, one with the 5 sources) is generated. Additionally, Inquest would need to chose whether sources like or dislike their 5 targets and REMEMBER that, so that each source consistently dis/likes their target.&lt;br/&gt;&lt;br/&gt;Is that possible? We couldn't find any obvious way of programming this. If not, what would be the best possible compromise?&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;Thanks,&lt;br/&gt;Rene&lt;br/&gt;&lt;br/&gt;</description><pubDate>Wed, 22 Apr 2015 07:16:47 GMT</pubDate><dc:creator>René Kopietz</dc:creator></item><item><title>RE: fully randomized conditional presentation of three stimuli</title><link>https://forums.millisecond.com/Topic16101.aspx</link><description>&amp;gt; &lt;span style="font-size:12.0pt;line-height:107%;font-family:&amp;quot;Times New Roman&amp;quot;,serif;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;mso-fareast-language:DE"&gt;'Unable to initialize &amp;lt;picture targetlike&amp;gt; item number 29. Verify theitem exists and is correctly defined.'&lt;br/&gt;&amp;gt; Most of the time it concerns item numer 0 or the last items of the liststargetlike or targetdislike.This error appears &lt;br/&gt;&amp;gt; in each of my three conditions,which have separate lists.&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;Means that you are referring to an item number *at runtime* which does not exist in the respective &amp;lt;list&amp;gt;. If you are displaying images, there can be no item 0. If the error pertains to any other item number, that item does not exist. For example, there is no item number 29 in &amp;lt;picture targetlike&amp;gt;:&lt;br/&gt;&lt;br/&gt;&amp;lt;picture targetdislike&amp;gt;&lt;br/&gt;/items = kollegen&lt;br/&gt;&lt;strong&gt;/select = list.targetitemsdislike.nextindex&lt;/strong&gt;&lt;br/&gt;/ position= (70,50)&lt;br/&gt;/ size = (30%, 30%)&lt;br/&gt;&amp;lt;/picture&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;item kollegen&amp;gt;&lt;br/&gt;/1 = "1.bmp"&lt;br/&gt;/2 = "2.jpg"&lt;br/&gt;/3 = "3.bmp"&lt;br/&gt;/4 = "4.jpg"&lt;br/&gt;/5 = "5.bmp"&lt;br/&gt;/6 = "6.jpg"&lt;br/&gt;/7 = "7.jpg"&lt;br/&gt;/8 = "8.jpg"&lt;br/&gt;/9 = "9.bmp"&lt;br/&gt;/10 = "10.jpg"&lt;br/&gt;/11 = "11.bmp"&lt;br/&gt;/12 = "12.bmp"&lt;br/&gt;/13 = "13.bmp"&lt;br/&gt;/14 = "14.bmp"&lt;br/&gt;/15 = "15.jpg"&lt;br/&gt;/16 = "16.jpg"&lt;br/&gt;/17 = "17.jpg"&lt;br/&gt;/18 = "18.bmp"&lt;br/&gt;/19 = "19.jpg"&lt;br/&gt;/20 = "20.bmp"&lt;br/&gt;/21 = "21.jpg"&lt;br/&gt;/22 = "22.bmp"&lt;br/&gt;/23 = "23.jpg"&lt;br/&gt;/24 = "24.jpg"&lt;br/&gt;/25 = "25.bmp"&lt;br/&gt;/26 = "26.png"&lt;br/&gt;/27 = "27.png"&lt;br/&gt;/28 = "28.jpg"&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;There are 28 items, not 29.&lt;br/&gt;&lt;br/&gt;The problem likely is that you are selecting according to the list's item *index*.&lt;br/&gt;&lt;br/&gt;&lt;/span&gt;&lt;span style="font-size:12.0pt;line-height:107%;font-family:&amp;quot;Times New Roman&amp;quot;,serif;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;mso-fareast-language:DE"&gt;&lt;span style="font-size:12.0pt;line-height:107%;font-family:&amp;quot;Times New Roman&amp;quot;,serif;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;mso-fareast-language:DE"&gt;&lt;strong&gt;/select = list.targetitemsdislike.nextindex&lt;br/&gt;&lt;br/&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;You *should* be selecting according to the list's item *value*.&lt;br/&gt;&lt;br/&gt;&lt;span style="font-size:12.0pt;line-height:107%;font-family:&amp;quot;Times New Roman&amp;quot;,serif;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;mso-fareast-language:DE"&gt;&lt;strong&gt;/select = list.targetitemsdislike.nextvalue&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;Your lists contain the same item numbers multiple times, i.e., there are many more entries in the list than there are items.&lt;br/&gt;&lt;br/&gt;For example, consider&lt;br/&gt;&lt;br/&gt;&amp;lt;block myblock&amp;gt;&lt;br/&gt;/ trials = [1-4=mytrial]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial mytrial&amp;gt;&lt;br/&gt;/ stimulusframes = [1=mypicture]&lt;br/&gt;/ validresponse = (57)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;picture mypicture&amp;gt;&lt;br/&gt;/ items = ("A.bmp", "B.bmp")&lt;br/&gt;/ select = list.mylist.nextindex&lt;br/&gt;&amp;lt;/picture&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list mylist&amp;gt;&lt;br/&gt;/ items = (1,1,2,2)&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;which will *fail*, versus the correct&lt;br/&gt;&lt;br/&gt;&amp;lt;block myblock&amp;gt;&lt;br/&gt;/ trials = [1-4=mytrial]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial mytrial&amp;gt;&lt;br/&gt;/ stimulusframes = [1=mypicture]&lt;br/&gt;/ validresponse = (57)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;picture mypicture&amp;gt;&lt;br/&gt;/ items = ("A.bmp", "B.bmp")&lt;br/&gt;/ select = list.mylist.nextvalue&lt;br/&gt;&amp;lt;/picture&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list mylist&amp;gt;&lt;br/&gt;/ items = (1,1,2,2)&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;/strong&gt;&lt;/span&gt;</description><pubDate>Wed, 22 Apr 2015 07:16:47 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: fully randomized conditional presentation of three stimuli</title><link>https://forums.millisecond.com/Topic16100.aspx</link><description>&lt;!--[if gte mso 9]&gt;&lt;xml&gt; &lt;o:OfficeDocumentSettings&gt;  &lt;o:AllowPNG/&gt; &lt;/o:OfficeDocumentSettings&gt;&lt;/xml&gt;&lt;![endif]--&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size:12.0pt;line-height:107%;font-family:&amp;quot;Times New Roman&amp;quot;,serif;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;mso-fareast-language:DE"&gt;Hello Dave,&lt;br/&gt;&lt;br/&gt;thanks a lot! I did get your point and it is working right now! Great!&lt;br/&gt;&lt;br/&gt;Unfortunately, there is a new problem.&lt;br/&gt;Sometimes, not every time, there is an error that appears during theexperiment.&lt;br/&gt;The experiment starts and the first pages are shown, but right before the&amp;lt;block relation&amp;gt; or after the first few presentations it is terminatedand there is this message:&lt;br/&gt;'Unable to initialize &amp;lt;picture targetlike&amp;gt; item number 29. Verify theitem exists and is correctly defined.'&lt;br/&gt;Most of the time it concerns item numer 0 or the last items of the liststargetlike or targetdislike.This error appears in each of my three conditions,which have separate lists.&lt;br/&gt;&lt;br/&gt;I tested every picture and there was no problem in presenting them on thescreen, so that doesn't seem to be the error.&lt;br/&gt;I am afraid there is a mistake in the definiton of the lists.&lt;br/&gt;&lt;br/&gt;Do you have any idea?&lt;br/&gt;I attached my script and the stimuli as a zip-folder. I couldn't attach the chinese characters for the AMP (block test, pic1 - pic200) &lt;br/&gt;Maybe you could transpose them to text elements, as you did before.&lt;br/&gt;&lt;br/&gt;Thanks again,&lt;br/&gt;Christina&lt;/span&gt;&lt;/p&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt; &lt;w:WordDocument&gt;  &lt;w:View&gt;Normal&lt;/w:View&gt;  &lt;w:Zoom&gt;0&lt;/w:Zoom&gt;  &lt;w:TrackMoves/&gt;  &lt;w:TrackFormatting/&gt;  &lt;w:HyphenationZone&gt;21&lt;/w:HyphenationZone&gt;  &lt;w:PunctuationKerning/&gt;  &lt;w:ValidateAgainstSchemas/&gt;  &lt;w:SaveIfXMLInvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;  &lt;w:IgnoreMixedContent&gt;false&lt;/w:IgnoreMixedContent&gt;  &lt;w:AlwaysShowPlaceholderText&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;  &lt;w:DoNotPromoteQF/&gt;  &lt;w:LidThemeOther&gt;DE&lt;/w:LidThemeOther&gt;  &lt;w:LidThemeAsian&gt;X-NONE&lt;/w:LidThemeAsian&gt;  &lt;w:LidThemeComplexScript&gt;X-NONE&lt;/w:LidThemeComplexScript&gt;  &lt;w:Compatibility&gt;   &lt;w:BreakWrappedTables/&gt;   &lt;w:SnapToGridInCell/&gt;   &lt;w:WrapTextWithPunct/&gt;   &lt;w:UseAsianBreakRules/&gt;   &lt;w:DontGrowAutofit/&gt;   &lt;w:SplitPgBreakAndParaMark/&gt;   &lt;w:EnableOpenTypeKerning/&gt;   &lt;w:DontFlipMirrorIndents/&gt;   &lt;w:OverrideTableStyleHps/&gt;  &lt;/w:Compatibility&gt;  &lt;m:mathPr&gt;   &lt;m:mathFont m:val="Cambria Math"/&gt;   &lt;m:brkBin m:val="before"/&gt;   &lt;m:brkBinSub m:val="&amp;#45;-"/&gt;   &lt;m:smallFrac m:val="off"/&gt;   &lt;m:dispDef/&gt;   &lt;m:lMargin m:val="0"/&gt;   &lt;m:rMargin m:val="0"/&gt;   &lt;m:defJc m:val="centerGroup"/&gt;   &lt;m:wrapIndent m:val="1440"/&gt;   &lt;m:intLim m:val="subSup"/&gt;   &lt;m:naryLim m:val="undOvr"/&gt;  &lt;/m:mathPr&gt;&lt;/w:WordDocument&gt;&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt; &lt;w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="false"  DefSemiHidden="false" DefQFormat="false" DefPriority="99"  LatentStyleCount="371"&gt;  &lt;w:LsdException Locked="false" Priority="0" QFormat="true" Name="Normal"/&gt;  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 1"/&gt;  &lt;w:LsdException Locked="false" Priority="9" SemiHidden="true"   UnhideWhenUsed="true" QFormat="true" Name="heading 2"/&gt;  &lt;w:LsdException Locked="false" Priority="9" SemiHidden="true"   UnhideWhenUsed="true" QFormat="true" Name="heading 3"/&gt;  &lt;w:LsdException Locked="false" Priority="9" SemiHidden="true"   UnhideWhenUsed="true" QFormat="true" Name="heading 4"/&gt;  &lt;w:LsdException Locked="false" Priority="9" SemiHidden="true"   UnhideWhenUsed="true" QFormat="true" Name="heading 5"/&gt;  &lt;w:LsdException Locked="false" Priority="9" SemiHidden="true"   UnhideWhenUsed="true" QFormat="true" Name="heading 6"/&gt;  &lt;w:LsdException Locked="false" Priority="9" SemiHidden="true"   UnhideWhenUsed="true" QFormat="true" Name="heading 7"/&gt;  &lt;w:LsdException Locked="false" Priority="9" SemiHidden="true"   UnhideWhenUsed="true" QFormat="true" Name="heading 8"/&gt;  &lt;w:LsdException Locked="false" Priority="9" SemiHidden="true"   UnhideWhenUsed="true" QFormat="true" Name="heading 9"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="index 1"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="index 2"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="index 3"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="index 4"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="index 5"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="index 6"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="index 7"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="index 8"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="index 9"/&gt;  &lt;w:LsdException Locked="false" Priority="39" SemiHidden="true"   UnhideWhenUsed="true" Name="toc 1"/&gt;  &lt;w:LsdException Locked="false" Priority="39" SemiHidden="true"   UnhideWhenUsed="true" Name="toc 2"/&gt;  &lt;w:LsdException Locked="false" Priority="39" SemiHidden="true"   UnhideWhenUsed="true" Name="toc 3"/&gt;  &lt;w:LsdException Locked="false" Priority="39" SemiHidden="true"   UnhideWhenUsed="true" Name="toc 4"/&gt;  &lt;w:LsdException Locked="false" Priority="39" SemiHidden="true"   UnhideWhenUsed="true" Name="toc 5"/&gt;  &lt;w:LsdException Locked="false" Priority="39" SemiHidden="true"   UnhideWhenUsed="true" Name="toc 6"/&gt;  &lt;w:LsdException Locked="false" Priority="39" SemiHidden="true"   UnhideWhenUsed="true" Name="toc 7"/&gt;  &lt;w:LsdException Locked="false" Priority="39" SemiHidden="true"   UnhideWhenUsed="true" Name="toc 8"/&gt;  &lt;w:LsdException Locked="false" Priority="39" SemiHidden="true"   UnhideWhenUsed="true" Name="toc 9"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Normal Indent"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="footnote text"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="annotation text"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="header"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="footer"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="index heading"/&gt;  &lt;w:LsdException Locked="false" Priority="35" SemiHidden="true"   UnhideWhenUsed="true" QFormat="true" Name="caption"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="table of figures"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="envelope address"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="envelope return"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="footnote reference"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="annotation reference"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="line number"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="page number"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="endnote reference"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="endnote text"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="table of authorities"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="macro"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="toa heading"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="List"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="List Bullet"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="List Number"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="List 2"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="List 3"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="List 4"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="List 5"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="List Bullet 2"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="List Bullet 3"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="List Bullet 4"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="List Bullet 5"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="List Number 2"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="List Number 3"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="List Number 4"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="List Number 5"/&gt;  &lt;w:LsdException Locked="false" Priority="10" QFormat="true" Name="Title"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Closing"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Signature"/&gt;  &lt;w:LsdException Locked="false" Priority="1" SemiHidden="true"   UnhideWhenUsed="true" Name="Default Paragraph Font"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Body Text"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Body Text Indent"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="List Continue"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="List Continue 2"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="List Continue 3"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="List Continue 4"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="List Continue 5"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Message Header"/&gt;  &lt;w:LsdException Locked="false" Priority="11" QFormat="true" Name="Subtitle"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Salutation"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Date"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Body Text First Indent"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Body Text First Indent 2"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Note Heading"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Body Text 2"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Body Text 3"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Body Text Indent 2"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Body Text Indent 3"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Block Text"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Hyperlink"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="FollowedHyperlink"/&gt;  &lt;w:LsdException Locked="false" Priority="22" QFormat="true" Name="Strong"/&gt;  &lt;w:LsdException Locked="false" Priority="20" QFormat="true" Name="Emphasis"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Document Map"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Plain Text"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="E-mail Signature"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="HTML Top of Form"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="HTML Bottom of Form"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Normal (Web)"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="HTML Acronym"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="HTML Address"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="HTML Cite"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="HTML Code"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="HTML Definition"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="HTML Keyboard"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="HTML Preformatted"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="HTML Sample"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="HTML Typewriter"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="HTML Variable"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Normal Table"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="annotation subject"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="No List"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Outline List 1"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Outline List 2"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Outline List 3"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Simple 1"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Simple 2"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Simple 3"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Classic 1"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Classic 2"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Classic 3"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Classic 4"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Colorful 1"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Colorful 2"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Colorful 3"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Columns 1"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Columns 2"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Columns 3"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Columns 4"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Columns 5"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Grid 1"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Grid 2"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Grid 3"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Grid 4"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Grid 5"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Grid 6"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Grid 7"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Grid 8"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table List 1"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table List 2"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table List 3"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table List 4"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table List 5"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table List 6"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table List 7"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table List 8"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table 3D effects 1"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table 3D effects 2"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table 3D effects 3"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Contemporary"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Elegant"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Professional"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Subtle 1"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Subtle 2"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Web 1"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Web 2"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Web 3"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Balloon Text"/&gt;  &lt;w:LsdException Locked="false" Priority="39" Name="Table Grid"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Theme"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" Name="Placeholder Text"/&gt;  &lt;w:LsdException Locked="false" Priority="1" QFormat="true" Name="No Spacing"/&gt;  &lt;w:LsdException Locked="false" Priority="60" Name="Light Shading"/&gt;  &lt;w:LsdException Locked="false" Priority="61" Name="Light List"/&gt;  &lt;w:LsdException Locked="false" Priority="62" Name="Light Grid"/&gt;  &lt;w:LsdException Locked="false" Priority="63" Name="Medium Shading 1"/&gt;  &lt;w:LsdException Locked="false" Priority="64" Name="Medium Shading 2"/&gt;  &lt;w:LsdException Locked="false" Priority="65" Name="Medium List 1"/&gt;  &lt;w:LsdException Locked="false" Priority="66" Name="Medium List 2"/&gt;  &lt;w:LsdException Locked="false" Priority="67" Name="Medium Grid 1"/&gt;  &lt;w:LsdException Locked="false" Priority="68" Name="Medium Grid 2"/&gt;  &lt;w:LsdException Locked="false" Priority="69" Name="Medium Grid 3"/&gt;  &lt;w:LsdException Locked="false" Priority="70" Name="Dark List"/&gt;  &lt;w:LsdException Locked="false" Priority="71" Name="Colorful Shading"/&gt;  &lt;w:LsdException Locked="false" Priority="72" Name="Colorful List"/&gt;  &lt;w:LsdException Locked="false" Priority="73" Name="Colorful Grid"/&gt;  &lt;w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="61" Name="Light List Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 1"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" Name="Revision"/&gt;  &lt;w:LsdException Locked="false" Priority="34" QFormat="true"   Name="List Paragraph"/&gt;  &lt;w:LsdException Locked="false" Priority="29" QFormat="true" Name="Quote"/&gt;  &lt;w:LsdException Locked="false" Priority="30" QFormat="true"   Name="Intense Quote"/&gt;  &lt;w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="70" Name="Dark List Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="61" Name="Light List Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="70" Name="Dark List Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="61" Name="Light List Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="70" Name="Dark List Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="61" Name="Light List Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="70" Name="Dark List Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="61" Name="Light List Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="70" Name="Dark List Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="61" Name="Light List Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="70" Name="Dark List Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="19" QFormat="true"   Name="Subtle Emphasis"/&gt;  &lt;w:LsdException Locked="false" Priority="21" QFormat="true"   Name="Intense Emphasis"/&gt;  &lt;w:LsdException Locked="false" Priority="31" QFormat="true"   Name="Subtle Reference"/&gt;  &lt;w:LsdException Locked="false" Priority="32" QFormat="true"   Name="Intense Reference"/&gt;  &lt;w:LsdException Locked="false" Priority="33" QFormat="true" Name="Book Title"/&gt;  &lt;w:LsdException Locked="false" Priority="37" SemiHidden="true"   UnhideWhenUsed="true" Name="Bibliography"/&gt;  &lt;w:LsdException Locked="false" Priority="39" SemiHidden="true"   UnhideWhenUsed="true" QFormat="true" Name="TOC Heading"/&gt;  &lt;w:LsdException Locked="false" Priority="41" Name="Plain Table 1"/&gt;  &lt;w:LsdException Locked="false" Priority="42" Name="Plain Table 2"/&gt;  &lt;w:LsdException Locked="false" Priority="43" Name="Plain Table 3"/&gt;  &lt;w:LsdException Locked="false" Priority="44" Name="Plain Table 4"/&gt;  &lt;w:LsdException Locked="false" Priority="45" Name="Plain Table 5"/&gt;  &lt;w:LsdException Locked="false" Priority="40" Name="Grid Table Light"/&gt;  &lt;w:LsdException Locked="false" Priority="46" Name="Grid Table 1 Light"/&gt;  &lt;w:LsdException Locked="false" Priority="47" Name="Grid Table 2"/&gt;  &lt;w:LsdException Locked="false" Priority="48" Name="Grid Table 3"/&gt;  &lt;w:LsdException Locked="false" Priority="49" Name="Grid Table 4"/&gt;  &lt;w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark"/&gt;  &lt;w:LsdException Locked="false" Priority="51" Name="Grid Table 6 Colorful"/&gt;  &lt;w:LsdException Locked="false" Priority="52" Name="Grid Table 7 Colorful"/&gt;  &lt;w:LsdException Locked="false" Priority="46"   Name="Grid Table 1 Light Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="51"   Name="Grid Table 6 Colorful Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="52"   Name="Grid Table 7 Colorful Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="46"   Name="Grid Table 1 Light Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="51"   Name="Grid Table 6 Colorful Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="52"   Name="Grid Table 7 Colorful Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="46"   Name="Grid Table 1 Light Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="51"   Name="Grid Table 6 Colorful Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="52"   Name="Grid Table 7 Colorful Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="46"   Name="Grid Table 1 Light Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="51"   Name="Grid Table 6 Colorful Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="52"   Name="Grid Table 7 Colorful Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="46"   Name="Grid Table 1 Light Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="51"   Name="Grid Table 6 Colorful Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="52"   Name="Grid Table 7 Colorful Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="46"   Name="Grid Table 1 Light Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="51"   Name="Grid Table 6 Colorful Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="52"   Name="Grid Table 7 Colorful Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="46" Name="List Table 1 Light"/&gt;  &lt;w:LsdException Locked="false" Priority="47" Name="List Table 2"/&gt;  &lt;w:LsdException Locked="false" Priority="48" Name="List Table 3"/&gt;  &lt;w:LsdException Locked="false" Priority="49" Name="List Table 4"/&gt;  &lt;w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark"/&gt;  &lt;w:LsdException Locked="false" Priority="51" Name="List Table 6 Colorful"/&gt;  &lt;w:LsdException Locked="false" Priority="52" Name="List Table 7 Colorful"/&gt;  &lt;w:LsdException Locked="false" Priority="46"   Name="List Table 1 Light Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="51"   Name="List Table 6 Colorful Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="52"   Name="List Table 7 Colorful Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="46"   Name="List Table 1 Light Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="51"   Name="List Table 6 Colorful Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="52"   Name="List Table 7 Colorful Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="46"   Name="List Table 1 Light Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="51"   Name="List Table 6 Colorful Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="52"   Name="List Table 7 Colorful Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="46"   Name="List Table 1 Light Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="51"   Name="List Table 6 Colorful Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="52"   Name="List Table 7 Colorful Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="46"   Name="List Table 1 Light Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="51"   Name="List Table 6 Colorful Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="52"   Name="List Table 7 Colorful Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="46"   Name="List Table 1 Light Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="51"   Name="List Table 6 Colorful Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="52"   Name="List Table 7 Colorful Accent 6"/&gt; &lt;/w:LatentStyles&gt;&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 10]&gt;&lt;style&gt; /* Style Definitions */ table.MsoNormalTable	{mso-style-name:"Normale Tabelle";	mso-tstyle-rowband-size:0;	mso-tstyle-colband-size:0;	mso-style-noshow:yes;	mso-style-priority:99;	mso-style-parent:"";	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;	mso-para-margin-top:0cm;	mso-para-margin-right:0cm;	mso-para-margin-bottom:8.0pt;	mso-para-margin-left:0cm;	line-height:107%;	mso-pagination:widow-orphan;	font-size:11.0pt;	font-family:"Calibri",sans-serif;	mso-ascii-font-family:Calibri;	mso-ascii-theme-font:minor-latin;	mso-hansi-font-family:Calibri;	mso-hansi-theme-font:minor-latin;	mso-fareast-language:EN-US;}&lt;/style&gt;&lt;![endif]--&gt;</description><pubDate>Wed, 22 Apr 2015 06:53:30 GMT</pubDate><dc:creator>Christina F</dc:creator></item><item><title>RE: fully randomized conditional presentation of three stimuli</title><link>https://forums.millisecond.com/Topic16046.aspx</link><description>&amp;gt; I need to show the same sources again and don't want to create a new list.&lt;br/&gt;&lt;br/&gt;I understood that. You may not want to create a new list, but that is what you have to do. The only alternative is to remove the 2nd instance of each item from the existing &amp;lt;list&amp;gt;s (see the documentation for the list element's removeitem() function). Note that this will *destroy* the lists' existing structure, i.e., if you want to again show the source-target pairs later on, that won't be possible without you re-creating the lists' original structure.&lt;br/&gt;</description><pubDate>Fri, 17 Apr 2015 02:49:19 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: fully randomized conditional presentation of three stimuli</title><link>https://forums.millisecond.com/Topic16045.aspx</link><description>Hello Dave,&lt;br/&gt;&lt;br/&gt;maybe I didn't explain it very clearly.&lt;br/&gt;&lt;br/&gt;I need to show the same sources again and don't want to create a new list.&lt;br/&gt;First the sources are shown with the targets and the relation (that's what we've already written about and is working right now)&lt;br/&gt;but afterwards I want to show the same sources again. Each source should be presented once in a likability rating.&lt;br/&gt;Like that, I want to pick each source once out of the lists, which were created for the relation-block.&lt;br/&gt;&lt;br/&gt;I am referring to your edited version of the script and want to add the likability rating.&lt;br/&gt;I am attaching both.&lt;br/&gt;&lt;br/&gt;Hopefully, this was a bit more comprehensible.&lt;br/&gt;&lt;br/&gt;Thanks a lot,&lt;br/&gt;Christina&lt;br/&gt;&lt;br/&gt;-------------------EDITED SCRIPT------------------------&lt;br/&gt;&amp;lt;block relation&amp;gt;&lt;br/&gt;/ onblockbegin = [list.sourceitemslike.appenditem(list.allitems.nextindex); list.sourceitemslike.appenditem(list.allitems.currentindex); &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; list.sourceitemslike.appenditem(list.allitems.nextindex); list.sourceitemslike.appenditem(list.allitems.currentindex); &lt;br/&gt;&amp;nbsp;&amp;nbsp; &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; list.sourceitemsdislike.appenditem(list.allitems.nextindex); list.sourceitemsdislike.appenditem(list.allitems.currentindex); &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; list.sourceitemsdislike.appenditem(list.allitems.nextindex); list.sourceitemsdislike.appenditem(list.allitems.currentindex); &lt;br/&gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; list.targetitemslike.appenditem(list.allitems.nextindex); list.targetitemslike.appenditem(list.allitems.nextindex);&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; list.targetitemslike.appenditem(list.targetitemslike.item(1)); list.targetitemslike.appenditem(list.targetitemslike.item(2));&lt;br/&gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; list.targetitemsdislike.appenditem(list.targetitemslike.item(1)); list.targetitemsdislike.appenditem(list.targetitemslike.item(2));&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; list.targetitemsdislike.appenditem(list.targetitemslike.item(1)); list.targetitemsdislike.appenditem(list.targetitemslike.item(2));]&lt;br/&gt;/ trials = [1-8 = noreplace(relationlike, relationdislike)]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial relationlike&amp;gt;&lt;br/&gt;/ stimulusframes = [1=sourcelike; 2=targetlike; 3=like]&lt;br/&gt;/timeout = 5000&lt;br/&gt;/pretrialpause= 1000&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial relationdislike&amp;gt;&lt;br/&gt;/ stimulusframes = [1=sourcedislike; 2=targetdislike; 3=dislike]&lt;br/&gt;/timeout = 5000&lt;br/&gt;/pretrialpause= 1000&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text like&amp;gt;&lt;br/&gt;/items = ("mag")&lt;br/&gt;/position= (50,50)&lt;br/&gt;/fontstyle= ("ARIAL", 40, true, false, false, false, 5, 0)&lt;br/&gt;/ select = replace&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text dislike&amp;gt;&lt;br/&gt;/items = ("mag nicht")&lt;br/&gt;/position= (50,50)&lt;br/&gt;/fontstyle= ("ARIAL", 40, true, false, false, false, 5, 0)&lt;br/&gt;/ select = replace&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text sourcelike&amp;gt;&lt;br/&gt;/items = kollegen&lt;br/&gt;/ select = list.sourceitemslike.nextvalue&lt;br/&gt;/ position= (25,50)&lt;br/&gt;/ size = (30%, 30%)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text sourcedislike&amp;gt;&lt;br/&gt;/items = kollegen&lt;br/&gt;/ select = list.sourceitemsdislike.nextvalue&lt;br/&gt;/ position= (25,50)&lt;br/&gt;/ size = (30%, 30%)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text targetlike&amp;gt;&lt;br/&gt;/items = kollegen&lt;br/&gt;/ select = list.targetitemslike.nextvalue&lt;br/&gt;/ position= (75,50)&lt;br/&gt;/ size = (30%, 30%)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text targetdislike&amp;gt;&lt;br/&gt;/items = kollegen&lt;br/&gt;/ select = list.targetitemsdislike.nextvalue&lt;br/&gt;/ position= (75,50)&lt;br/&gt;/ size = (30%, 30%)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;item kollegen&amp;gt;&lt;br/&gt;/1 = "2.jpg"&lt;br/&gt;/2 = "3.jpg"&lt;br/&gt;/3 = "4.jpg"&lt;br/&gt;/4 = "5.bmp"&lt;br/&gt;/5 = "6.jpg"&lt;br/&gt;/6 = "7.jpg"&lt;br/&gt;/7 = "8.jpg"&lt;br/&gt;/8 = "9.bmp"&lt;br/&gt;/9 = "10.jpg"&lt;br/&gt;/10 = "11.bmp"&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list allitems&amp;gt;&lt;br/&gt;/ poolsize = 10&lt;br/&gt;/ selectionrate = always&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list sourceitemslike&amp;gt;&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list targetitemslike&amp;gt;&lt;br/&gt;/ selectionmode = list.sourceitemslike.currentindex&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list sourceitemsdislike&amp;gt;&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list targetitemsdislike&amp;gt;&lt;br/&gt;/ selectionmode = list.sourceitemsdislike.currentindex&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;--------------------NEW PART OF THE SCRIPT---------------------------------&lt;br/&gt;&amp;lt;likert likability&amp;gt;&lt;br/&gt;/stimulusframes = [1=question; 2= noreplace(sourcelike2, sourcedislike2)]&lt;br/&gt;/anchors = [1 = "sehr unsympathisch", 2="", 3="", 4="", 5="", 6="", 7="", 8="", 9= "sehr sympathisch"]&lt;br/&gt;/numpoints = 9&lt;br/&gt;/anchorwidth = 100&lt;br/&gt;/position = (50,70)&lt;br/&gt;&amp;lt;/likert&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;picture sourcelike2&amp;gt;&lt;br/&gt;/items = kollegen&lt;br/&gt;/ select = list.sourceitemslike.nextvalue&lt;br/&gt;/ position= (50,30)&lt;br/&gt;/ size = (40%, 40%)&lt;br/&gt;&amp;lt;/picture&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;picture sourcedislike2&amp;gt;&lt;br/&gt;/items = kollegen&lt;br/&gt;/ select = list.sourceitemsdislike.nextvalue&lt;br/&gt;/ position= (50,30)&lt;br/&gt;/ size = (40%, 40%)&lt;br/&gt;&amp;lt;/picture&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block likability&amp;gt;&lt;br/&gt;/preinstructions = (likability)&lt;br/&gt;/trials = [1 - 4=likability]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;</description><pubDate>Fri, 17 Apr 2015 02:36:04 GMT</pubDate><dc:creator>Christina F</dc:creator></item><item><title>RE: fully randomized conditional presentation of three stimuli</title><link>https://forums.millisecond.com/Topic16044.aspx</link><description>&amp;gt; Right now, one photo is presented twice, because the list contains it two times.&lt;br/&gt;&amp;gt; How can I pick it once?&lt;br/&gt;&lt;br/&gt;Set up &amp;lt;list&amp;gt;s that only contain the item once (you already know how to do that as that's what's been discussed throughout the thread), use those lists for sampling in your rating-block.&lt;br/&gt;</description><pubDate>Fri, 17 Apr 2015 01:56:35 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: fully randomized conditional presentation of three stimuli</title><link>https://forums.millisecond.com/Topic16043.aspx</link><description>Hello Dave,&lt;br/&gt;thanks a lot! The update did help and it seems to work right now.&lt;br/&gt;&lt;br/&gt;A different question:&lt;br/&gt;For another trial I need to present each source once for a rating of their likability:&lt;br/&gt;&lt;br/&gt;&amp;lt;likert likability&amp;gt;&lt;br/&gt;/stimulusframes = [1=question; 2= noreplace(sourcelike2, sourcedislike2)]&lt;br/&gt;/anchors = [1 = "sehr unsympathisch", 2="", 3="", 4="", 5="", 6="", 7="", 8="", 9= "sehr sympathisch"]&lt;br/&gt;/numpoints = 9&lt;br/&gt;/anchorwidth = 100&lt;br/&gt;/position = (50,70)&lt;br/&gt;&amp;lt;/likert&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;picture sourcelike2&amp;gt;&lt;br/&gt;/items = kollegen&lt;br/&gt;/ select = list.sourceitemslike.nextvalue&lt;br/&gt;/ position= (50,30)&lt;br/&gt;/ size = (40%, 40%)&lt;br/&gt;&amp;lt;/picture&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;picture sourcedislike2&amp;gt;&lt;br/&gt;/items = kollegen&lt;br/&gt;/ select = list.sourceitemsdislike.nextvalue&lt;br/&gt;/ position= (50,30)&lt;br/&gt;/ size = (40%, 40%)&lt;br/&gt;&amp;lt;/picture&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block likability&amp;gt;&lt;br/&gt;/preinstructions = (likability)&lt;br/&gt;/trials = [1 - 4=likability]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;Right now, one photo is presented twice, because the list contains it two times.&lt;br/&gt;How can I pick it once?&lt;br/&gt;&lt;br/&gt;Thanks,&lt;br/&gt;Christina&lt;br/&gt;</description><pubDate>Fri, 17 Apr 2015 01:26:12 GMT</pubDate><dc:creator>Christina F</dc:creator></item><item><title>RE: fully randomized conditional presentation of three stimuli</title><link>https://forums.millisecond.com/Topic16023.aspx</link><description>Rene,&lt;br/&gt;&lt;br/&gt;No, scripts should of course *not* be interpreted differently depending on OS. But note that you're not using the same Inquisit version under Mac and Windows (4.0.7.0 on the Mac; 4.0.8.0 under Windows). Whether that plays a role here, I don't know.&lt;br/&gt;&lt;br/&gt;FWIW, the example code I've provided throughout this thread has been tested under Windows / Inquisit 4.0.8.0 and definitely works as expected for me.&lt;br/&gt;&lt;br/&gt;Also, errors can be probabilistic in nature, especially if random sampling is involved. I.e., the error may be there, lurking in the background, but you might not hit the specific conditions under which it reveals itself.&lt;br/&gt;&lt;br/&gt;As mentioned previously, there is a possibility that a buggy graphics card driver causes the weird behavior. Try updating the driver on the Windows box.&lt;br/&gt;&lt;br/&gt;If none of that helps, attach the entire code to this thread and provide whatever additional info you can illustrating the error (data files, screenshots, etc.).&lt;br/&gt;</description><pubDate>Thu, 16 Apr 2015 03:30:29 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: fully randomized conditional presentation of three stimuli</title><link>https://forums.millisecond.com/Topic16021.aspx</link><description>Dave,&lt;br/&gt;&lt;br/&gt;we've run Christina's script several times with varying amounts of trials on my Macbook and couldn't replicate the error she's describing here. Pictures from the generated sources were exclusively shown where the were supposed to be and we never once had the same picture shown twice. Wouldn't that rule out a script error? Or are the situations where the same script is interpreted differently depending on the OS?&lt;br/&gt;&lt;br/&gt;Thanks,&lt;br/&gt;Rene</description><pubDate>Thu, 16 Apr 2015 01:55:26 GMT</pubDate><dc:creator>Rene</dc:creator></item><item><title>RE: fully randomized conditional presentation of three stimuli</title><link>https://forums.millisecond.com/Topic16013.aspx</link><description>I would say that a Windows / Inquisit bug is unlikely. It's more likely that a mistake is still lurking somewhere in your script.&lt;br/&gt;&lt;br/&gt;Another -- albeit remote -- possibility is a botched graphics card driver on your Windows box. Update it to the latest version available from the vendor.&lt;br/&gt;</description><pubDate>Wed, 15 Apr 2015 06:59:53 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: fully randomized conditional presentation of three stimuli</title><link>https://forums.millisecond.com/Topic16012.aspx</link><description>Hello,&lt;br/&gt;&lt;br/&gt;the corrected script seems to work on a mac computer, version 4.0.7. Thanks a lot&lt;span class="st"&gt;!&lt;/span&gt;&lt;br/&gt;But on my Windows computer, version 4.0.8. there are still some complications. &lt;br/&gt;When you are just looking on the data, everything seems fine and correct.&lt;br/&gt;But for several times in the presentation, one stimulus was presented as source and target at the same time,&lt;br/&gt;without being recorded in the data. Instead, other items were recorded, which were not shown in the trial.&lt;br/&gt;&lt;br/&gt;Could the problem be a Windows bug?&lt;br/&gt;Do you have any idea to solve the problem?&lt;br/&gt;&lt;br/&gt;Thank you,&lt;br/&gt;Christina &lt;br/&gt;&lt;br/&gt;</description><pubDate>Wed, 15 Apr 2015 06:37:12 GMT</pubDate><dc:creator>Christina F</dc:creator></item><item><title>RE: fully randomized conditional presentation of three stimuli</title><link>https://forums.millisecond.com/Topic15870.aspx</link><description>Re #1: That cannot happen *if* you run &amp;lt;block relation&amp;gt; only once. It can happen if you run it repeatedly in your full script. You sample 6 random items from &amp;lt;list allitems&amp;gt; /onblockbegin. After that, 4 unsampled items are left in that list. If you run &amp;lt;block relations&amp;gt; (or another block sampling from the list) again -- again taking 6 samples -- the list has to reset after 4 items, returning all 10 items back into the pool, and you may end up with the same item(s) sampled again. The solution is to make use of a list reset() before you do that, i.e.&lt;br/&gt;&lt;br/&gt;/ onblockbegin = [list.allitems.reset(); ]&lt;br/&gt;&lt;br/&gt;Similarly, you'll want to call the clearitems() function on the source and target lists before you assign any new items to them.&lt;br/&gt;&lt;br/&gt;/ onblockbegin = [list.sourceitemsdislike.clearitems(); ...]&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;Re. #2: Yes. You need to link your source and target lists and set up the desired combinations via /onblockbegin.&lt;br/&gt;&amp;lt;block relation&amp;gt;&lt;br/&gt;/ onblockbegin = [list.sourceitemslike.appenditem(list.allitems.nextindex); list.sourceitemslike.appenditem(list.allitems.currentindex); &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; list.sourceitemslike.appenditem(list.allitems.nextindex); list.sourceitemslike.appenditem(list.allitems.currentindex); &lt;br/&gt;&amp;nbsp;&amp;nbsp; &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; list.sourceitemsdislike.appenditem(list.allitems.nextindex); list.sourceitemsdislike.appenditem(list.allitems.currentindex); &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; list.sourceitemsdislike.appenditem(list.allitems.nextindex); list.sourceitemsdislike.appenditem(list.allitems.currentindex); &lt;br/&gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; list.targetitemslike.appenditem(list.allitems.nextindex); list.targetitemslike.appenditem(list.allitems.nextindex);&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; list.targetitemslike.appenditem(list.targetitemslike.item(1)); list.targetitemslike.appenditem(list.targetitemslike.item(2));&lt;br/&gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; list.targetitemsdislike.appenditem(list.targetitemslike.item(1)); list.targetitemsdislike.appenditem(list.targetitemslike.item(2));&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; list.targetitemsdislike.appenditem(list.targetitemslike.item(1)); list.targetitemsdislike.appenditem(list.targetitemslike.item(2));&lt;br/&gt;]&lt;br/&gt;/ trials = [1-8 = noreplace(relationlike, relationdislike)]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial relationlike&amp;gt;&lt;br/&gt;/ stimulusframes = [1=sourcelike; 2=targetlike; 3=like]&lt;br/&gt;/timeout = 5000&lt;br/&gt;/pretrialpause= 1000&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial relationdislike&amp;gt;&lt;br/&gt;/ stimulusframes = [1=sourcedislike; 2=targetdislike; 3=dislike]&lt;br/&gt;/timeout = 5000&lt;br/&gt;/pretrialpause= 1000&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text like&amp;gt;&lt;br/&gt;/items = ("mag")&lt;br/&gt;/position= (50,50)&lt;br/&gt;/fontstyle= ("ARIAL", 40, true, false, false, false, 5, 0)&lt;br/&gt;/ select = replace&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text dislike&amp;gt;&lt;br/&gt;/items = ("mag nicht")&lt;br/&gt;/position= (50,50)&lt;br/&gt;/fontstyle= ("ARIAL", 40, true, false, false, false, 5, 0)&lt;br/&gt;/ select = replace&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text sourcelike&amp;gt;&lt;br/&gt;/items = kollegen&lt;br/&gt;/ select = list.sourceitemslike.nextvalue&lt;br/&gt;/ position= (25,50)&lt;br/&gt;/ size = (30%, 30%)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text sourcedislike&amp;gt;&lt;br/&gt;/items = kollegen&lt;br/&gt;/ select = list.sourceitemsdislike.nextvalue&lt;br/&gt;/ position= (25,50)&lt;br/&gt;/ size = (30%, 30%)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text targetlike&amp;gt;&lt;br/&gt;/items = kollegen&lt;br/&gt;/ select = list.targetitemslike.nextvalue&lt;br/&gt;/ position= (75,50)&lt;br/&gt;/ size = (30%, 30%)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text targetdislike&amp;gt;&lt;br/&gt;/items = kollegen&lt;br/&gt;/ select = list.targetitemsdislike.nextvalue&lt;br/&gt;/ position= (75,50)&lt;br/&gt;/ size = (30%, 30%)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;item kollegen&amp;gt;&lt;br/&gt;/1 = "2.jpg"&lt;br/&gt;/2 = "3.jpg"&lt;br/&gt;/3 = "4.jpg"&lt;br/&gt;/4 = "5.bmp"&lt;br/&gt;/5 = "6.jpg"&lt;br/&gt;/6 = "7.jpg"&lt;br/&gt;/7 = "8.jpg"&lt;br/&gt;/8 = "9.bmp"&lt;br/&gt;/9 = "10.jpg"&lt;br/&gt;/10 = "11.bmp"&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list allitems&amp;gt;&lt;br/&gt;/ poolsize = 10&lt;br/&gt;/ selectionrate = always&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list sourceitemslike&amp;gt;&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list targetitemslike&amp;gt;&lt;br/&gt;/ selectionmode = list.sourceitemslike.currentindex&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list sourceitemsdislike&amp;gt;&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list targetitemsdislike&amp;gt;&lt;br/&gt;/ selectionmode = list.sourceitemsdislike.currentindex&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;EDITED TO FIX MISTAKE IN ABOVE SCRIPT.&lt;br/&gt;</description><pubDate>Mon, 30 Mar 2015 06:09:13 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: fully randomized conditional presentation of three stimuli</title><link>https://forums.millisecond.com/Topic15867.aspx</link><description>Concerning the previous post, there &lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;are some questions left&lt;/span&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;. &lt;br/&gt; &lt;/span&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;T&lt;/span&gt;&lt;/span&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;he relev&lt;/span&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;ant p&lt;/span&gt;&lt;/span&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;art of our &lt;/span&gt;&lt;/span&gt;script is &lt;/span&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;att&lt;/span&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;a&lt;/span&gt;ched&lt;/span&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;.&lt;br/&gt;&lt;br/&gt;1. Most of the time, sources &lt;/span&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;and t&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;argets &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;are presented correctly.&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;But in some tri&lt;/span&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;als&lt;/span&gt; the t&lt;/span&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;arget-picture &lt;/span&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt; &lt;/span&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;a&lt;/span&gt;ppe&lt;/span&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;a&lt;/span&gt;rs &lt;/span&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;as source&lt;/span&gt; &lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;and t&lt;/span&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;arget &lt;/span&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;at the s&lt;/span&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;ame time&lt;/span&gt;. &lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;br/&gt;C&lt;/span&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;a&lt;/span&gt;&lt;/span&gt;n you detect&lt;/span&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt; the error&lt;/span&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;?&lt;/span&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;2. In the current version, sources&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt; and t&lt;/span&gt;&lt;/span&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;argets&lt;/span&gt;&lt;/span&gt; &lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;are r&lt;/span&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;andomly combined&lt;/span&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;. &lt;br/&gt;In our experiment&lt;/span&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt; e&lt;/span&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;a&lt;/span&gt;ch source should be presented with e&lt;/span&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;ach&lt;/span&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt; t&lt;/span&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;arget once&lt;/span&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;:&lt;/span&gt;&lt;br/&gt;Source 1 + T&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;arget 1&lt;br/&gt;&lt;/span&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;Source 1 + T&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;arget 2&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;Source 2 + T&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;arget 1&lt;br/&gt;&lt;/span&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;Source 2 + T&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;arget 2&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;Source 3 + T&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;arget 1&lt;br/&gt;&lt;/span&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;Source 3 + T&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;arget 2&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;Source 4 + T&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;arget 1&lt;br/&gt;&lt;/span&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;Source 4 + T&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;arget 2&lt;br/&gt;Is there &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;any w&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;a&lt;/span&gt;y to control this combin&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;a&lt;/span&gt;tion?&lt;br/&gt;&lt;br/&gt;Th&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;anks,&lt;br/&gt;Christin&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;a&lt;/span&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;span id="ctl00_ctlContentPlaceHolder_Register1_ctl00_ctlRegistrationForm_ctl00_ctlPanelBar_lblEmailAddress1" class="TxtBold"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block relation&amp;gt;&lt;br/&gt;/ onblockbegin = [list.sourceitemslike.appenditem(list.allitems.nextindex); list.sourceitemslike.appenditem(list.allitems.nextindex);&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; list.sourceitemsdislike.appenditem(list.allitems.nextindex); list.sourceitemsdislike.appenditem(list.allitems.nextindex);&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; list.targetitems.appenditem(list.allitems.nextindex); list.targetitems.appenditem(list.allitems.nextindex);]&lt;br/&gt;/ trials = [1-8 = noreplace(relationlike, relationdislike)]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial relationlike&amp;gt;&lt;br/&gt;/ stimulusframes = [1=sourcelike; 2=target; 3=like]&lt;br/&gt;/timeout = 5000&lt;br/&gt;/pretrialpause= 1000&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial relationdislike&amp;gt;&lt;br/&gt;/ stimulusframes = [1=sourcedislike; 2=target; 3=dislike]&lt;br/&gt;/timeout = 5000&lt;br/&gt;/pretrialpause= 1000&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text like&amp;gt;&lt;br/&gt;/items = ("mag")&lt;br/&gt;/position= (50,50)&lt;br/&gt;/fontstyle= ("ARIAL", 40, true, false, false, false, 5, 0)&lt;br/&gt;/ select = replace&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text dislike&amp;gt;&lt;br/&gt;/items = ("mag nicht")&lt;br/&gt;/position= (50,50)&lt;br/&gt;/fontstyle= ("ARIAL", 40, true, false, false, false, 5, 0)&lt;br/&gt;/ select = replace&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;picture sourcelike&amp;gt;&lt;br/&gt;/items = kollegen&lt;br/&gt;/ select = list.sourceitemslike.nextvalue&lt;br/&gt;/ position= (25,50)&lt;br/&gt;/ size = (30%, 30%)&lt;br/&gt;&amp;lt;/picture&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;picture sourcedislike&amp;gt;&lt;br/&gt;/items = kollegen&lt;br/&gt;/ select = list.sourceitemsdislike.nextvalue&lt;br/&gt;/ position= (25,50)&lt;br/&gt;/ size = (30%, 30%)&lt;br/&gt;&amp;lt;/picture&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;picture target&amp;gt;&lt;br/&gt;/items = kollegen&lt;br/&gt;/ select = list.targetitems.nextvalue&lt;br/&gt;/ position= (75,50)&lt;br/&gt;/ size = (30%, 30%)&lt;br/&gt;&amp;lt;/picture&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;item kollegen&amp;gt;&lt;br/&gt;/1 = "2.jpg"&lt;br/&gt;/2 = "3.jpg"&lt;br/&gt;/3 = "4.jpg"&lt;br/&gt;/4 = "5.bmp"&lt;br/&gt;/5 = "6.jpg"&lt;br/&gt;/6 = "7.jpg"&lt;br/&gt;/7 = "8.jpg"&lt;br/&gt;/8 = "9.bmp"&lt;br/&gt;/9 = "10.jpg"&lt;br/&gt;/10 = "11.bmp"&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list allitems&amp;gt;&lt;br/&gt;/ poolsize = 10&lt;br/&gt;/ selectionrate = always&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list sourceitemslike&amp;gt;&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list sourceitemsdislike&amp;gt;&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list targetitems&amp;gt;&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;/span&gt;</description><pubDate>Mon, 30 Mar 2015 03:23:56 GMT</pubDate><dc:creator>Christina F</dc:creator></item><item><title>RE: fully randomized conditional presentation of three stimuli</title><link>https://forums.millisecond.com/Topic15181.aspx</link><description>Yes, that's perfectly possible. You can dynamically fill e.g. &amp;lt;list&amp;gt; elements at the beginning of the procedure. Suppose you have 6 items A-F. You want to randomly assign 4 of them as "source", 2 as "target".&lt;br/&gt;&lt;br/&gt;&amp;lt;block myblock&amp;gt;&lt;br/&gt;/ onblockbegin = [list.sourceitems.appenditem(list.allitems.nextindex); list.sourceitems.appenditem(list.allitems.nextindex); &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; list.sourceitems.appenditem(list.allitems.nextindex); list.sourceitems.appenditem(list.allitems.nextindex); &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; list.targetitems.appenditem(list.allitems.nextindex); list.targetitems.appenditem(list.allitems.nextindex);]&lt;br/&gt;/ trials = [1-4=showsources; 5-6=showtargets]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial showsources&amp;gt;&lt;br/&gt;/ stimulusframes = [1=sourcetxt]&lt;br/&gt;/ validresponse = (57)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial showtargets&amp;gt;&lt;br/&gt;/ stimulusframes = [1=targettxt]&lt;br/&gt;/ validresponse = (57)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text sourcetxt&amp;gt;&lt;br/&gt;/items = myitems&lt;br/&gt;/ select = list.sourceitems.nextvalue&lt;br/&gt;/ txcolor = blue&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text targettxt&amp;gt;&lt;br/&gt;/items = myitems&lt;br/&gt;/ select = list.targetitems.nextvalue&lt;br/&gt;/ txcolor = red&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;item myitems&amp;gt;&lt;br/&gt;/ 1 = "A"&lt;br/&gt;/ 2 = "B"&lt;br/&gt;/ 3 = "C"&lt;br/&gt;/ 4 = "D"&lt;br/&gt;/ 5 = "E"&lt;br/&gt;/ 6 = "F"&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list allitems&amp;gt;&lt;br/&gt;/ poolsize = 6&lt;br/&gt;/ selectionrate = always&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list sourceitems&amp;gt;&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list targetitems&amp;gt;&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;Assigning the like / dislike dimension etc. works analogously.&lt;br/&gt;</description><pubDate>Thu, 11 Dec 2014 08:13:55 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>