Moodle Plugins directory: AI Text | Moodle.org
AI Text
Report any issue here https://github.com/marcusgreen/moodle-qtype_aitext/issues
This Moodle question type accepts free text which is then evaluated by a remote Large Language Model AI system such as ChatGPT, Groq, Together.ai etc. Each question can have its own feedback and grading prompts. It requires either a paid for ChatGPT api account which will give access to ChatGPT4 or other Large Language Model such as Ollama or Groq.com
It requires the creation of a prompt to evaluate the text according to its purpose and an optional marking scheme. For example for a question
"Write an English sentence in the past tense"
The prompt could be
"Explain if there is anything wrong with the Grammar in this text."
An example mark scheme could be
Give 10 marks if there are no errors and all spelling is correct and it is in the past tense. Give 0 marks if the grammar is incorrect. Deduct one mark, every word where the spelling is incorrect"
There is a prompttester field in the quesition editing form which uses ajax to test out prompts without needing to go through the quesiton preview screen.
generalexceptionmessage
Výnimka - qtype_aitext_question::perform_request(): Return value must be of type string, null returned
Komentár: ```json { "feedback": "Text je gramaticky a pravopisne správny.... Celkové skóre: 10 bodov.", "marks": 10 } ```
but no final grade was recorded.
This is exactly how it will be displayed to the student as feedback
https://github.com/marcusgreen/moodle-qtype_aitext/issues/49
But you would need to supply full details for me to comment further. I suggest you create a ticket there