Quizzes Assigned to Select Users
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2016
02:13 PM
We currently have an LTI in place in which we request a list of Quizzes in a course. We request quizzes via
GET /api/v1/courses/:course_id/quizzes
In scenarios where a quiz is only assigned to select students , the quiz is not being received. This process is outlined in Canvas guides at (How do I assign an assignment to an individual student or course section?).
The only quizzes being communicated are quizzes that are assigned to everyone.
Am I missing something in the API that would allow us to receive all quizzes, regardless of who it is or is not assigned to?