Giter Club home page Giter Club logo

quizizz-cheat's Introduction

Quizizz-cheat

There are two methods for retrieving answers.

  1. Fetching Quizizz API
  2. Sending answers as someone else (old method)

You can load this script automatically using a browser extension.

Methods

Fetching Quizizz API

It should work in Test and Classic mode.

  1. Join Quiz
  2. Open console and paste this
fetch("https://raw.githubusercontent.com/gbaranski/quizizz-cheat/master/dist/bundle.js")
.then((res) => res.text()
.then((t) => eval(t)))
  1. You can now close the console. The good answers should be highlighted by background opacity.

Sending answers as someone else

An alternative method is more invasive. Instead of fetching Quizizz API, it sends a random answer to a current question as a different user (consuming his answer); as a response, Quizizz returns a valid answer, which is then displayed to the user.

  1. Join quiz, wait for first question, and open console
  2. Paste this code to the console
fetch("https://raw.githubusercontent.com/gbaranski/quizizz-cheat/oldmethod/dist/bundle.js")
.then((res) => res.text()
.then((t) => eval(t)))
  1. Enter the user name of any other player (the user won't get points even if they sent a valid answer).
  2. Go to step 2

Load automatically using Tampermonkey

  1. Install the browser extension on https://www.tampermonkey.net/
  2. Create a new user script and paste the contents of scripts/tampermonkey-alternative-method.js
  3. The script should now be automatically loaded every time you enter a quizizz.

As we can see on this screenshot, the answer www.quizizz.com has the highest opacity, indicating a valid answer. screenshot

quizizz-cheat's People

Contributors

gbaranski avatar protogendelta avatar psuperx avatar stanbar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

quizizz-cheat's Issues

Can't Get Answe

If the quizizz is test not classic this code doesn't work

Request

I WANT OTHER CODE BUT FOR GOOGLE FORMS THAT SHOWS THE AWNSERS OR AN EXTENTION THAT SHOWS IN OTHER PLACE AUTOM THE CORRECT AWNSERS.
IN TXT, CODE, LIST OR NOTE
PLS PLS :,)

This isn't compatible with test mode on quizizz...

Just writes endless errors to the console to the point I can't open it anymore. Seems to just endlessly read from something that doesn't exist on test mode but exists on regular mode. This should either exit on X number of fails of reading, or have it read it fixed to read it correctly.

Suggestion

It would be nice if this script worked only in the active question, so it would be undetectable even for the teachers.

the hack does not work in a private class

the hack does not eliminate the alternatives in classes with code maybe it is a problem or it does not work.

I hope you can solve it, today I almost failed an exam, lucky I studied.

Problem z działaniem

Witam,
są 2 problemy z działaniem skryptu. Pierwszy problem to całkowite nie działanie skryptu występujące w sposób losowy.
Z błędem "Uncaught SyntaxError: Invalid or unexpected token" Wtedy skrypt sie nie załącza.
Jest natomiast jeszcze jeden problem, z działaniem skryptu, jeśli uda się go załączyć skrypt pokazuje poprawne odpowiedzi, ale podczas próby wybrania odpowiedzi quizizz pokazuje, że odpowiedź jest błędna.

Pozdrawiam i czekam na info.

Pronouns

So i was using the thing and it showed the He pronoun i reccomend changing the pronoun to They to adress Men/Woman/Non-Binary and others, Thank you in advance!

Just broke today.

Quizizz must've just changed something because as of today my bookmarklet and the js itself have stopped working altogether.

tampermonkey not working

as you said, when you use the script is enabled in tampermonkey, quizizz answers are supposed to show without me going into the console and putting the code to show answers but whenever I go to a quizizz it just says that there isn't a script running when the hack is supposed to be running. if you have ever had this problem before please help me because I really like this hack and want it to work automatically.

thanks,
-kenchen1107
Screenshot 2021-11-20 113123

not working

image
the code is notworking, the fetching API one. Please fix it, it helps me alot, thank you very much

Problem

The script is now automatic in all questions from a quiz.
Last method was more undetectable on the naked eye, if the teacher is watching your screen, u could wait so he wouldn't notice anyhing. Now is more evident you are cheating bc answers are always displayed...
It would be nice if this same script worked only for the actual question, so u can execute when u want! that would be OP.
Sry for my bad english xD

Usually doesn't work.

Worked in Live and tests, but not anymore. (Worked on same day)
I get this error in dev console:
vendor_misc.bf3d7b13efa264f65868.js:46 Uncaught TypeError: Cannot read properties of undefined (reading 'questions')
at eval (eval at (U2FsdGVkX19dQFNTT4Uw%252F9u4t%252BvatV02tY7SBzA1QdCCkVhKcmDBq0BeE1e4x%252FUyY8Z5t7WkIG8CvY0uIvLpWQ%253D%253D:3:14), :1:8286)
at r (vendor_misc.bf3d7b13efa264f65868.js:46:77942)

Tried multiple times, injected after answering few questions.

Tracking

Can I be tracked for getting answers by my teachers or another players if i have been accused to taking away someone's points .

Please tell it is very urgent for me to know that

Have an Issue here

I logged in with my school email and entered the code at the console, but this shows up. pls hel
Screenshot (98)

work but

first of all i am sorry my english is bad

i try this code on dummy quiz
This code makes the person whose name I enter always gets the wrong answer even though it's true answer

I get this error

When putting the code, I get this error, could you help me to solve it right here, without sending me to other answers, thanks

WhatsApp Image 2021-02-23 at 7 47 58 PM

Don't work now

Please man, fix this code. We are having a test tomorrow. I'm italian, and I like your jobs.
The code worked yesterday, but not today.
An entire class is counting on you.

Jak to działa?

Czy gdy podam nick innego gracza, ten będzie miał wszystkie złe odpowiedzi i żadna nie będzie poprawna?

Not working

Why is the code not working did quizizz had an update?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.