Is there a way to query the score for each quiz question by each student?

Jump to solution
dus73
Community Novice

I can get the final quiz score from quiz_submission_fact. But how to query the score for each individual quiz question?

1 Solution
sam_mcknight
Community Explorer

That data is not included natively in the Canvas Data product. There's a report in Canvas called Student Analysis. We use the REST API to download the quiz report and put the data into our own table. It has worked well for us.

View solution in original post