-
Forced pauses
Hello, I am developing a course that involves a lot of self reflection. My development team would like the learner to have forced pauses in their learning where they take time to reflect and integrate their learning into practice between key learning points in the course. For example. Between Modules 1 and 2, and again…
-
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…
-
How to access quiz answers "attempt details" from API?
I would like to see what users have answered to each question, so I can make a leaderboard. In one question they answer the name for the leaderboard. The page shows various ways of getting the number correct they have, but I can't see how to get the actual answers, or to see if which question a specific user got…
-
Ability to pull User Progress via API
How can I pull user Progress via the API? When I try yo use GET /d2l/api/le/(version)/(orgUnitId)/content/userprogress/, I get a 404 back. Regarding , 'Finally, note that the back-end service may not have all the Brightspace functionality enabled to provide access to all the APIs contained in this API reference…
-
Is it possible to set the active navbar through an API call?
We're moving towards a standard navbar for all courses after years of not enforcing one. We have maybe 40% of courses using a custom navbar and will be removing the permission to update navbars soon. I'd like to be able to make an API call to set the Active Navbar for all OUs this semester, but I haven't seen anything in…
-
May I use Brightspace as my LMS for my own web application?
Hello community. I'm trying to build an educative course for my university and I don't want to place it on Brightspace, I want to make it as external tool. There's a way I could use Brightspace as a bridge between Educaplay/Kahoot to my web application so I can save the results and update them on my own database? Thank you!
-
Student access to brightspace API
Hi, I want to create a project where users can extract their registered courses, but I do not know if the API allows that access to students or if it's even feasible. Is there any resource I can refer to to find out what API calls I, as a student, can make? Thank you, Manmilan
-
403 Forbidden When Accessing Grades Endpoints via API
Hello everyone! I’m new here and working on an integration to fetch grades through the Brightspace API. I have a service account with a custom role (cloned from the standard service account role) where I granted the permission “See user grade values (API Only).” My registered application is requesting the scopes core:*:*…
-
Grades API forbidden
hi..i'm tryin to fetch grades of a particular student using this url "{{domain}}/d2l/api/le/{{versionG}}/{{oid}}/grades/values/{{userId}}/ " , but its giving me a 403 which is forbidden, can anyone help me with it…. thank you.
-
JWKS url for OAuth access in Brightspace?
We are trying to verify the access token from OAuth. In order to do this, we need a "key identifier" (kid) from Brightspace, but we are not sure how to find it. There's one endpoint in our environment called: https://<instance>.brightspace.com/d2l/.well-known/jwks Here are a set of keys that can be used, but none of them…
-
Do we have APIs to create new rubric and add rubric to assignment?
I did not find the api to create new rubric at https://docs.valence.desire2learn.com/res/assessment.html
-
Accessing Group Data
Hi, I teach a large class (over 300) wherein I give group assignments (4-5 students/group). Thus there are 60+ groups. I need to access the files in group lockers frequently to monitor progress of each group. Opening each group locker, and downloading the files manually is painfully time consuming. More importantly, it is…
-
Exporting Course information using API
I have had success exporting "grades" information using the API but so far have not been able to export course information. I have looked through the API documentation I can find and put together a GET string similar to what I use for grades that I thought should pull course information for a single course but it returns a…
-
Is there an API call to to find all users with email not like *@institution.edu
I would like to find all "guest" users. Is there an API call to to find all users with email not like *@institution.edu
-
Unable to create a Postman Collection and connect it to Brightspace
I am tryingto create a Postman Collection and connect it to Brightspace. I followed theprocess mentioned in the documentation attached below. We are unable to createa token to establish the connection as it is giving us an error “Invalidredirect Uri:” below is the screenshot of the details mentioned in the…
-
Quiz Printer Widget Limitations
Has anyone else installed the new Quiz Printer Widget? We recently discovered two limitations that are not listed in the known issues. First, if you have more than 20 quizzes in the course, only the first 20 will appear in the widget. (This isn't too bad as instructors can re-order them to see the other quizzes, but it's…
-
WIdget Coding
Hi Team, I want to create a admin widget which allows for two files to be added and then compared to find the rows with changed data and then use APIs to update the user attributes in Brightspace. DOes anyone have anything like this built currently? Thanks Beck
-
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…
-
Dynamic Tool Registration
Hi There! I have a trouble while setting the Platform notification service and send institutional role while using the Api for dynamic registration . Can you please guide me for the payload for it
-
Getting Not Authorized error when creating user
I am getting "Not Authorized" error while creating user in D2l. Scope given: "core:*:* users:userdata:create" Any help appreciated