LMSouq
moodle-core Open

Create Moodle course dynamically using API

JO
Johnny Zghaib
1 month ago
3 views
Problem Description
I have been asked to create an engine that will take a course(name, short-name, category) from our local database and add it to moodle. I am thinking of using Moodle API for this. I tried using the webservice with no luck. I need something like : moodle_create_course($name, $short-name, $description, $category, $type) Does anyone has an input?

AI-Generated Solution

Powered by LMSouq AI · GPT-4.1-mini

✓ Solution Ready
Analyzing problem and generating solution…
Was this solution helpful?
Back to Knowledge Base