@@ -6,17 +6,17 @@ title="Mortarboard icons created by itim2101 - Flaticon" ><img src="./extension/
|
||||
|
||||
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.
|
||||
|
||||
## Webstore
|
||||
## Chrome Webstore
|
||||
|
||||
Find it one the webstore "MoodleGPT"
|
||||
I'm actually waiting for a review of my extension. It should be available in some days.
|
||||
|
||||
## Summary
|
||||
|
||||
- [MoodleGPT v1.0.2](#moodlegpt-v102)
|
||||
- [Webstore](#webstore)
|
||||
- [Chrome Webstore](#chrome-webstore)
|
||||
- [Summary](#summary)
|
||||
- [Disclaimer !](#disclaimer-)
|
||||
- [Support](#support)
|
||||
- [Donation](#donation)
|
||||
- [Update](#update)
|
||||
- [MoodleGPT don't complete my quiz ?](#moodlegpt-dont-complete-my-quiz-)
|
||||
- [Set up](#set-up)
|
||||
@@ -40,9 +40,9 @@ Find it one the webstore "MoodleGPT"
|
||||
|
||||
I hereby declare that I am not responsible for any misuse or illegal activities carried out using my program. The code is provided for educational and research purposes only, and any use of it outside of these purposes is at the user's own risk.
|
||||
|
||||
## Support
|
||||
## Donation
|
||||
|
||||
Will be a pleasure if you want to supprot this project :) -> 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
|
||||
|
||||
@@ -101,7 +101,7 @@ Type back the <b>code</b> on the keyboard and the code will be removed from the
|
||||
- <b>Mouseover effect</b>: you will need to hover (or click for select) the question response to complete it automaticaly.
|
||||
<br/> 
|
||||
<br/> 
|
||||
- <b>Table formatting</b>: 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:
|
||||
- <b>Table formatting</b>: 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 |
|
||||
|
||||
@@ -1,4 +1,12 @@
|
||||
# TODO
|
||||
|
||||
## 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 (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
|
||||
- [ ] Support drag and drop quiz
|
||||
|
||||
Reference in New Issue
Block a user