My Posts
@Gabriel33, that's brilliant!
Hi @VinhHo3010,
I don't think the issue is the enrollment_state of the course. Instead, I think the issue is the user's role within the course.
To
HI @BenBenson,
You're not going to like me for saying this, but I think using the open source distribution is the way to go. In my experience, it's
Hi @Minak,
First, you'd need to add the new email address to your Canvas profile: How do I add an additional email address as a contact method in Ca
@dbrace has a good suggestion. Firefox will also natively make the response readable with syntax highlighting and beautification.
I'd use the Canvas API to fetch the course enrollments to see when they were dropped. If you've not used the API here's an easy workaround:
Visit
Hi @conhieh,
Canvas institutional admin here. You're in luck; every page view by every user is logged in Canvas. the logs include the IP address and
Most institutions will create student accounts via SIS import, putting the student's ID number in the user_id column. This will automatically show the
Re: My custom javascript cannot pull the Canvas User ID while used in Canvas, but can in SCORM cloud
For a quick solution, the Canvas environment variable lets you get the current user ID:
var userID = ENV.current_user_id;
I'd recommend against using Canvas for this purpose. It's not HIPAA compliant and is therefore unsuitable for storing protected health information.