Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yoannchb-pro committed Mar 31, 2023
1 parent ae9e528 commit f581bc2
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
href="https://www.flaticon.com/free-icons/mortarboard" target="_blank" rel="noopener noreferrer"
title="Mortarboard icons created by itim2101 - Flaticon" ><img src="./extension/icon.png" alt="Mortarboard icons created by itim2101 - Flaticon" width="150" style="display:block; margin:auto;"></a></p>

# Moodle-gpt v1.0.1
# MoodleGPT v1.0.1

This extension allows you to hide CHAT-GPT in a Moodle quiz. You just need to enter <b>the code configured in the extension</b> on the keyboard and then click on the question you want to solve, and CHAT-GPT will automatically provide the answer. However, one needs to be careful because as we know, CHAT-GPT can make errors especially in calculations.

Expand Down
52 changes: 26 additions & 26 deletions extension/moodle-gpt.js → extension/MoodleGPT.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions extension/MoodleGPT.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"manifest_version": 3,
"name": "moddle-gpt",
"name": "MoodleGPT",
"version": "1.0.1",
"description": "Hidden chat-gpt for moodle cheat",
"description": "Hidden chat-gpt for your moodle quiz",
"permissions": ["activeTab", "tabs", "storage"],
"action": {
"default_icon": "icon.png",
Expand All @@ -25,7 +25,7 @@
"http://127.0.0.1:*/*",
"file:///*"
],
"js": ["moodle-gpt.js"],
"js": ["MoodleGPT.js"],
"run_at": "document_end"
}
]
Expand Down
1 change: 0 additions & 1 deletion extension/moodle-gpt.js.map

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "moodle-gpt",
"name": "moodlegpt",
"version": "1.0.1",
"description": "This extension allows you to hide CHAT-GPT in a Moodle quiz.",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
input: "./src/index.ts",
output: [
{
file: "./extension/moodle-gpt.js",
file: "./extension/MoodleGPT.js",
format: "umd",
sourcemap: true,
},
Expand Down

0 comments on commit f581bc2

Please sign in to comment.