Recent Popular Posts

April 20, 2015

If I had wings...

The work with the children in Udavi 8th Grade for their end of the year story called 'if I had wings' felt quite complete. I have already put a note on what I saw in the children when they were looking at their work and about their work itself.

Preparation: For the class project with the 8th graders on if I have wings we first set up the computers to be networked so they could save their data in one place. This helped us back up their files track their progress from one place.

Pairs: I noticed that the boys and girls don't seem to work much with each other and asked the boys and girls to pair up. I also asked them to plan what they wanted to accomplish as the time was short. They were also required to come up with quality criteria.

Day 1:  The class came up with the quality criteria to look at their projects through consensus:
Understandable,  Colorful, Creative, Beautiful, Proper Language, Interesting and Teamwork.

We also had the following agreements - discussion within the group is fine, but disturbing other groups is not ok. If technical assistance is needed you raise your hand. The classes had a little hum going like a bees bussing, but it never got too loud or noisy.

Sundar and I were providing support and we had asked the teacher also to join the children in making her own program.

The technical instruction of the day was on linking to the central computer and to Open and Save files over the network. This itself made a big difference to the children in the project. There appears nothing dampens enthusiasm as the possibility of destruction of your work and being able to build on their work gave them a sense of purpose.

Day 2: The children felt confident that they could get what they wanted to done and we opened up the space for them to access the internet and download images that they might find useful for their project and not limited to images in Scratch.

The instruction of the day was a demo of Gimp, contiguous selection which could help crop backgrounds quickly and help them use characters downloaded from the internet.

There was also instruction on not using the green start flag and using an event instead. All events were named with unique names by using the first two letters of both the children in the group. Similarly all sprites and backgrounds were named by adding the 4 letters to the end to avoid clashes when the programs were merged.

One of the groups went overboard and even named their character in their story the same name as their code names.

Day 3: To bring back focus on the project as some groups were drifting we had a session on feedback for growth. Each group watched what the next group had done and offered increase, decrease and retain feedback on the quality criteria.
There was some concern among us teachers that there is nothing to show yet.

Before the next class we looked at 2 groups who were really struggling and put a few lines of code giving them an idea of how to go about animating.

Day 4: They worked, we supported and kept shuttling around groups. 3 groups were satisfied with their work and called it done. 5 groups were not done.

We agreed to have a Day 5, but decided that the groups who were done would have to take it to the next level and start working on combining files with us.

Day 5: We started combining the files and came up with a much larger list of to dos in individual projects to make merging possible:
1) Append name of sprites, backgrounds with unique name for each group (we used the first two letters of the two children in each group)
2) Make each sprite hide  when the green flag is pressed
3) Each sprite is message driven and each message has the unique name followed by 1, 2, etc.
4) BG changes are also within the sprites (using change background)
5) Make the begin position of each sprite explicit

6) Hide when done

We were able to combine the three projects that were complete and we asked the children to go ahead and join the remaining groups supporting them through this code review and making the work of merging easier.

Day 6: We showed the children their combined work, they did a self assessment for themselves and we also did a survey for the children.

It was interesting to see quite a few children in the survey point to teamwork as a big learning for themselves another was getting what they set out to do done.


April 19, 2015

Wake up, Sanjeev...

Towards the end of the year I was invited by the English teacher at Udavi to do a session for closing the year with the 8th graders with making their stories in scratch.I had worked extensively with technology with the 7th graders for Math and this reflected in their abilities to program and create their stories in English, but a similar project with the 8th graders had not felt complete. She offered 4 classes (of 1 hr 20 min each) to get something whole done. The schedule was very tight and we went over what were our priorities they were to support children in their organization, concentration, determination to get their work done and teamwork. The theme of their work was 'if I had wings' and we wanted them to be able to dream and see it materialize.

The days flowed beautifully and we needed one extra day for 5/8 groups to complete and we working with the 3 group of students who completed to look at what it would take to merge the projects into one class project. The children started to look at reviewing the code to merge the projects.

The next class we looked at the combined project of all the children. It was a 4-1/2 minute animation that had no sound. We started watching the animation. About a minute into the animation I had a Wake up, Sanjeev moment. These are moments that you have when as a teacher something tells you to sit up and take notice about something happening in your class. I realized something magical was happening. The children were concentrating and looking at their work and the work of all their classmates as one drama. Children from the generation that have seen television at it loudest, flashiest and who are often seen as having too much noise were in full concentration in complete silence. Luckly, my wake up call came early enough for me to take a few photographs and then go ahead a record 40 seconds of the magic.

Here is the video of the children watching their work...



and here is their work:




Here is a note on the process we followed in the five days and how it was one of the times when things just flowed and fell in place.

April 07, 2015

A simple square rooting game

At Isai Ambalam a couple of the children I was working intensely with programing graduated, it left a small class of 6th graders and a couple of 8th graders. The youth with AuraAuro took up various classes including my 6th grade. I was left shuttling between classes and the 8th graders. The 8th graders who are still here are not ready for their next grade both in language and math. Taking a leaf from my being independent book they were keen on taking the initiative and learning on their own and asking for help when they needed it. They were working on squares and square roots for a week on their own..., but I realized that they were not quite getting the sense of the numbers. They were doing much drill, making mistakes, but unable to notice their mistakes or having a ball park estimate. 

They are hesitant to program themselves and had relied heavily on their partners who had left school. I asked them if they wanted to the computer as a calculator...they readily agreed (ha!).

Looking around and starting visualization
The sixth graders were drawing the representation of linear expressions like 5x+10 (and then changing the constant or the slope and getting various staircases for positive values of x. I asked the 8th graders if they would like to use scratch as a calculator and do the same for x^2 = x*x. They plotted it along with the linear curves and soon realized the much faster rate of its growth to exceed the screen size. They felt that x^3 should perhaps increase even faster and went ahead and implemented it to find out.

We talked about the possibility of using the computer to find the square roots of numbers by repeated calculating x^2 for numbers starting from 1 and stopping when they reached the numbers as given in the book.

Starting to look at the consecutive squares
We made a very simple program which started with x=1 kept incrementing x it by one and calculating a square (one multiplication per second). Scratch can automatically show the variables of your choice making it easier since we didn't need to program the printing.

They started looking at the results of squares of numbers and basic internalizations that the squares of numbers do increase as numbers increase and start to notice a few basic squares that they knew.

Efficiency of calculation
As we got to 4 digit numbers the time taken by the program was quite a lot and I asked them what could be done to speed up the program without changing 1 multiplication per second. My argument for the constraint was that that much time is required to register the square of a number and I did want them to connect a number to a square.

It took them a little while, but they concluded that we could start with squares of every 10 numbers 10, 20, 30, 40, etc and stop when the number was overshooting, go back one level and then increment by 1 to get to the result.

This reduced the square of 69 from 69 seconds to 7+9=16 seconds. They also started getting a clearer understanding of the ball park of the squares since these were the same as the squares single digit numbers in 100s.

Guessing the result
This brought us to the most interesting part of the book that talked about how you could guess the square root of a perfect square (of a 2 digit number). It talked about getting the 10s place of the number. They could see this from the program the optimized code a number like 2209 needed to be in the 40s as 40^2=1600 and 50^2=2500. It was then a matter of which of the 40s gives the result. 

This brought us to the ones/units place and the fact that there is a clear mapping (two to one at times) between the units of the number and the units of its square, e.g. 2/8 have 4 in the units place, 3/7 have 9, 4/6 have 6, 5 is just 5 and 1/9 have 1. 2,3,7,8 do not come in the units place of a perfect square of an integer. 

Looking at 2209, it could have a square of either 43 or 47. The next choice is determined by whether it is closer to 40^2 (1600) or 50^2 (2500).

Permeating
The fun with being able to guess something marginally larger than they thought they were originally capable of was that they showed what they could do to the 6th graders who were promptly curious on how this was all done and learnt it too.

This gave them endless fun of resolving the solution and pitting themselves against their program and getting the solution before it did.