moodle-tool_uploadcourse
moodle-tool_uploadcourse copied to clipboard
enrolmethod as meta
Hi,
I'm trying to bulk create courses with enrolment method set to meta and linked to different courses, specified by the 'link_1' field. What is the format I should be using? I can't find any documentation at the moment.
+----------+-----------+----------+----------+----------+---------------+--------+ | fullname | shortname | category | idnumber | summary | enrolmethod_1 | id_1 | +----------+-----------+----------+----------+----------+---------------+--------+ | Parent | Parent | | Parent | Parent | meta | 873 | | Students | Students | | Students | Students | meta | 862 | | Teachers | Teachers | | Teachers | Teachers | meta | 128 | +----------+-----------+----------+----------+----------+---------------+--------+
Trying the above table gives no issues, but doesn't enrol anyone either!