Is there a way to query the score for each quiz question by each student?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2018
08:57 AM
I can get the final quiz score from quiz_submission_fact. But how to query the score for each individual quiz question?
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2018
09:44 AM
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.