Cookies

This website does not use cookies, but instead uses local storage. See the local storage section for detailed information.

Local Storage

We use local storage to store your progress through the quiz game, so that the user can stop and continue playing as he wishes. Our website stores the following information in user's local storage:
answeredPrompts: this is to keep track of the already answered questions in the quiz.
sessionId: this is to identify the user so we know which progress to show.
currentPromptIndex: this is to know the current question the user is answering
promptCount: this is to count the previosly answered questions
chapterId: this is to identify the chapter (quiz category) that the user is currently in
correctAnswerCount: number of correctly answered questions
wrongAnswerCount: number of wrongly answered questions
experience: game statistics calculated from the correctly answered questions based on their difficulty
level: game statistics based on gained experience
mmr: game statistics based on the ration of correctly and wrongly answered questons combined with the questions difficulty