-
ActivityId is null for Discussions and Assignments, but is populated for Quizzes
What is the process or configuration that results in an ActivityId being null? I manage a tool that allows an institution to design a course and export it to D2L Brightspace. In order to do this we rely on forming urls like this one:…
-
Error in fetch https://nyuwh.brightspace.com:443/d2l/api/lp/1.5/28986/sections/settings/
the API is issue error without any explanation. what error could it be. running other API is successful
-
Regarding course completion
How I can get the course completion status(completed,in-progress, not started) for user vai rest apis of D2l ? similarly for items of course and modules
-
Bug - Gradebook giving incorrect grades for Quizzes?
Something has gone weird with my gradebook in which multiple students are receiving the same incorrect grade regardless of result. My quizzes are set to be 20 questions worth 100 points total, and Brightspace is giving 10% to all attempts regardless of how the student actually did (I included examples where three students…
-
Error Getting API OAuth2 Token
Hello, I am suddenly not able to generate an OAuth2 Token using Postman for the D2L Brightspace Datahub API. The login popup is constantly redirecting to an Unsupported Browser page with the message: "Sorry, but Apple Safari version 0 is no longer supported. Older browsers are slower, less secure, and don't support our…
-
Course Progress Tool
Hello Wonderful Community! Does anyone know if there is a way to add Course Progress for participants to view as they progress through a course? I know that us as administrators can view Course Progress for the Classlist, but wondering if there is a homepage widget or anything that can be added for participants to view…
-
Acknowledgement Quizzes
Hello Community! Our Learning & Development Specialists would like to add an acknowledgement question to each unit in a newly developed course, something along the lines of "I acknowledge I have completed the content in this unit and understand how it applies to my role as a team member". I have created a quiz for this…
-
How to download or have the path of the files uploaded in an task?
Hello team! I hope you're having a good day. Do you know if its posible to have de path of the files that were uploaded in a task using APIs? I want to visualize the documents that the students enrolled in a course uploaded in an specific task/questionnaire. which endpoint do I have to use with GET to have the path? Thank…
-
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,…
-
API Token
Hii everyone, I need information regarding API refresh tokens. Is there any way I can generate a permanent token that does not have an expiration?
-
Can I have API account working on devcop.brightspace.com?
Hi D2L Community! I do not have access to any D2L instance to develop applications with D2L API. So, I was wondering if it is possible to get API account for devcop.brightspace.com to test my application, I used "DevCoPStudent" account. However, it does not work as expected. Please let me know if there are any accounts…
-
How to create a file topic using the API
Because we want to create part of our course content using information from the application where we develop our modules I am trying to figure out how to create a file topic. I do this using Postman but sofar all I get is a 400 error (bad request). Updating an existing file topic by uploading a new file (PUT) works fine…
-
Resetting SCORM progress
I'm curious if anyone has found a solution to maintain SCORM progress. Currently, when a learner completes a SCORM package and sees 100% progress on their dashboard, if they later revisit the topic, the system resets their progress to 0%. This situation is incredibly frustrating and confusing for learners, as they believe…
-
Devcop.brightspace.com
Hi. I'm quickly testing something out and need help accessing the devcop.brightspace.com page as an admin. Can someone please message me back with the password for the user DevCoPAdmin? I would greatly appreciate it. Thank you!
-
Text color not saving/defaulting to another color
Hello wonderful community! I'm experiencing a weird issue where I can't save my font color in black and it defaults to a slightly lighter color. I tried changing it to a completely different color, red, and it saved. When I select "Black #000000 - 0%" and save, it defaults to "Dark Gray 4 #202122 - 12%" and I can't figure…
-
¿Necesito poder obtener el Id (Identificador)?
Es necesario poder obtener el Id (Identificador) suministrando el código y/o el nombre del curso. ¿Cuáles son los puntos finales que debemos utilizar y cómo lograrlo?
-
Help Needed: LTI 1.3 Deep Linking Response
I'm integrating an LTI 1.3 tool with Brightspace and need help with the deep linking response. The authentication works for both basic launch and deep link request, but the deep link response fails when adding content. Issue After the deep link form submis, I see the following error in the LMS: "An error occurred. Please…
-
Help with Postman and API connection
Note: This thread references the Learning Postman with Paul course article, which has been deprecated and is no longer available in the Learning Center. 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…
-
API Refresh token URL
Hii… Everyone is there any API refresh Token URL Available?
-
Getting the content of the html using Brightspace API
Dear Community, I am working with the Brightspace API and using the following call to get the structure of the course content: {{BrightspaceDomain}}/d2l/api/le/{{leversion}}/{{OrgUnitId}}/content/root/ In the description of the modules, from the HTML, I can extract information about whether the module contains an image,…