-
Using API to Create, Edit and Delete for Intelligent Agent tool
Hi, Anyone has any experience on using API to do the CRUD actions for Intelligent Agent tool?
-
CSS Technical Question: Creator+ and Code blocks
I am trying to track down the source of a bug where the line numbers get smushed when you put a code element inside a Click and Reveal. I'll attach two images. The "Edit" view where the line numbers appear correctly, and the "Live" view where the line numbers get overlayed on top each other on line 1. Any ideas on how to…
-
OAuth 2.0 Client Credentials Flow Support for Brightspace (M2M)
Is there any support for OAuth 2.0 flows other than Authorization Code Grant (preferably Client Credentials flow)? I'm needing support for fully headless automation, and the need for a user to log in with a browser in order to get an initial authorization code doesn't make sense for a fully automated environment. Private…
-
How do you use the Brightspace API to associate a grade item with a topic in a course?
Using the Brightspace Valence API : I am creating a grade item with this call: But I don't see how I can then associate this new grade item with content in a Course. I can retrieve a topic within a course and see it's ContentObject JSON block: This ContentObject JSON block has a "GradeItemId": But there is no way to set…
-
Can we allo for multiple pieces of evidence to download at one time?
My student write in a journal every day and after a month or so, i take pictures or 7 or 8 writing samples for the students' portfolios. I would like a way to upload them all at once to the portfolio app. We use the hub as staff and I love brightspace but not having this option is a barrier for myself and others in terms…
-
How can I find old articles?
I'm trying to find an old article with the following title: NSSE-Survey-Custom-Widget-Recipe Can anyone locate this?
-
Can you please guide me to integration D2L Integration for course outcome.
Hi @Team, Can you please help me to integration D2L Course Outcome integration. I am integrating D2L with our product. Please help me as soon as possible.
-
Brightspace API to check if a page is in Edit mode
Hi there, I was just wondering if one can leverage the Brightspace API or some other way to check if a page (content page) is in edit mode. If so I can use some JavaScript to add a class to the <body> which temporarily disables SAL animations. I use SAL (Scroll Animation Library) and elements that bear data-sal attributes…
-
Unity App to submit xAPI data not LMS hosted.
Hi there. I work for a studio and we are invastigating building a Unity Game that submits xAPI data back to a D2L LMS. The intention is not to host the application on an LMS, but instead to have it run localy on people's machines, so authentication would need to be managed via API requests. Is this something that is…
-
Pulse - videos
Is there a plan to allow videos to play from within Pulse? In fully online courses, students often use mobiles to watch video as they commute or at other times when their personal computer may not available to them. Would like to know what development plans are in store for Pulse.
-
Regarding Access Token With OAuth in c# console application
Hello Team, I tried to get access to Token in my c# console application but got an error like the below An error occurred while generating token: Status Code: 400 Response: {"error":"invalid_request","error_description":"Missing \u0022client_assertion\u0022 parameter"} Failed to obtain access token. Can anyone suggest me…
-
Is there a way to test brightspace api with a sandbox?
Hi, Is it possible to try out some brightspace api without a production account. Thanks!
-
Students' Survey/Quiz Responses
Is there any way of accessing the students' survey or quiz responses using the API? So far I can only access metadata around their attempt (e.g. when they took a quiz, the grade, how long it took).
-
I would like to know if my students have accessed their feedback.
I would like to know if my students have accessed their feedback. Depending on how students access feedback this may or may not be evident. How can I access this information? We have a Turnitin integration and again we cannot tell if students have access to this feedback. Does anyone have any idea of how to obtain this…
-
Quizzes
Hello, Can you set the default for Quizzes to first attempt at the organization level?
-
Error notification - "Do not ask again" - Please, and to who?
Hi Megan! Thanks for your reply re: my question. I perfectly understand why BSp would need to send this message to users. It makes perfect sense. What I am asking is the ability to turn it off if the browser I am using is working fine. To encounter the error message everytime I login, which can be at least a few times a…
-
How do I code a solution to query the Brightspace API?
I am trying to develop a programming solution to query the Brightspace API. The reason is because of incompatibilities with Informatica which is my only tool for integration at this time. I have tried scripts in both Python and Powershell. I need a refresh token. The following link shows how to obtain a refresh token. I…
-
Survey/quiz responses in the API
Is there any way of accessing students' quiz and survey responses in the API? So far I have only been able to access attempt metadata (e.g. when a student took the quiz, how long it took them).
-
When is D2L going to offer Spanish
Under Profile when is D2L going to be adding Spanish as a language. With the large (over 50% of our states having Spanish speaking populations, colleges want to meet their needs. This is an option that would be greatly used.
-
416 Error when initiating upload
I'm trying to initiate an upload by posting to: /d2l/api/lp/(version)/(orgUnitId)/managefiles/file/upload I'm including the required headers (with the actual token where the placeholder is): { 'Authorization': 'Bearer <TOKEN>', 'X-Upload-Content-Type': 'text/csv', 'X-Upload-Content-Length': '530', 'X-Upload-File-Name':…