Skip to content
Marcus Green edited this page May 19, 2024 · 27 revisions

Description

AIText is a Moodle Question type that presents feedback to student responses that are generated by an external AI System, which defaults to ChatGPT from OpenAI. It was designed at tested with Moodle 4.3 and 4.4 but it will probably work with earlier versions of Moodle.

Because the response from a LLM for ChatGPT can appear as if it was from a human it appends a disclaimer to responses which defaults to (Response provided by Chatgpt). It also adds a string asking for the response to be translated into the preferred language of the current user.

The settings can be reached via

admin/settings.php?section=qtypesettingaitext

Potential new features things that would be nice

  • Insert feedback into the response text at the point where it applies

  • A list of selectable tested prompts that can be bought in and customised (or used as is)

Clone this wiki locally