|
|
|
|
|
by pamelafox
1301 days ago
|
|
Nice generator! Parsons Puzzles are a well researched way of scaffolded learning in the CS community. Last year when I was teaching UC Berkeley CS61A, we tried out a variant called Faded Parsons Puzzles, where the draggable code lines also have blanks and get verified via Python doctests. I made a browser-based runner for that style, for anyone who wants to easily create new Faded Parsons Puzzles. See demo here: https://pamelafox.github.io/faded-parsons-static/index.html
More background here: http://blog.pamelafox.org/2022/08/a-browser-based-runner-for... We'll be presenting a poster about our experiment with FPPs at this year's SIGCSE. |
|