QuizQuestion
Defined in: v1/schemas.ts:283
A single quiz question within a lecture attachment.
Remarks
Section titled “Remarks”question_type — single indicates only one correct answer exists.
multiple indicates more than one correct answer is possible.
graded — if true the quiz contributes to course completion
requirements. If false it is purely informational.
Extends
Section titled “Extends”output<typeofQuizQuestionSchema>
Properties
Section titled “Properties”answers
Section titled “answers”answers:
string[]
Defined in: v1/schemas.ts:268
Inherited from
Section titled “Inherited from”z.infer.answers
correct_answers
Section titled “correct_answers”correct_answers:
string[]
Defined in: v1/schemas.ts:269
Inherited from
Section titled “Inherited from”z.infer.correct_answers
graded
Section titled “graded”graded:
boolean
Defined in: v1/schemas.ts:270
Inherited from
Section titled “Inherited from”z.infer.graded
question
Section titled “question”question:
string
Defined in: v1/schemas.ts:266
Inherited from
Section titled “Inherited from”z.infer.question
question_type
Section titled “question_type”question_type:
"single"|"multiple"
Defined in: v1/schemas.ts:267
Inherited from
Section titled “Inherited from”z.infer.question_type