Skip to content

Commit 26f5b2d

Browse files
committed
fixes after SME review
1 parent 4d0e7c6 commit 26f5b2d

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/connect-a-learning-management-system-course-to-a-classroom.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ An administrator needs to register your LMS instance with classroom before you c
4040

4141
1. Sign into your **Blackboard** instance.
4242
1. Select the Blackboard course or organization to integrate with {% data variables.product.prodname_classroom %}.
43-
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.
44-
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.
43+
1. In the right 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.
44+
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. 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.
4545

4646
Once your course is linked, you can import your roster from your LMS course to your classroom. For more information, see [Importing a roster from your LMS](#importing-a-roster-from-your-lms).
4747

content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/register-a-learning-management-system-with-github-classroom.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,13 @@ You can register your Blackboard installation with {% data variables.product.pro
6363
1. Sign into your **Blackboard** instance.
6464
1. In the left sidebar on the home page, click **Admin**, then click **LTI Tool Providers**.
6565
1. On the "LTI Tool Providers" page, click **Register LTI 1.3/Advantage Tool**.
66-
1. Insert the **Client ID** obtained from the Developer Portal and click **Submit**.
66+
1. Insert the **Client ID** / **Application ID** obtained from the Developer Portal and click **Submit**.
6767
1. Blackboard will show all application data. In this page:
6868
1. Verify that **Tool Status** is "Approved".
6969
1. Verify that **User Fields to be Sent** flags are enabled for "Role in Course", "Name", "Email Address".
70-
1. Verify that **Allow mark service access** radio button is set to "No".
70+
1. Verify that **Allow mark service access** radio button is set to "No". To enable this option, navigate to the LTI Tool Providers in the Admin Panel:
71+
- Select Manage Global Properties
72+
- Under Creation of Tool Provider Links, select radio button “Allow links to any tool provider, but require approval for each new provider”
7173
1. Verify that **Allow Membership Service Access** radio button is set to "Yes".
7274
1. Click **Submit**.
7375

@@ -79,7 +81,7 @@ You can register your Blackboard installation with {% data variables.product.pro
7981
* Under "LMS Type", choose "Other" from the dropdown menu.
8082
* "Issuer Identifier": `https://blackboard.com`
8183
* "Domain": The base URL to your Blackboard instance
82-
* "Client ID": The "Client ID" obtained from the registration of the app in the Anthology Developer Portal.
84+
* "Client ID": The "Client ID" / "Application ID" obtained from the registration of the app in the Anthology Developer Portal.
8385
* "OIDC Initiation URL": The "OIDC auth request endpoint" obtained from the registration of the app in the Anthology Developer Portal.
8486
* "OAuth 2.0 Token Retrieval URL": The "Auth token endpoint" obtained from the registration of the app in the Anthology Developer Portal.
8587
* "Key Set URL": The "Public keyset URL" obtained from the registration of the app in the Anthology Developer Portal.

data/reusables/classroom/supported-lmses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Using LTI helps keep your information safe and secure. LTI is an industry-standa
77

88
{% 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 %}.
99

10-
* Blackboard
10+
* Blackboard (This is a community supported option)
1111
* Canvas
1212
* Moodle
1313
* Sakai

0 commit comments

Comments
 (0)