From 5f4fca572b03b2dd715da9ded883c101a3e67da7 Mon Sep 17 00:00:00 2001 From: yoannchb-pro <71560747+yoannchb-pro@users.noreply.github.com> Date: Thu, 23 Mar 2023 01:47:03 -0400 Subject: [PATCH] v1.0.0 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9f4ccbe..43ec318 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,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.
![Mouseover](./assets/mouseover.gif)
![Mouseover2](./assets/mouseover2.gif) -- Table formatting: Format table from the question to make it more readable for CHAT-GPT. +- 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: ``` -------------------------------- @@ -65,7 +65,7 @@ Type back the code on the keyboard and the code will be removed from the - Infinite try: click as much as you want on the question (don't forget to reset the question). -## Examples +## Supported questions type ### Select @@ -107,4 +107,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. +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.