# LTI 1.3

**LTI**（Learning Tools Interoperability，學習工具互通性）是一種標準，允許外部學習工具嵌入 Chamilo 中。版本 1.3 是該標準的最新且最安全的版本。

## LTI 所能實現的功能

使用 LTI，您可以在 Chamilo 課程中嵌入外部工具。範例：

* 互動式模擬
* 專用評估工具
* 內容創作工具
* 虛擬實驗室
* 第三方內容庫

外部工具會無縫地出現在 Chamilo 介面中。

## 設定 LTI 工具

### 以系統管理員身分

1. 前往管理面板中的 LTI 設定
2. **註冊外部工具**，提供以下資訊：
   * **工具名稱** — 描述性名稱
   * **登入 URL** — 外部工具的 OIDC 登入啟動 URL
   * **重新導向 URL** — 登入後工具返回的啟動 URL
   * **Client ID** — 由工具供應商提供
   * **公鑰集 URL (JWKS URL)** — 工具用於安全金鑰交換的 JWKS 端點
3. 設定 **成績回傳** — 是否允許工具將成績傳回 Chamilo
4. 儲存

### 以教師身分

一旦系統管理員註冊 LTI 工具，教師即可將其新增至課程：

1. 在課程中，尋找新增外部工具的選項
2. 從已註冊的 LTI 工具中選擇
3. 該工具會作為課程工具出現在首頁上

## 安全性

LTI 1.3 使用：

* **OAuth 2.0** 進行驗證
* **JSON Web Tokens (JWT)** 進行訊息簽署
* **公私鑰對** 進行驗證

這表示 Chamilo 與外部工具之間不會直接分享認證資料。

## 成績回傳

LTI 工具可以將成績傳回 Chamilo，並整合至課程成績簿中。此功能可在註冊工具時逐一設定。

## 提示

* **驗證工具相容性** — 確保外部工具支援 LTI 1.3（不只是舊版本）
* **在沙盒中測試** — 在正式環境中使用前，先在測試課程中測試 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://docs.chamilo.org/2.x-zh-tw/guan-li-zhi-nan/admin-guide/integrations/lti.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.
