-
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 https://www.integrityadvocate.com/blog/integrity-of-online-learning-eroded-by-gbt-empowered-lms-plugins At my organization, we do not use Integrity Advocate but we do use proctored exams using D2L's quiz tool. What…
-
need to add code
for adding ReadSpeaker
-
Is it possible to use the Brightspace API to create a Learning Path
-
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.
-
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?
-
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.
-
Homepage setup
-
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…
-
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…
-
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.
-
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!
-
Embedding Twitter Likes
Hi everyone, Once upon a time, I created a widget that would share my Twitter likes to the course homepage. I used some code from publish.twitter.com. About a year ago, Twitter discontinued the availability of this feature. Has anyone figured out a workaround? Thanks, Tom
-
Real time feedback on quizzes
Does anybody know if there's a quiz setting that would give a student feedback each time they answer a question instead of all at the end?
-
Is there a way I can limit a student from downloading a submitted file into an assignment?
Right now a student can submit an exam or test that was done in a restricted (classroom) environment and they can leave the room and can later download the submitted assignment before I have a chance to hide the folder from users.
-
Best way to build a quiz: Preserve quiz section text within a question pool?
My quiz is structured around a number of cases: the test-taker must read a paragraph for the necessary context to answer a set of questions (multiple choice). I understand this can be done by creating Sections and inserting the case text in the Section. However, I also need to use the Question Pool function, meaning that…
-
Retrieve user's enrolled courses after they logged into OAuth2.0 and got access token
I'm still not sure how to use that retrieve what courses the student is enrolled in. The goal is, the student clicks on the webapp, it redirects for OAuth and after that the backend gets an access token. What I want is after this step, is to check what courses the user is in. I was looking through the documentation and I…
-
File upload using new Course Files APIs
Hi, I saw the release of the new Course Files APIs that allow users to upload files to a course offering and am excited to try them out! In particular, I am attempting to upload a file to a course, first with the /upload API followed by the /save API. I have successfully received the expected 308 response from /upload, but…
-
Error:"Missing \"grant_type\" parameter" when I send a post request to Token Endpoint OAuth2.0
I'm trying to connect my webapp on brightspace page and use OAuth2.0 however my program keeps breaking at the token step. I get this error saying I'm missing grant_type even though I believe it is specified. I tried using Postman to check and got same issue. Here is my python code: token_params = { 'grant_type':…