- Posts: 4
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
<row> <qid><![CDATA[719174]]></qid> <attribute><![CDATA[max_num_value_n]]></attribute> <value><![CDATA[999]]></value> <language/> </row> <row> <qid><![CDATA[719174]]></qid> <attribute><![CDATA[min_num_value_n]]></attribute> <value><![CDATA[0]]></value> <language/> </row>
Please Log in to join the conversation.
Better you use the logic file of the survey. Here you see all you need.With many variables this is very cumbersome
Investigating the lss file is obviously not an alternative.I am looking for an alternative.
Please Log in to join the conversation.
Please Log in to join the conversation.
I already wrote: "Survey logic file".I am searching for a way to determine quickly (easily) the LimeSurvey open field questions
Please Log in to join the conversation.
LimeSurvey Community Edition Version 6.13.2The least thing you'd mention is the LS version you are using.
I don't know which questions you are referring to -- I am not aware of having removed any of your questions (perhaps by accident, I don't know how this would be possible).You did not answer the questions that appeared at the beginning. You removed them.
This is a misunderstanding, I did export the questionnaire data from LimeSurvey into SPSS format, but I did not import the exported SPSS data (.sav) with SPSS. I did not directly export from LimeSurvey into a Stata format file (the only option is .xml, not .dta) because the last time I tried (with an older LimeSurvey version about 3 years ago) the resulting data in Stata were not in the form I need them (the exact problems I don't remember). As far as I know I tried all ways to export data from LimeSurvey (into Stata (.xml) directly, into CSV files, into Excel, into R (data file), and into SPSS (.sav) using different methods) but only one method resulted in satisfactory data with missing values, labels, and paradata, format of multiple response question, etc.Why do you first export and import into SPSS to get the data in STATA?
Why don't directly export to STATA?
I don't know what "a single punch question" is (I am not a LS expert and I did not program the LS questionnaire myself but simply try to do the data cleaning of data collected with LS qustionnaires). I notice that there are two kinds of open field questions, (1) as a follow-up question that seems to contain data sometimes in string and sometimes in numeric format (also depending on the way .sav data are imported by SPSS, PSPP, or Stata), and (2) as open field questions set up in LS in a different way (I don't know how this has been done). In variant (1) note that the values of the filtering question contains either the number 1 (if the respondent did choose "no" with empty content of the follow-up question) or the string "-oth-" if the respondent did choose "yes", whereas in variant (2) the filtering question contains the numbers 0 (if the respondent did choose "no") or 1 (if the respondent did choose "yes").But now I see that you did not talk about an open question, but probably about the "other" option of a single punch question.
Meaning: your first variable "vroptptpother" seems to be a "numeric" question,
but the other one "vroptbtp_other" seems to be an "other" option.
Therefore it is really advisable to send a lss export.
I don't know what a "Survey logic file" is -- how can I obtain this from LS?I already wrote: "Survey logic file".
Then just search for (CTRL-F) "num_value"
I don't know to what syntax file you are referring. I did to show you any syntax file and I don't get a (SPSS?) syntax file when exporting questionnaire data from LS.You see in the syntax file the RENAME command at the end.
Thanks a lot, this solves it!Or export the survey as *.txt, open in Excel (OpenOffice) and have a look at the columns "max_num_value_n" and "min_num_value_n"
Please Log in to join the conversation.
Please Log in to join the conversation.