Kizuki
    Preparing search index...
    • Chooses one round of questions, unless the round already exists. Returns how many questions passed the checks, and whether you already answered them (so a restarted session skips rounds that are done).

      Parameters

      • home: string
      • sessionId: string
      • round: number

      Returns Promise<{ answered: boolean; asked: number; finish: boolean }>