+x arianna.bagnis - 1/23/2020Hi everyone,I created a survey in my experiment (some demographic questions before the real experiment begins)Is there an option to prevent data from being saved in a separate file?I already created all the output elements I need in the summarydata and I would not run my <surveypage> via a <block> element.Thanks!Arianna
+x Dave - 1/23/2020+x arianna.bagnis - 1/23/2020Hi everyone,I created a survey in my experiment (some demographic questions before the real experiment begins)Is there an option to prevent data from being saved in a separate file?I already created all the output elements I need in the summarydata and I would not run my <surveypage> via a <block> element.Thanks!Arianna<survey> elements will always produce a separate data file, because the data format is for <survey> elements is different -- one row per participant, all responses are columns, i.e. "wide" format -- from that of regular <block>s / <trial>s -- multiple rows per participant, one row per trials, i.e. "long" format.If you want data from <surveypage>s captures in the general data file along with the <block>/<trial> data, you indeed need to run your <surveypage> elements via a <block>'s /trials attribute instead of via a <survey>'s /pages. (A <survey> is a special kind of <block>, whereas a <surveypage> is a special kind of <trial>.)