-
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?
-
Exporting class progress
Hi, I have a someone who is an admin in a specific course, as they need to be able to manage just that course, see who has enrolled and each individual's completion status. I can see the class progress page has all the information they need, however I can't seem to export it. They want to be able to run a report monthly to…
-
Error 403 when creating a new user via API request
Hi, I'm trying to create a new user using a Postman request, but I'm getting error 403 (Forbidden). I already tested the whoami request and was successful (status 200); my username has all the credentials to create a user, and I'm using the scope "core:: user::" when creating the token. Is there something I am missing? I…
-
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,
-
Insufficient scope to call API.Required: ltiv1p3:ags:readlineitem
Hello, I'm trying to manage grades in BrightSpace using a LTI Advantage 1.3 tool connecting to our in house software. I had success registering the app, deploying it, login, accessing course and user info using this as a base : Now I want to access AGS (Assignment and Grade Services). I used this resource to do build my…
-
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,…
-
API PUT to Course Offering Failing
I'm attempting to update a Course Offering to set IsActive to false. This is the record I'm attempting to update: { "Identifier": "745849", "Name": "Fall 2023 - Pharmacology I (NURS-3104-A-B)", "Code": "X2388082480198", "IsActive": true, "CanSelfRegister": false, "Description": { "Text": "", "Html": "" }, "Path":…
-
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…
-
Some Ideas and useful AI hint for making quizzes
In developing a new class, I have some ideas that will benefit many others. 1. I am able to make (using AI) quiz banks and easily import them (I can share my AI prompt). When importing multiple choice questions, there is no way to randomize the answer order in the import, they must be done by hand on each question. Adding…
-
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.…
-
/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…
-
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…
-
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?