Kizuki
    Preparing search index...

    Function recordAnswers

    • Saves your answers to one round. A "the material is wrong" answer with your version becomes a correction, which wins from then on. Answers must be to questions asked in that round. Safe to run again.

      Parameters

      • home: string
      • sessionId: string
      • round: number
      • payload: {
            answers: {
                correction?: string;
                questionId: string;
                text: string;
                verdict?: "material-right" | "material-wrong" | "misread";
            }[];
            finish: boolean;
        }

      Returns Promise<void>