QuizIdsResponse
Defined in: v1/schemas.ts:539
The response from the /courses/:id/lectures/:id/quizzes endpoint.
Returns an array of quiz IDs associated with the lecture.
Use these IDs with CoursesAPI.getQuiz to fetch full quiz details
or with CoursesAPI.getQuizResponses to fetch student responses.
Remarks
Section titled “Remarks”A lecture may have zero or more quizzes. An empty quiz_ids array
indicates the lecture has no quizzes attached.
Extends
Section titled “Extends”output<typeofQuizIdsResponseSchema>
Properties
Section titled “Properties”quiz_ids
Section titled “quiz_ids”quiz_ids:
number[]
Defined in: v1/schemas.ts:526
Inherited from
Section titled “Inherited from”z.infer.quiz_ids