Update README.md

This commit is contained in:
yoannchb-pro
2023-03-31 17:06:19 -04:00
parent 018877d907
commit 3dac74cf4c
+3 -1
View File
@@ -20,6 +20,8 @@ If MoodleGPT cannot complete one of your moodle quiz please provide the html cod
## Set up
> NOTE: This extension only works on Chromium-based browsers like Edge, Chrome, etc. Unfortunately, Firefox requires a click on the extension, which is not very discreet.
Go to <b>"Manage my extensions"</b> on your browser, then click on <b>"Load unpacked extension"</b> and select the <b>"extension"</b> folder. Afterwards, click on the extension icon and enter the apiKey obtained from [openai](https://platform.openai.com/) and enter a <b>code</b> that will activate the extension on your moodle page. Finally, click on the <b>reload button</b> next to model (it should give you the last ChatGPT version, otherwise enter it by your self) and click on the save button (The extension need to be configured before entering the moodle quiz).
## Inject the code into the moodle
@@ -103,4 +105,4 @@ To know if the answer has been copied to the clipboard, you can look at the titl
## Test
To test the code, you can run the index.html file located in the <b>"test"</b> folder with a local server on localhost. Or a better solution is to install moodle locally.
To test the code, you can run the index.html file located in the <b>"test"</b>. Or a better solution is to install moodle locally.