- Posts: 4
- Thank you received: 1
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
I wasn't aware that most users are using databases for analyzing responses. I had the impression that many stay inside LimeSurvey. And the more sophisticated users export the data files based. Some fiddle with Excel and others with SPSS and R.Therefore we decided that the responses for one ranking question are now stored in one column as JSON data.
For evaluation you usually pull all data anyway, and all modern DBs support JSON queries directly, so this was the best way to go.
Please Log in to join the conversation.
I'm probably misunderstanding something, but wasn't it the whole point of existence for Maximum columns for ranking (max_subquestions)'s setting?The problem was that if you had 40 items to rank and the user should only pick and rank 3 of them, then the response table would contain 37 unused empty fields.
Please Log in to join the conversation.
Please Log in to join the conversation.
Looks like nothing is there. Is statistics aware of the JSON data?
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Interesting, what tools do that?I never liked the approach of saving various codes into one column. Quite a few survey tools store multipunch questions like this as well,
Correct, still one column per subquestion.Still one column per response option with "Y" if ticked, I guess?
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Like thisWill there be a single column with JSON details within the cells?
Rank 1: B | Rank 2: A
Please Log in to join the conversation.