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.
- Chrome browser
- Clone the repository to your local machine using
git clone https://github.com/PrincTwilig/GPT4Moodle
- Open Chrome and go to the extensions page by typing
chrome://extensions/
in the address bar. - Turn on the developer mode by clicking the toggle switch in the top right corner of the page.
- Click on the "Load unpacked" button and select the cloned folder.
- The extension should now be installed and active.
- Go to a Moodle quiz page.
- Click on the button next to each question to get the answer and explanation.
- Create a new branch for your changes using
git branch <branch-name>
- Switch to the new branch using
git checkout <branch-name>
- Make your changes and commit them using
git commit -m "<descriptive-message>"
- Push the branch to GitHub using
git push -u origin <branch-name>
- Create a pull request on GitHub for your changes to be reviewed and merged.
Or use github Desktop!
If you encounter any issues or have suggestions for improvements, please open an issue on GitHub.