I have created a survey with 25 multiple choice questions. I set up scoring so that each question has one correct response that scores 1 point. I am trying to create a report that will display a table of the 25 questions and the percent of respondents who answered each question correctly, like the table below (but with 25 rows)
Survey Question | % correct |
1 | 100% |
2 | 75% |
3 | 80% |
I can only figure out how to create a separate widget for each question.
Is it possible to create a table with all of the questions in the report with the % correct responses?