-
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…
-
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…
-
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?
-
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!