-
Change Banner Image on Organization Homepage
Our organization's homepage needs a fresh look. How do I change the banner image on the homepage?
-
2025 Development Manual
I am new to d2l api development. Can the updated manual be downloaded on single pdf file?
-
Alignment Issue in HTML Navigation Menu
I'm creating a navigation menu for my <a href="https://iqratechnology.com/hire-salesforce_developer/">HTML</a> page, but I'm running into some issues. The links are not aligning as they should, and the overall styling looks off. Below is the code I've written. Can anyone help me identify the problem and suggest a fix? Here…
-
Alert for instructors when setting due dates beyond course shell closing date?
Hi, Is it possible to add an alert for instructors when they're setting an assignment due date past the closing date of the course shell? I've had two instructors set due dates past the course shell closing date, and I feel like the confusion and frustration it causes for students could be easily avoided by either an alert…
-
SSO
Hi, I have implemented SSO based on the Org Defined ID - the name ID mapping is Org Defined ID - some users could log in, but some of them are receiving the message "There was a problem processing your authentication" even though in the Azure it is success. Any idea where is the problem? Thank you, Mariana
-
How to overwrite file when updating topic file
Our course team has a custom app that generates pages from template files and then creates corresponding modules and topics within a course in D2L. This is great for new courses we launch as course designers can play around with the structure of the course in the place we track video and other page information. A new…
-
API Use to upload Common Cartridge, convert, create offering
Is it possible to use the valence API to upload a Common Cartridge ZIP, convert it, then create a course offering from that?
-
Is there a way to integrate with Salesforce?
Prospective students fill out an RFI form on the website and then are redirected to choose a course and pay at that time if they would like via course merchant. Since the information from the RFI form goes directly to Salesforce as a new lead, we would like to be notified somehow if that student went ahead and purchased at…
-
Which formative assessment tool do you find easiest to use and/or most user friendly?
Hello Community, I currently am building my first Brightspace course. I am striving for it to be interactive and user friendly. I was wondering if anyone has an opinion on which tools are the most user friendly among the following: surveys, polls and/or discussion boards? Our school also is looking into having Padlet as an…
-
Is it possible to make multi-part arithmetic quiz questions?
This is a huge need - it creates a great deal of frustration in my class when students have to re-calculate something they have already done with new numbers to answer the next part of a multi-part question. Also it would be great if arithmetic question set up included a math editor! Thank you!
-
Update Org Defined ID in bulk
Hi, Is there a way to update the Org Defined ID in bulk? Thank you, Mariana
-
What is the scope used for GET /d2l/api/le/(version)/(orgUnitId)/dropbox/folders/
I did not see Oauth2 Scopes for /dropbox/folders api at And when I tried to call the api, I got { Errors: [ {Message: "Insufficient scope to call API.Required: core:*:*"} ] } When I add `core:*:*"` to my Oauth2 scopes, it worked. My question is: is this intended behavior? IMO it seems too much permission we need to give…
-
Accessing Group Data
Hi, I teach a large class (over 300) wherein I give group assignments (4-5 students/group). Thus there are 60+ groups. I need to access the files in group lockers frequently to monitor progress of each group. Opening each group locker, and downloading the files manually is painfully time consuming. More importantly, it is…
-
Make <detail> <summary> elements editable within Brightspace Editor
The HTML templates contain Bootstrap accordion elements. Nowadays, one can create such accordions with multiple <details> elements. More info on the webdev page: These <details> elements are now native to (almost) all browsers. I can create accordion-like behaviour (both exclusive and inclusive) using the <details>…
-
Forced pauses
Hello, I am developing a course that involves a lot of self reflection. My development team would like the learner to have forced pauses in their learning where they take time to reflect and integrate their learning into practice between key learning points in the course. For example. Between Modules 1 and 2, and again…
-
Unenrolling Users After Certificate Completion
Hello, Brightspace Community, I’m looking for a way to automatically unenroll a user from a course 30 days after they receive their certificate. I understand that there is an option to unenroll users based on course activity or login activity through an intelligent agent, but I haven’t found a way to trigger unenrollment…
-
Ability to pull User Progress via API
How can I pull user Progress via the API? When I try yo use GET /d2l/api/le/(version)/(orgUnitId)/content/userprogress/, I get a 404 back. Regarding , 'Finally, note that the back-end service may not have all the Brightspace functionality enabled to provide access to all the APIs contained in this API reference…
-
Is it possible to set the active navbar through an API call?
We're moving towards a standard navbar for all courses after years of not enforcing one. We have maybe 40% of courses using a custom navbar and will be removing the permission to update navbars soon. I'd like to be able to make an API call to set the Active Navbar for all OUs this semester, but I haven't seen anything in…
-
Help Needed: LTI 1.3
I'm new to LTI, so I've decided to create a small application to learn more about it. However, every time I make a call to the authenticate end-point, I receive a 404 error. This is the endpoint I'm calling from the LTI tool. public IActionResult Login([FromForm] string iss, [FromForm] string login_hint, [FromForm] string…
-
403 Forbidden When Accessing Grades Endpoints via API
Hello everyone! I’m new here and working on an integration to fetch grades through the Brightspace API. I have a service account with a custom role (cloned from the standard service account role) where I granted the permission “See user grade values (API Only).” My registered application is requesting the scopes core:*:*…