描述规则与模式
Describing Rules & Patterns
当你注意到一个模式重复出现时,把它描述成一条每次都适用的规则——然后测试这条规则在新情况下是否依然成立。
When you notice a pattern repeating, describe it as a rule that works every time — then test whether the rule holds in new cases
学习证据 / Evidence
- 用他们自己的话描述他们注意到的模式或规则——例如:‘Every time you add 0 to a number, it stays the same’
- 检验他们描述的规则是否适用于他们之前未见过的新例子
- 解释发现一个模式与证明它总是成立之间的区别
- Describe a pattern or rule they've noticed in their own words — e.g. 'Every time you add 0 to a number, it stays the same'
- Test whether a rule they've described holds for new examples they haven't seen before
- Explain the difference between noticing a pattern and proving it always works
评估问题 / Assessment
如果{{name}}发现了一个模式——比如一条语法规则或一个数字规律——{{name}}能否将其描述为一条通用规则,并检验它在新的例子中是否仍然成立?
If {{name}} spots a pattern — like a grammar rule or a number pattern — can they describe it as a general rule and then check whether it works in new examples?