-
Improvement
-
Resolution: Won't Do
-
Minor
-
None
-
3.3.3, 3.4, 3.5.13, 3.8.4, 3.9.1
-
MOODLE_33_STABLE, MOODLE_34_STABLE, MOODLE_35_STABLE, MOODLE_38_STABLE, MOODLE_39_STABLE
Ryan Sullivan wrote:
Hello,
I'm trying to figure out how to use flat file enrollment and also include students in groups in their courses. We're currently using Moodle 3.3. I'm currently using the flat file enrollment sync scheduled task to manage students.
Teachers are wanting their students grouped based on the hour they are enrolled in. I can get the information from our student information system - I just need to figure out how to get that into the flat file in a way Moodle can read it and act appropriately.
Currently, our flat file looks like this:
add,student,10202,COURSESHORT-teachershort
Can I somehow append the group to this in a way that is readable? Or should I use a different enrollment method?
Thanks for any info provided
jprovasnik wrote:
I too am looking for a way to add groups through Flat File (because Flat File alerts teachers of the course of the new enrollments). I don't believe it's possible to enroll in groups through Flat File method.
CSV Upload (directly through the Moodle interface) allows for enrollment into groups or cohorts.