# 词汇表

词汇表工具允许您为课程定义关键术语。学生可以在学习时浏览词汇表以查阅定义。

## 添加术语

1. 在课程首页打开**词汇表**工具 <img src="/files/lVhiZao8ItiSuFl5UhRU" alt="词汇表" data-size="line">
2. 点击**添加新术语到词汇表**
3. 输入**术语**及其**定义**（定义支持富文本格式）
4. 保存

## 管理术语

* **编辑** <img src="/files/u5mpmz84zn8ZyZjhWTvU" alt="编辑" data-size="line"> — 更新术语或其定义
* **删除** <img src="/files/ozTvHBJ4odHAwyyJtUwS" alt="删除" data-size="line"> — 从词汇表中移除术语
* **搜索** <img src="/files/yPb8hP4VX8mg266ZAv7c" alt="搜索" data-size="line"> — 使用搜索功能快速找到特定术语

## 导入和导出

您可以使用导入/导出功能更快地构建词汇表：

* **导入** <img src="/files/pDClQuZoHXbvlxvcbgl4" alt="导入" data-size="line"> — 从CSV或XLS文件上传术语和定义列表。您还可以勾选“更新现有术语”以覆盖词汇表中已存在的术语定义。
* **导出** <img src="/files/nMO9oyi4lvepuh6rg9LG" alt="导出" data-size="line"> — 将词汇表下载为CSV、Excel (XLS) 或 PDF 格式，以便在其他课程中使用或离线参考

## 显示选项

词汇表可以以两种格式显示，可通过工具栏切换：

* **表格视图** — 术语以表格形式列出，附带其定义
* **列表视图** — 术语以单个面板形式显示，依次堆叠

## 小贴士

* **逐步构建** — 在课程中引入术语时逐步添加，而不是一次性全部添加
* **保持定义简洁** — 简短清晰的定义比冗长的解释更有用
* **从学习路径链接** — 在学习路径内容中引用词汇表中的术语，鼓励学生使用词汇表


---

# 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/jiao-shi-zhi-nan/teacher-guide/adding-content/glossary.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.
