-
API Use to upload Common Cartridge, convert, create offering
Is it possible to use the valence API to upload a Common Cartridge ZIP, convert it, then create a course offering from that?
-
Is there a way to integrate with Salesforce?
Prospective students fill out an RFI form on the website and then are redirected to choose a course and pay at that time if they would like via course merchant. Since the information from the RFI form goes directly to Salesforce as a new lead, we would like to be notified somehow if that student went ahead and purchased at…
-
Which formative assessment tool do you find easiest to use and/or most user friendly?
Hello Community, I currently am building my first Brightspace course. I am striving for it to be interactive and user friendly. I was wondering if anyone has an opinion on which tools are the most user friendly among the following: surveys, polls and/or discussion boards? Our school also is looking into having Padlet as an…
-
Is it possible to make multi-part arithmetic quiz questions?
This is a huge need - it creates a great deal of frustration in my class when students have to re-calculate something they have already done with new numbers to answer the next part of a multi-part question. Also it would be great if arithmetic question set up included a math editor! Thank you!
-
Update Org Defined ID in bulk
Hi, Is there a way to update the Org Defined ID in bulk? Thank you, Mariana
-
What is the scope used for GET /d2l/api/le/(version)/(orgUnitId)/dropbox/folders/
I did not see Oauth2 Scopes for /dropbox/folders api at And when I tried to call the api, I got { Errors: [ {Message: "Insufficient scope to call API.Required: core:*:*"} ] } When I add `core:*:*"` to my Oauth2 scopes, it worked. My question is: is this intended behavior? IMO it seems too much permission we need to give…
-
Accessing Group Data
Hi, I teach a large class (over 300) wherein I give group assignments (4-5 students/group). Thus there are 60+ groups. I need to access the files in group lockers frequently to monitor progress of each group. Opening each group locker, and downloading the files manually is painfully time consuming. More importantly, it is…
-
Make <detail> <summary> elements editable within Brightspace Editor
The HTML templates contain Bootstrap accordion elements. Nowadays, one can create such accordions with multiple <details> elements. More info on the webdev page: These <details> elements are now native to (almost) all browsers. I can create accordion-like behaviour (both exclusive and inclusive) using the <details>…
-
Forced pauses
Hello, I am developing a course that involves a lot of self reflection. My development team would like the learner to have forced pauses in their learning where they take time to reflect and integrate their learning into practice between key learning points in the course. For example. Between Modules 1 and 2, and again…
-
Unenrolling Users After Certificate Completion
Hello, Brightspace Community, I’m looking for a way to automatically unenroll a user from a course 30 days after they receive their certificate. I understand that there is an option to unenroll users based on course activity or login activity through an intelligent agent, but I haven’t found a way to trigger unenrollment…
-
Ability to pull User Progress via API
How can I pull user Progress via the API? When I try yo use GET /d2l/api/le/(version)/(orgUnitId)/content/userprogress/, I get a 404 back. Regarding , 'Finally, note that the back-end service may not have all the Brightspace functionality enabled to provide access to all the APIs contained in this API reference…
-
Is it possible to set the active navbar through an API call?
We're moving towards a standard navbar for all courses after years of not enforcing one. We have maybe 40% of courses using a custom navbar and will be removing the permission to update navbars soon. I'd like to be able to make an API call to set the Active Navbar for all OUs this semester, but I haven't seen anything in…
-
Help Needed: LTI 1.3
I'm new to LTI, so I've decided to create a small application to learn more about it. However, every time I make a call to the authenticate end-point, I receive a 404 error. This is the endpoint I'm calling from the LTI tool. public IActionResult Login([FromForm] string iss, [FromForm] string login_hint, [FromForm] string…
-
403 Forbidden When Accessing Grades Endpoints via API
Hello everyone! I’m new here and working on an integration to fetch grades through the Brightspace API. I have a service account with a custom role (cloned from the standard service account role) where I granted the permission “See user grade values (API Only).” My registered application is requesting the scopes core:*:*…
-
Grades API forbidden
hi..i'm tryin to fetch grades of a particular student using this url "{{domain}}/d2l/api/le/{{versionG}}/{{oid}}/grades/values/{{userId}}/ " , but its giving me a 403 which is forbidden, can anyone help me with it…. thank you.
-
True custom styling
Please ignore my previous questions! This stuff is messing with my styles. How do I edit these? app.css, and the inline styles
-
Do we have APIs to create new rubric and add rubric to assignment?
I did not find the api to create new rubric at https://docs.valence.desire2learn.com/res/assessment.html
-
Peer Feedback Tool
Hi, Is there anyone who knows how we can activate "Peer Feedback" in Brightspace. I mean is there any specific feature or tool for this purpose in Brightspace? I'm not looking for some descriptive methods of peer feedback in Discussions or Groups. Thanks.
-
jQuery issues with Widgets
Hello community, My team and I have a custom widget that was working properly until last week. After trial and error my coworker found that updating the jQuery link version(1.11.3) to (2.2.4). Once updated, the widget started working again. I would like to ask if someone has had similar experiences, do you have a jQuery…
-
Exporting Course information using API
I have had success exporting "grades" information using the API but so far have not been able to export course information. I have looked through the API documentation I can find and put together a GET string similar to what I use for grades that I thought should pull course information for a single course but it returns a…