﻿<?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  » Surveypage records latency for each response when data columns does not include latency</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Mon, 14 Sep 2026 17:28:29 GMT</lastBuildDate><ttl>20</ttl><item><title>Surveypage records latency for each response when data columns does not include latency</title><link>https://forums.millisecond.com/Topic18856.aspx</link><description>The data file includes latency even though I do not have latency as data to be recorded using columns in surveypages. Other scripts, such as trials, do not have this issue. Each survey question has a corresponding latency column. How can this be removed at the level of data recording in Inquisit? (Aside from manually deleting columns after in Inquisit/SPSS/Excel). The data from surveypages also includes the build # which I do not want, and again is not an issue for other types of scripts.&lt;br/&gt;&lt;br/&gt;My script includes:&lt;br/&gt;&lt;br/&gt;&amp;lt;data&amp;gt;&lt;br/&gt;/columns = [date time group subject response]&lt;br/&gt;&amp;lt;/data&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;survey demographics&amp;gt;&lt;br/&gt;/ pages = [1=demographics]&lt;br/&gt;/ responsefontstyle = ("Times New Roman", -18, false, false, false, false, 5, 0)&lt;br/&gt;/ itemfontstyle = ("Times New Roman", -20, false, false, false, false, 5, 0)&lt;br/&gt;/ itemspacing = 2%&lt;br/&gt;/ showpagenumbers = false&lt;br/&gt;&amp;lt;/survey&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage demographics&amp;gt;&lt;br/&gt;/ caption = "Please answer the following demographic questions:"&lt;br/&gt;/ fontstyle = ("Times New Roman", -20, true, false, false, false, 5, 0)&lt;br/&gt;/ questions = [1=Sex; 2=JobTitle; 3=EmploymentStatus; 4=DirectCare; 5=YearsWorked] &lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;</description><pubDate>Mon, 11 Apr 2016 09:38:30 GMT</pubDate><dc:creator>jeff.smith</dc:creator></item><item><title>RE: Surveypage records latency for each response when data columns does not include latency</title><link>https://forums.millisecond.com/Topic18874.aspx</link><description>Great!&amp;nbsp;&lt;br/&gt;&lt;br/&gt;The only downside it seems is that you lose the ability to include a 'back button'.&lt;br/&gt;&lt;br/&gt;Jeff</description><pubDate>Mon, 11 Apr 2016 09:38:30 GMT</pubDate><dc:creator>jeff.smith</dc:creator></item><item><title>RE: Surveypage records latency for each response when data columns does not include latency</title><link>https://forums.millisecond.com/Topic18857.aspx</link><description>That's by design and intended: The &amp;lt;data&amp;gt; element does not apply to &amp;lt;survey&amp;gt;s. You'll notice that the data format produced by &amp;lt;survey&amp;gt; is fundamentally different than the data format produced by &amp;lt;block&amp;gt;s. &lt;br/&gt;&lt;br/&gt;A survey produces a file in "wide" format -- a single row per subject, with pages / questions being the columns. Survey data output cannot be customized.&lt;br/&gt;&lt;br/&gt;Blocks produce data in "long" format -- multiple lines per subject, each line representing a single trial, the columns being those defined by the script's &amp;lt;data&amp;gt; element.&lt;br/&gt;&lt;br/&gt;If you run your &amp;lt;surveypage&amp;gt; (a special type of &amp;lt;trial&amp;gt;) via a regular &amp;lt;block&amp;gt;, you will see that the &amp;lt;data&amp;gt; element applies as specified:&lt;br/&gt;&lt;br/&gt;&amp;lt;data&amp;gt;&lt;br/&gt;/columns = [date time group subject response]&lt;br/&gt;&amp;lt;/data&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block demographicsblock&amp;gt;&lt;br/&gt;/ trials = [1 = demographics]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage demographics&amp;gt;&lt;br/&gt;/ caption = "Please answer the following demographic questions:"&lt;br/&gt;/ fontstyle = ("Times New Roman", -20, true, false, false, false, 5, 0)&lt;br/&gt;/ responsefontstyle = ("Times New Roman", -18, false, false, false, false, 5, 0)&lt;br/&gt;/ itemfontstyle = ("Times New Roman", -20, false, false, false, false, 5, 0)&lt;br/&gt;/ itemspacing = 2%&lt;br/&gt;/ showpagenumbers = false&lt;br/&gt;/ questions = [1=Sex; 2=JobTitle; 3=EmploymentStatus; 4=DirectCare; 5=YearsWorked] &lt;br/&gt;&amp;lt;/surveypage&amp;gt;</description><pubDate>Fri, 08 Apr 2016 16:23:18 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>