-
Notifications
You must be signed in to change notification settings - Fork 61.8k
[education] add documentation for configuring Blackboard LMS #35028
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Thanks for opening this pull request! A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the contributing guidelines. |
👓 Previews for changed contentThis comment is 🤖 automatically generated and will be overwritten every time changes are committed to this branch. The table contains an overview of files in the Content directory changesYou may find it useful to copy this table into the pull request summary. There you can edit it to share links to important articles or changes and to give a high-level overview of how the changes in your pull request support the overall goals of the pull request. Key: fpt: Free, Pro, Team; ghec: GitHub Enterprise Cloud; ghes: GitHub Enterprise Server |
@scollovati Thanks so much for opening a PR! I'll get this triaged for review ✨ |
Thanks for opening a pull request! We've triaged this issue for technical review by a subject matter expert 👀 |
A stale label has been added to this pull request because it has been open 7 days with no activity. To keep this PR open, add a comment or push a commit within 3 days. |
@nguyenalex836 may I help in finding a SME to review this? |
@scollovati That's very kind of you! Our internal SME team is actually reviewing this now. Once they have an update to provide, we will post here 💛 |
A stale label has been added to this pull request because it has been open 7 days with no activity. To keep this PR open, add a comment or push a commit within 3 days. |
Hi @nguyenalex836 @avni I will work through this by end of next week at the latest and update you on this thread. |
A stale label has been added to this pull request because it has been open 7 days with no activity. To keep this PR open, add a comment or push a commit within 3 days. |
Working on this issue and will have a final summary soon. Thank you for your patience ! |
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
WIP |
This comment was marked as spam.
This comment was marked as spam.
Update Apr 24, 2025
|
I am trying to Register Developer Keys in Blackboard using the following steps with my trial Blackboard account. But I am unable to view the "Admin" tab or the "LTI Tool Providers" in step#2 .
|
You need to use a Licensed version of Blackboard in order to access the admin panel, for example here are instructions for setting up an AMI: https://docs.anthology.com/docs/developer-ami. Better if you write to developers@anthology.com for getting help. |
Thank you for the guidance, @scollovati ❤️ |
Hi @dhanachavan, Stefano contacted us regarding this request. My name is Sebastian and I'm part of the Partner Enablement team from Anthology. Let me know if there's any help needed for an environment where the steps can be tested, I can help in that regard if needed. |
Thanks a ton, @OneComputerGuy and @scollovati for your help ! ❤️ |
Status Update May 6, 2025Thanks to the test environment setup by @OneComputerGuy, I was able to follow the remaining instructions in file register-a-learning-management-system-with-github-classroom.md
In order to proceed with instructions in file connect-a-learning-management-system-course-to-a-classroom.md, to link a Blackboard course with a classroom , I am awaiting confirmation on whether the trial Blackboard instance would work, or I need to spin up an AMI instance. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, thanks for submitting this PR. I have added additional comments for options that don't show up and what the alternative option for a new Blackboard user would be.
|
||
1. Sign into your **Blackboard** instance. | ||
1. Select the Blackboard course or organization to integrate with {% data variables.product.prodname_classroom %}. | ||
1. In the rigth sidebar on the course page, click **Books & Tools**, then click **GitHub Classroom**. Note that the name may be different if your LMS admin named it something else when registering your LMS. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo rigth should be changed to "right"
1. Sign into your **Blackboard** instance. | ||
1. Select the Blackboard course or organization to integrate with {% data variables.product.prodname_classroom %}. | ||
1. In the rigth sidebar on the course page, click **Books & Tools**, then click **GitHub Classroom**. Note that the name may be different if your LMS admin named it something else when registering your LMS. | ||
1. Clicking the **GitHub Classroom** button will launch you into {% data variables.product.prodname_classroom %}, where you can select a classroom to link with your LMS course. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This step might popup an error message “Unable to launch link.The Tool Provider has been disabled by the System Administrator: GitHub Classroom.”
To resolve this error, ensure that the status of tool “GitHub Classroom” is set to Approved.
- Click on LTI Tool Providers in Admin Panel.
- Hover on the name next to GitHub Classroom and click Approve
1. Sign into your **Blackboard** instance. | ||
1. In the left sidebar on the home page, click **Admin**, then click **LTI Tool Providers**. | ||
1. On the "LTI Tool Providers" page, click **Register LTI 1.3/Advantage Tool**. | ||
1. Insert the **Client ID** obtained from the Developer Portal and click **Submit**. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change to - Insert the Client ID / Application ID obtained from the Developer Portal.
An administrator needs to register your LMS instance with classroom before you can link an LMS course. For more information, see [AUTOTITLE](/education/manage-coursework-with-github-classroom/teach-with-github-classroom/register-a-learning-management-system-with-github-classroom#configuring-blackboard-for-github-classroom). | ||
|
||
1. Sign into your **Blackboard** instance. | ||
1. Select the Blackboard course or organization to integrate with {% data variables.product.prodname_classroom %}. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The bullet needs to be updated to 2.
* Under "LMS Type", choose "Other" from the dropdown menu. | ||
* "Issuer Identifier": `https://blackboard.com` | ||
* "Domain": The base URL to your Blackboard instance | ||
* "Client ID": The "Client ID" obtained from the registration of the app in the Anthology Developer Portal. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change to - Insert the Client ID / Application ID obtained from the Developer Portal.
@@ -7,6 +7,7 @@ Using LTI helps keep your information safe and secure. LTI is an industry-standa | |||
|
|||
{% data variables.product.company_short %} has tested and verified registration, connection and the import of roster data from the following LMSes into {% data variables.product.prodname_classroom %}. | |||
|
|||
* Blackboard |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add comment "This is a community supported option"
1. Insert the **Client ID** obtained from the Developer Portal and click **Submit**. | ||
1. Blackboard will show all application data. In this page: | ||
1. Verify that **Tool Status** is "Approved". | ||
1. Verify that **User Fields to be Sent** flags are enabled for "Role in Course", "Name", "Email Address". |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do the bullets (numbering) need to be fixed ?
1. Blackboard will show all application data. In this page: | ||
1. Verify that **Tool Status** is "Approved". | ||
1. Verify that **User Fields to be Sent** flags are enabled for "Role in Course", "Name", "Email Address". | ||
1. Verify that **Allow mark service access** radio button is set to "No". |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To enable this option, navigate to the LTI Tool Providers in the Admin Panel
- Select Manage Global Properties
- Under Creation of Tool Provider Links, select radio button “Allow links to any tool provider, but require approval for each new provider”
Huge thanks @OneComputerGuy for your help with the PR and helping me fix issues which were not immediately evident, like creation of course, enrolling users, selecting the correct options for global properties for the LTI tool providers etc. |
UTM codes will be added to your redirect URL after successful payments as shown below: viviarentals.com/?utm_source=google&utm_campaign=rentals_may_2025&utm_medium=organic&utm_content=cta_banner&utm_term=rent_only_listings |
Why:
Closes: https://github.com/orgs/community/discussions/44066
What's being changed (if available, include any code snippets, screenshots, or gifs):
This PR adds documentation for properly configuring the GitHub Classroom integration with Anthology Blackboard LMS. This LMS is fully compliant with [LTI1.3 Advantage](https://site.imsglobal.org/certifications/anthology/blackboard-learn), particularly the NRPS service used by GitHub Classroom for roster synchronization.
If this PR is accepted, we suggest the following improvements:
register-a-learning-management-system-with-github-classroom.md
).Important note: The optimal integration method for GitHub Classroom into Blackboard would involve GitHub managing a global registration in the Anthology Developer Portal (step #1 in
register-a-learning-management-system-with-github-classroom.md
). This approach is recommended by [Anthology](https://docs.anthology.com/docs/blackboard/lti/1.3/best-practices#why-vendor-tool-registration-is-best), as it allows each institutional deployment to be distinguished by itsdeploymentId
and platform URL. However,deploymentId
is not currently a configurable field on https://classroom.github.com/register-lms. Therefore, the registration flow proposed in this PR, which creates a uniqueclientId
for each institution, is currently the only feasible option.Check off the following:
I have reviewed my changes in staging, available via the View deployment link in this PR's timeline (this link will be available after opening the PR).
data
directory.For content changes, I have completed the self-review checklist.