You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: