-
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.
-
Multiple line Items per assignment LTI 1.3
Hello everyone, I am currently working on an integration project involving Pressbooks, a WordPress multisite plugin, along with another custom WP plugin we created called Pressbooks LTI. This plugin acts as a Tool from the LTI 1.3 perspective and allows instructors to display Pressbooks chapters (WordPress posts) content…
-
upload a file to a course by API
Hello , my code in c# for upload afile in a course is : public async Task UploadFileToCanvasAsync(string courseId, string filePath, string parentFolderPath) { // Step 1: Notify Canvas about the file upload var localToken = _options.LocalToken; var notifyResponse = await NotifyCanvasAboutFileUploadAsync(courseId, filePath,…
-
Courses
what is the api to list all the courses in an account?
-
How to show the QR code for mobile on a private Canvas installation
Hello I have installed Canvas LMS free package on a private server owned by a NGO (actually I asked a professional to do the installation). I am in charge of designing the courses and I was wondering if it is possible and how to enable the QR code to login with Canvas mobile app for students. We obviously don't have a SIS,…
-
Access Canvas LMS Rest API from PeopleSoft Integration Broker
Hello, I'm trying to access https://canvas.mdanderson.org/api/v1/ REST API from PeopleSoft (via integration broker), but got the following error messages: Integration Gateway - External System Contact Error (158,10721) HttpTargetConnector:ExternalSystemContactException Untrusted Server Certificate Chain IOException: The…
-
Users
When I try to list all the users in canvas lms through api , it is only showing first 100. Does the api restrict the response only to 100 objects, even though I have more users(sudents)??
-
Get List of users through Canvas API
I can't retrieve all the users from Canvas, even though I've set per_page=100. I'm using this API: 'https://url.com/api/v1/accounts/{account_id}/users?per_page=100'. What could be the issue? Thanks in advance
-
Canvas OAuth 2 error unauthorised client - Client does not have access to the specified Canvas accou
Hello, we're trying to integrate our application to a canvas account via OAuth2 workflow but we're receiving this particular error response: error=unauthorized_client&error_description=Client+does+not+have+access+to+the+specified+Canvas+account but we're only receiving this error for this new client we had with their…
-
How and Where to host React for multiple partners
Hi, friends. Excuse the noob question! My background is front-end webdev, and I develop Canvas courses professionally for multiple organizations. I build on my local instance and then push the courses to the organization's Canvas instance, which they generally give me admin access to (though occasionally I need to develop…
-
Problem changing login image in Canvas mobile version
I have a problem, searching in the community I found this code to be able to change the login image to that of the institution where I work. .mobileLogin-Header { z-index: 1; background-image: url(https://instructure-uploads.s3.amazonaws.com/account_228140000000000001/attachments/21194/LOGO_UCC_color_transparente.png)…