> For the complete documentation index, see [llms.txt](https://docs.chamilo.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chamilo.org/3.x/administration-guide/admin-guide/platform-settings/attendance-settings.md).

# Attendance

Defaults and behaviour of the **Attendance** tool.

Access these settings under **Administration > Configuration settings > Attendance**. This category contains **4 settings**, listed below with the title and comment shipped in the platform's settings fixtures (`SettingsCurrentFixtures.php`).

> The variable name in code is shown in monospace. Use it when scripting via the API or when you need to change those settings at a global level by editing [`config/settings_override.yaml`](https://github.com/chamilo/chamilo-lms/wiki/Configurations#configsettings_overridesyaml).

## Settings

### `allow_delete_attendance`

**Attendances: enable deletion**

The default behaviour in Chamilo is to hide attendance sheets instead of deleting them, just in case the teacher would do it by mistake. Enable this option to allow teachers to *really* delete attendance sheets.

*Default: `true`*

### `attendance_allow_comments`

**Allow comments in attendance sheets**

Teachers and students can comment on each individual attendance (to justify).

*Default: `false`*

### `enable_sign_attendance_sheet`

**Attendance signing**

Enable taking signatures to confirm one's attendance.

*Default: `false`*

### `multilevel_grading`

**Enable Multi-Level Attendance Grading**

Allows grading attendance with multiple levels instead of a simple present/absent system.

*Default: `false`*
