# Blackboard

{% hint style="info" %}
The following set of instructions apply for both Blackboard Classic and Blackboard Ultra.
{% endhint %}

## Step 1: Registration

#### Register the EXAMIND LTI Tool in Blackboard

Log in with an administrator account and navigate to the Blackboard Administrator Panel by going to Admin > LTI Tool Providers.

Click on Register LTI 1.3/Advantage Tool.

<figure><img src="/files/PgwDjWh8LcFxph0jhXEx" alt=""><figcaption></figcaption></figure>

The Client ID will differ depending on whether you're connecting to EXAMIND's Data Center in Canada or the USA. Please contact [**support@examind.io**](mailto:support@examind.io) to request the Client ID.

After submitting, you will see the Modify LTI 1.3 Tool: EXAMIND panel, where most fields will be automatically filled. Make sure to set the Domain correctly to either lti.examind.io or lti-ca.examind.io. The tool status should be set to Approved.

{% hint style="info" %}
Please save the deployment ID and send it to your EXAMIND representative
{% endhint %}

<figure><img src="/files/TL0Sruf7UtQrYAgPWnux" alt=""><figcaption></figcaption></figure>

Under Institution Policies, all options should be selected. This includes Role in Course, Name, Email Address, and "Yes" for Allow grade service access and Allow Membership Service Access.

Select Submit.

### Step 1.1: Create a Placement (if not automatically created)

{% hint style="info" %}
A placement is usually created automatically during registration. Only follow these steps if it was not. Without at least one placement, the tool will not appear in the Content Market even though the tool provider is registered and approved.
{% endhint %}

1. In the **LTI Tool Providers** list, click the dropdown arrow next to **EXAMIND** to expand its menu, then select **Manage Placements**.\
   ![](/files/hyPuj80Tnz8fFQcSrZU3)
2. Click **Create Placement** and fill in the following fields:
   * **Label**: `EXAMIND` (this is the display name shown to instructors in the course)
   * **Handle**: a unique identifier with no spaces (e.g. `examind-lti`)
   * **Availability**: Yes
   * **Type**: **Deep Linking content tool**, with **Allow student access** checked
   * **Target Link URI**:
     * US data center: `https://lti.examind.io/`
     * Canadian data center: `https://lti-ca.examind.io/`
3. Click **Submit**.

***

## Step 2: Enable LTI Tools

### **Step 2.1 Enable LTI Tools in the Administrator Panel**

To enable LTI tools in Blackboard, you can do so by accessing the admin panel, finding the Tools and Utilities card (located on the lower right-hand side of the page), and selecting the tools option.

<figure><img src="/files/RkNzVQgm6iXiBkAPbN8s" alt=""><figcaption></figcaption></figure>

Navigate to the LTI section and ensure all options are set to ON.

<figure><img src="/files/OnIRgUmciRrg8UW1JJUb" alt=""><figcaption></figcaption></figure>

Select Submit.

### Step 2.2 Enable LTI Tools in a course (Blackboard classic)

In Blackboard Classic, it is important to make sure that LTI Tools are activated in every course. This can be confirmed by either an administrator or the course instructor.

Navigate to Customization in the left hand menu, and select Tool Availability.

<figure><img src="/files/KTz6UIM8ZRvtGvPAYV0m" alt=""><figcaption></figcaption></figure>

Ensure that both LTI and LTI Link are enabled.

<figure><img src="/files/tZfQuW2xlYjIhNbV5OnE" alt=""><figcaption></figcaption></figure>

***

## Step 3: Assessment Deeplink

Refer to [Assessment Deeplink](/v1/get-started/lms-integrated/assessment-deeplink.md#blackboard) for instructions on how to link a Blackboard assessment to an EXAMIND assessment.

## More Information

The section **Add an LTI 1.3/Advantage Tool** in [Blackboard's Learning Tools Interoperability page](https://help.blackboard.com/Learn/Administrator/SaaS/Integrations/Learning_Tools_Interoperability) details the steps to install an LTI.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://examind.gitbook.io/v1/it-administration/lms-integrations/blackboard.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
