﻿<?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  » survey data file</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Sat, 04 Jul 2026 22:13:38 GMT</lastBuildDate><ttl>20</ttl><item><title>survey data file</title><link>https://forums.millisecond.com/Topic28151.aspx</link><description>Hi everyone,&lt;br/&gt;I created a survey in my experiment (some demographic questions before the real experiment begins)&lt;br/&gt;Is there an option to prevent data from being saved in a separate file?&lt;br/&gt;I already created all the output elements I need in the summarydata and I would not run my &amp;lt;surveypage&amp;gt; via a &amp;lt;block&amp;gt; element.&lt;br/&gt;&lt;br/&gt;Thanks!&lt;br/&gt;Arianna</description><pubDate>Fri, 24 Jan 2020 08:18:56 GMT</pubDate><dc:creator>ari.anna.89</dc:creator></item><item><title>RE: survey data file</title><link>https://forums.millisecond.com/Topic28159.aspx</link><description>&lt;blockquote data-id="28153" class="if-quote-wrapper" unselectable="on" data-guid="1579853456844" contenteditable="false" id="if_insertedNode_1579853455670"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="28153" 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="28153" 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="28153" title=" "&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Dave - 1/23/2020&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-28153"&gt;&lt;div class="if-quote-message-margin" contenteditable="true"&gt;&lt;blockquote data-id="28151" class="if-quote-wrapper" unselectable="on" data-guid="1579853456844" id="if_insertedNode_1579801947022" contenteditable="false"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="28151" 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="28151" 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="28151" title=" "&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;arianna.bagnis - 1/23/2020&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-28151"&gt;&lt;div class="if-quote-message-margin" contenteditable="true"&gt;Hi everyone,&lt;br/&gt;I created a survey in my experiment (some demographic questions before the real experiment begins)&lt;br/&gt;Is there an option to prevent data from being saved in a separate file?&lt;br/&gt;I already created all the output elements I need in the summarydata and I would not run my &amp;lt;surveypage&amp;gt; via a &amp;lt;block&amp;gt; element.&lt;br/&gt;&lt;br/&gt;Thanks!&lt;br/&gt;Arianna&lt;a class="if-quote-goto quote-link" href="#" data-id="28151"&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;&amp;lt;survey&amp;gt; elements will always produce a separate data file, because the data format is for &amp;lt;survey&amp;gt; elements is different -- one row per participant, all responses are columns, i.e. "wide" format -- from that of regular &amp;lt;block&amp;gt;s / &amp;lt;trial&amp;gt;s -- multiple rows per participant, one row per trials, i.e. "long" format.&lt;br/&gt;&lt;br/&gt;If you want data from &amp;lt;surveypage&amp;gt;s captures in the general data file along with the &amp;lt;block&amp;gt;/&amp;lt;trial&amp;gt; data, you indeed need to run your &amp;lt;surveypage&amp;gt; elements via a &amp;lt;block&amp;gt;'s /trials attribute instead of via a &amp;lt;survey&amp;gt;'s /pages. (A &amp;lt;survey&amp;gt; is a special kind of &amp;lt;block&amp;gt;, whereas a &amp;lt;surveypage&amp;gt; is a special kind of &amp;lt;trial&amp;gt;.)&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="28153"&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;Thanks, Dave!&lt;br/&gt;Actually, I could add the data from &amp;lt;surveypage&amp;gt;  running its elements via &amp;lt;survey&amp;gt; by put this code:&lt;br/&gt;dropdown.sex.response, textbox.age.response, textbox.nationality.response in &amp;lt;summarydata&amp;gt;.&lt;br/&gt;&lt;br/&gt;I wish I hadn't the survey data file because it is redundant and I like having all my data in one single file. &lt;br/&gt;Anyway, it doesn't matter, I can delete it manually.&lt;br/&gt;&lt;br/&gt;Thanks for your help.</description><pubDate>Fri, 24 Jan 2020 08:18:56 GMT</pubDate><dc:creator>ari.anna.89</dc:creator></item><item><title>RE: survey data file</title><link>https://forums.millisecond.com/Topic28153.aspx</link><description>&lt;blockquote data-id="28151" class="if-quote-wrapper" unselectable="on" data-guid="1579801947302" id="if_insertedNode_1579801947022" contenteditable="false"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="28151" 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="28151" 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="28151" title=" "&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;arianna.bagnis - 1/23/2020&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-28151"&gt;&lt;div class="if-quote-message-margin" contenteditable="true"&gt;Hi everyone,&lt;br/&gt;I created a survey in my experiment (some demographic questions before the real experiment begins)&lt;br/&gt;Is there an option to prevent data from being saved in a separate file?&lt;br/&gt;I already created all the output elements I need in the summarydata and I would not run my &amp;lt;surveypage&amp;gt; via a &amp;lt;block&amp;gt; element.&lt;br/&gt;&lt;br/&gt;Thanks!&lt;br/&gt;Arianna&lt;a class="if-quote-goto quote-link" href="#" data-id="28151"&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;&amp;lt;survey&amp;gt; elements will always produce a separate data file, because the data format is for &amp;lt;survey&amp;gt; elements is different -- one row per participant, all responses are columns, i.e. "wide" format -- from that of regular &amp;lt;block&amp;gt;s / &amp;lt;trial&amp;gt;s -- multiple rows per participant, one row per trials, i.e. "long" format.&lt;br/&gt;&lt;br/&gt;If you want data from &amp;lt;surveypage&amp;gt;s captures in the general data file along with the &amp;lt;block&amp;gt;/&amp;lt;trial&amp;gt; data, you indeed need to run your &amp;lt;surveypage&amp;gt; elements via a &amp;lt;block&amp;gt;'s /trials attribute instead of via a &amp;lt;survey&amp;gt;'s /pages. (A &amp;lt;survey&amp;gt; is a special kind of &amp;lt;block&amp;gt;, whereas a &amp;lt;surveypage&amp;gt; is a special kind of &amp;lt;trial&amp;gt;.)&lt;br/&gt;</description><pubDate>Thu, 23 Jan 2020 17:57:32 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>