-
Is there test course data that is available that I can upload into my instance of Brightspace?
Needing data to import into Brightspace.
-
How to send a certificate automatically to a supervisor/instructor/admin?
When a user completes a course that has a certificate, is there a way to send the certificate that the user is awarded to an admin, supervisor or an instructor by email so that the admin can print the certificate and add it to the user's paper file? I know in IA, I can send an email with certain information, but is it…
-
Uploading grades in D2L
I use a third party app. I download .csv that has two columns, student emails and a number value. Student emails match those in D2L. How can I upload these scores into D2L?
-
How do I delete an LTI Advantage tool?
I can see a list of LTI Advantage tools on the page at d2l/le/ltiadvantage/registrations/home but I cannot see an option to delete an item from the list, merely to enable/disable it. Is there a special role/permission needed for deletion? I have tried ones like "Delete External Learning Tool Links" but none seems to have…
-
Support for Client Credential Grant for API Access
I wanted to reach out to ask if there are any plans to support the client credential grant for obtaining an access token for the API. Currently, I understand that only the authorization grant flow is supported. In my situation, there is no user or browser involved, and I need server-to-server communication. Therefore, the…
-
Unable to view IPSIS permission on my D2l Instance
Hi, I'm working on integrating my application with D2L instance. I need to pull sis information on course offerings to map the D2l course offerings with my application's course sections. However, I can't locate the sis field inside a course offering. Upon reviewing the documentation…
-
How to create a component that allows me to show an Introduction module in the homepage.
Greetings! I'm trying to create a course for my college which should simulate a gamified route following the next sections: Introduction module, activities module (which is a map that allows students to travel around the world (activities per continent) that must be solved to get experience from every continent) and…
-
Unable to find any way to export/import course offerings in bulk using CSV
Hi Community, I need to export all course offerings information (eg:- name, code start date, end date etc) in CSV from my D2l instance. But i am not able to find such feature. I tried giving permissions related to bulk course import/export. But unable to find the exact steps. Plese help me out if any one know about such…
-
AI statement prompt
This is a shot-in-the-dark question but I think it would serve folks beyond me and my class. Here's what I would love to see and why. Over the last year, I've had a moving target policy regarding AI use in essay writing for assignments. I allow students to use AI in certain contexts (which I outline in my syllabus and in…
-
Efficient Workflow for Uploading Scanned Exams to Brightspace Without Manual Impersonation
Hello Brightspace Community, We have a workflow challenge and are seeking your advice. Our students write their exams on paper, which we then scan and upload to Brightspace. Currently, our process involves impersonating each student to manually upload their scanned exam under the appropriate assignment submission section.…
-
Setting up a cookies banner - to get user consent for Google Analytics
Hi, We have installed google analytics on our dev site for Brightspace, and would love to start collecting data in live. However we can't find any documentation bout adding a cookies banner into brightspace, and ensuring that users consent before we collect their data. Can anyone point us i the right direction for this…
-
Unable to use feature Crosslisting of course offerings
Hi Community, I wanted to use the crosslisting feature , I have given all possible or required permissions to my admin user role. 1. Permisson related to crossliting 2. Also tried giving permission for SIS course merge In settings, whenever i click on crosslisting management. It says :- "Your Crosslisting mode has not been…
-
Maximum size of a course shell and a file in Corporate Learning Management System
Hello! I have a question regarding to the Corporate Learning Management System. May I know the maximum file size of i) a course shell and ii) a file inside the course shell? Thank you very much!
-
SCORM suspend_data
I have tried everything I could think of, but every time I start a SCORM package while impersonating a learner, the package`s suspend_data is reset and the learner is brought back at the beginning of the activity. I use SCORM specifically so the progress is saved and the learner cannot reset its progress. Even when I…
-
IOS ipad & Apple Pencil Grading Capabilities?
Hello, Is there any chance Brightspace is developing (or has already developed) grading capabilities with an instructor app and ipad + pencil -- so that I can actually handwrite comments on submitted papers, mimicking the process of pen and paper? I taught at a school that used Canvas in 2022/23 and that is the 1…
-
API account creation, lookup returns 403 Forbidden
I've been experimenting with the retrieval of BDS data sets via Postman using some of the Brightspace collections and have been successful at that. However, I've now started trying to provision users via API calls, and my calls always return a 403 Forbidden, even when trying to look up a user. My auth and refresh tokens,…
-
Updating grades with Postman
Hello team! Actually Im trying to update some grades using APIs in this endpoint: https://udlatest.brightspace.com/d2l/api/le/1.25/{my_orgUnitID}/grades/{grade_item_id}/values/{student/user_id} When I make a Get request, i have this output: { "PointsNumerator": 9.000000000, "PointsDenominator": 10.000000000,…
-
Dynamic registration does not create a deployment
I am implementing dynamic registration for our tool that creates a deployment for LtiDeepLinkingRequest, however it is not creating the deployment, there is an error in the logs but no details on why its failing. Here is a snippet from the JSON being sent ` "https://purl.imsglobal.org/spec/lti-tool-configuration": {…
-
scope error
when updating user via rest api PUT /d2l/api/lp/(version)/users/(userId) my app registration has the following scops: core:*:* enrollment:*:* groups:*:* organizations:*:* orgunits:*:* role:detail:* users:userdata:* still get the error : "No scopes defined for specified requests."
-
POST Create Grade Item
I was in the wrong area when I posted this question the first time. Hopefully this time its being posted to the Development group. I have tried many combinations for sending data to create a gradebook item but I get the same error message. I have checked and rechecked the documentation and it appears to be correct. Anyone…