php - How to upload courses un moodle with cohorts -


as can generate many courses using csv file , there cohorte1 indicate automatic enrollment method?

here's think meant:

"i want add courses via moodle's bulk upload courses features (from csv file) , want courses automatically have cohort enrolled onto them".

if meant,

you adding enrolment method csv file 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" , "y" ids of cohorts you'd enrol.

hth


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -