Are all Quizzes represented as an Assignment object in the API response?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2018
02:53 PM
Hi There,
I have a question about the way the assignment API works, specifically this one:
GET /api/v1/courses/:course_id/assignments
I notice that some of the assignments returned appear to be quizzes, are all quizzes in the course returned in the list of assignments in the GET assignments API?
Thanks,
Hannah
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2018
05:53 AM
Hi Hannah --
Quizzes will be returned by the Assignments API if they are set to be graded. Ungraded quizzes (practice quizzes or ungraded surveys) aren't returned as assignments.
--Colin