+xDear friends,
following probem: In the survey-data-file are colummns for each variable combined with a reffering latency. I want to have only the variables and the latency completely diabled.
I searched for a possibility to find a way to disable it but it is neither defined in the script to record latency nor I have found anythig in the inquisit language references.
Please help me it would be a pleasure.
It's not possible to customize data output for <survey> elements.
1) You can customize data output via the <data> element when you run your <surveypage>s via a <block>. Note that you'll get a long-format data file then, not a wide-format survey data file andor
2) specify a <summarydata> element that records only the variables of interest, i.e.
<summarydata>
/ columns = (script.startdate script.starttime script.subjectid script.groupid
radiobuttons.sex.response textbox.age.response textbox.height.response textbox.weight.response
radiobuttons.profession.response radiobuttons.survey_medical.response
...
slider.affective1.response slider.affective2.response
...)
</summarydata>