DEV Community

Cover image for ACCESS CANVAS LMS API USING POWERSHELL
jeff-nelson-78954
jeff-nelson-78954

Posted on

ACCESS CANVAS LMS API USING POWERSHELL

In this post I will demonstrate how to use the Canvas LMS API. I will create a course and grading standard (scheme) in Canvas. Then I will use PowerShell to create a script that pulls course data using the Canvas LMS API. Finally, the script will update the courses grading standard. This process can be extended to dynamically set grading standards / schemes for your institution based off of student information systems (SIS) data. This is useful because the SIS import process in Canvas does not allow you to set the grading scheme.

Read more

Top comments (0)