-
Can we purge a dataset by selecting Semester(Spring/Summer/Fall)?
Would it be possible to purge the dataset by semester? What would be the detailed procedure for it?
-
Creating user via API issue
I am using our LMS to create users via the Brightspace API, logged in as Super Admin. I can create LEARNER users (RoleID: 438) without issue, but when I try to create a PARENT-GUARDIAN user (RoleID: 443), I get a 403 Not Authorized error. I've used a number of API functions: course creation, course copy, org structure, and…
-
Globally enabling HTML Templates throughout an instance
What would be the best way to enable HTML templates globally throughout an entire instance? Is there a bulk upload tool to upload into multiple course sites? Also, is there a config variable browser that needs to be set and if so, how? (We currently have 8 branches. If I set this at the branch level as in the screen shot…
-
Script isn't executed in Brightspace LMS
I use a script to automatically add the MIME type of files, which users can download with a download link. However, the scripts works perfectly locally, but in the Brightspace LMS environment the script isn't executed. This might be due to a variety of reasons. For example, conflicting JavaScript or code, restricted…
-
Is it possible to erase all the content and files from an OrgUnit in the Recycle Bin?
I looked into the API documentation and didn't find a way to erase files and the content of an OrgUnit in the recycle bin. Can someone help me?
-
LTI 1.3 Score POST Fails "User in requested score does not exist"
I have a tool that integrates with D2L via LTI 1.3. While the LTI "Launch" flow works perfectly, I'm running into an issue when trying to post scores to the Line Item where the launch originated from. Assignments and Grade Services is enabled in the external tool settings (in D2L). I've constructed the URL and request body…
-
Setting Due Dates on Assignment using API?
I'm trying to use API to programmatically set the due date fields on an assignment from an external application. I've searched the API reference and haven't been able to find anything related to assignments or due dates. Has anyone had this issue and been able to find API to solve this? Thanks!
-
Integrations? D2L Standard CSV, Valence API, which others?
In the documentation of D2L Standard CSV 2.0/2.1 it says "D2L Standard CSV is one of the many information system integration options that are commonly used by D2L clients". Other than the D2L Standard CSV in different versions, and the Valence API, which other integrations are available for integration of course templates,…
-
Error 403 when creating a new user via API request
Hi, I'm trying to create a new user using a Postman request, but I'm getting error 403 (Forbidden). I already tested the whoami request and was successful (status 200); my username has all the credentials to create a user, and I'm using the scope "core:: user::" when creating the token. Is there something I am missing? I…
-
login Brightspace site at server side
how to login a brightspace site at server side? I have a need to login a brightspace site, ie, https://online.canadianbusinesscollege.com/d2l/home at server side with a known credential to get a token which can be used at browser to open a brightspace site link
-
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…
-
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?