From 98728b52e79c82bb847cd2021113f923552e54a7 Mon Sep 17 00:00:00 2001
From: yoannchb-pro <71560747+yoannchb-pro@users.noreply.github.com>
Date: Mon, 12 Jun 2023 23:37:54 -0400
Subject: [PATCH 1/5] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 701a705..7be5f4d 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ This extension allows you to hide CHAT-GPT in a Moodle quiz. You just need to en
## Webstore
-Find it one the webstore "MoodleGPT"
+Find it on the chrome webstore "MoodleGPT"
## Summary
From f8ce415cdc830beea3e7a1362b5f6a09ca43db4e Mon Sep 17 00:00:00 2001
From: yoannchb-pro <71560747+yoannchb-pro@users.noreply.github.com>
Date: Tue, 13 Jun 2023 13:24:45 -0400
Subject: [PATCH 2/5] donation message and chrome webstore message
---
README.md | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index 7be5f4d..3e5ca0b 100644
--- a/README.md
+++ b/README.md
@@ -6,17 +6,17 @@ title="Mortarboard icons created by itim2101 - Flaticon" >
Just right [here](https://www.buymeacoffee.com/yoannchbpro)
+Will be a pleasure if you want to support this project :) -> Just right [here](https://www.buymeacoffee.com/yoannchbpro)
## Update
From 29364756c763308792281b44d0b8e30cbddf1b80 Mon Sep 17 00:00:00 2001
From: yoannchb-pro <71560747+yoannchb-pro@users.noreply.github.com>
Date: Wed, 14 Jun 2023 22:35:19 -0400
Subject: [PATCH 3/5] some docs update
---
README.md | 2 +-
TODO.md | 7 +++++++
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 3e5ca0b..5caa984 100644
--- a/README.md
+++ b/README.md
@@ -101,7 +101,7 @@ Type back the code on the keyboard and the code will be removed from the
- Mouseover effect: you will need to hover (or click for select) the question response to complete it automaticaly.


-- Table formatting: format table from the question to make it more readable for CHAT-GPT but cost most tokens (so if the question is too large it will make an error). Example of formatted table:
+- Table formatting: format table from the question to make it more readable for CHAT-GPT but cost more tokens (so if the question is too large it will make an error). Example of formatted table:
```
| id | name | birthDate | cars |
diff --git a/TODO.md b/TODO.md
index e133af5..ae28221 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,4 +1,11 @@
# TODO
+## Priority: 1
+
+- Fixe `normalizeText` (line break are sometimes removed for nothing e.g: checkbox)
+
+## Priority: 3
+
+- [ ] Try something to understand images like (image -> ascii or may be using other AI ?)
- [ ] Support multiple input type in a question
- [ ] Support drag and drop quiz
From 656b84e4a928d1180a360013ab885c5b70914f07 Mon Sep 17 00:00:00 2001
From: yoannchb-pro <71560747+yoannchb-pro@users.noreply.github.com>
Date: Wed, 14 Jun 2023 22:44:23 -0400
Subject: [PATCH 4/5] Update TODO.md
---
TODO.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/TODO.md b/TODO.md
index ae28221..0618a72 100644
--- a/TODO.md
+++ b/TODO.md
@@ -3,6 +3,7 @@
## Priority: 1
- Fixe `normalizeText` (line break are sometimes removed for nothing e.g: checkbox)
+- Support math equation from image stocked in the `data-mathml` attribute
## Priority: 3
From f31252bf804b0faf8403744eb68b9fc9230c1327 Mon Sep 17 00:00:00 2001
From: yoannchb-pro <71560747+yoannchb-pro@users.noreply.github.com>
Date: Wed, 14 Jun 2023 22:45:50 -0400
Subject: [PATCH 5/5] Update TODO.md
---
TODO.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/TODO.md b/TODO.md
index 0618a72..73467d0 100644
--- a/TODO.md
+++ b/TODO.md
@@ -2,10 +2,10 @@
## Priority: 1
-- Fixe `normalizeText` (line break are sometimes removed for nothing e.g: checkbox)
-- Support math equation from image stocked in the `data-mathml` attribute
+- [ ] Fixe `normalizeText` (line break are sometimes removed for nothing e.g: checkbox)
+- [ ] Support math equation from image stocked in the `data-mathml` attribute
-## Priority: 3
+## Priority: 3 (because hard to make)
- [ ] Try something to understand images like (image -> ascii or may be using other AI ?)
- [ ] Support multiple input type in a question