I believe a bug was introduced in issue #163. It appears to me that when multiple rows are used in the multiple choice matrix, only the last row is presented in the visualizer. According to the issue it looks like the feature have been developed with only one row in mind.
Suggestion
T8637
Visible to All Users
Hello,
Yes, it was implemented for very specific case where our customer has one row and several columns with the same choices.
Multi-row case is not supported at this moment. I leave this as a suggestion here and on GitHub…
Thanks, Serge
SurveyJS Team
I see.
What I find most confusing is that this is the default display style for multi choice matrix questions. There is no mention that some data is hidden, and the name of the row isn't displayed either so you can't know which part of the data is displayed. I would expect the default rendering to show me all data.
Secondly I couldn't find any way of changing display style or disabling this style so that the other rows are displayed. How can I do that?
Hello,
I'm talking about the specific mode that is turned on for specific case. If it now works be default for all matrix dropdown questions with same choices, then yes - it's a bug for me.
Could you describe exactly your case? The mode I described shouldn't be used by default for all questions.
Thanks, Serge
SurveyJS Team
Previously I used version 1.8.53 and multiple choice matrix was displayed properly. Now I upgraded to version 1.8.73 and the multiple choice matrix aren't displayed properly anymore. I'm not doing anything unusual that I know of.
You say specific mode that is turned on for specific case. What decides if this specific mode is turned on then?
Hello,
I've restricted grouping for the matrices with the one row only via the https://github.com/surveyjs/survey-analytics/commit/cff26c7f3e314f56408ac2ede305b58273120900 commit. This returns previous behavior for your application.
If you still need the grouped behavior in your application, please describe the business case in greater details.
Thanks, Serge
SurveyJS Team
This solved it! Behavior restored. Thank you!
Glad to know :-) You're welcome!
Thanks, Serge
SurveyJS Team