﻿<?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 6  » Reduce number of trials for the AMP</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Tue, 15 Sep 2026 23:23:04 GMT</lastBuildDate><ttl>20</ttl><item><title>Reduce number of trials for the AMP</title><link>https://forums.millisecond.com/Topic32357.aspx</link><description>Hi everyone, &lt;br/&gt;sorry in advance if this is a stupid question but I'm new to this.&lt;br/&gt;I would like to reduce the number of trials per Stimulus in the AMP script.&amp;nbsp;&lt;br/&gt;I was wondering if this is possible and if so, what I need to do in order to reduce the number of trials?&lt;br/&gt;&lt;br/&gt;Thank you in advance!&lt;br/&gt;Lisa&lt;br/&gt;&lt;br/&gt;</description><pubDate>Wed, 20 Oct 2021 15:46:46 GMT</pubDate><dc:creator>Lisa Leonie24</dc:creator></item><item><title>RE: Reduce number of trials for the AMP</title><link>https://forums.millisecond.com/Topic32359.aspx</link><description>Perfect, thank you so much!</description><pubDate>Wed, 20 Oct 2021 15:46:46 GMT</pubDate><dc:creator>Lisa Leonie24</dc:creator></item><item><title>RE: Reduce number of trials for the AMP</title><link>https://forums.millisecond.com/Topic32358.aspx</link><description>&lt;blockquote data-id="32357" class="if-quote-wrapper" unselectable="on" data-guid="1634743928155" id="if_insertedNode_1634743926784" contenteditable="false"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="32357" 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="32357" 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="32357" title=" "&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Lisa Leonie24 - 10/20/2021&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-32357"&gt;&lt;div class="if-quote-message-margin" contenteditable="true"&gt;Hi everyone, &lt;br/&gt;sorry in advance if this is a stupid question but I'm new to this.&lt;br/&gt;I would like to reduce the number of trials per Stimulus in the AMP script.&amp;nbsp;&lt;br/&gt;I was wondering if this is possible and if so, what I need to do in order to reduce the number of trials?&lt;br/&gt;&lt;br/&gt;Thank you in advance!&lt;br/&gt;Lisa&lt;br/&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="32357"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/blockquote&gt;&lt;br/&gt;Edit the respective &amp;lt;block&amp;gt;'s /trials attribute according to your needs. In the standard configuration, the test block runs 48 AMP trials&lt;br/&gt;&lt;br/&gt;&amp;lt;block test&amp;gt;&lt;br/&gt;/ onblockbegin = [&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;picture.primeA.resetselection();&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;picture.primeB.resetselection();&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;picture.primeNeutral.resetselection();&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;picture.target.resetselection();&lt;br/&gt;]&lt;br/&gt;/ bgstim = (attributeAlabel, attributeBlabel)&lt;br/&gt;/ trials = [&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;1 = instructions; &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2 = getReady; &lt;br/&gt;&lt;strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;3-50 = noreplace(primeA, primeB, primeNeutral);&lt;/strong&gt;&lt;br/&gt;]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;sampling primeA, primeB and primeNeutral trials in equal proportions (i.e. that's 16 primeA trials, 16 primeB trials, and 16 primeNeutral trials in random order).&lt;br/&gt;&lt;br/&gt;If you want to, say, cut that in half, change the above to&lt;br/&gt;&lt;br/&gt;&amp;lt;block test&amp;gt;&lt;br/&gt;/ onblockbegin = [&lt;br/&gt;&amp;nbsp; picture.primeA.resetselection();&lt;br/&gt;&amp;nbsp; picture.primeB.resetselection();&lt;br/&gt;&amp;nbsp; picture.primeNeutral.resetselection();&lt;br/&gt;&amp;nbsp; picture.target.resetselection();&lt;br/&gt;]&lt;br/&gt;/ bgstim = (attributeAlabel, attributeBlabel)&lt;br/&gt;/ trials = [&lt;br/&gt;&amp;nbsp; 1 = instructions;&lt;br/&gt;&amp;nbsp; 2 = getReady;&lt;br/&gt;&lt;strong&gt;&amp;nbsp; 3-26 = noreplace(primeA, primeB, primeNeutral);&lt;/strong&gt;&lt;br/&gt;]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;</description><pubDate>Wed, 20 Oct 2021 15:36:43 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>