Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

All Quizizz cheats patched on May 26 (Explanation) #70

Open
SeaN0X opened this issue Jun 13, 2023 · 1 comment
Open

All Quizizz cheats patched on May 26 (Explanation) #70

SeaN0X opened this issue Jun 13, 2023 · 1 comment

Comments

@SeaN0X
Copy link

SeaN0X commented Jun 13, 2023

Recently quizzis updated their API. previously it was possible to get the answers by fetching https://quizizz.com/_api/main/v4/students/game/ and accessing data.questions. but it seems that the "questions" from "data" is not available anymore after the Quizizz patch on May 26.

If you want to test for yourself, here's a simple code to access the API: (execute it on your quizziz room dev console)

function getRoomHash(){
  const rootObject = document.querySelector("body > div")
  if (!rootObject) throw new Error("Could not retrieve root object");
  const vue = rootObject.__vue_app__.config.globalProperties.$store.getState().game

  return vue.data.roomHash;
}

window.location.href = `https://quizizz.com/_api/main/v4/students/game/${getRoomHash()}`

Possibly we wont have any quizziz hack anymore, at least with this method.

@varedz
Copy link

varedz commented Jan 8, 2024

This has never been a method to get answers, nonetheless, https://schoolcheats.net/quizizz still works to retrieve answers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants