U4 Day 4: PD Discussion Topic
I would have the students experiment with making a sound for a sprite and managing the sound with a âplay a soundâ block and a âplay a sound until done blockâ.
Iâd also have the students experiment with making a sprite say something using a âsayâ block and a âsay for 2 secâ.
Now they have two methods for making sprites have a âvoiceâ in a dialogue. Next they could working at spacing the dialogue using wait blocks.
It may be helpful to do this activity as a timeline. Basically students are given two timelines for each character and they have to fill in the spaces with either waiting blocks or a say block. It is helpful to visualize the timing of each character to understand that the code runs parallel. Having the groups trade timelines to read off would be interesting as well. Or even swapping only one charactersâ lines. This is to show that when programming, Both charactersâ timing have to be taken into consideration.
For example.
Char A: âhello thereâ-----------------------------------------âIt is starting to get coldâ----------------------------------------------
Char B:-------------------âhello, how is the weather?â-------------------------------------âgood thing I brought my jacketâ
I like the idea of giving students a list of blocks and they have to fill in where it would go on pretend script.
The idea of using Scratch blocks in an unplugged activity will give students more confidence with programming.
Dialogue blocks could include sounds, conversations, etc.
The guidelines for this PD day mention using plans or pseudo code. Several of my students last semester did not want to take the time to plan their work and/or to write pseudo code. Has anyone found ways to encourage planning and pseudo code? I did make it worth points, which helped. I plan to emphasize that it is a necessary part of communicating with your programming team.
Thereâs also value to exploring and learning by playing with new features. I donât want to shut down that creativity and spontaneity!
The students were clever in creating their knock knock jokes!