-
Chapter names will not appear on videos, but chapter timestamps are
I am working in New Content. I have uploaded mp4 files to MyMedia, and then added Auto-generated captions and chapters to the videos. Once the captions were generated, I edited them. They show up in the video. I then edited the chapter timestamps and added names. The timestamps appear, but the names do not when I embed the…
-
How do you make the description of a check list visible to all users?
Hey all, I've created a check list, but every time I enter in learner view, or impersonate a learner, I can't seem to see the description I wrote for the check list, just the options. I've searched for a solution, but can't seem to see any settings option in our instance of D2L. Attached is a screen shot of what I see. The…
-
Can I use Postman with the old authentication method?
I know that Oauth2 is the way to go, but, for the time being, I need to verify APIs using the legacy version of authentication. I was hoping maybe I could hack Oauth1.0 to do that but I don't think it will work. Maybe someone knows of a way this can be done in a custom way.
-
Assignment Type
I created an assignment with text submission type, but can't change to "submit file" without affecting students who have already submitted and been graded. This is very problematic for me in a continuous online course. I'm scared to delete the assignment, but can't change "assignment type" to what it should have been. My…
-
Release conditions and formula grades
Hi everyone, wondering if you can help... I'm setting up a course which has multiple formula grades. Is it possible to use the formula grade as a release condition? I can't seem to use the condition 'Grade Value on a Grade Item' as it doesn't show me the option of the formula grade. In the past I have used a formula in…
-
Creating filtered graphs with insights portal
Hi, This might be a very unique question, but I've got a bunch of open ended survey results, where I've asked people what they'd like to see more of. Is there a way I can sort by key words in the graph, so the X axis is the key words, so for example, a key word could diabetes and the data that gets pulled, is number of…
-
Revisiting Storyline module changes to incomplete
Hello! I'm having an issue when users revisit completed Storyline modules. They are able to complete them initially just fine, and the next release trigger happens. However, if users revisit the module and do not complete it before exiting, the module shows as incomplete but the release trigger is still triggered. Any…
-
How to Enable Google Meet
I'm currently trying to create a Google Meet session on Brightspace, however I get the following error. I can't find documentation on how to set this up or troubleshoot this, would anyone be able to point me in the right direction?
-
Does anyone else need more data from the discussion board reports?
At present the data sets you can pull are: Discussion Posts Discussion Posts Read Status Discussion Topic User Scores Discussion Forums Discussion Topics This provide a top level overview they don't actually include what the discussion is about ie it just gives the title not the thread content. Are we the only ones who…
-
Quick Eval is showing the users that are not even learners or participants? Please fix ASAP. thanks
Quick Eval (maybe just the widget issue) is showing the users that are not even learners or participants in the course on assignments. This seems to be happening for all the assignments. Please get this fixed asap and advise. (Screenshots are attached)
-
Using the Valence REST API, how to search for course(s) by name or by semester name
I am new to this. I authorize using oAuth2 (PHP and cURL) and can query or update our D2L Brightspace data from our Student Information System. But is there an API function for : 1.Searching for a course(s) by name, ex. "Science"? I can only list ALL of courses. 2.Searching for a course(s) by semester name? Currently, I…
-
Remote plugin setup OAuth signature method not working
We are trying to add a new remote plugin, and find that even though we set the OAuth signature method to HMAC-SHA1, it ends up becoming HMAC-SHA256. Has anyone encountered this before or know why it is? Thanks.
-
get Forbidden statuscode on User Attributes api
{{BrightspaceDomain}}/d2l/api/lp/{{lpversion}}/attributes/users/ /d2l/api/lp/1.42/attributes/users/143002 With IdKey authenticaion, this api returns Fordidden Is there any configuration causing this issue?
-
Automating Google Workspace account updates
We're updating our workflow that allows students to do a self-service preferred name change. It includes the option to update the username/email as well. Our current IPSIS/ILP integration correctly updates the D2L details for the students, but if the student's gmail address is also updated, the D2L/Google Workspace link…
-
classlist paged could not get Username nor Email
{{BrightspaceDomain}}/d2l/api/le/{{leversion}}/6606/classlist/paged/ always return null on Username and Email, which seems to be a bug Those two fields do have data in{{BrightspaceDomain}}/d2l/api/lp/{{lpversion}}/users/ return
-
Looking for API calls for quiz results displays
I found myself in a situation where I need to update a whole mess of quiz result displays and I'm having trouble finding anything in the API that could help me. Specifically, I'm looking for something that would allow me to download and upload the text from the messages in each of the results display views of a particular…
-
Error/bug with deep linking 1.3 in Brightspace
I'm trying to test our LTI 1.3 integration. It works in other LMS systems, but not Brightspace, so it leads me to believe that there's either a bug in Brightspace, or that there's a setting I'm missing. When I get through the deep linking process, I get a generic message. Upon checking logs, it shows "Something went wrong…
-
Error: "type": "about:blank"
Hi, We are using the BrightSpace API in our app. Recently, we are getting the following error in updating a user's info. PUT /d2l/api/lp/(version)/users/(userId) body: { "OrgDefinedId": <string>, "FirstName": <string>, "MiddleName": null, "LastName": <string>, "ExternalEmail": null, "UserName": <string>, "Activation": {…
-
Update User Data Using API
I've been using this PUT request to update user information for years. On April 12 2022 it stop working and I am receiving the error: "Validation Error: The Org Defined ID is already assigned to a different user." I have found a hack fix where I change the Org Defined ID to 00000000.temp run the put request then run it…
-
to use wildcards in Query Parameters
Is it possible to use wildcards in the api query parameters, for example, I need to search by First and Last Names in this api, GET /d2l/api/lp/(version)/users/ Unfortunately, there is no such Query Parameters, but if I can search externalEmail with wildcards, it will help.