Sign in to enhance your access to articles, forums, and events—and to participate by sharing insights, engaging in discussions, and connecting with your network of edtech peers.
Hello! We are looking to hire an experienced Canvas developer for assistance with finalizing a Wordpress plugin that allows for course sync from Canvas. Please contact me at jonas@eyethstudios.com with your experience and hourly rate. Thank you!
I'm currently developing an LTI 2.0 Tool Provider that integrates with Canvas, with support for the Plagiarism Detection Platform (PDP) — including originality reports and submission events. The tool is intended to be offered as a public SaaS solution to institutions using Canvas Cloud (canvas.instructure.com) and self…
Hello Wonderful Developer Community, I have a question for you all. How to Get CANVAS Student Grades Details directly from PeopleSoft Campus Solution Faculty Center in realtime 1>We need the Grades API end point URL details 2>What are the parameters required for the API 3>How we need to setup the API security Thank you.
We need the canvas grades API end points details so that we can hit the API from PeopleSoft and get the grades from CANVAS in Realtime and We need step by step process on integrating CANVAS grades in to Peoplesoft Campus Solution Faculty Center
Hello Canvas Community, I'm trying to migrate course content from Moodle to Canvas LMS and I'm encountering an error during the import process. I would greatly appreciate any advice or solutions you might have. Here's the error message: Incorrect package type error: No such file or directory - file Here are the details of…
I am currently working on getting Canvas LMS setup - self hosted. I'm running into a problem and have looked through the settings and logs to try and figure out what's happening but couldn't figure it out. Shown in the attached image is the People tab of a Course. There is no '+ people' button making it very inconvenient…
I had an issue with my existing canvas deployment which had some missing database fields which prevented me from doing some work, to address this I decided to go ahead with a clean install. The previous install following these same steps was otherwise working. I am running into a persistent issue when I try and rebuild…
I've been searching the forums about the best way to embed an Articulate course into Canvas. I've seen a lot of people with similar issues with accurate tracking/reporting. A solution seems to be using xAPI (Tin Can). Has anyone used this sucessfully? How do you upload an xAPI file to Canvas? Any advice or experiences…
I'm running a self-hosted Canvas LMS instance production version and I'd like to set up Canvas Data Services to subscribe to webhooks (live events) via HTTPS or AWS SQS. In the official Canvas documentation, the instructions typically reference hosted environments. My question is: * Is the "Canvas Data Services" and Live…
Why is the datatype for the answer.id number (without quotes) for true_false_question and string (with quotes) for short_answer_question and multiple_answers_question??? It is inconsistencies like this that make working with the API a nightmare.
Submission api is not working /api/v1/courses/116/students/submissions i have tried root token and sub account token also for both its giving only { "status": "unauthorized", "errors": [ { "message": "user not authorized to perform that action" } ] }
Have you seen anyway to get a list of students who have started the submission like attached a file, add text, etc but not submitted? One Of our current issues is students who upload a file but miss the last step of submitting it. They go back into the submission point see what they expect to see as their submission but…
As a theological institution, it would be helpful if in our discussion forums Bible references such as "John 3:16" was automatically tagged and have a tooltip using the following Reftagger code: <script>var refTagger = {settings: {bibleVersion: 'ESV'}};(function(d, t) {var…
Hello everyone, I hope you are doing well. I figured I would post this question here as I didn't find anything similar in searching online. I am an admin for a canvas course that can generate API tokens and access the API this way. Recently, I have been trying to write some custom Javascript for my theme to detect a…
I'm using the Canvas API to create pages and link these created pages dynamically between other pages. If the page has been created before in the course, regardless of whether the page has been deleted, the page slug (ex: the "week-1" in "https://xxx.instructure.com/courses/799908/pages/week-1") adds a hyphen and number to…