QuizDetail
Defined in: v1/schemas.ts:552
The inner quiz object containing questions and type information.
Note this is nested inside LectureQuiz under the quiz property.
Extends
Section titled “Extends”output<typeofQuizDetailSchema>
Properties
Section titled “Properties”id:
number
Defined in: v1/schemas.ts:543
Inherited from
Section titled “Inherited from”z.infer.id
questions
Section titled “questions”questions: {
answers:string[];correct_answers:string[];graded:boolean;question:string;question_type:"single"|"multiple"; }[]
Defined in: v1/schemas.ts:545
answers
Section titled “answers”answers:
string[]
correct_answers
Section titled “correct_answers”correct_answers:
string[]
graded
Section titled “graded”graded:
boolean
question
Section titled “question”question:
string
question_type
Section titled “question_type”question_type:
"single"|"multiple"
Inherited from
Section titled “Inherited from”z.infer.questions
type:
"Quiz"
Defined in: v1/schemas.ts:544
Inherited from
Section titled “Inherited from”z.infer.type