- Learner looks at world, sees someone do something, wants to do it themself, starts learning.
- Teacher looks at syllabus, sees a requirement for learner to "learn X", starts teaching.
In case 1, what is learned, and what should be learned is student driven...not syllabus driven. Almost all syllabi fail on this count. As an example I've probably told before. One day a kid came up to me (after class) and said: hey, I want to write programs to create fractals. Can you teach me how? I'm not real good at algebra.
Of course, I did...but the path to getting there was much shrunken from a normal course on complex arithmatic. I seem to remember teaching him what the mandlebrot set was doing, and how to do arithmatic on complex numbers. I did NOT push him to become fast at complex numbers. I don't think we discussed eiπ notation. Why? He had a learning goal, and didn't need the other stuff. Why someone is learning makes a big (all the?) difference. After he was able to do 2-3 problems in complex arithmetic multiplication...he went home, looked up some C++ graphics libraries, and came back the next weekend with a working fractal generator. Cool kid. Of course, unschooled before visiting me.
However...that's not the main point. The main goal here is to understand the standard learning- with-teacher process. Aretae's line from the student PoV:
- See Process A
- Perform Process A
- Receive Feedback on Attempt at Process A
- Perform Process A again.
- Feedback again.
- Goto 4
Once process has been automatized...
- Demonstrate to evaluator the capability to perform process A
- Perform Process again.
- Feedback again.
- Goto 8
- When to use process B instead.
3 comments:
Fine post, but I'm not hiring you for a developer job based on that coding.
Are you talking about the hideous formatting that blogger did to my lists before I fixed it?
It was a code joke. First you could cut down the first six points to:
1 See Process A
2 Perform Process A
4 Receive Feedback on Attempt at Process A
4 Goto 2
Then if the mood takes you, you could add in point 7 and use something a little more structured:
See Process A
Do
Perform Process A
Get Feedback on Attempt at Process A
While capability not acquired for Process A
And you could go on and on and on, and the geeks would turn this humour up to 11 but I won’t since that part of my brain was exorcised years ago and I am a peasant now.
Although I do think you should see the process performed many times, depending on the process.
Post a Comment