-
Notifications
You must be signed in to change notification settings - Fork 409
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Grouped survey stats #2408
Grouped survey stats #2408
Conversation
…nd better logic for grouped questions
At @electiondaze 's request I have implemented this with grouping the sections and default-collapsing the main survey section when grouped responses exist. See screenshot. |
@engelhartrueben latest commit should fix those issues. I couldn't figure out how to make the pie charts perfectly the same size, but they are at least not enormous now.We can bump the 50% to smaller still if you like, but it might mess up surveys with very many options |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
Description
Requested by Jim N (I can't find his Github account) -- This supports two groups of pie chart reports for survey/questions.
[]
s that is the same, then those question's answers will be grouped together at the top with a title of "Grouped Questions with [question text]"[]
s that are the same, then those answers will be grouped all together.Finally, button text will also work if you make it .e.g "[Yes] I like it" => "Yes" just like "Yes: I like it" would do so before. This makes it easier for buttons across questions to map to the grouped answer values in (2).
I'd like feedback on this feature before adding documentation to make sure one or the other or both features are what's desired and that it can work.
Checklist: