# Moodle

{% hint style="info" %}
It should take no more than 15 minutes of work to get EXAMIND LTI set up, but the total elapsed time may span a couple of days due to a couple of back and forth communication that are required.

To minimize this time, please complete **Step 1 (Send Moodle Instance URL to and Email Addresses to EXAMIND)** below. Although not required, it would also streamline the process to have an EXAMIND support staff on standby when you launch LTI Connect for the very first time.
{% endhint %}

## Step 1: Send info to EXAMIND

In order for EXAMIND's iframe to load within your Moodle instance, EXAMIND must white-list your Moodle domain by adding it to its *content-security-policy* HTTP header. Please send us your production and test Moodle Instance URLs (examples: <https://moodle.hillman.edu> and <https://hillmanedu.test.moodle.com>).

Information can be emailed to [**support@examind.io**](mailto:support@examind.io).

***

## Step 2: Add External Tool

From the Moodle **Site administration** / **Plugins** page, click the **External Tool** / **Manage tools** link:

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

In the **Tool URL...**, enter the following:

* For US data center users: <https://lti.examind.io/register>
* For Canadian data center users: <https://lti-ca.examind.io/register>

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

Click **Add LTI Advantage**

You will see a new tool with the name EXAMIND appear in your list. Click **Activate**:

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

***

## Step 3: Configure LTI Tool

Click the gear icon next to the EXAMIND tool:

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

Set the **Default launch container** to **New Window**, otherwise your students may encounter a 3rd party cookie error:

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

In **Privacy**, ensure **Share launcher's name with tool**, **Share launcher's email with tool**, and **Accept grades from the tool** are all **Always**.

<figure><img src="/files/2TbgC9KWtQbpTfjqCIi8" alt=""><figcaption></figcaption></figure>

Click **Save changes**:

***

## Step 4: Assessment Deeplink

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


---

# 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/moodle.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.
