BRLISTHEMAN / Google-Forms-Quiz-Solver

This script tries to extract answer conditions from Google Forms and solve them.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Forms Quiz Solver

Some people abuse the Google Forms validation to create quizzes and giveaways. This is not a good idea because the validation rules are in the source code of any survey. This script tries to extract exact answer conditions ("equal to" and "contains") from Google Forms and solve them.

Requirements

This userscript requires Tampermonkey (available for Chrome and Firefox).

Installation

Click this link for a smooth installation :)

What we learn from this

Don't use the client side form validation in Google Forms when trying to create a quiz!

Example Form

https://docs.google.com/forms/d/e/1FAIpQLSf1jIkFvckXSRmtWCZORzOQcQft846fEFMHj2tFDtmNBASyuQ/viewform

About

This script tries to extract answer conditions from Google Forms and solve them.


Languages

Language:JavaScript 100.0%