Enrolling students in multiple courses (using shortname) via file upload

Re: Enrolling students in multiple courses (using shortname) via file upload

by Lauranne Bailey -
Number of replies: 0
Christopher, I use a text file upload the way you do. Here's how I enroll one student in two courses (you had a space before type 1, but that may be just in your example...):

username,password,firstname,lastname,auth,email,city,course1,type1,course2,type2
akim,akim,Alex,Kim,email,akim@test.com,Toronto,ACR,2,HOCKEY,2
ajohnson,ajohnson,Annabelle,Johnson,email,ajohnson@test.com,Toronto,ACR,2,HOCKEY,2

I haven't done this yet, but you may be able to do this as well:

username,password,firstname,lastname,auth,email,city,course1,type1
akim,akim,Alex,Kim,email,akim@test.com,Toronto,ACR,2
ajohnson,ajohnson,Annabelle,Johnson,email,ajohnson@test.com,Toronto,ACR,2
akim,akim,Alex,Kim,email,akim@test.com,Toronto,HOCKEY,2
ajohnson,ajohnson,Annabelle,Johnson,email,ajohnson@test.com,Toronto,HOCKEY,2