-
Intergrate grading service
Hi all! I deployed canvas lms for my school. Previously we had a server for student to submit programming problem and return the score. I want to use canvas ui and student can just submit their code in the ui and return the results. Can i have some guidance how to do this? Thanks!
-
Context.id.history : ID of most recent copy not appearing first item in string
Hi All, Customer keep copying the course for multiple times, but "Context.id.history" : ID of most recent copy not appearing first item in string. Does any one faced this issue ? Thanks, Deepak C S
-
Are new quizzes endpoints available in API developer key scopes?
We have someone in our organization developing a customer application for building Canvas quizzes. As the admin, I've provided them an API Developer Key with scopes enforced. The application supports classic quizzes, but they also want to build for Canvas New Quizzes. Some of the New Quizzes REST API endpoints they are…
-
Permission or Bad EndPoint?
Hello, I am a programmer recently assigned to support canvas and I am using Post Man to test out the API and I am encountering an issue with the search all API endpoint. The end point I am using is this, /api/v1/search/all_courses?public_only=1&per_page=100 and I am getting a unauthorized error, { "status": "unauthorized",…
-
Using Canvas API to get assignment Calendar Events for User
Hi everyone! We are trying to use the Calendar Events API ( https://canvas.instructure.com/doc/api/calendar_events.html#method.calendar_events_api.user_index ) to pull only assignments. Unfortunately, despite testing it only returns an empty bracket []. I attached images of both the Postman call and the calendar of the…
-
Finding the Login URL for a Student
I'm trying to identify the login URL for a student so I can automatically email them the message "click here to login with your username and password." Why don't I just send everybody our login? Not all of our students login via our college. Because we have both "home" students (enrolled directly) and "external" students…
-
Getting a developer key for production
I wanted to build something cool during my summer break and decided to make a chrome extension with the Canvas api. I spent a couple of weeks on it and spent much time on it each day. After that, I went to apply to be a partner. A week has gone by and no response. I'm not sure if I should just give them more time, but I'm…
-
Canvas API for Badging / Credentials
Hi Canvas Developers Group, Does anyone know if you can use the Canvas API to review Canvas Credentials (for instance, checking whether badges are properly setup within courses at scale)? I haven’t found anything about Badges in the All API Resources, but I’m wondering if this is possible now that Canvas Credentials is an…
-
Smart Search API (user not authorized to perform that action)
Starting this off with a not sure if there's a way to cross-post here, as I also posted this in the AI community group: Smart Search API Hi all, I am trying to utilize the Smart Search API, however, I am running into an unexpected error. When discussing this with a few technical leads at InstructureCon, we understood that…
-
Image Bleeding into the Item Below It
Hi All, I keep running into an issue with images bleeding over lines below it. For an example: This is the code: https://vcccd.instructure.com/courses/26558/files/20555475/preview" alt="Book: The Whalestoe Letters Mark Z Danielewski" width="165" height="176"…
-
Analytics and New Analytics not showing
I am trying to use New Analytics, but it doesn't appear in my course menu. The Canvas I am using, and to which I have access as super-administrator as well, is an installation on a private server (we are not a university). I first logged in Site Admin as super-administrator From Site Admin I enabled the feature option…
-
Canvas Data Services course_progress does not appear to be triggering
Hi all y'all, I am a developer looking to build some integrations with Canvas. I am having a problem with the course_progress event in Data Services. course_created, and course_updated work just fine, but course_progress does not seem to fire when modules are completed. Any thoughts, or has anyone seen this working? Just a…
-
Unable to get enrollment information for a particular class
For years we have been using the API call: https://{cnv_link}/api/v1/courses/{crs_id}/users/sis_user_id:{sis_user_id}?include[]=enrollments;access_token={token} to get enrollment information for a canvas orientation course that includes the final score. We need the final score of the class to signal the activation of…
-
Unable to Publish course - backend issue
Hi All, After much head scratching - I finally got a hosted Canvas install working. However, I'm faced with a new problem. When publishing a course, the publishing circle goes round and round. It's waiting for some data to hit a table, and nothing is being found. Can somebody give me an idea on how to debug this? Which…
-
Observer Access to LTI Tools (Nearpod, Teachermade, etc.)
I'm working with a Canvas course and I'm curious about the Observer role's access to LTI tools. Currently, observers can view most course content, but I'm wondering if there's a way to restrict their ability to launch external LTI tools like Nearpod or Teachermade. These tools often contain interactive elements or quizzes…