Hi,
I am trying to use Upload Courses to create a course with two instances of self enrolment and two separate enrolment keys: 1 for a student, 1 for a teacher.
Here's an example of a CSV:
shortname,fullname,category,summary,enrolment_1,enrolment_1_role,enrolment_1_password,enrolment_2,enrolment_2_role,enrolment_2_password
courserestored21,Course restored21,34,a summary,self,teacher,12345,self,teacher,56789
However, when I do this, it only creates the second instance enrolment_2. It's as if it's overwriting the first.
Does anyone know what needs to be done to create two self enrolment instances?
I'm creating over 50 courses and I really don't want to have to manually add a second instance of self enrolment (all with different keys).
thanks very much!