﻿<?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  » sentence task</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Thu, 02 Jul 2026 06:24:53 GMT</lastBuildDate><ttl>20</ttl><item><title>sentence task</title><link>https://forums.millisecond.com/Topic19457.aspx</link><description>Hello,&lt;br/&gt;&lt;br/&gt;I would need to present in a randomise sequence some sentences and questions, in a way that the first, second, third, fourth sentence, segment and question is always linked with its relative part part (may be 1 or 2). I could not link the right part of the sentences, segments and questions (so what appears won't make sense because they are all messed up). I would also need to randomise them (sometimes the sentence starting with item 1, sometimes with item2).&lt;br/&gt;&lt;br/&gt;Any suggestions?&lt;br/&gt;&lt;br/&gt;I have tried to make the script simple. There are other parts included that are not relevant, I hope that they not create confusion.&lt;br/&gt;&lt;br/&gt;Many thanks in advance for your attention.&lt;br/&gt;&lt;br/&gt;Elena</description><pubDate>Mon, 01 Aug 2016 01:38:35 GMT</pubDate><dc:creator>tecnika</dc:creator></item><item><title>RE: sentence task</title><link>https://forums.millisecond.com/Topic19460.aspx</link><description>Thank you!&lt;br/&gt;</description><pubDate>Mon, 01 Aug 2016 01:38:35 GMT</pubDate><dc:creator>tecnika</dc:creator></item><item><title>RE: sentence task</title><link>https://forums.millisecond.com/Topic19458.aspx</link><description>All you need to do is the following:&lt;br/&gt;&lt;br/&gt;Set the stimulus element for the 1st sentence to sample its items randomly:&lt;br/&gt;&lt;br/&gt;&amp;lt;text first&amp;gt;&lt;br/&gt;/items = first&lt;br/&gt;&lt;strong&gt;/select = noreplace&lt;/strong&gt;&lt;br/&gt;...&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;Then have all the remaining stimulus elements select the corresponding item number by setting&lt;br/&gt;&lt;br/&gt;&amp;lt;text second&amp;gt;&lt;br/&gt;/items = second&lt;br/&gt;&lt;strong&gt;/select = text.first.currentindex&lt;/strong&gt;&lt;br/&gt;...&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text third&amp;gt;&lt;br/&gt;/items = third&lt;br/&gt;&lt;strong&gt;/select = text.first.currentindex&lt;/strong&gt;&lt;br/&gt;...&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;...&lt;br/&gt;&amp;lt;text segment&amp;gt;&lt;br/&gt;/items = segment&lt;br/&gt;&lt;strong&gt;/ select = text.first.currentindex&lt;br/&gt;&lt;/strong&gt;...&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text question&amp;gt;&lt;br/&gt;/items = question&lt;br/&gt;&lt;strong&gt;/select = text.first.currentindex&lt;/strong&gt;&lt;br/&gt;...&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;You will find this covered in the "How to present stimulus pairs" topic in the Inquisit documentation.&lt;br/&gt;</description><pubDate>Fri, 29 Jul 2016 10:21:42 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>