Skip to content

szolowicz/quizizz-advisor

Repository files navigation

quizizz-advisor

Minimalistic Chrome extension - shows correct answers on quizizz.com.

Quizizz advisor actually doesn't automatically solve your tasks, but shows you an answer before the task is solved. Automatic solving could be considered to add if requested by anyone in the future.

Works on tests whose creator doesn't have an account! Works ONLY on live quizzes, that you join via code or link, e.g. https://quizizz.com/join?gc=679341&source=liveDashboard

forthebadge

Join our Discord! https://discord.gg/HPecVXeQrF

Screenshots
*click for larger size*
Single choice

Single choice

Multiple choice

Multiple choice

Text input response

Text input response

Installing

  1. Go to the Releases page (then download newest version (.zip)).
  2. Unpack ZIP file.
  3. Go to the extensions page (chrome://extensions or Chrome menu -> More tools -> Extensions).
  4. Enable Developer mode (upper right corner).
  5. Click Load unpacked (or drag the folder anywhere on the page).
  6. Indicate the folder you unpacked.

Usage

  1. Join to the quiz with joinmyquiz.com link or via game code.
  2. In lobby, you should see an overlay with the answer: Answers overlay.

Made using

Prerequisites to build

Dev build

# Clone repo
git clone https://github.com/Lumm1t/quizizz-advisor.git
cd quizizz-advisor/
yarn # or npm install
yarn build:dev # or npm run build:dev

Production build

yarn build # or npm run build

Contributing

Pull requests are welcome.

License

MIT

Motivation

There was no cheat that worked.

also I am surprised how bad it was done (messy code, stupid loops)