- Solves your google form quiz in seconds using Artificical Intelligence.
- Based on gpt4 model
- Clone the repository by
git clone https://github.com/cybersaksham/QuizGPT- Open
functions.jsand replace below line to put your OpenAI API Key which you can generate from https://platform.openai.com/account/api-keys
const API_KEY = null;-
Then go to
chrome://extensions/in browser and turn onDeveloper mode -
Click
Load Unpackedand select the folder of the repository -
Your extension is ready to work on
docs.google.com/forms/...sites
Open any google form quiz and right click the extension icon to open menu. You can also use below shortcuts to run the extension.
| Menu | Shortcut | Description |
|---|---|---|
| Get Answers | Ctrl+Shift+F | It reads your quiz, find the answers and show them in the form above respective question. It also fills some multiple choice questions automatically. |
| Show/Hide Answers | Ctrl+Shift+H | It hides the answers from google form temporarily and if already hidden then show them. |
| Erase Answers | Ctrl+Shift+E | It erases the answers data completely. You will have to press Ctrl+Shift+F again to find the answers |
- You can create a pull request to this repository in order to contribute to this extension.
- You must follow our code of conduct https://github.com/cybersaksham/QuizGPT/blob/master/CODE_OF_CONDUCT.md