Moodle Plugins directory: Course Creator AI: Versions: 1.2.1 | Moodle.org
Course Creator AI
Local plugins ::: local_coursegen
Maintained by
Data Curso
The Datacurso Course Creator AI plugin empowers Moodle teachers to generate complete courses automatically using artificial intelligence.
Course Creator AI 1.2.1
Moodle 4.5, 5.0, 5.1
Released: Wednesday, 10 December 2025, 1:44 AM
Code prechecks
overview
phplint
phpcs1 | 1
js0 | 57
css
phpdoc
savepoint
thirdparty
grunt1 | 0
shifter
mustache
gherkin
HTML | XMLCompatibility note: This version is compatible from Moodle 4.5 to Moodle 5.1.
## Fixed
- Fixes an issue where the AI course-creation modal didn’t appear because course view URL validation was too strict.
- The previous logic required an exact path match to
/course/view.php, which failed on subdirectory installs likehttps://mysite.com/mymoodle/. - Updated the detection to use a substring check with
strpos()for/course/view.php, so URL variations and extra path components are handled correctly.
Version information
- Version build number
- 2025120900
- Version release name
- 1.2.1
- Maturity
- Stable version
- MD5 Sum
- 0908905c2a9f229372117d85a99fdffd
- Supported software
- Moodle 4.5, Moodle 5.0, Moodle 5.1
- Latest release for Moodle 4.5
- Latest release for Moodle 5.0
- Latest release for Moodle 5.1
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
- VCS tag
- 1.2.1
Default installation instructions for plugins of the type Local plugins
- Make sure you have all the required versions.
- Download and unpack the module.
- Place the folder in the "local" subdirectory.
- Visit http://yoursite.com/admin to finish the installation.