From 3dac74cf4c349896bfa64b2395a402bccf7bb19a Mon Sep 17 00:00:00 2001 From: yoannchb-pro <71560747+yoannchb-pro@users.noreply.github.com> Date: Fri, 31 Mar 2023 17:06:19 -0400 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 907fb7a..05a96a7 100644 --- a/README.md +++ b/README.md @@ -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 "Manage my extensions" on your browser, then click on "Load unpacked extension" and select the "extension" folder. Afterwards, click on the extension icon and enter the apiKey obtained from [openai](https://platform.openai.com/) and enter a code that will activate the extension on your moodle page. Finally, click on the reload button 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 "test" 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 "test". Or a better solution is to install moodle locally.