﻿<?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  » Problem about the responseinterrupt</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Sat, 12 Sep 2026 08:51:08 GMT</lastBuildDate><ttl>20</ttl><item><title>Problem about the responseinterrupt</title><link>https://forums.millisecond.com/Topic22586.aspx</link><description>Hi,&lt;br/&gt;&lt;br/&gt;I need a trial which&amp;nbsp;will present 1 word (3000ms) and a pause between words (1000ms). Correct responses are C or V. According to our design, no matter whether the participant respond correctly or not, the entire trial should be 3000ms (the word should be 3000ms visible before the 1000ms pause). So, I write the script as follow (in the case of C = correct response), but the word disappears when the subject press C or V.&lt;br/&gt;&lt;br/&gt;&amp;lt;trial memoConsonante&amp;gt;&lt;br/&gt;/ validresponse = ("C", "V")&lt;br/&gt;/ correctresponse = ("C")&lt;br/&gt;/ stimulusframes = [1 = memorizar]&lt;br/&gt;/ response = timeout (3000)&lt;br/&gt;/ responseinterrupt = trial&lt;br/&gt;/ posttrialpause = 1000&lt;br/&gt;&lt;br/&gt;However, if the participant do respond to the stimuli, the 1000ms pause and next word be presented imediately, and the first word doesn't remain 3000ms in the screen.&lt;br/&gt;&lt;br/&gt;Anybody can help me out? Thank you!&lt;br/&gt;&lt;br/&gt;</description><pubDate>Thu, 28 Sep 2017 02:01:21 GMT</pubDate><dc:creator>N.Solozano</dc:creator></item><item><title>RE: Problem about the responseinterrupt</title><link>https://forums.millisecond.com/Topic22588.aspx</link><description>&lt;div data-id="22587" class="if-quote-wrapper" unselectable="on" data-guid="1506589250213"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="22587" 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="22587" 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="22587" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Dave - Wednesday, September 27, 2017&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-22587"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="22586" class="if-quote-wrapper" unselectable="on" data-guid="1506589250213"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="22586" 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="22586" 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="22586" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;N.Solozano - Wednesday, September 27, 2017&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-22586"&gt;&lt;div class="if-quote-message-margin"&gt;Hi,&lt;br/&gt;&lt;br/&gt;I need a trial which&amp;nbsp;will present 1 word (3000ms) and a pause between words (1000ms). Correct responses are C or V. According to our design, no matter whether the participant respond correctly or not, the entire trial should be 3000ms (the word should be 3000ms visible before the 1000ms pause). So, I write the script as follow (in the case of C = correct response), but the word disappears when the subject press C or V.&lt;br/&gt;&lt;br/&gt;&amp;lt;trial memoConsonante&amp;gt;&lt;br/&gt;/ validresponse = ("C", "V")&lt;br/&gt;/ correctresponse = ("C")&lt;br/&gt;/ stimulusframes = [1 = memorizar]&lt;br/&gt;/ response = timeout (3000)&lt;br/&gt;/ responseinterrupt = trial&lt;br/&gt;/ posttrialpause = 1000&lt;br/&gt;&lt;br/&gt;However, if the participant do respond to the stimuli, the 1000ms pause and next word be presented imediately, and the first word doesn't remain 3000ms in the screen.&lt;br/&gt;&lt;br/&gt;Anybody can help me out? Thank you!&lt;br/&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="22586"&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;The way to do this would be:&lt;br/&gt;&lt;br/&gt;&amp;lt;trial memoConsonante&amp;gt;&lt;br/&gt;/ validresponse = ("C", "V")&lt;br/&gt;/ correctresponse = ("C")&lt;br/&gt;/ stimulustimes = [0=memorizar; 3000=erase]&lt;br/&gt;/ beginresponsetime = 0&lt;br/&gt;/ response = timeout (3000)&lt;br/&gt;/ responseinterrupt = frames&lt;br/&gt;/ posttrialpause = 1000&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text memorizar&amp;gt;&lt;br/&gt;/ items = ("Word 1", "Word 2", "Word 3", "Word 4")&lt;br/&gt;/ erase = false&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;shape erase&amp;gt;&lt;br/&gt;/ shape = rectangle&lt;br/&gt;/ color = white&lt;br/&gt;/ size = (100%,100%)&lt;br/&gt;/ erase = false&lt;br/&gt;&amp;lt;/shape&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block myblock&amp;gt;&lt;br/&gt;/ trials = [1-4 = memoConsonante]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="22587"&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 very much, Dave. It works perfectly!</description><pubDate>Thu, 28 Sep 2017 02:01:21 GMT</pubDate><dc:creator>N.Solozano</dc:creator></item><item><title>RE: Problem about the responseinterrupt</title><link>https://forums.millisecond.com/Topic22587.aspx</link><description>&lt;div data-id="22586" class="if-quote-wrapper" unselectable="on" data-guid="1506530465118"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="22586" 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="22586" 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="22586" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;N.Solozano - Wednesday, September 27, 2017&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-22586"&gt;&lt;div class="if-quote-message-margin"&gt;Hi,&lt;br/&gt;&lt;br/&gt;I need a trial which&amp;nbsp;will present 1 word (3000ms) and a pause between words (1000ms). Correct responses are C or V. According to our design, no matter whether the participant respond correctly or not, the entire trial should be 3000ms (the word should be 3000ms visible before the 1000ms pause). So, I write the script as follow (in the case of C = correct response), but the word disappears when the subject press C or V.&lt;br/&gt;&lt;br/&gt;&amp;lt;trial memoConsonante&amp;gt;&lt;br/&gt;/ validresponse = ("C", "V")&lt;br/&gt;/ correctresponse = ("C")&lt;br/&gt;/ stimulusframes = [1 = memorizar]&lt;br/&gt;/ response = timeout (3000)&lt;br/&gt;/ responseinterrupt = trial&lt;br/&gt;/ posttrialpause = 1000&lt;br/&gt;&lt;br/&gt;However, if the participant do respond to the stimuli, the 1000ms pause and next word be presented imediately, and the first word doesn't remain 3000ms in the screen.&lt;br/&gt;&lt;br/&gt;Anybody can help me out? Thank you!&lt;br/&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="22586"&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;The way to do this would be:&lt;br/&gt;&lt;br/&gt;&amp;lt;trial memoConsonante&amp;gt;&lt;br/&gt;/ validresponse = ("C", "V")&lt;br/&gt;/ correctresponse = ("C")&lt;br/&gt;/ stimulustimes = [0=memorizar; 3000=erase]&lt;br/&gt;/ beginresponsetime = 0&lt;br/&gt;/ response = timeout (3000)&lt;br/&gt;/ responseinterrupt = frames&lt;br/&gt;/ posttrialpause = 1000&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text memorizar&amp;gt;&lt;br/&gt;/ items = ("Word 1", "Word 2", "Word 3", "Word 4")&lt;br/&gt;/ erase = false&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;shape erase&amp;gt;&lt;br/&gt;/ shape = rectangle&lt;br/&gt;/ color = white&lt;br/&gt;/ size = (100%,100%)&lt;br/&gt;/ erase = false&lt;br/&gt;&amp;lt;/shape&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block myblock&amp;gt;&lt;br/&gt;/ trials = [1-4 = memoConsonante]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;</description><pubDate>Wed, 27 Sep 2017 09:47:52 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>