# 词汇表

课程**词汇表**工具的行为设置。

在**管理 > 配置设置 > 词汇表**下访问这些设置。此类别包含**3个设置**，以下列出平台设置固定数据（`SettingsCurrentFixtures.php`）中提供的标题和注释。

> 代码中的变量名以等宽字体显示。在通过API进行脚本编写或需要通过编辑[`config/settings_override.yaml`](https://github.com/chamilo/chamilo-lms/wiki/Configurations#configsettings_overridesyaml) 在全局级别更改这些设置时使用它。

## 设置

### `allow_remove_tags_in_glossary_export`

**在词汇表导出中移除HTML标签**

启用后，在导出词汇表术语定义时将移除HTML标签。

*默认值：`false`*

### `default_glossary_view`

**默认词汇表视图**

选择词汇表工具中默认使用的视图（'table' 或 'list'）。

*默认值：`table`*

### `show_glossary_in_extra_tools`

**在额外工具中显示词汇表术语**

从这里您可以配置如何在额外工具中添加词汇表术语，例如学习路径和练习工具。


---

# 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-cn/guan-li-zhi-nan/admin-guide/platform-settings/glossary-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.
