Using Worked Examples to improve learning on Loops
February 9, 2011 at 1:47 pm 1 comment
Leigh Ann Sudol-DeLyser is doing some interesting work using worked examples to improve CS learning.
I employed a worked example strategy where students were given one example and the loops were broken into three parts (init, update, comparison) and students learned how to write each part separately. I’m preparing a journal paper on the subject, however a small preview of the results – the students were much better at it than I expected!
I believe that the combination of worked examples with specific line-level feedback helped these non-programmers understand not only that they were “wrong” when something didnt work, but why and therefore how to fix it in order to make it right. We need better intelligent tools in order to help scaffold student’s learning rather than relying on them to have the expertise and metacognitive abilities to figure it out for themselves. My current research focuses on developing an understanding of how students think and learn computing by supporting their learning individually and as they have trouble. Stay tuned as I am working on some data analysis that should be very interesting!
Entry filed under: Uncategorized. Tags: educational technology, instructional design.
1.
Steve Freeman | February 9, 2011 at 4:39 pm
Hmmm. Sounds suspiciously related to TDD 🙂