Skip to content

Creating AI Text questions

Marcus Green edited this page May 19, 2024 · 3 revisions

The reference to "the AI System" is the remote system that uses a Large Language model to create the feedback for a student response. The default AI System is ChatGPT from OpenAI https://chatgpt.com.

If you are new to Moodle quiz this guide may help

https://docs.moodle.org/404/en/Quiz_activity

There are three components to an AIText question.

  • Question text
  • AI Prompt
  • Mark Scheme

The question text is what the student sees and is not sent to the AI System The AI Prompt is sent with the student response to the AI System The Mark Scheme is optional and tells the AI System how to award marks.

Although the teacher enters an AI Prompt it is "wrapped" in some additional text before it is sent to the AI System. The wrapping is set via the question types global setting. The complete prompt that is sent is available from the preview mode for a question.

Any HTML is stripped from the student response before it is sent to the AI System so it is not possible to get feedback on formatting such as italics or bold.

Clone this wiki locally