How get all answers from a quiz using the API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2020
01:33 PM
I use the endpoint below to get all submissions from a specific course
https://myconpany.instructure.com/api/v1/courses/:course_id/quizzes/:quiz_id/submissions
For each answer, I have a html_url, for example
https://mycompany.instructure.com/courses/8718/quizzes/58321/submissions/1409414
that is converted to
https://mycompany.instructure.com/courses/8718/quizzes/58321/history?user_id=3341
I was able to see the user_id by the URL and all answers from that user on the HTML page.
Is there an API endpoint that I was able to see the answers from the student(including the answer that students write).