Skip to content

QuizQuestion

Defined in: v1/schemas.ts:250

Inferred TypeScript type for QuizQuestionSchema.

  • output<typeof QuizQuestionSchema>

optional answers?: string[]

Defined in: v1/schemas.ts:244

z.infer.answers


optional correct_answers?: string[]

Defined in: v1/schemas.ts:245

z.infer.correct_answers


optional graded?: boolean

Defined in: v1/schemas.ts:246

z.infer.graded


optional question?: string

Defined in: v1/schemas.ts:242

z.infer.question


optional question_type?: string

Defined in: v1/schemas.ts:243

z.infer.question_type