How to rewrite without your selected list Written Response Resource

If your students are anything like mine, they REALLY struggle with the “how would you write this code segment without the use of your selected list” written response.

My students usually have a list with a filter or randomizer. I made code.org examples of both of these to better demonstrate the concept. I will go into the “see code” portion and show my students the differences between the list and no list implementation. Feel free to use, remix, etc.

Randomizer: https://studio.code.org/projects/applab/23b8e6f7-3a0c-4137-98be-febfee667345

Filter: https://studio.code.org/projects/applab/7a7739c1-5017-40d3-bece-88ed66cb7d05

1 Like

Thank you for sharing these!