You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/connect-a-learning-management-system-course-to-a-classroom.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -40,8 +40,8 @@ An administrator needs to register your LMS instance with classroom before you c
40
40
41
41
1. Sign into your **Blackboard** instance.
42
42
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.
45
45
46
46
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).
Copy file name to clipboardExpand all lines: content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/register-a-learning-management-system-with-github-classroom.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -63,11 +63,13 @@ You can register your Blackboard installation with {% data variables.product.pro
63
63
1. Sign into your **Blackboard** instance.
64
64
1. In the left sidebar on the home page, click **Admin**, then click **LTI Tool Providers**.
65
65
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**.
67
67
1. Blackboard will show all application data. In this page:
68
68
1. Verify that **Tool Status** is "Approved".
69
69
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”
71
73
1. Verify that **Allow Membership Service Access** radio button is set to "Yes".
72
74
1. Click **Submit**.
73
75
@@ -79,7 +81,7 @@ You can register your Blackboard installation with {% data variables.product.pro
79
81
* Under "LMS Type", choose "Other" from the dropdown menu.
80
82
* "Issuer Identifier": `https://blackboard.com`
81
83
* "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.
83
85
* "OIDC Initiation URL": The "OIDC auth request endpoint" obtained from the registration of the app in the Anthology Developer Portal.
84
86
* "OAuth 2.0 Token Retrieval URL": The "Auth token endpoint" obtained from the registration of the app in the Anthology Developer Portal.
85
87
* "Key Set URL": The "Public keyset URL" obtained from the registration of the app in the Anthology Developer Portal.
Copy file name to clipboardExpand all lines: data/reusables/classroom/supported-lmses.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Using LTI helps keep your information safe and secure. LTI is an industry-standa
7
7
8
8
{% 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 %}.
9
9
10
-
* Blackboard
10
+
* Blackboard (This is a community supported option)
0 commit comments