﻿<?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  » Flagging partially completed task data</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Sun, 05 Apr 2026 13:04:51 GMT</lastBuildDate><ttl>20</ttl><item><title>Flagging partially completed task data</title><link>https://forums.millisecond.com/Topic15088.aspx</link><description>Inquisit allows the use of the &lt;a href="http://www.millisecond.com/support/docs/v4/html/howto/howtokeyboardcommands.htm"&gt;hotkey CTRL+Q&lt;/a&gt; to exist a task early. When this occurs, Inquisit attempts to write whatever data are available. Is there a feature/variable that can be used to determine which respondents finished the task and which exited early? If not, any suggestions on how to program this across tasks? Some of the tasks do not have a predefined number of trials. Because of this, I can only imagine placing a dummy page at the end of the task with a hidden variable or click-through function.&lt;br/&gt;</description><pubDate>Mon, 01 Dec 2014 09:12:22 GMT</pubDate><dc:creator>lakeside</dc:creator></item><item><title>RE: Flagging partially completed task data</title><link>https://forums.millisecond.com/Topic15090.aspx</link><description>There isn't any built-in feature or variable, if that's what you mean. You can, however, program this yourself. E.g. add a &amp;lt;values&amp;gt; entry to the script&lt;br/&gt;&lt;br/&gt;&amp;lt;values&amp;gt;&lt;br/&gt;...&lt;br/&gt;/ completed = false&lt;br/&gt;&amp;lt;/values&amp;gt;&lt;br/&gt;&lt;br/&gt;and set that value to 'true' at the very end of the procedure (e.g. by running a short &amp;lt;trial&amp;gt;)&lt;br/&gt;&lt;br/&gt;&amp;lt;trial endtrial&amp;gt;&lt;br/&gt;/ ontrialend = [values.completed = true]&lt;br/&gt;/ trialduration = 10&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;&lt;br/&gt;Log the value to the (summary / raw) data file. If someone quits prematurely it will be false, only if completed it will be true.&lt;br/&gt;</description><pubDate>Mon, 01 Dec 2014 09:12:22 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>