2021-08-28 11:37:52 +00:00
|
|
|
education project
|
|
|
|
===
|
2021-08-28 08:59:28 +00:00
|
|
|
|
2021-08-28 11:37:52 +00:00
|
|
|
The education project is just my personal ideal education system. Here are its
|
|
|
|
goals:
|
2021-08-28 08:59:28 +00:00
|
|
|
|
2021-08-28 11:37:52 +00:00
|
|
|
- **Learning is measured through mastery, which is measured through tests.**
|
|
|
|
Mastery is similar to what Anki uses and is trained with spaced repetition.
|
|
|
|
Notably, doing well on a test once doesn't indicate complete mastery and
|
|
|
|
failing a test doesn't indicate complete unmastery. Skipping a question
|
|
|
|
lowers mastery a bit less than getting it wrong.
|
2021-08-28 08:59:28 +00:00
|
|
|
|
2021-08-28 11:37:52 +00:00
|
|
|
- **Learning by doing.** Many different types of activity formats that should
|
|
|
|
all contribute to mastery of the given concepts. In addition, mastery of
|
|
|
|
certain concepts should also backpropagate to the concepts it depends on. The
|
|
|
|
planned list of activity types are:
|
|
|
|
* Classic multiple-choice problems
|
|
|
|
* Short-answer problems (for math)
|
|
|
|
* Write a short program (+ linting)
|
|
|
|
* Write a bigger project
|
2021-08-28 08:59:28 +00:00
|
|
|
|
|
|
|
|