QuizResponses
Defined in: v1/schemas.ts:637
The quiz responses object containing course context and all student responses.
Remarks
Section titled “Remarks”graded — reflects the quiz-level grading setting. If false, student
percent_correct values will not be populated regardless of whether
students have completed the quiz.
Extends
Section titled “Extends”output<typeofQuizResponsesSchema>
Properties
Section titled “Properties”course_id
Section titled “course_id”course_id:
number
Defined in: v1/schemas.ts:621
Inherited from
Section titled “Inherited from”z.infer.course_id
course_name?
Section titled “course_name?”
optionalcourse_name?:string
Defined in: v1/schemas.ts:622
Inherited from
Section titled “Inherited from”z.infer.course_name
graded
Section titled “graded”graded:
boolean
Defined in: v1/schemas.ts:625
Inherited from
Section titled “Inherited from”z.infer.graded
lecture_id
Section titled “lecture_id”lecture_id:
number
Defined in: v1/schemas.ts:623
Inherited from
Section titled “Inherited from”z.infer.lecture_id
lecture_name?
Section titled “lecture_name?”
optionallecture_name?:string
Defined in: v1/schemas.ts:624
Inherited from
Section titled “Inherited from”z.infer.lecture_name
responses
Section titled “responses”responses: {
percent_correct?:number|null;student_email?:string|null;student_id:number;student_name?:string|null;submitted_at?:string|null; }[]
Defined in: v1/schemas.ts:626
percent_correct?
Section titled “percent_correct?”
optionalpercent_correct?:number|null
student_email?
Section titled “student_email?”
optionalstudent_email?:string|null
student_id
Section titled “student_id”student_id:
number
student_name?
Section titled “student_name?”
optionalstudent_name?:string|null
submitted_at?
Section titled “submitted_at?”
optionalsubmitted_at?:string|null
Inherited from
Section titled “Inherited from”z.infer.responses