Anki Cloze 完形填空教程:高效学习短语和固定搭配

Anki Cloze 完形填空教程:高效学习短语和固定搭配

Cloze(完形填空)是 Anki 中非常强大的卡片类型,特别适合学习短语、固定搭配和上下文关联的场景。

一、什么是 Cloze

Cloze 源自"cloze test"(完形测试),核心思想是在文本中挖空,让学习者主动回忆缺失的内容。

与基本卡片的区别

  • 基本卡片:正面一个问题,背面一个答案
  • Cloze 卡片:在同一段文本中挖空,自动生成问题

二、基本语法

Cloze 使用双花括号 {{c1::答案}} 语法:

markdown 复制代码
{{c1::Ephemeral}} means temporary or short-lived.

显示效果

arduino 复制代码
[...] means temporary or short-lived.

复习时,挖空部分显示为省略号 [...]

三、单挖空与多挖空

单挖空

markdown 复制代码
The {{c1::path}} to success is paved with hard work.

生成卡片:

vbnet 复制代码
The [___] to success is paved with hard work.

多挖空(同一编号)

markdown 复制代码
{{c1::Ephemeral}} means {{c1::temporary}}.

生成卡片:

css 复制代码
[___] means [___].

两张卡片相同知识点,可以加强记忆。

多挖空(不同编号)

markdown 复制代码
{{c1::Ephemeral}} means {{c2::temporary or short-lived}}.

生成两张卡片:

  • 卡片1:[___] means temporary or short-lived.
  • 卡片2:Ephemeral means [___].

四、实用场景

场景1:学习固定搭配

markdown 复制代码
{{c1::Bear}} in mind that practice makes perfect.

适合学习介词搭配、动词短语等。

场景2:学习语法

markdown 复制代码
The boy {{c1::who}} I met yesterday was very friendly.

适合学习从句、关系词等语法点。

场景3:学习专业术语

markdown 复制代码
{{c1::Photosynthesis}} is the process by which plants convert sunlight into energy.

适合医学、法律等需要记忆复杂定义的学科。

场景4:学习代码语法

markdown 复制代码
Use {{c1::git commit}} to save your changes to the local repository.

适合程序员学习命令行和代码语法。

五、Cloze 模板的高级用法

1. 添加提示

markdown 复制代码
{{c1::Ephemeral}} means {{c2::temporary}} - think of something that disappears quickly.

背面显示完整提示。

2. 限制显示

使用 :: 分隔正面和背面内容:

markdown 复制代码
{{c1::Ephemeral::adj. 短暂的}} means temporary or short-lived.

显示效果:

  • 正面:[___] means temporary or short-lived.
  • 背面:Ephemeral (adj. 短暂的) means temporary or short-lived.

3. 多行文本

markdown 复制代码
{{c1::Ephemeral}} means temporary or short-lived.

例句:Fame is ephemeral - it can disappear overnight.

六、常见问题

Q: Cloze 和基本卡片哪个更好?

A: 根据场景选择:

  • 需要精确记忆某个知识点 → 基本卡片
  • 需要学习上下文、固定搭配 → Cloze

Q: 挖空太多会影响理解吗?

A: 不会。Cloze 的设计正是通过主动回忆来增强理解。

Q: 如何快速创建 Cloze 卡片?

A: 选中一段文本,按 Alt+Shift+C(Windows)或 Cmd+Shift+C(macOS)。

七、示例卡片

英语词汇

css 复制代码
卡片1:
{{c1::Ubiquitous}} means existing everywhere.

卡片2:
The {{c1::serendipity}} of finding this book changed my life.

卡片3:
{{c1::Paradigm}} shift refers to a fundamental change in assumptions.

医学术语

css 复制代码
卡片1:
{{c1::Myocardial infarction}} is commonly known as a heart attack.

卡片2:
The {{c1::ventricle}} is a chamber of the heart that receives and pumps blood.

编程知识

css 复制代码
卡片1:
Use {{c1::git push}} to upload local repository changes to a remote repository.

卡片2:
{{c1::API}} stands for Application Programming Interface.

总结

要点 说明
语法 {{c1::答案}}
单挖空 {{c1::A}} 生成一张卡片
多挖空同编号 {{c1::A}}{{c1::B}} 生成一张卡片,AB都被挖空
多挖空不同编号 {{c1::A}}{{c2::B}} 生成两张卡片

相关资源

相关推荐
洛卡卡了1 小时前
我们在用 AI 写代码时,为什么建议要好好维护 AGENTS.md 呢?
面试·agent·claude
leeyi4 小时前
Callback 系统:给 Agent 管道装上“监听器“
aigc·agent·ai编程
凌奕4 小时前
别用文档约束你的 Agent:聊聊 Agent 开发流程的思想
llm·github·agent
猪猪拆迁队6 小时前
给虚拟工厂装一个 Agent:对话与批量双编排、自描述工具、可控写入的架构设计
agent
老梁agent8 小时前
MCP 协议实战:用标准化方式让 Agent 调用工业工具
物联网·agent·mcp
user4465117917918 小时前
从任务树到自我修正:XAgent Plan 数据结构与 Agent 协作机制
agent
武子康8 小时前
调查研究-202 SGLang 深度解析:为什么大模型推理框架不只是“把模型跑起来“
人工智能·openai·agent
前端双越老师9 小时前
我从 0 开发的 AI Agent 智语项目发布了
前端·node.js·agent
沉默王二9 小时前
DeepSeek这次招得太猛了,36个岗位,80%都要会Agent!
agent·ai编程·deepseek
古茗前端团队10 小时前
AI 乱改代码?试试这套 SDD 规范驱动工作流
agent