-
Retrieve Rubric associated with Quiz Question
Hello Community, In custom applications I make use of this public API: GET /d2l/api/le/(version)/(orgUnitId)/rubrics Retrieve rubrics for an object in an org unit. Parameters: version (D2LVERSION) – API version. orgUnitId (D2LID) – Org unit ID. Query Parameters: objectType (EVAL_T) – Type name for object associated with…
-
Pulse app functionality
I am new to brightspace (Canvas user). My question is about the app. I downloaded the pulse app. The first screen asks me to select a school. So I select my institution. A browser opens that asks me to sign in. So, I do. I also check "remember me." It takes me the Brightspace browser. I have to click on "current classes."…
-
Bring Equation Editor BACK!
I teach Physics. I NEED the equation editor in the feedback of quizzes. Please bring that functionality back. Is there any plan to do that?
-
Has anyone had success connecting GitHub Classroom's LIT with D2L?
I've already accessed the GitHub Education page that guides the setup process ( ), but I was not successful. I would like to know if anyone has succeeded, so that they can guide me. Tks!
-
Valence API returns 403 when accessing user data with valid token
Hi everyone, I'm running into an issue with the Valence API when trying to fetch user data. I’ve authenticated successfully and received a valid token, but when I call the /users/ endpoint, I get a 403 Forbidden response. The app is registered, and the user account I’m testing with has the necessary permissions in…
-
SCORM suspend_data
I have tried everything I could think of, but every time I start a SCORM package while impersonating a learner, the package`s suspend_data is reset and the learner is brought back at the beginning of the activity. I use SCORM specifically so the progress is saved and the learner cannot reset its progress. Even when I…
-
Grade passback from D2L to SIS (non-Banner)
I understand that IPSIS supports Banner as one of the integration types for Gradebook. We are not a Banner institution, but we are exploring the possibility of building a middle layer that mimics Banner’s API structure and behavior. Given that, I have a few questions: Can IPSIS Gradebook be configured to use the ‘Banner’…
-
API to Retrieve and Update User's AOU/Department Level Role in Brightspace?
Is there an API in Brightspace that allows me to retrieve a user's role at the AOU (Authorised Operating Unit) or department level? Additionally, is there an API that allows updating a user's role at the AOU/department level? If so, could you please provide the endpoint details and any relevant documentation? Best regards,…
-
How to Add Questions to a Quiz via API (After Quiz is Created)?
Hi everyone, I’ve successfully created a quiz via the D2L API, and now I’m trying to add questions to that quiz programmatically.I’ve already reviewed the Valence API scopes, especially the quizzing:quiz:modify and related scopes, but I couldn’t find clear documentation or examples on how to create quiz questions and…
-
Maximum size of a course shell and a file in Corporate Learning Management System
Hello! I have a question regarding to the Corporate Learning Management System. May I know the maximum file size of i) a course shell and ii) a file inside the course shell? Thank you very much!
-
LTI Deep Linking Response message issue - INVALID JWT
I am getting Invalid deep linking response from the tool: Invalid JWT. Please contact your Brightspace Administrator. when I am sending the deep link response message back to the platform from my tool. I have this same integration working with other LMS platforms. I have seen couple of similar issues in this community but…
-
Keyset URL cannot be reached
I'm trying to setup an LTI advantage link with Mahara on our test environment but after completing all the details as instructed on the Mahara help pages here: https://manual.mahara.org/en/21.10/external/lti_brightspace.html#ltiadvantage-brightspace Brightspace returns a Keyset URL cannot be reached error. Any ideas what I…
-
I have a client who is seeing our tool as an external link rather than an external learning tool?
We are a partner of D2L (our company's name is Qwickly) and I have a client who is attempting to install Qwickly Jot into their Brightspace environment. We have a well-documented installation guide for this that we have checked with the client and, although they are following the steps exactly, when they add the tool as an…
-
Testing Brightspace API - Create Folder in Manage Files
Hello So I've been trying to test APIs to create folders in manage files of a course, and then try to upload a file into the,m and I can't seem to get the api to work on Postman. This is my Create folder api, which I created using the Valence documentation. Is there something I've done wrong here? I keep getting the 404…
-
How to download issued certificates via API using Bearer token?
Hello D2L team, I’m currently using the Brightspace API to retrieve issued certificates for students in our institution via the endpoint: bashCopiarEditarGET /d2l/api/bas/1.4/issued/users/{userId} From the response, I obtain both the OrgUnitId and IssuedId, and construct the download URL as documented:…
-
Custom CSS for C+ Content Styler?
Does anyone have an example custom CSS file for Creator+/Contentstyler that they are willing to share? We are new to Creator+, but we plan to make the most of the custom styler option. Can we, for instance, by using a custom CSS, define other features than the four that can be defined in the four features available in the…
-
Copy Components Update
Has BS considered making it easier to copy content, assignments, quizzes, etc.? A previous LMS I used allowed you to "edit, copy" a page/item from the page you were on. No need to click through several directives to copy one item. Is this capability being discussed or looked into? Thank you!
-
Service-to-service authentication?
We want to automate some processes using the Brightspace API, without the need for a human to log in (because the automation process will be running on a server). Does Brightspace have a process for service-to-service (S2S) authentication? To reiterate, we need to integrate with Brightspace's API without user interaction,…
-
Wanted: Example Custom CSS file for Creator+
Does anyone have an example custom CSS file for Creator+/Contentstyler that they are willing to share? We are new to Creator+, but we plan to make the most of the custom styler option.
-
Retrieve the submission for a selected student
The API provides an end point to retrieve information about all submissions to a selected assignment folder (dropbox) GET /d2l/api/le/(version)/(orgUnitId)/dropbox/folders/(folderId)/submissions/ It does not include a parameter to provide a userId to only retrieve the information for a specific student and so you have to…