-
LTI1.3 sync limit of 200 user
Hi all, I'm a LTI tool developer, and I'm using LTI to create a ltirescourcelink type. But I found that there were 600 users in my course, but only 200 were sent to me through the api, is D2L split the user list then send to us? and how can I get the whole user list? Any comment or idea is appreciated!!! Thank you!!!
-
Issue with updating custom widget content
Hey everyone, I’m working on a custom widget in Brightspace and ran into something odd. When I update the HTML content inside the widget and save it, sometimes the changes don’t show up right away on the homepage. I’ve tried refreshing and even clearing the browser cache, but it still loads the older version for a while.…
-
Help with Postman and API connection
I'm new to working with APIs and have a project here at the college that I need to access the Datasets available in the Brightspace API. I'm trying to follow the "Learn Postman with Paul" course found here. And I'm stuck. My goal is to access the Datasets for All Grades, Final Grades, Content Progress and Learner Usage. To…
-
/myenrollments/{orgUnitId} returns 404 if learner is only in EXPIRED OrgUnit
Hi all, I’m working on a custom homepage widget in Brightspace that shows a learner’s course progress using status icons. Each course is linked to up to four OrgUnitIDs: Main course (e.g. ODS214) ENROLLED (e.g. ODS214-ENROLLED) COMPLETE (e.g. ODS214-COMPLETE) EXPIRED (e.g. ODS214-EXPIRED) Optional: GRANDFATHERED (e.g.…
-
How can I trigger custom JavaScript after a quiz submission?
Hi everyone, I’m currently working on a custom integration within D2L Brightspace, and I’m trying to figure out if there’s a way to trigger a JavaScript function or API call immediately after a quiz is submitted by a student. We’re trying to push quiz completion data into an external system in real time not just rely on…
-
Teacher Contact Widget - is there a data set recording if this Widget is setup or not?
I want to report on if students can see the Teacher Contact info in their Org Units. The Teacher Contact Widget is in each Org Unit and by default is blank. To become visible a teacher needs to complete the Setup. Is there data, or a data set which shows if a Teacher Contact Widget is Setup or not? i.e. a teacher has…
-
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>…