-
Canvas LMS API - "What-If Scores"
As the subject of the post indicates, I want to know if it's possible to access the "What-If" scores from the API. I've looked this the documentation, but I haven't see any mention of these scores or how to access them. However, I feel that it's very possible that I missed it, since the data for these "What-If" scores…
-
Hiding Grader role in +people for non-FERPA trained students.
Hi, All, We are hoping that possibly Javascript/CSS might be able to show/hide the Grader role from an instructor so that only FERPA trained students would be able to be assigned that role. Our idea is to use our unused 'bio' field in Users to add FERPA attribute (indicating the user has gone through FERPA training.) This…
-
IMSCC import "Import Error: File -"
Hi! I am setting up a self-hosted canvas instance. It is running quite well so far. After enabling the job service, I could also start an import of an IMSCC file. Although I got a lot of "Import Error: File -". As far as I can see, there is no content besides plain text, i.e. zip files, SVG files, PNG files, etc. The IMSCC…
-
Can we use grant_type as client_credentials for API Developer key instead of LTI Developer key?
I need to use canvas APIs for an ETL job i.e a backend job which runs everyday, where I need to extract data by using canvas APIs(authenicated through a API developer key) then do some transformation to the dataset to display to user. Since its a background job, we do not have anything for clients to authenicate it…
-
Submissions API: retreive where workflow_state either graded or submitted same call
Using the Submissions API, "List Submissions for Multiple Assignments" is it possible to restrict the query to return submissions with a workflow_state of either 'graded' or 'submitted' in one API call? I am calling the API from a Python script using the Requests module. I find I get no data back with…
-
Discussion Student Settings API
Is there an API to update Discussion Student Settings on a Course? I'm specifically looking to toggle the 'Report Replies' setting https://community.canvaslms.com/t5/Discussions-Announcements/Canvas-Release-Discussions-Announcements-Redesign/ta-p/464064#toc-hId--450516865
-
Filter Course Enrollment API results
Is it possible to filter an API get to only return the ID of students where the final grade is not null?
-
Implement canvas SSO OAuth 2.0.
I want to implement canvas SSO OAuth 2.0 in my project, where can i get client key and id ? I need canvas developer environment to implement canvas sso in my project.
-
POST Request and Rate Limit
I am using the Canvas API to create folders and subfolders of courses that have been offered at my institution in the past. I used a simple Python script to do this and when I executed the code through my terminal, it reflected on the Canvas site. I tried to use this request to create a new folder with subfolders, but…
-
LTI placements: Course Navigation and Editor Button not working for new app
I have been working with a vendor that has little or no previous experience integrating their product with Canvas. My team has worked out enough of the major issues that the app is usable now, but the only two relevant placements that work are Assignment Selection and Link Selection. We would like Course Navigation and…
-
Implementation of Instructure UI within Canvas LMS
Hi, all. I got React with InstructureUI working on my local server, but I'd like to use it within the Canvas LMS. I thought that once I had the static build files, I'd be able to upload them. But I can only upload one or two CSS files and one JS file, and it doesn't seem to be working. How do bring my application into…
-
LTI API & Bubble App
Hello, I am trying to setup my Bubble App as a LTI plugin with Canvas LMS. I am using my agency's Canvas account and I have admin privilege. Key Settings: Redirect: https://paramedicine101.bubbleapps.io/version-test/lti_launch LTI 1.3 Config: { "title": "Training Events App", "description": "A tool for managing and…
-
How to Use "self" to Refer to the Root Account in Canvas LMS GraphQL API
Hello Canvas Community, I am transitioning from using the Canvas REST API to the GraphQL API and need some help with a specific functionality. In the REST API, I use the endpoint "GET /api/v1/accounts/:account_id/users" with "account_id" set to "self" to refer to the domain root account. This is helpful for fetching list…
-
Extract Quizzes' Student Analysis through R with Canvas API!
How can I extract Quizzes' Student Analysis through R with Canvas API? I want quiz questions, student answers, and their scores. I'm having trouble finding the right tools in packages 'vvcanvas' and 'rcanvas'. I don't know if there is a tool associated with this request.
-
Extract Quizzes' Student Analysis through R with Canvas API
How can I extract Quizzes' Student Analysis through R with Canvas API? I want quiz questions, student answers, and their scores. I'm having trouble finding the right tools in packages 'vvcanvas' and 'rcanvas'. I don't know if there is a tool associated with this request.