-
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
-
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."…
-
Retrieve Rubric associated with Quiz Question
Hello Community, In custom applications I make use of this public API: https://docs.valence.desire2learn.com/res/assessment.html#get--d2l-api-le-(version)-(orgUnitId)-rubrics GET /d2l/api/le/(version)/(orgUnitId)/rubrics Retrieve rubrics for an object in an org unit. Parameters: version (D2LVERSION) – API version.…
-
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…
-
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…
-
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’…
-
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…
-
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…
-
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…
-
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.
-
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?
-
AI text to speech
Good Day, Am I able to add a AI voice reader/robot to existing text on the module I am developing?
-
Activity feed disappeared
Hi, The activity feed disappeared for all roles. The activity feed widget is available, the homepage permission, and IMS configuration have not changed. Thank you,
-
Why don't I seem to have role based access to API from a logged in session?
Hello, I am using a javscript file hosted in public files and a widget to prototype a tool for our school. I use replace strings to create a global variable with the org unit id that my javascript can access. I am able to use the org unit id to create API urls that allow me to retrieve information about the course (for…