﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Millisecond Forums » Millisecond Forums » Inquisit 5  » How to restrain participant answers to only 3 words on my modified letter memory task ?</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Tue, 07 Apr 2026 22:43:45 GMT</lastBuildDate><ttl>20</ttl><item><title>How to restrain participant answers to only 3 words on my modified letter memory task ?</title><link>https://forums.millisecond.com/Topic26237.aspx</link><description>I modified the letter memory task so that the items are words rather than letters. However, I realized that a way to cheat the task would be to simply select as many words as possible in the recall portion. I want the participants to only be able to select 3 words in the recall portion of each trial. The original letter memory task we modified did not have this problem.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;This is the file below.</description><pubDate>Wed, 09 Jan 2019 13:19:28 GMT</pubDate><dc:creator>labdandeneau@gmail.com</dc:creator></item><item><title>RE: How to restrain participant answers to only 3 words on my modified letter memory task ?</title><link>https://forums.millisecond.com/Topic26242.aspx</link><description>&lt;div data-id="26238" class="if-quote-wrapper" unselectable="on" data-guid="1547068878549"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="26238" title="Move Cursor Below" contenteditable="false"&gt;&lt;span unselectable="on"&gt;+&lt;/span&gt;&lt;/a&gt;&lt;a class="quote-delete" unselectable="on" style="display: none;" href="#" data-id="26238" title="Delete Quote" contenteditable="false"&gt;&lt;span unselectable="on"&gt;x&lt;/span&gt;&lt;/a&gt;&lt;span unselectable="on" class="quote-markup"&gt;[quote]&lt;/span&gt;&lt;div unselectable="on" class="if-quote-header" contenteditable="false"&gt;&lt;div unselectable="on" class="if-quote-toggle-wrapper"&gt;&lt;a class="if-quote-toggle quote-link" href="#" data-id="26238" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Dave - Monday, January 7, 2019&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-26238"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="26237" class="if-quote-wrapper" unselectable="on" data-guid="1547068878549"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="26237" title="Move Cursor Below" contenteditable="false"&gt;&lt;span unselectable="on"&gt;+&lt;/span&gt;&lt;/a&gt;&lt;a class="quote-delete" unselectable="on" style="display: none;" href="#" data-id="26237" title="Delete Quote" contenteditable="false"&gt;&lt;span unselectable="on"&gt;x&lt;/span&gt;&lt;/a&gt;&lt;span unselectable="on" class="quote-markup"&gt;[quote]&lt;/span&gt;&lt;div unselectable="on" class="if-quote-header" contenteditable="false"&gt;&lt;div unselectable="on" class="if-quote-toggle-wrapper"&gt;&lt;a class="if-quote-toggle quote-link" href="#" data-id="26237" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;&lt;a href="mailto:labdandeneau@gmail.com"&gt;labdandeneau@gmail.com&lt;/a&gt; - Sunday, January 6, 2019&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-26237"&gt;&lt;div class="if-quote-message-margin"&gt;I modified the letter memory task so that the items are words rather than letters. However, I realized that a way to cheat the task would be to simply select as many words as possible in the recall portion. I want the participants to only be able to select 3 words in the recall portion of each trial. The original letter memory task we modified did not have this problem.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;This is the file below.&lt;a class="if-quote-goto quote-link" href="#" data-id="26237"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/div&gt;&lt;br/&gt;&amp;gt; However, I realized that a way to cheat the task would be to simply select as many words as possible in the recall portion.&lt;br/&gt;&lt;br/&gt;No, this is not a way to cheat the task. Your script (based on &lt;a href="https://www.millisecond.com/forums/FindPost25959.aspx"&gt;&lt;a href="https://www.millisecond.com/forums/FindPost25959.aspx"&gt;https://www.millisecond.com/forums/FindPost25959.aspx&lt;/a&gt;&lt;/a&gt; as far as I can see) only takes the *first three words* selected into account, which is the exact same way the original letter-based task behaves: It only takes the first three letters selected into account, any additional ones are ignored.&lt;br/&gt;&lt;br/&gt;If you only want to *display* the first three words selected during the recall-trial, you can define the &amp;lt;text&amp;gt; element(s) responsible for that like so:&lt;br/&gt;&lt;br/&gt;&amp;lt;text recalledwords&amp;gt;&lt;br/&gt;/ items = ("&amp;lt;%list.recalledWords.item(1)%&amp;gt; &amp;lt;%list.recalledWords.item(2)%&amp;gt; &amp;lt;%list.recalledWords.item(3)%&amp;gt;")&lt;br/&gt;/ position = (50%, 83%)&lt;br/&gt;/ txcolor = red&lt;br/&gt;/ erase = false&lt;br/&gt;/ fontstyle = ("Arial", 5%, true, false, false, false, 5, 1)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="26238"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/div&gt;&lt;br/&gt;Thank you, still kind of new at designing tasks&lt;br/&gt;&lt;br/&gt;</description><pubDate>Wed, 09 Jan 2019 13:19:28 GMT</pubDate><dc:creator>labdandeneau@gmail.com</dc:creator></item><item><title>RE: How to restrain participant answers to only 3 words on my modified letter memory task ?</title><link>https://forums.millisecond.com/Topic26238.aspx</link><description>&lt;div data-id="26237" class="if-quote-wrapper" unselectable="on" data-guid="1546873512537"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="26237" title="Move Cursor Below" contenteditable="false"&gt;&lt;span unselectable="on"&gt;+&lt;/span&gt;&lt;/a&gt;&lt;a class="quote-delete" unselectable="on" style="display: none;" href="#" data-id="26237" title="Delete Quote" contenteditable="false"&gt;&lt;span unselectable="on"&gt;x&lt;/span&gt;&lt;/a&gt;&lt;span unselectable="on" class="quote-markup"&gt;[quote]&lt;/span&gt;&lt;div unselectable="on" class="if-quote-header" contenteditable="false"&gt;&lt;div unselectable="on" class="if-quote-toggle-wrapper"&gt;&lt;a class="if-quote-toggle quote-link" href="#" data-id="26237" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;&lt;a href="mailto:labdandeneau@gmail.com"&gt;labdandeneau@gmail.com&lt;/a&gt; - Sunday, January 6, 2019&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-26237"&gt;&lt;div class="if-quote-message-margin"&gt;I modified the letter memory task so that the items are words rather than letters. However, I realized that a way to cheat the task would be to simply select as many words as possible in the recall portion. I want the participants to only be able to select 3 words in the recall portion of each trial. The original letter memory task we modified did not have this problem.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;This is the file below.&lt;a class="if-quote-goto quote-link" href="#" data-id="26237"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/div&gt;&lt;br/&gt;&amp;gt; However, I realized that a way to cheat the task would be to simply select as many words as possible in the recall portion.&lt;br/&gt;&lt;br/&gt;No, this is not a way to cheat the task. Your script (based on &lt;a href="https://www.millisecond.com/forums/FindPost25959.aspx"&gt;&lt;a href="https://www.millisecond.com/forums/FindPost25959.aspx"&gt;https://www.millisecond.com/forums/FindPost25959.aspx&lt;/a&gt;&lt;/a&gt; as far as I can see) only takes the *first three words* selected into account, which is the exact same way the original letter-based task behaves: It only takes the first three letters selected into account, any additional ones are ignored.&lt;br/&gt;&lt;br/&gt;If you only want to *display* the first three words selected during the recall-trial, you can define the &amp;lt;text&amp;gt; element(s) responsible for that like so:&lt;br/&gt;&lt;br/&gt;&amp;lt;text recalledwords&amp;gt;&lt;br/&gt;/ items = ("&amp;lt;%list.recalledWords.item(1)%&amp;gt; &amp;lt;%list.recalledWords.item(2)%&amp;gt; &amp;lt;%list.recalledWords.item(3)%&amp;gt;")&lt;br/&gt;/ position = (50%, 83%)&lt;br/&gt;/ txcolor = red&lt;br/&gt;/ erase = false&lt;br/&gt;/ fontstyle = ("Arial", 5%, true, false, false, false, 5, 1)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;</description><pubDate>Mon, 07 Jan 2019 07:28:04 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>