-
Request for Brightspace LTI 1.3 Dev Environment Access
Hi, we're also looking for a dev environment to develop/test an LTI 1.3 tool against. Would it be possible to access a sandboxed dev environment somehow? For other vendors, we've been able to find pre-configured images on the AWS marketplace, but haven't been able to find any such images specifically for Brightspace. I had…
-
eText deeplink creation gives an error
We have recently implemented to create deeplink for ebook and when adding the links of the ebook, D2L gives an error. It is working properly for assignment deeplinks. (LTI 1.3) Assignment Deeplink Creation - Success Scenario id_token:…
-
Exporting class progress
Hi, I have a someone who is an admin in a specific course, as they need to be able to manage just that course, see who has enrolled and each individual's completion status. I can see the class progress page has all the information they need, however I can't seem to export it. They want to be able to run a report monthly to…
-
Feedback
I was wondering if it was possible to show the feedback for a question as soon as the user submits it? Not once the whole quiz is submitted, I want the feedback to show after each question. Is it possible?
-
Release conditions on awards
Kia ora, We had two release conditions for our award. We removed one, hoping that the date would change. For example, we initaly had two release conditions. One being completing the assessment and the other being completing the evaluation survey. We noticed that although some oparticapnts completed the assessment and…
-
Is there standard HTML classes for use when wanting a custom widget to produce a dialog
We would like to utilise a popup/dialog within a custom widget and rather than importing external styles/libraries. we would like to utilise the system standard ones so our widget follows the system and future upgrades. Is there any documention on what the standard dialog HTML classes are and can they be provided?
-
New LTI tool registration issues - Launch back to platform
Hello, We have been working on the creation of a new LTI tool for our product and we are currently testing our LTI compliant endpoints with our Brightspace demo instance. So far we have succeded in registering (using Standard Registration) the tool with its keyset URL and are able to create External Tool Links and add them…
-
News Post api says Forbidden
Hi i am trying to create the announcement/news in d2l but it throws 403 in postman It was working two days back API used : ${host}/d2l/api/le/1.61/${orgId}/news/ Could some one help me with this
-
what is the userId of DevCoPStudent
for GET /d2l/api/lp/(version)/users/(userId)
-
Can you change camera setting for video note?
When I go to a video note, my camera view is being overode by an application that has been deleted from my Mac Is there a way to nudge the camera view to another camers in my Mac? Thanks, karl
-
What is the minimum bandwidth requirement to access Brightspace and have it function optimally?
I am curious as we are looking to go exclusively online with our exams and we do have some locations that will be remote with Wifi access mininmal.
-
Is it possible to filter enrollments by term?
I'm using this code and works great to pull courses with an End Date, but the problem is, its pulling all courses no matter what semester it is. We do not remove instructors from past courses so to accomplish what I would like is to filter the api call to pull only the current semester. I think I have this wrong - const…
-
Non-user authentication for quiz APIs?
Hello, We'd like to use an API to pull information about available quizzes, for the purposes of an administrator being able to set up tool configuration for existing quizzes. I see that this API exists: /d2l/api/le/(version)/(orgUnitId)/quizzes/(quizId) However, the only client-credentials flow I see available is for LTI…
-
UML diagram of Valence API
Does anyone have an UML diagram of the D2L valence API ( ? 🙏 BR Arnold
-
Quiz description not visible to learners
I am experiencing a new issue where the quiz description exists and is visible to the course manager and Staff, but when impersonating a student the description is not visible. The quiz itself is visible. I have tried removing the description, saving, adding it back, saving again, which did not help. Students are in the…
-
Create Grade Object - API Grade.GradeObject
Hello, I'm trying to use this request "/d2l/api/le/1.61/{ORGUNITID}/grades/" to create a new grade object using this JSON: { "MaxPoints": 100, "CanExceedMaxPoints": false, "IsBonus": false, "ExcludeFromFinalGradeCalculation": false, "GradeSchemeId": null, "Name": "Task1", "ShortName": "Tsk1", "GradeType": "Numeric",…
-
API calls to Dropbox - file naming
We're working with the API calls to gather student submissions. The goal is to automate the collection of signature assignments for over 220 courses. Using GET /d2l/api/le/(version)/(orgUnitId)/dropbox/folders/(folderId)/submissions/(userId)/download we noticed that the zip file doesn't follow the naming convention set in…
-
How to update pronouns
Hello We want to update users' pronouns and disable users' ability to update through BrightSpace. Pronouns data will feed from another system, I can see system Pronouns can be set when creating a user through API, but I couldn't find a way to update pronouns for existing users. If updating system pronouns isn't possible,…
-
Adding Course Content through API calls
I'm following the https://community.d2l.com/brightspace/kb/articles/1529-adding-course-content using Postman. I've followed most of the tutorials on the site with success with this one exception. When I run the API call, according to the directions, I get a { Errors: [ {Message: "Insufficient scope to call API.Required:…
-
I think quiz results (what the correct answers were etc) should be available through grades
Learners can view assignment results (i.e. rubric details) from either Assignments or grades. But they can ONLY view quiz results (correct answers) through Quizzes NOT grades. I think they should be able to view those results also through grades.