/GPT4Moodle

Primary LanguageJavaScript

GPT4Moodle

GPT4Moodle is a browser extension for Chrome that adds buttons next to each question on Moodle tests. When a button is clicked, a request is sent to an AI and the correct answer is highlighted, along with an explanation for why it is correct.

Dependencies

  • Chrome browser

Installation

  1. Clone the repository to your local machine using git clone https://github.com/PrincTwilig/GPT4Moodle
  2. Open Chrome and go to the extensions page by typing chrome://extensions/ in the address bar.
  3. Turn on the developer mode by clicking the toggle switch in the top right corner of the page.
  4. Click on the "Load unpacked" button and select the cloned folder.
  5. The extension should now be installed and active.

Usage

  1. Go to a Moodle quiz page.
  2. Click on the button next to each question to get the answer and explanation.

Contributing

  1. Create a new branch for your changes using git branch <branch-name>
  2. Switch to the new branch using git checkout <branch-name>
  3. Make your changes and commit them using git commit -m "<descriptive-message>"
  4. Push the branch to GitHub using git push -u origin <branch-name>
  5. Create a pull request on GitHub for your changes to be reviewed and merged.

Or use github Desktop!

Issues

If you encounter any issues or have suggestions for improvements, please open an issue on GitHub.

Additional Resources