Are all Quizzes represented as an Assignment object in the API response?

Jump to solution
hannah3
Community Novice

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

0 Likes
1 Solution
ColinMurtaugh
Community Champion

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

View solution in original post