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}} 生成两张卡片

相关资源

相关推荐
修远客20 分钟前
感知模块:Agent的眼睛和耳朵 — 三层降级策略让Agent永不"失明"
python·agent
xian_wwq1 小时前
【学习笔记】工具设计,Agent 的手比大脑更容易出问题-8/16
笔记·学习·agent
极昆仑智慧2 小时前
智能问数技术路线深度分析:纯NL2SQL退场后,五种架构路线谁主沉浮?
agent·chatbi·智能问数·data agent
BUG研究员_2 小时前
工具绑定与调用
python·agent
苏灿烤鱼2 小时前
AI Agent 深拆 | 图能让 AI 决策可追责吗?Semantica 登顶拆解
python·github·agent
IvanCodes11 小时前
RAG 实战教程(一):RAG 工作原理与完整流程——分片、索引、召回、重排和生成
人工智能·后端·agent
飞哥数智坊12 小时前
在夏令营带学生从0到1做 Agent,我更确定了三件事
agent
怕浪猫14 小时前
用 TRAE Work 来写这篇关于 TRAE Work 的征文
aigc·agent·ai编程
夜心26116 小时前
markdown 流里嵌 JSON 怎么校验?fluxmend 用字符级 FSM 把这事做明白了
agent
小当家.10517 小时前
深入理解 ReAct Agent:从原理到 Java 实战
java·react.js·agent·react·架构设计·agent设计