-
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
-
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…
-
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…
-
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.
-
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…
-
Error:"Missing \"grant_type\" parameter" when I send a post request to Token Endpoint OAuth2.0
I'm trying to connect my webapp on brightspace page and use OAuth2.0 however my program keeps breaking at the token step. I get this error saying I'm missing grant_type even though I believe it is specified. I tried using Postman to check and got same issue. Here is my python code: token_params = { 'grant_type':…
-
Retrieve user's enrolled courses after they logged into OAuth2.0 and got access token
I'm still not sure how to use that retrieve what courses the student is enrolled in. The goal is, the student clicks on the webapp, it redirects for OAuth and after that the backend gets an access token. What I want is after this step, is to check what courses the user is in. I was looking through the documentation and I…
-
Using API to get which courses is the student enrolled in
I have a small webapp that I want students from Brightspace LMS to use for their courses. The app is supposed to display different data based on each course the student is enrolled in. My idea of implementing that was to include the URL for the app in the course page, then when a student clicks it, it redirects them to the…
-
How to find and delete unused SCORM files
We have a large number of unused SCORM files on our platform (for various reasons, including when we would upload new versions of SCORM files before we knew we could upload a new version by overwriting the old one). When we upload the SCORMs, they aren't included in the course file folder. I can't find the actual folder…
-
Sections content management
How would I arrange sections of one course offering to have section dedicated discussions so discussion posts are only visible to other section members? How do I best align the settings on each discussion to only be available to one of ten sections?
-
Can Creator+ practices go through LOR?
We upload our HTML pages to the LOR to pull to multiple course offerings. We found that when we link to LOR HTML pages with practices, the practices show "Error Loading Practice."
-
I'm looking for how I can check whether a user is enrolled in a course or not using the API
Hey, Im new here. I working on a small webapp that I want to connect with Brightspace LMS. The LMS has many courses and the webapp should present something different depending on which course the student is enrolled in. Now my idea was to put the link to the webapp on the course page and then when a student clicks on it, I…
-
Login Issues with Single Sign on in D2L (two accounts)
Hello, I need help logging into D2L with my single sign-on username and password. When trying to access the site, it allows me to authenticate through the sign-in process up to the point of receiving a text message, but when I select stay logged in, it gives me an error message. See attached screenshot. I can authenticate…
-
Using a CI/CD from Github to Brightspace Content editor tool?
Hi, I'm using Github as version control for my topics design source code which is using bootstrap framework. Is it possible at all to to use a CI/CD to ensure that when I commit push to Github its automatically update my contents in Brightspace units?
-
Question about OAuth 2.0 authentication/authorization stage
Hiya, Just wondering if the client shell for OAuth 2.0 authentication linked in this article is appropriate for production use to obtain access tokens? Application: Or, would we have to develop our own workflow? Or use a library? I'm quite new to this, and so far I've been testing on a locally hosted server but I don't…
-
Merge accounts
Can we merge two accounts in Brightspace that have courses in each account for a user?
-
Developer Instance: Manage Extensibility item missed for Data Admin and I can't add LTI 1.3 Tool...
Developer Instance: Manage Extensibility item missed for Data Admin and I can't add LTI 1.3 Tool Provider to check my tool. Is it okay? It seems that DevCoPDataAdmin has no permissions to do that. Maybe there is some other way how I can add my LTI 1.3 tool to the dev instance? Please, advice. Thank you!
-
Publish Date Recorded?
My university manages instructors posting a weekly announcement by scanning their announcement Start Date. However, the Start Date defaults to the date the announcement is first saved. If saved as a draft, the announcement has not yet been posted. To avoid receiving warning messages about not posting an announcement, the…
-
Brightspace API "Invalid Parameters"
At a high level: I am trying to use the course-import endpoint to upload a SCORM package zip file. In the weeds: I am able to hit other Brightspace APIs (including successfully authenticating) using Postman, but I am getting "400" errors when trying to import a course zip file using Brightspace's course-import API…