﻿<?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  » Pausing Manually Within Blocks of Trials</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 23:30:45 GMT</lastBuildDate><ttl>20</ttl><item><title>Pausing Manually Within Blocks of Trials</title><link>https://forums.millisecond.com/Topic14268.aspx</link><description>Hi all,&lt;br/&gt;&lt;br/&gt;I was wondering if anyone could help me with this...&lt;br/&gt;&lt;br/&gt;I'm creating a paradigm for a child and clinical population. So to ensure that they have plenty of opportunities for a break, I want to be able to manually pause and resume the paradigm as many times as I need to during each block. Also, since I am also recording EEG, I want to make sure that a port code appears on NeuroScan 4.5 to indicate that the paradigm has (a) paused OR (b) resumed.&lt;br/&gt;&lt;br/&gt;With what I have right now, I have been able split the paradigm into blocks with breaks in between. But just in case a participant wishes to take a break during a block, I would like to be able to pause the paradigm and resume from where it was paused (along with respective port codes), when the participant is ready to continue.&lt;br/&gt;&lt;br/&gt;Here is what I have so far. Thank you for taking the time to help me with this! I really appreciate it&lt;br/&gt;&lt;br/&gt;********************************************************************************&lt;br/&gt;MARKERS&lt;br/&gt;********************************************************************************&lt;br/&gt;&lt;br/&gt;&amp;lt;port correctfeedbackmarker&amp;gt;&lt;br/&gt;/ port = lpt1&lt;br/&gt;/ subport = data&lt;br/&gt;/ items = ("00000011")&lt;br/&gt;&amp;lt;/port&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;port incorrectfeedbackmarker&amp;gt;&lt;br/&gt;/ port = lpt1&lt;br/&gt;/ subport = data&lt;br/&gt;/ items = ("00000100")&lt;br/&gt;&amp;lt;/port&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;port happymarker&amp;gt;&lt;br/&gt;/ port = lpt1&lt;br/&gt;/ subport = data&lt;br/&gt;/ items = ("00000001")&lt;br/&gt;&amp;lt;/port&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;port sadmarker&amp;gt;&lt;br/&gt;/ port = lpt1&lt;br/&gt;/ subport = data&lt;br/&gt;/ items = ("00000010")&lt;br/&gt;&amp;lt;/port&amp;gt;&lt;br/&gt;&lt;br/&gt;********************************************************************************&lt;br/&gt;TRIALS&lt;br/&gt;********************************************************************************&lt;br/&gt;&lt;br/&gt;&amp;lt;trial happy&amp;gt;&lt;br/&gt;/ timeout = 2000&lt;br/&gt;/ stimulustimes = [0 = happy; 0 = happymarker]&lt;br/&gt;/ validresponse = (" ",noresponse)&lt;br/&gt;/ correctresponse = (" ")&lt;br/&gt;/ responsetrial = (" ", correctfeedback)&lt;br/&gt;/ responsetrial = (noresponse, incorrectfeedback)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial sad&amp;gt;&lt;br/&gt;/ timeout = 2000&lt;br/&gt;/ stimulustimes = [0 = sad; 0 = sadmarker]&lt;br/&gt;/ validresponse = (" ",noresponse)&lt;br/&gt;/ correctresponse = (noresponse)&lt;br/&gt;/ responsetrial = (noresponse, correctfeedback)&lt;br/&gt;/ responsetrial = (" ", incorrectfeedback)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial correctfeedback&amp;gt;&lt;br/&gt;/ stimulustimes = [0 = correctpicture; 0 = correctfeedbackmarker]&lt;br/&gt;/ timeout = 500&lt;br/&gt;/ validresponse = (noresponse)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial incorrectfeedback&amp;gt;&lt;br/&gt;/ stimulustimes = [0 = incorrectpicture; 0 = incorrectfeedbackmarker]&lt;br/&gt;/ timeout = 500&lt;br/&gt;/ validresponse = (noresponse)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text break&amp;gt;&lt;br/&gt;/ items = break&lt;br/&gt;/ position = (50%, 50%)&lt;br/&gt;/ valign = center&lt;br/&gt;/ fontstyle = ("Arial", 6.00%, false, false, false, false, 5, 1)&lt;br/&gt;/ txcolor = (255, 255, 255)&lt;br/&gt;/ txbgcolor = (0,0,0)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;item break&amp;gt;&lt;br/&gt;/ 1 = "Have a break!"&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial break&amp;gt;&lt;br/&gt;/ stimulustimes = [0=break]&lt;br/&gt;/ validresponse = (" ")&lt;br/&gt;&amp;lt;/trial&amp;gt; &lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;********************************************************************************&lt;br/&gt;BLOCKS&lt;br/&gt;********************************************************************************&lt;br/&gt;&lt;br/&gt;&amp;lt;block one&amp;gt;&lt;br/&gt;/ trials = [1-20=noreplace(happy,happy,happy,happy,happy,happy,happy,happy,happy,happy,sad,sad,sad,sad,sad,sad,sad,sad,sad,sad)]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block two&amp;gt;&lt;br/&gt;/ trials = [1=break;2-21=noreplace(happy,happy,happy,happy,happy,happy,happy,happy,happy,happy,sad,sad,sad,sad,sad,sad,sad,sad,sad,sad)]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block three&amp;gt;&lt;br/&gt;/ trials = [1=break;2-21=noreplace(happy,happy,happy,happy,happy,happy,happy,happy,happy,happy,sad,sad,sad,sad,sad,sad,sad,sad,sad,sad)]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block four&amp;gt;&lt;br/&gt;/ trials = [1=break;2-21=noreplace(happy,happy,happy,happy,happy,happy,happy,happy,happy,happy,sad,sad,sad,sad,sad,sad,sad,sad,sad,sad)]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;expt&amp;gt;&lt;br/&gt;/ blocks = [1=one; 2=two; 3=three; 4=four]&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;&lt;br/&gt;</description><pubDate>Sun, 21 Sep 2014 18:30:12 GMT</pubDate><dc:creator>ChrisS</dc:creator></item><item><title>RE: Pausing Manually Within Blocks of Trials</title><link>https://forums.millisecond.com/Topic14302.aspx</link><description>Thanks Dave! It worked!</description><pubDate>Sun, 21 Sep 2014 18:30:12 GMT</pubDate><dc:creator>ChrisS</dc:creator></item><item><title>RE: Pausing Manually Within Blocks of Trials</title><link>https://forums.millisecond.com/Topic14269.aspx</link><description>What you'll want to do is (a) define a certain response in your regular &amp;lt;trial&amp;gt;s that indicates the participant requiring a break and (b) /branch to a "pause"-trial if that response is registered. Said pause trial can also do the signalling to your EEG.&lt;br/&gt;&lt;br/&gt;Simple example to convey the idea: &lt;a href="http://www.millisecond.com/forums/Topic7654.aspx"&gt;http://www.millisecond.com/forums/Topic7654.aspx&lt;/a&gt;&lt;br/&gt;</description><pubDate>Thu, 18 Sep 2014 03:37:46 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>