AI Text

Question types ::: qtype_aitext
Maintained by Marcus Green
Question type that uses a Large Language Model for feedback
Latest release:
208 sites
120 downloads
5 fans
Current versions available: 2

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 https://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.

Screenshots

Screenshot #0

Contributors

Marcus Green (Lead maintainer)
Please login to view contributors details and/or to contact them

Comments

Ukázat komentáře
  • Plugins bot
    středa, 10. září 2025, 09.20
    Approval issue created: CONTRIB-10103
  • Vladimír Výboh
    pátek, 24. října 2025, 20.29
    When I entered text into the Response tester - Sample Response item and clicked Evaluate Sample Response, I got an error:
    generalexceptionmessage
    Výnimka - qtype_aitext_question::perform_request(): Return value must be of type string, null returned
  • Marcus Green
    pátek, 24. října 2025, 20.33
    Can you create an issue at https://github.com/marcusgreen/moodle-qtype_aitext/issues And include full information, i.e. Moodle version, plugin version AI Configuration details and what happens when you attempt to preview a question.
Please login to post comments