﻿<?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  » post timeout feedback</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Tue, 23 Jun 2026 04:11:25 GMT</lastBuildDate><ttl>20</ttl><item><title>post timeout feedback</title><link>https://forums.millisecond.com/Topic31948.aspx</link><description>I would like to display a text message after the timeout (only if a participant did not respond in time, and timeout worked), set the time for this message to be visible and then progress normally to post trial pause and to the next trial.&lt;br/&gt;If there is a valid response - then no message.&lt;br/&gt;&lt;br/&gt;I would appreciate a piece of advice on how to achieve that :) &lt;br/&gt;&lt;br/&gt;Thanks,&lt;br/&gt;Kasia</description><pubDate>Tue, 27 Jul 2021 20:33:32 GMT</pubDate><dc:creator>Kacha</dc:creator></item><item><title>RE: post timeout feedback</title><link>https://forums.millisecond.com/Topic31997.aspx</link><description>Dave, you are the best! Thank you. Also, for the very quick reply.&lt;br/&gt;It took me a bit to incorporate this to my script, but works! I would never have solved this myself.</description><pubDate>Tue, 27 Jul 2021 20:33:32 GMT</pubDate><dc:creator>Kacha</dc:creator></item><item><title>RE: post timeout feedback</title><link>https://forums.millisecond.com/Topic31949.aspx</link><description>&lt;blockquote data-id="31948" class="if-quote-wrapper" unselectable="on" data-guid="1626364481808" id="if_insertedNode_1626364480949" contenteditable="false"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="31948" 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="31948" 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="31948" title=" "&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Kacha - 7/15/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-31948"&gt;&lt;div class="if-quote-message-margin" contenteditable="true"&gt;I would like to display a text message after the timeout (only if a participant did not respond in time, and timeout worked), set the time for this message to be visible and then progress normally to post trial pause and to the next trial.&lt;br/&gt;If there is a valid response - then no message.&lt;br/&gt;&lt;br/&gt;I would appreciate a piece of advice on how to achieve that :) &lt;br/&gt;&lt;br/&gt;Thanks,&lt;br/&gt;Kasia&lt;a class="if-quote-goto quote-link" href="#" data-id="31948"&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;[code]&amp;lt;block exampleblock&amp;gt;&lt;br/&gt;/ trials = [1-10 = trial.example]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial example&amp;gt;&lt;br/&gt;/ stimulustimes = [0=space]&lt;br/&gt;/ validresponse = (57, 0)&lt;br/&gt;/ branch = [&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if (trial.example.response == 0){&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return trial.timeoutmessage;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;} else {&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return trial.iti;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;};&lt;br/&gt;]&lt;br/&gt;/ timeout = 3000&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial timeoutmessage&amp;gt;&lt;br/&gt;/ stimulustimes = [0=outoftime]&lt;br/&gt;/ trialduration = 2000&lt;br/&gt;/ branch = [&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return trial.iti;&lt;br/&gt;]&lt;br/&gt;/ recorddata = false&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial iti&amp;gt;&lt;br/&gt;/ stimulustimes = [0=clearscreen]&lt;br/&gt;/ trialduration = 500&lt;br/&gt;/ recorddata = false&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text space&amp;gt;&lt;br/&gt;/ items = ("Press SPACE or wait for the timeout")&lt;br/&gt;/ erase = false&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text outoftime&amp;gt;&lt;br/&gt;/ items = ("You ran out of time.")&lt;br/&gt;/ erase = false&lt;br/&gt;/ position = (50%, 70%)&lt;br/&gt;/ txcolor = red&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;[/code]</description><pubDate>Thu, 15 Jul 2021 16:02:29 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>