-
Sub-task
-
Resolution: Fixed
-
Minor
-
2.3
-
MOODLE_23_STABLE
-
MOODLE_24_STABLE
-
MDL-32919-core_course_import_course -
This web service function will import the activites, blocks and filters from a course to an existing one
It's a copy of the current backup Import functionallity in Moodle
Parameters:
----------
importfrom - int The id of the course we are importing from
importto - int The id of the course we are importing to
deletecontent - int Delete the content of the course we are importing to
backup settings - struct of key value:
Possible keys:
'activities' => 'Default to 1',
'blocks' => 'Default to 1',
'filters' => 'Default to 1',
Return value:
-----------
null
- has a non-specific relationship to
-
MDL-29934 Web service API Roadmap
-
- Closed
-