How do you produce a list of all courses and students enrolled in that course?
How do you produce a list of all courses and students enrolled in that course?
Some smart person at our institution wrote this Chrome extension tool to overcome this "feature": ISOM Canvas Tools - Chrome Web Store
I am not sure how comfortable you are making an API call, but I have found that this is the easiest way to get the information you need quick. It is also extensible to other courses or users if you need it to. I typically start with something like this, and then go from there:
GET https://yourinstitution/api/v1/courses/whateverCourseID/students.
I hope this helps.
Jason
Gary,
We are giving the Canvas Admins area a little bit of love (especially questions that are really, really old) and just want to check in with you. This will also bring this question new attention.
Were you able to find an answer to your question? I am going to go ahead and mark this question as answered because there hasn't been any more activity in a while so I assume that you have the information that you need. If you still have a question about this or if you have information that you would like to share with the community, by all means, please do come back and leave a comment. Also, if this question has been answered by one of the previous replies, please feel free to mark that answer as correct.
Robbie
The last enrollment activity report found in settings-reports may give you what you are looking for. If you are just looking at a single course you could export the gradebook and strip off the assigments using only the 1st 2 columns in excel.