-
Change the displayed Date on a certificate.
Hello , Please is there a way to change the date format on a certificate. Example: i would like to change this date Thursday April 4, 2024 to April 4, 2024. Thanks
-
Data Hub's APIs- Retrieve a Data Set Extract File
https://community.d2l.com/brightspace/kb/articles/1130-how-to-get-started-with-data-hubs-apis-brightspace-data-sets Hi all, Im trying to retrieve a data set extract file fro Data Hub API. Im stuck at this part. I tried on https://apitesttool.desire2learnvalence.com/it didnt work. The error is Unknown error occurred (HTTP…
-
DataSetId and Filter spec/definition resource
Hi All, I have just started working with Brightspace and I am running into a bit of an issue. I want to call the following endpoint /d2l/api/lp/(version)/dataExport/create the object it expects requires a DataSetId and Filters (I assume specific to each data set) Where is a list of these DataSetIds and filters. I have been…
-
Can I integrate an additional feature inside D2L to import student grades from an outside source?
I want to create/integrate a feature, e.g., a new Activity, that would allow me to import students' grades from an outside source like GitHub or GitHub Classroom. Is there any API I can use for that?
-
Can you use the Brightspace API to add a Survey to a Topic Item?
You can use this call to update topic items. The json parameters you send in the post has a url parameter that is supposed to point to the Survey. However, when retrieving the survey, the SurveyReadData does not contain a url parameter. Is it possible to create a topic item that has a link to a survey? Thanks.
-
Upload File Access to the Media Library via API
Is there API access to upload files to a users Media Library? I can't find reference to it specifically but perhaps it's something that's been documented elsewhere. Thanks for any assistance you can provide: https://docs.valence.desire2learn.com/basic/fileupload.html
-
Retrieve list of links in a topic and update it using API
Is it possible to retrieve all the links existed in the topics/units and update it using API?
-
intelligent agent attachment
Hello, I was able to generate a certificate with the participant s full name from the course Award, but i would like to add it to the intelligent agent. the intelligent agent, sends an email with the certificate in the email attachment but the certificate does not include the user s name, how could i change the settings to…
-
How to get subsequent evaluation for an already evaluated student?
I use Brightspace as a facilitator / teacher. I'm making a browser extension for myself that automatically find any student assignment submissions that isn't evaluated. For my first version I used the following endpoint: GET /d2l/api/le/(version)/(orgUnitId)/dropbox/folders/ The data it returns contains 2 relevant fields:…
-
Is it possible to set the display options for a Grade Category using the API
We want to create Grade Categories and Grade items using the API and I was wondering if it is possible to set the Display options (see picture) using the API. Creating Grade Categories and Grade Items work perfect but I can't find how I can set the display options so I can hide the calculated total score for the Grade…
-
oAuth - how to get user's ExternalEmail
A customer of ours has asked us to build an oAuth Login option into our product from their Brightspace platform. We have the oAuth wired up, and I can use the oAuth code to call /users/whoami but this only gives me the user's Brightspace id (Identifier) - I need to get the user's ExternalEmail which I don't appear to be…
-
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?
-
SSO Integration D2L
Hello, I need to integrate with the D2L platform into our system called CERBRUM, but I am encountering some difficulties. Whenever I fill in the necessary parameters for the API request, even though they are theoretically correct, I receive the code 403 (Forbidden), as a response to the request. I believe that one of the…
-
How do you use the Brightspace API to associate a grade item with a topic in a course?
Using the Brightspace Valence API :https://docs.valence.desire2learn.com/reference.html I am creating a grade item with this call: https://docs.valence.desire2learn.com/res/grade.html#post--d2l-api-le-(version)-(orgUnitId)-grades- But I don't see how I can then associate this new grade item with content in a Course. I can…
-
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…
-
LTI Iframe copy-paste rights
When using LTI in the content of a course there is an iframe being used to embed the LTI-tool. This iframe gets the following permissions in the allow-attribute: "camera *; microphone *; display-capture *; encrypted-media *; fullscreen *; autoplay *;" I'm missing the permissions to access the clipboard: clipboard-read…
-
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…
-
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…
-
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…