-
Integrations with Unity or Unreal?
Hi, I am wondering if there are known/possible integrations for Brightspace with VR or AR apps? Thanks!
-
Is there a way to flag a grade item to display in the Calendar via the LTI I.3 lineitem service?
I have someone asking about their grade items from external tools not showing in the Calendar or Assignment list. I was wondering if there is a custom parameter in the lineitem service that will flag a grade item to be displayed on the calendar with the startDateTime and endDateTime? If not, do you have any recommended on…
-
Embedding Twitter Likes
Hi everyone, Once upon a time, I created a widget that would share my Twitter likes to the course homepage. I used some code from publish.twitter.com. About a year ago, Twitter discontinued the availability of this feature. Has anyone figured out a workaround? Thanks, Tom
-
Service-to-service authentication?
We want to automate some processes using the Brightspace API, without the need for a human to log in (because the automation process will be running on a server). Does Brightspace have a process for service-to-service (S2S) authentication? To reiterate, we need to integrate with Brightspace's API without user interaction,…
-
LTI 1.3 Access Token 400 error
I've been doing some testing with our LTI 1.3 Tool using Brightspace as a platform and have been running into a 400 error when attempting to get an access token. The error message returned is "Client is not authorized to set a \u0027nonce\u0027 claim". I do see that we are including a nonce claim in our JWT that we pass to…
-
Real time feedback on quizzes
Does anybody know if there's a quiz setting that would give a student feedback each time they answer a question instead of all at the end?
-
Is there a way I can limit a student from downloading a submitted file into an assignment?
Right now a student can submit an exam or test that was done in a restricted (classroom) environment and they can leave the room and can later download the submitted assignment before I have a chance to hide the folder from users.
-
Put Grades Error
Hello, I am trying to answer this question: Will assigning a passing grade also show the exam as completed in Brightspace? I am trying to put a grade with the api but I keep getting this error "Comments and PrivateComments are mandatory" This is my payload: { "GradeObjectType": 1, "PointsNumerator": 99, "Comments": "Great…
-
Best way to build a quiz: Preserve quiz section text within a question pool?
My quiz is structured around a number of cases: the test-taker must read a paragraph for the necessary context to answer a set of questions (multiple choice). I understand this can be done by creating Sections and inserting the case text in the Section. However, I also need to use the Question Pool function, meaning that…
-
How to overwrite file when updating topic file
Our course team has a custom app that generates pages from template files and then creates corresponding modules and topics within a course in D2L. This is great for new courses we launch as course designers can play around with the structure of the course in the place we track video and other page information. A new…