-
H5P new custom content types
I created the attached variation on the memory game and would like to allow other staff to include it in their classroom through the H5P feature. How can I do that in Brightspace?
-
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,…
-
change CONTENT_COMPLETIONTYPE_T via the API
(newbie here, please bear with me) Dear all, I have a widget running with some javascript. I can get info through the API (get the TOC, whoami etc.), I can change the Title of a Topic, it all works. What I want to do, is change the CONTENT_COMPLETIONTYPE_T with an API call. In the TOC object, CompletionType exists for…
-
How to get version
Hi all, I am a developer of a LTI tool provider. I want to use this api to get all quiz belong to one orgUnit, but how can i get the {version} value? /d2l/api/le/(version)/(orgUnitId)/quizzes/ Any comment or idea is appreciated!!! Thank you.
-
Brightspace UX Concerns (Free UX consultation)
I’d like to raise a few UX concerns regarding the current UX of Brightspace LMS 1. Attendance Tracking While Brightspace offers an attendance feature with symbols or letters like P (Present), A (Absent), L (Late), and E (Excused), it lacks the option to annotate these records with custom notes. Personally, I use Google…
-
API bulk grades by UserID call modifiedSince parameter implementation
When trying to use GET /d2l/api/le/(version)/grades/values/(userId) with the optional modifiedSince parameter, I construct the following endpoint: '/d2l/api/le/1.85/grades/values/12345?modifiedSince=2024-08-04T14:51:23.558Z'. However, the API returns only grade objects with a lastModifiedDate within 24 hours of the call,…
-
Discussion post attachment api endpoint
Hello, I am looking to be able to access the info related to attachments on discussion posts. Is there a specific endpoint available to do so? "attachmentCount" is a property of data in the return of a discussion post get, and I would like to be able to get more information about on those objects. Thank you
-
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’…
-
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…