Variable answerSchemaConst
answerSchema: ZodObject<
{
correction: ZodOptional<ZodString>;
questionId: ZodString;
text: ZodString;
verdict: ZodOptional<
ZodEnum<
{
"material-right": "material-right";
"material-wrong": "material-wrong";
misread: "misread";
},
>,
>;
},
$strip,
> = ...
Your answer to one question. For contradictions you also say which is right: the material (a miss), your explanation because the material is wrong (a correction), or neither because Kizuki misread what you wrote (no miss, no correction).