-
Integration LTI 1.3
Hello, We (InteDashboard) are an EduTech company and we have a software being used for Higher Education that can be integrated to different LMS systems. Some of the institutions that we work with are using Brightspace and we want to be able to include some screenshots on our knowledge base so customers can integrate our…
-
Create PAT association between tutor and student in course section
The API only has a PAT role when creating an enrolment for a user but the PAT is a one to one association between a tutor and a student. How to set this up with the API? e.g. in a course section, 006 is a student with the Student role and 007 is a tutor with the PAT role. How to use the API to say that 007 is the PAT for…
-
Improvise automatically display number of students are pending to be graded in Gradebook
During grading period, it is very useful to know how many students are pending to be graded / evaluated. Now, if we have to find this, we have to select a few filters, jump a few hoops and even then it is at the bottom of the page. (please see screen shot below) Can we have this automatically displayed on the top of the…
-
Has anyone had success connecting GitHub Classroom's LIT with D2L?
I've already accessed the GitHub Education page that guides the setup process ( https://docs.github.com/en/education/manage-coursework-with-github-classroom/teach-with-github-classroom/connect-a-learning-management-system-course-to-a-classroom ), but I was not successful. I would like to know if anyone has succeeded, so…
-
Enable Intelligent Agent to activate based on overall content completion
Limitation: Each topic requires a separate agent setup. Suggestion: Allow the creation of an agent based on overall content completion (e.g. <50%), so that learners who have not completed at least half of the content automatically receive a reminder email.
-
content report
Limitations: No data bar visualisation for % completed Cannot sort % completed by user Cannot export the content report by user to Excel Suggestions: Add data bar visualisation for % completed, enable sorting of % completion by user, and enable export by user to Excel.
-
SCROM report
Limitation: Admin Number and Class Section are not shown, and students who have not started the SCORM are excluded. Suggestion: Include Admin Number, Class Section, and display all enrolled students (including those marked as “Not Started”) to ensure complete and accurate analytics.
-
416 Error when initiating upload
I'm trying to initiate an upload by posting to: /d2l/api/lp/(version)/(orgUnitId)/managefiles/file/upload I'm including the required headers (with the actual token where the placeholder is): { 'Authorization': 'Bearer <TOKEN>', 'X-Upload-Content-Type': 'text/csv', 'X-Upload-Content-Length': '530', 'X-Upload-File-Name':…
-
Quiz Re-entry
Hi, I have noticed a cheating method student's use when the quizzes are ran under Lockdown browser. Let's say a student starts to write the quiz under lockdown browser. It's funny it also possible to do a quiz-re-entry to the same quiz, using the same login when the student is writing the exam. The student doesn't have to…
-
HTML Widget for RSS Feeds
I have successfully embedded a live RSS feed on the homepage using a custom HTML widget. Our Vision is to have the Widget to disappear when there is no content in the RSS Feed, and display the contents when an announcement is entered - so it automatically appears when someone enters anRSS feed altert. The good news is, AI…
-
WIdget Coding
Hi Team, I want to create a admin widget which allows for two files to be added and then compared to find the rows with changed data and then use APIs to update the user attributes in Brightspace. DOes anyone have anything like this built currently? Thanks Beck
-
file attachment to dropbox feedback by API
I am following up on a post that I had last week after consulting with my admin. I am working on a Python API to automate several processes with my LMS (grades, dropbox). I have encountered issues uploading files to the dropbox feedback as an attachment with the resumable process. I pretty sure the established scopes are…
-
400 Bad Request on Content File/Topic
I'm a D2L LMS Admin working on a custom tool for a page/widget, and I've hit a persistent roadblock with the Content API that I'm hoping someone can shed some light on. The Goal I'm trying to create a feature within a custom HTML/JavaScript tool that generates a CSV file on the client side and automatically uploads it as a…
-
Can navbar custom link url use replacement strings?
Hi all. I would like to create a custom version of the system link "Home" that links to the homepage of the current org unit. Is it possible to copy system links? I do not see it. If not possible, then can I create a custom link that does the same? I have tried copying the custom Home link that goes specifically to id…
-
$Context.id.history, and parallel params are empty. LTI 1.3
Hi, we at Wayground are building our support for assignment copy on Brightspace. We have LTI 1.3. Its mentioned that variables like $Context.id.history are supported, but all the three history substitution variables are empty string in our launches, in both original or copied assignment flow. mentioned as supported in…
-
Resolving duplicate user accounts while preserving course progress/completion
We sometimes get duplicate learner accounts (email typos, multiple registrations, SIS mismatches). Fixing in the SIS often orphans data in Brightspace. Has anyone found a way to: Merge or otherwise preserve progress, grades, quiz attempts, and completion dates when consolidating accounts? Map/move artifacts from User A →…
-
API endpoint to download completed rubric for a user
Is there an API endpoint I can use to download the completed rubric for a particular student against an OrgUnit and Dropbox folder? I have found this path which works but only returns a JSON format, I'd like to download or view the rubric UI so that a non-technical stakeholder can understand it.…
-
Create restrictions on assignment text box submissions
Could a feature be added into the assignment text box submission where students are restricted from copying and pasting into the text box. Study forge has this feature included into quiz questions where you can turn on/off copying and pasting into written response questions. This feature could also be helpful in quizzes…
-
Sandbox account for development
Hello all. I'm wondering how I can create a test/sandbox Brightspace account? I'm building an LTI integration for my app and need to test. Your help is greatly appreciated.
-
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?