fix(blog): correct misleading claim about BKT feeding problem generation
BKT estimates power the Skills Dashboard display only. Problem generation uses separate fluency states (effortless/fluent/rusty/practicing) from PlayerSkillMastery records, not BKT P(known) estimates. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
9c313d5303
commit
184cba0ec8
|
|
@ -237,7 +237,7 @@ const newPKnown = oldPKnown * (1 - evidenceWeight) + bktUpdate * evidenceWeight
|
|||
|
||||
## Automaticity-Aware Problem Generation
|
||||
|
||||
The BKT estimates feed back into problem generation. We budget problem complexity based on the student's current pattern automaticity.
|
||||
Separately from BKT (which powers the Skills Dashboard), we budget problem complexity based on the student's fluency state for each pattern.
|
||||
|
||||
### Complexity Costing
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue