AI Helpers
Configuration of the AI helpers (text generation, image generation, video generation, AI tutor, AI grading). Each provider can be enabled per task type. See also AI Configuration.
Access these settings under Administration > Configuration settings > AI Helpers. This category contains 13 settings, listed below with the title and comment shipped in the platform's settings fixtures (SettingsCurrentFixtures.php).
The variable name in code is shown in monospace. Use it when scripting via the API or when you need to change those settings at a global level by editing
config/settings_override.yaml.
Settings
ai_providers
ai_providersAI providers connection data
Configuration data to connect with external AI services.
content_analyser
content_analyserContent analyser
Analyses learning materials to extract insights or improve quality.
Default: false
course_analyser
course_analyserCourse analyser
Analyses all resources in one or many courses and pre-trains the AI model to answer any question on this or these courses (make sure content can be shared with the configured AI services).
Default: false
disclose_ai_assistance
disclose_ai_assistanceDisclose AI assistance
Show a tag on any content or feedback that has been generated or co-generated by any AI system, evidencing to the user that the content was built with the help of some AI system. Details about which AI system was used in which case are kept inside the database for audit, but are not directly accessible by the final user.
Default: true
enable_ai_helpers
enable_ai_helpersEnable the AI helper tool
Enables all available AI-powered features in the platform.
Default: false
exercise_generator
exercise_generatorExercise generator
Generates personalized tests with AI based on course content.
Default: false
glossary_terms_generator
glossary_terms_generatorGlossary terms generator
Allow teachers to ask for AI-generated glossary terms in their course. This will generate 20 terms based on the course title and the general description in the course description tool. If used more than once, it will exclude terms already present in that glossary (make sure content can be shared with the configured AI services).
Default: false
image_generator
image_generatorImage generator
Generates images based on prompts or content using AI.
Default: false
learning_path_generator
learning_path_generatorLearning paths generator
Generates personalized learning paths using AI suggestions.
Default: false
open_answers_grader
open_answers_graderOpen answers grader
Automatically grades open-ended answers using AI.
Default: false
task_grader
task_graderAssignments grader
Uses AI to evaluate and grade uploaded assignments.
Default: false
tutor_chatbot
tutor_chatbotTutor chatbot energized by AI
Provides students with an AI-powered tutoring assistant.
Default: false
video_generator
video_generatorVideo generator
Generates videos based on prompts or content using AI (this might consume many tokens).
Default: false
Last updated
Was this helpful?