During the Moodle Upgrade 3.2 the Chart API and the feedback Analysis were updated, see: MDL-55308
Now it is not possible to easily get the aggregated data as before.There is a (kinda hidden) buttone to "show chart data", but you have to manually open them for every question.
My suggestions are:
1) Make the "show chart data" do "show chart data and hide datagraphic"
// pseudo code
|
Hide corresponding "chart-image"-class |
2) Add a Button for doing 1) to every datagraphic (Similar to the "expand all" button in every settings page of moodle)
// pseudo code
|
Hide all "chart-image"-classes |
Show all "chart-table-data"-classes |
Would be nice if this got implemented. Best regards.