-
Canvas API - Getting information for all courses to Power BI in 1 call?
Hi, I'm exploring the Canvas API trying to bring data into Power BI using the web connector. I have admin access and can see all the courses in our system (Admin -> Courses) but not actually enrolled in any. I can see the course IDs in the canvas interface but I can't seem to find a way to list out all of the Courses using…
-
Gettng whether a student is currently taking any quizzes through the api
I'm trying to find a way through the API to figure out if a student is currently engaged in taking a quiz. Any quiz, not just a specific one. Is there a way to do that?
-
Self-hosted Canvas LTI 1.3 issues... Is it possible to integrate with Savvas platform on self-hosted
I have a self-hosted Canvas site installed and I've been able to integrate several tools with my site. I've been able to create keys and integrate my Google Ed Workspace and other apps. I ran into an issue with integrating Savvas products with my Canvas instance. The issue is that the json code they have points to…
-
Can Assignment's "post_manually" be made editable via the assignments API?
Assignments can have post_manually set via the gradebook interface on Canvas, but via the API this property is read only. Is there a reason for this? If not can it be made editable when creating a new assignment and for editing a new assignment?
-
Drop course bug in "self-hosted" Canvas
Hi everybody, I am facing a bug in "self-hosted" canvas when a student tries to drop a course he is enrolled into, the page gets stuck with the loading icon although the functionality is working fine. When I refresh the page, the course is dropped. Has anyone faced this problem before? Thanks in advance.
-
take assignment grades through the API
Hello community, it is a pleasure to greet you, I am looking for a way to be able to take the notes of all the tasks of the canvas courses through the API, what we were able to do is take the Final Score. From already thank you very much
-
Please Help — Proxy.js throwing errors, preventing the DOM from fully loading
Hey, friends. So as I as debugging my JavaScript in Chrome DevTools, I found that my code isn't running because the DOM isn't fully loading. Apparently a file called "proxy.js" is throwing a couple fatal errors, as well as "webpack-production/main-entry-47177a3[...].js". I didn't work with either of these files so I'm not…
-
Debugging JavaScript in Canvas using DevTools
Two questions in one day! I uploaded some JavaScript, and it doesn't work in Canvas. Okay, no problem, just need to debug. I opened up Chrome Dev Tools and for the life of me could not find my JS file, or code, anywhere. I did upload it using the Theme Editor. I verified that it is there, and I could find it hosted on AWS…
-
"tool-proxy-shared-secret" for LTI2 and Webhooks
Hi, I'm trying to attach a webhook to a self hosted canvas instance which would be triggered when a particular course uploads a file. Currently we have an LTI 1.3 integration which works well for our main use case but after reading the documentation it doesn't look like i can use the same access token for creating a…
-
"view ungraded as zero" as default for teachers and students
I'm the Canvas administrator at a university and we want to leave this option enabled as the "default." How should I do? https://community.canvaslms.com/t5/Instructor-Guide/How-do-I-view-total-scores-in-the-Gradebook-as-if-all-ungraded/ta-p/446124
-
Request for DAP Client Source Repository
It would be nice if there was a source repository for the instructure-dap-client library somewhere. I'm creating this post to facilitate discussion around this topic. This question has already been raised here and here. Even if the DAP Client team doesn't have the capacity for prompt response and feedback, being able to…
-
Ungraded feedback questions on lesson page
Hey, I'm pretty comfortable with HTML/CSS/JavaScript and am starting to use the Instructure API more. I have a request to develop a simple in-lesson feedback interaction that is ungraded, and we want to use maybe a question bank or question group in Canvas. We do not want to do this via an external product, just using…
-
Developer Key API asks for Authorization each time
Hello, Our team is developing an application that will pull a user's Calendar Events to a page, then display them through an API key in our instance's developer keys. To authenticate, we plan on using the user's credentials to piggyback the API call…
-
DAP Client Bug Regarding Parquet Files
I made a post in the Data & Analytics forum, which I suspect was the incorrect place for this issue, so I'm posting here as well. I believe I found a bug in the python instructure-dap-client 1.1.0 libraries. When attempting to download Parquet files, exceptions are thrown regarding decompression failures. Here's my…
-
get grades of a no submission assignment
Which endpoint should I use to get all grades of a assignment that has "no submissions" as Submission type? Thanks