Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.
/ QuizGPT Public archive

Solves your google form quiz in seconds using Artificial Intelligence. Based on gpt4 model

License

Notifications You must be signed in to change notification settings

cybersaksham/QuizGPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuizGPT

  • Solves your google form quiz in seconds using Artificical Intelligence.
  • Based on gpt4 model

Installing

  1. Clone the repository by
git clone https://github.com/cybersaksham/QuizGPT
  1. Open functions.js and 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;
  1. Then go to chrome://extensions/ in browser and turn on Developer mode

  2. Click Load Unpacked and select the folder of the repository

  3. Your extension is ready to work on docs.google.com/forms/... sites

Usage

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

Contribution

About

Solves your google form quiz in seconds using Artificial Intelligence. Based on gpt4 model

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks