-
Help with uploading photo image to course offering via API
Hi, I'm trying to upload an image (photo jpg) to a course offering. I'm using the API listed here: And I'm trying to follow the instructions for a "simple" upload here: But obviously I'm doing something wrong. I'm sending this in the body (as a postfield): CURLOPT_POSTFIELDS => array( '--xxBOUNDARYxx Content-Disposition:…
-
How to stop new users getting "Password Reset" email via API
Using route: /d2l/api/lp/1.35/users/ with "SendCreationEmail" option set to false. Users do not get a "Welcome to brightspace" email, but they do get a password reset email. Very confusing when they just get a password reset email. How do I stop the password reset email. I do not want ANY emails, users get notified of…
-
LDAP Proxy
Has anyone successfully set up an OpenLDAP proxy for Brightspace? If so, please let me know. I am having issues with my configuration. Thanks.
-
Protection Against GPT empowered LMS Plugins
Just reading Integrity Advocate's alarming article on the speed at which GPT LMS Plugins are being created At my organization, we do not use Integrity Advocate but we do use proctored exams using D2L's quiz tool. What protection is D2L incorporating to ensure that exams and quizzes are not compromised?
-
need to add code
for adding ReadSpeaker
-
Is it possible to use the Brightspace API to create a Learning Path
-
LTI 1.3 Access Token 400 error
I've been doing some testing with our LTI 1.3 Tool using Brightspace as a platform and have been running into a 400 error when attempting to get an access token. The error message returned is "Client is not authorized to set a \u0027nonce\u0027 claim". I do see that we are including a nonce claim in our JWT that we pass to…
-
I am going to access D2L Rest APIs to get data. Is there a rest endpoint to generate access token
I am going to access D2L Rest APIs to get data. Is there a rest endpoint (POST Endpoint) to generate access token rather it goes through user flow.
-
Quiz APIs
I am looking to create a summary web page for certain quizzes. I would like to be able to get the data from the quiz attempt of the logged in user and then display it in a format I decide. I have a good understanding of general programming but not done anything with APIs before and struggling to make sense of the…
-
Bulk Delete Tool for content removal (not course delete)
We are in need of a bulk delete tool to remove all content and re-use the shell. Does D2L have such tool? If not, is there one coming?
-
Grades changes; how to tell if there are new grades added or modified?
When grades are added or adjusted in D2L, is there any way to extract this information so that I can feed it back to my Student Information System? Any APIs in particular that would help? Thank you.
-
Merging Accounts
Hi, From what I have read so far there seems to be no way of merging accounts in Brightspace (let me know if I am wrong). This is just a basic feature in most LMSes. There needs to be a way to merge accounts and transfer learning history between accounts.
-
Update paging options in quizzes to 1 question per page
Hello, I am trying to change this value programmatically in all my courses for all the quizzes always to show 1 question per page. I am checking the documentation here https://docs.valence.desire2learn.com/res/quiz.html for quizzes, but I don't see anything related to it. Is there a way I can do this? I can't even see…
-
Homepage setup
-
looking for some information on how to get started with D2L integrations
I'm aware that I need someone internal to my organization to approve the application and give me the Key pairs, however I'm just curious on a few things like what the main difference is between the ID-Key authentication versus the 0Auth 2.0. I'm looking to build a discord bot to automatically post the due dates for the…
-
What is the cause of an empty resource_link_id
Hi all, We're configuring a new server integration and when I try to embed our content I'm noticing the resource_link_id field is empty. Would anybody have an idea of what would cause this. Apologies, my knowledge of D2L isn't great, so please ask if there are more details I should provide :smile: Thanks
-
Integrations with Unity or Unreal?
Hi, I am wondering if there are known/possible integrations for Brightspace with VR or AR apps? Thanks!
-
Guide, tutorial or first steps to use the Brightspace API?
Greetings to all I am part of a university that has started to use Brightspace, something that interests us is data analytics with Power Bi using the Brightspace API, but we have no idea where to start. Do you know any guide, first steps or tutorial to start creating the Brightspace API connection with Power Bi? We…
-
Sample payload for Put Grade
Hello, I am doing a to /d2l/api/le/(version)/(orgUnitId)/grades/(gradeObjectId)/values/(userId) and I get this result { "PointsNumerator": 2.000000000, "PointsDenominator": 100.000000000, "WeightedNumerator": null, "WeightedDenominator": null, "GradeObjectIdentifier": "468", "GradeObjectName": "Yoga Exam",…
-
Groups tool auto allocation
I have setup groups of maximum X users (4) and assigned an auto enrollment after a certian date). I ended up having more students than available groups, and MyLO decided to insert more people into the groups than originially setup (i.e. 5/4 members were allocated). I am asking this question here as a bug/feature request…