# الحضور

الإعدادات الافتراضية وسلوك أداة **الحضور**.

يمكن الوصول إلى هذه الإعدادات تحت **إدارة > إعدادات التكوين > الحضور**. تحتوي هذه الفئة على **4 إعدادات**، مدرجة أدناه مع العنوان والتعليق المرسل في إعدادات المنصة (`SettingsCurrentFixtures.php`).

> يتم عرض اسم المتغير في الكود بخط أحادي المسافة. استخدمه عند البرمجة عبر `API` أو عند الحاجة إلى تغيير هذه الإعدادات على المستوى العام من خلال تعديل [`config/settings_override.yaml`](https://github.com/chamilo/chamilo-lms/wiki/Configurations#configsettings_overridesyaml).

## الإعدادات

### `allow_delete_attendance`

**الحضور: تمكين الحذف**

السلوك الافتراضي في Chamilo هو إخفاء جداول الحضور بدلاً من حذفها، في حال قام المعلم بذلك عن طريق الخطأ. قم بتمكين هذا الخيار للسماح للمعلمين بـ*حذف جداول الحضور فعليًا*.

*افتراضي: `true`*

### `attendance_allow_comments`

**السماح بالتعليقات في جداول الحضور**

يمكن للمعلمين والطلاب التعليق على كل حضور فردي (للتبرير).

*افتراضي: `false`*

### `enable_sign_attendance_sheet`

**توقيع الحضور**

تمكين أخذ التوقيعات لتأكيد الحضور.

*افتراضي: `false`*

### `multilevel_grading`

**تمكين تصنيف الحضور متعدد المستويات**

يسمح بتصنيف الحضور بمستويات متعددة بدلاً من نظام بسيط حاضر/غائب.

*افتراضي: `false`*


---

# 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/platform-settings/attendance-settings.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.
