QuizResponseStudent
Defined in: v1/schemas.ts:617
A single student’s quiz response record.
Remarks
Section titled “Remarks”percent_correct — a value between 0 and 1, not 0–100.
Multiply by 100 to get a percentage. For example, 1 means 100% correct,
0.5 means 50% correct.
percent_correct may be null — grades are only recorded if the
‘Record grades for this quiz’ toggle is enabled in the quiz settings in
the Teachable admin dashboard. If this setting is off, percent_correct
will not be populated even for completed responses.
PII — this object contains personally identifiable information
(student_name, student_email). Handle in accordance with your
privacy policy and applicable data protection regulations.
Extends
Section titled “Extends”output<typeofQuizResponseStudentSchema>
Properties
Section titled “Properties”percent_correct?
Section titled “percent_correct?”
optionalpercent_correct?:number|null
Defined in: v1/schemas.ts:597
Inherited from
Section titled “Inherited from”z.infer.percent_correct
student_email?
Section titled “student_email?”
optionalstudent_email?:string|null
Defined in: v1/schemas.ts:595
Inherited from
Section titled “Inherited from”z.infer.student_email
student_id
Section titled “student_id”student_id:
number
Defined in: v1/schemas.ts:593
Inherited from
Section titled “Inherited from”z.infer.student_id
student_name?
Section titled “student_name?”
optionalstudent_name?:string|null
Defined in: v1/schemas.ts:594
Inherited from
Section titled “Inherited from”z.infer.student_name
submitted_at?
Section titled “submitted_at?”
optionalsubmitted_at?:string|null
Defined in: v1/schemas.ts:596
Inherited from
Section titled “Inherited from”z.infer.submitted_at