工作原理
cloze 测试从段落中删除一些词,让读者填入。它同时考察词汇和理解。
你可以每隔 N 个词挖空(经典格式)或按百分比随机挖空。可选地排除大写词以避免挖到专有名词。
答案钥匙生成在段落下方,便于打印和课堂使用。
从任何段落生成 cloze(填空)练习。选择间隔或随机挖空以及难度。
把 cloze 测试生成用于课堂理解练习、语言学习训练、词汇练习和阅读研究。cloze 程序是可读性公式最初验证时的金标准。
cloze 测试是评估工具,不是指标。把生成器与可读性分数(Flesch 或 Dale–Chall)配对,以便在出题前选择合适的源材料。
cloze 测试从段落中删除一些词,让读者填入。它同时考察词汇和理解。
你可以每隔 N 个词挖空(经典格式)或按百分比随机挖空。可选地排除大写词以避免挖到专有名词。
答案钥匙生成在段落下方,便于打印和课堂使用。
cloze 测试从段落中删除词,要求读者填入。它同时测量词汇和理解。
间隔挖空(每 N 个词)是经典格式且更易评分。随机挖空可针对特定词类。
Classic cloze readability tests delete every fifth, sixth, or seventh word; every seventh is gentler and every fifth is harder. For vocabulary practice, targeting specific word types instead of a fixed interval is often more useful.
The strict method counts only the exact original word as correct, while the acceptable-word method also credits reasonable synonyms. Exact scoring is standard for comparing readability across passages.
输入
"The cat sat on the mat." 每第 3 个词挖空。
输出
"The cat ___ on ___ mat."
cloze 测试同时测量阅读理解和词汇,因为读者必须利用周围上下文还原缺失词。