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.
tc_profile_url doesn't show Canvas.placements.similarityDetection in capability_offered.
For our app that uses Canvas auth, if we put our redirect_uri http://xxx.com/authorized into the "Redirect URI (Legacy)" field, our auth flow works. However, if we put that into the "Redirect URIs" field we will get an error: "The redirect_uri does not match the client settings" I have read through…
I'm sending custom launch parameters when deep linking inside Canvas assignments. Custom launch parameters are described here. A typical HTTP Post request to register a deep link looks like this: { "https://purl.imsglobal.org/spec/lti-dl/claim/content_items": [ { "type": "ltiResourceLink", "title": "Assessment Title",…
Its seems like TinyMCE its not allowing to some tags, html comments or even using some custom class of a custom CSS to be used. In the preview all generates well but after that, once its published all its gone. In a custom installation it would be easy to change the TinyMCE config and allow it through. But in your platform…
I am working on an integration that uses the Canvas Studio API. In testing this API I have encountered an issue that the `state` query parameter which is passed to the authorization endpoint (`/api/public/oauth/authorize`), is not returned to the callback after a successful authorization on the Canvas Studio side. This…
Hi all, I've been tasked with pulling data using Canvas' REST API using a custom connector developed for a Power Apps Environment. One of the getter methods I'm using is retrieving Student Enrolments by Section and including their grades. However, when I'm using this method, I'm receiving errors stating that the response…
We are planning to run a performance test for Deeplink and Direct link flows through Canvas, we need to confirm is it ok to run a 0.5 TPS(1800 transactions per hour) performance test through Canvas LMS?
We are using LTI1.3 and xAPI to interact with Canvas. LTI1.3: https://canvas.instructure.com/doc/api/file.lti_dev_key_config.html For xAPI integration, we are following this documentation: https://canvas.instructure.com/doc/api/file.xapi.html The document says to sign the request with `LTI OAuth Params`. Do we have an…
Hello. How do I upload or attach a file to a student's assignment submission using my LTI 1.3? The score API can help but I only want to attach a file and not grade a student. Thanks!
Me and my Company want our students to login to Canvas from our website. Is there an integration tool that exists to integrate Squarespace and Canvas or even an embed code for this?
I notice there's a setting named "Admins can view notifications" at "Admin>>Settings>>Settings". And I found a description about it which is "To allow users in your account to receive surveys about Canvas". I wonder if the surveys are from Canvas Development Team or any other institution? I created a survey in Quizzes, but…
I notice there's a setting named "Admins can view notifications" at "Admin>>Settings>>Settings". But I don't know what's the feature for. I turn it on and there's nothing happened. Does anybody know what the setting's meaning, and what will happen if I enable it? Thank you very much!
My academic department is planning to deploy a program assessment to all Canvas courses taught by department faculty members. The assessment will take the form of a short (original-style) Quiz that will be imported into all faculty Canvas courses. The quiz will have the same title in all courses. After students complete…
I want to embed a floating graphic on a page that remains stationary during scrolling. Ideally, the image would appear in the bottom right-hand corner of the browser window. What would the HTML code look like?
I have set up a production instance of CanvasLMS, and I'm trying to create a theme that includes custom JS and CSS. However, the theme cannot load the JS. When I go directly to the URL of the JS file, i.e. https://canvas1.mydomain.com/accounts/3/files/11/download?verifier=V8EmGScOcPPm5iXmzAhR7zC1xTjt5Jo86DeUlcDz , I'm…