﻿<?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  » Save data to file</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Thu, 17 Sep 2026 02:27:05 GMT</lastBuildDate><ttl>20</ttl><item><title>Save data to file</title><link>https://forums.millisecond.com/Topic15119.aspx</link><description>Hi all,&lt;br/&gt;&lt;br/&gt;I'm new to Inquisit, and this is my first post. I'm trying to build a survey in Inquisit, a translation of a scale from English to Swedish. Below is a short version with only one item for your convenience to show you how the script looks right now. When I run this script, Inquisit ignores the &amp;lt;data&amp;gt; element, and stores the data in a file called "SDO.iqdat" (instead of "SDO_PHARE_RAW.iqdat"). Is some element missing? Or is there something wrong in the script?&lt;br/&gt;&lt;br/&gt;I'm learning Inquisit from scratch, so apologies for maybe too basic questions...&lt;br/&gt;&lt;br/&gt;Thanks&lt;br/&gt;/Stevo&amp;nbsp;&lt;br/&gt;&lt;br/&gt;*************************************&lt;br/&gt;&amp;lt;data&amp;gt;&lt;br/&gt;/file = "SDO_PHARE_RAW.iqdat"&lt;br/&gt;/columns = [date, time, group, subject]&lt;br/&gt;/separatefiles = false&lt;br/&gt;&amp;lt;/data&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;slider SDO_Q1&amp;gt;&lt;br/&gt;/caption = "Vissa Ã¤r helt enkelt underlÃ¤gsna andra&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;"&lt;br/&gt;/ fontstyle = ("Arial", 32)&lt;br/&gt;/labels=("StÃ¤mmer inte alls&lt;br/&gt;", "StÃ¤mmer helt&lt;br/&gt;")&lt;br/&gt;/ range = (10, 500)&lt;br/&gt;/range = (-100, 100)&lt;br/&gt;/increment = 1&lt;br/&gt;/slidersize = (50, 20)&lt;br/&gt;/orientation = horizontal&lt;br/&gt;/position = (20, 30)&lt;br/&gt;&amp;lt;/slider&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage SDO1&amp;gt;&lt;br/&gt;/questions = [1 = SDO_Q1]&lt;br/&gt;/showpagenumbers = false&lt;br/&gt;/showquestionnumbers = false&lt;br/&gt;/nextbuttonposition = (55%, 70%)&lt;br/&gt;/backbuttonposition = (35%, 70%)&lt;br/&gt;/navigationbuttonfontstyle = ("Arial", 100px, true)&lt;br/&gt;/backlabel = "BakÃ¥t"&lt;br/&gt;/nextlabel = "FramÃ¥t"&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;survey SDO&amp;gt;&lt;br/&gt;/pages = [1 = SDO1]&lt;br/&gt;/navigationbuttonsize = (5%, 5%)&lt;br/&gt;/fontstyle = ("Arial", 24pts)&lt;br/&gt;/finishlabel = "Avsluta"&lt;br/&gt;&amp;lt;/survey&amp;gt;&lt;br/&gt;&lt;br/&gt;**************************</description><pubDate>Wed, 10 Dec 2014 01:15:34 GMT</pubDate><dc:creator>Stevo</dc:creator></item><item><title>RE: Save data to file</title><link>https://forums.millisecond.com/Topic15169.aspx</link><description>Thanks!</description><pubDate>Wed, 10 Dec 2014 01:15:34 GMT</pubDate><dc:creator>Stevo</dc:creator></item><item><title>RE: Save data to file</title><link>https://forums.millisecond.com/Topic15120.aspx</link><description>That is the expected behavior. Data output for &amp;lt;survey&amp;gt; elements cannot be customized. The &amp;lt;data&amp;gt; element only applies to things run via &amp;lt;block&amp;gt; elements.&lt;br/&gt;&lt;br/&gt;If you want to, you can run your &amp;lt;surveypage&amp;gt;s via a &amp;lt;block&amp;gt;'s /trials attribute. Note, though, that this will (a) change the output format (&amp;lt;survey&amp;gt;s produce "wide" data files: a single row per subject, one column per question; &amp;lt;block&amp;gt;s produce "long" data files: one row per trial) and (b) navigating back and forth between pages will not be possible.&lt;br/&gt;</description><pubDate>Fri, 05 Dec 2014 04:17:53 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>