Jhosman
Jhosman

Reputation: 555

How to upload courses un moodle with cohorts

As I can generate many courses using a CSV file and that there is cohorte1 indicate that automatic enrollment method?

Upvotes: 0

Views: 1206

Answers (1)

Tim
Tim

Reputation: 807

Here's what I think you meant:

"I want to add courses via Moodle's Bulk Upload Courses features (From a CSV file) and I want the courses to automatically have a cohort enrolled onto them".

If this is what you meant,

You do that by adding the enrolment method to your CSV file like so:

shortname,fullname,category,enrolment_1,enrolment_1_customint1
maths,Mathematics,some category,cohort,X
English,English Language,some other category, cohort, Y

Where "X" and "Y" are the IDs of the cohorts you'd like to enrol.

HTH

Upvotes: 1

Related Questions