# xAPI

**xAPI**（Experience API、Tin Can APIとも呼ばれる）は、学習体験を追跡するための標準規格です。ChamiloはxAPIステートメントを生成し、消費することができます。

## xAPIの機能

xAPIは学習活動を「アクターがオブジェクトに対して動詞を行った」という形式の**ステートメント**として追跡します。例として以下のようなものがあります：

* 「ジェーンがモジュール1を完了した」
* 「ジョンが最終試験で85%のスコアを獲得した」
* 「マリアがイントロダクションビデオを視聴した」

これらのステートメントは\*\*Learning Record Store (LRS)\*\*に保存され、学習活動の包括的な記録を提供します。

## 設定

1. プラットフォーム設定で、**LRSエンドポイント**を構成します：
   * **LRS URL** — Learning Record Storeのアドレス
   * **LRS認証** — LRSにデータを送信するための認証情報
2. 希望する活動に対してxAPI追跡を有効にします

## ChamiloがxAPIを通じて追跡する内容

Chamiloは以下の内容についてxAPIステートメントを生成できます：

* コースへのアクセスおよび完了
* 演習の試行とスコア
* 学習パスの項目の進捗
* ポートフォリオ項目

他のツール（ドキュメントやフォーラムなど）は、現在のところプラグインによってxAPIイベントとして出力されていません。

## ユースケース

* **クロスプラットフォーム追跡** — 複数のツールやプラットフォームでの学習活動を単一のLRSで追跡
* **高度な分析** — LRSの分析ツールを使用して、Chamiloの組み込みレポートを超える洞察を生成
* **コンプライアンスレポート** — 規制要件のためのトレーニング完了の監査証跡を生成


---

# 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-ja/gaido-1/admin-guide/integrations/xapi.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.
