Confirm Student Enrollment for Testing Purposes

Jump to solution
sywang
Community Explorer

Hi all, 

Is there any way to confirm students' enrollment in a course without doing it individually through emails? I'm a developer who needs to perform testing on hundreds of fake students so that wouldn't be an option. For your reference, I'm using a self-hosted Canvas instance on AWS.

Thanks in advance!!

0 Likes
2 Solutions
mzimmerman
Community Coach
Community Coach

Hi @sywang,

If you generate the users and enrollments by uploading a feed file via SIS Integration ( https://community.canvaslms.com/t5/Admin-Guide/How-do-I-import-SIS-data-to-a-Canvas-account/ta-p/98 ), there is no need to confirm the enrollments.

 

View solution in original post

mzimmerman
Community Coach
Community Coach

Hi @sywang 

It should also have listed how many records of each type were imported. 

It looks like you included lots of extra/non-essential fields in your feed files.   The enrollments file really just needs a course_id, a user_id, a role, and a status, for instance.

View solution in original post