﻿<?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  » Text stimuli and timer</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Thu, 10 Sep 2026 05:16:07 GMT</lastBuildDate><ttl>20</ttl><item><title>Text stimuli and timer</title><link>https://forums.millisecond.com/Topic27180.aspx</link><description>Hey guys, I am beginner in Inquisit and I would appreciate your help.&lt;br/&gt;So I'm conducting an experiment which involve text stimuli that participants would have to read. I'm thinking about 3 full pages of text. I want it to be system paced i.e. their reading times should be limited with no option to turn to previous page.&amp;nbsp;&lt;br/&gt;Is it possible to insert some sort of timer that will be showing remaining time across all of that three pages?&amp;nbsp;&lt;br/&gt;Any help is appreciated..&lt;br/&gt;</description><pubDate>Mon, 27 May 2019 09:56:33 GMT</pubDate><dc:creator>fksmo07</dc:creator></item><item><title>RE: Text stimuli and timer</title><link>https://forums.millisecond.com/Topic27192.aspx</link><description>&lt;div data-id="27182" class="if-quote-wrapper" unselectable="on" data-guid="1558976127809"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="27182" 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="27182" 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="27182" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Dave - 5/27/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-27182"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="27180" class="if-quote-wrapper" unselectable="on" data-guid="1558976127809"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="27180" 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="27180" 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="27180" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;fksmo07 - 5/26/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-27180"&gt;&lt;div class="if-quote-message-margin"&gt;Hey guys, I am beginner in Inquisit and I would appreciate your help.&lt;br/&gt;So I'm conducting an experiment which involve text stimuli that participants would have to read. I'm thinking about 3 full pages of text. I want it to be system paced i.e. their reading times should be limited with no option to turn to previous page.&amp;nbsp;&lt;br/&gt;Is it possible to insert some sort of timer that will be showing remaining time across all of that three pages?&amp;nbsp;&lt;br/&gt;Any help is appreciated..&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="27180"&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;Yes, you can run three trials in a &amp;lt;block&amp;gt;; set the reading time you want to allow for each page (that is: trial) via the &amp;lt;trial&amp;gt;'s /trialduration. Display a &amp;lt;clock&amp;gt; element displaying a countdown of the total time allowed via the &amp;lt;block&amp;gt;'s /bgstim. In short:&lt;br/&gt;&lt;br/&gt;&amp;lt;defaults&amp;gt;&lt;br/&gt;/ screencolor = black&lt;br/&gt;&amp;lt;/defaults&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block pageblock&amp;gt;&lt;br/&gt;/ bgstim = (countdown)&lt;br/&gt;/ trials = [1-3 = pagetrial]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial pagetrial&amp;gt;&lt;br/&gt;/ stimulusframes = [1=textpage]&lt;br/&gt;/ validresponse = (0)&lt;br/&gt;/ trialduration = 5000&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text textpage&amp;gt;&lt;br/&gt;/ items = textpages&lt;br/&gt;/ select = sequence&lt;br/&gt;/ size = (80%, 80%)&lt;br/&gt;/ txbgcolor = white&lt;br/&gt;/ erase = false&lt;br/&gt;/ vjustify = top&lt;br/&gt;/ hjustify = left&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;item textpages&amp;gt;&lt;br/&gt;/ 1 = "Page 1..."&lt;br/&gt;/ 2 = "Page 2..."&lt;br/&gt;/ 3 = "Page 3..."&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;clock countdown&amp;gt;&lt;br/&gt;/ mode = timer&lt;br/&gt;/ format = "ss"&lt;br/&gt;/ timeout = 15000&lt;br/&gt;/ position = (90%, 5%)&lt;br/&gt;&amp;lt;/clock&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="27182"&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!!!</description><pubDate>Mon, 27 May 2019 09:56:33 GMT</pubDate><dc:creator>fksmo07</dc:creator></item><item><title>RE: Text stimuli and timer</title><link>https://forums.millisecond.com/Topic27182.aspx</link><description>&lt;div data-id="27180" class="if-quote-wrapper" unselectable="on" data-guid="1558959069050"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="27180" 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="27180" 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="27180" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;fksmo07 - 5/26/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-27180"&gt;&lt;div class="if-quote-message-margin"&gt;Hey guys, I am beginner in Inquisit and I would appreciate your help.&lt;br/&gt;So I'm conducting an experiment which involve text stimuli that participants would have to read. I'm thinking about 3 full pages of text. I want it to be system paced i.e. their reading times should be limited with no option to turn to previous page.&amp;nbsp;&lt;br/&gt;Is it possible to insert some sort of timer that will be showing remaining time across all of that three pages?&amp;nbsp;&lt;br/&gt;Any help is appreciated..&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="27180"&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;Yes, you can run three trials in a &amp;lt;block&amp;gt;; set the reading time you want to allow for each page (that is: trial) via the &amp;lt;trial&amp;gt;'s /trialduration. Display a &amp;lt;clock&amp;gt; element displaying a countdown of the total time allowed via the &amp;lt;block&amp;gt;'s /bgstim. In short:&lt;br/&gt;&lt;br/&gt;&amp;lt;defaults&amp;gt;&lt;br/&gt;/ screencolor = black&lt;br/&gt;&amp;lt;/defaults&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block pageblock&amp;gt;&lt;br/&gt;/ bgstim = (countdown)&lt;br/&gt;/ trials = [1-3 = pagetrial]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial pagetrial&amp;gt;&lt;br/&gt;/ stimulusframes = [1=textpage]&lt;br/&gt;/ validresponse = (0)&lt;br/&gt;/ trialduration = 5000&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text textpage&amp;gt;&lt;br/&gt;/ items = textpages&lt;br/&gt;/ select = sequence&lt;br/&gt;/ size = (80%, 80%)&lt;br/&gt;/ txbgcolor = white&lt;br/&gt;/ erase = false&lt;br/&gt;/ vjustify = top&lt;br/&gt;/ hjustify = left&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;item textpages&amp;gt;&lt;br/&gt;/ 1 = "Page 1..."&lt;br/&gt;/ 2 = "Page 2..."&lt;br/&gt;/ 3 = "Page 3..."&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;clock countdown&amp;gt;&lt;br/&gt;/ mode = timer&lt;br/&gt;/ format = "ss"&lt;br/&gt;/ timeout = 15000&lt;br/&gt;/ position = (90%, 5%)&lt;br/&gt;&amp;lt;/clock&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;</description><pubDate>Mon, 27 May 2019 05:18:27 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>