# xAPI

**xAPI** (Experience API، المعروف أيضًا باسم Tin Can API) هو معيار لتتبع تجارب التعلم. يمكن لـ Chamilo إنشاء واستقبال عبارات xAPI.

## ما يقوم به xAPI

يتابع xAPI أنشطة التعلم كـ **عبارات** بتنسيق: "Actor فعل Verb على Object." على سبيل المثال:

* "Jane أكملت الوحدة 1"
* "John حصل على 85% في الامتحان النهائي"
* "Maria شاهدت فيديو المقدمة"

تُخزن هذه العبارات في **Learning Record Store (LRS)**، مما يوفر سجلاً شاملاً لنشاط التعلم.

## الإعداد

1. في إعدادات المنصة، قم بتكوين **LRS endpoint**:
   * **LRS URL** — عنوان Learning Record Store الخاص بك
   * **LRS authentication** — بيانات الاعتماد لإرسال البيانات إلى LRS
2. فعّل تتبع xAPI للأنشطة المرغوبة

## ما يتابعه Chamilo عبر xAPI

يمكن لـ Chamilo إنشاء عبارات xAPI لـ:

* الوصول إلى الدورة والإكمال
* محاولات التمارين والدرجات
* تقدم عناصر مسار التعلم
* عناصر المحفظة

أدوات أخرى (مثل Documents و Forums) لا تُصدر حاليًا كأحداث 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-ar/dlyl-alidarh/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.
