QuizGPT
1.0.0
git clone https://github.com/cybersaksham/QuizGPT
functions.js
and replace below line to put your OpenAI API Key which you can generate from https://platform.openai.com/account/api-keysconst API_KEY = null;
Then go to chrome://extensions/
in browser and turn on Developer mode
Click Load Unpacked
and 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 |