Confirm Student Enrollment for Testing Purposes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.