-
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…
-
This client is not permitted to use the client_credentials grant
Hi, I'm trying to use lti 1.3 and I want to authenticate using https://auth.brightspace.com/core/connect/token I created a new client id using the Oauth 2.0 section in Manage extensibility as administrator However when I try to consume the service I receive an error: { "error": "unauthorized_client", "error_description":…
-
Copy Components Update
Has BS considered making it easier to copy content, assignments, quizzes, etc.? A previous LMS I used allowed you to "edit, copy" a page/item from the page you were on. No need to click through several directives to copy one item. Is this capability being discussed or looked into? Thank you!
-
importing release conditions in course package?
I am working on a GUI in python and Qt that allows me to modify announcements efficiently for populating a course by uploading zip file (news_d2L.xml and imsmanifest.xml). The core functionality works and upload is successful, but the condition_set tag is not set in the course package import. Ideally, the import process…
-
Do everyone has same toolId for internal tools like (assignment, quiz, topic etc).
I was using the grades API to pull grades :- in the response of that API we got a nested object in grades object "AssociatedTool": {"ToolId": 3000,"ToolItemId": ###} Just curious to know , lets assume if this ToolId is for discussion topic tool. Will it be same for everyone, those are using D2l. Or if this can be the case…
-
Repository for the Default Course Image Library
As mentioned in the Documentation, D2L Brightspace has a image library that teachers can use to set course images on a whim, including having those images be tagged (i.e. searching skeleton results in the library pulling images of a skeleton). I really enjoy the selection of these images from what I've seen as a learner…
-
Quiz Re-entry
Hi, I have noticed a cheating method student's use when the quizzes are ran under Lockdown browser. Let's say a student starts to write the quiz under lockdown browser. It's funny it also possible to do a quiz-re-entry to the same quiz, using the same login when the student is writing the exam. The student doesn't have to…
-
Preventing Session Closure in SCORM Until Course Completion
Hi everyone, I’m currently working on a SCORM course integration and am facing an issue with properly managing session closure. Here’s the situation: I’ve implemented a mechanism that sends an Terminate message if the course is idle for too long. This successfully saves the session, but the user is then forced to close the…
-
About GET & POST of dropbox feedback
I could successfully use GET /d2l/api/le/(version)/(orgUnitId)/dropbox/folders/(folderId)/feedback/(entityType)/(entityId) to retrieve the evaluation of a user's assignment, but for the updating of the evaluation, I've tried to use the post version of the same api but seems the RubricAssessmentsin the post body is not…
-
Failed to process deep linking response
Hi all, I am a developer of a LTI tool provider. I have created a new external learning tool with LTI 1.3 and used the tool to launch our tool, but when I send a deep linking response back to Brightspace, I get an error saying the JWT is invalid. I have checked the LTI 1.3 spec again and I can confirm the JWT has all the…
-
How to Dynamically Pull the UserID of the Logged-In User
I have created a widget that pulls data for the logged-in user such as course progress but the widget will display unique data depending on what student is logged in. I am trying to dynamically pull the user_id of the student logged in viewing the widget but I am getting stuck on what the current variable is for the User…
-
Does the Differential data differ from the Data Export api endpoint, for Content User Progress?
Differential Data: https://<subdomain>.brightspace.com/d2l/datahub/dataexport/list/dataset/<dataset-uuid> Data Export endpoing: Specifically, I'm seeing User+Content Topic ID pairs in the Differential data for a given day, that does not exist in the data provided by the API.
-
APIs to get submissions for an assignment & evaluate
Are there APIs available for a instructor to get all the submissions for an assignment and evaluate the submissions?
-
How to place a personalized component in homepage without affecting the layout?
Greetings! I'm designing a personalized course in brightspace for my college which must be a 'Gamified route'. Currently I have thought of everything I want in the gamified route, however, I am having problems when building custom components, because when creating them with HTML, JavaScript and CSS and placing them in,…
-
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…