Live data from Hacker News

Ask HN: Seeking ideas for preschool/school projects

news.ycombinator.com

51–60 of 90 posts

Re: Ask HN: Seeking ideas for preschool/school projects

#51
post #15

I focus on just using stuff with my kids. Things like piloting a remote control car is hard for a 4 year old, but they still want to do it. Playing Tetris on a slow speed, naughts and crosses, simplified chess, making objects out of paper, painting acorns, building train tracks, Lego, and so on. You need engagement first, in order to cause learning, and I guess any process that causes both learning and engagement mak…

>Lego

Reminded me of the Logo language and its turtle graphics. It was made for kids, IIRC.

Used it some, early on. Fun.

There are free versions.

Also, Python has a turtle graphics module, like Logo.

Re: Ask HN: Seeking ideas for preschool/school projects

#52
Preschool, they're hopefully very restricted on screen time, and might not want to encourage that.

With a bit older kids, once they're all allowed to use smartphones, tablets, or video games, showing them they could make a game, using kind of pedagogic morphs world platform (maybe Squeak or Scratch), could be great. You can let them show them something like how to make a car or character of shapes and make it move somehow, then ask for more ideas and live-implement them. (Try for direct manipulation and concrete and visual, minimizing textual/block code as much a possible.)

Re: Ask HN: Seeking ideas for preschool/school projects

#53
My 1st grader loooves tape. And dolls. And we order Amazon regularly. We have purchased one of the simple cardboard knives.

The simple level is to turn the Amazon boxes into doll houses.

Slightly more advanced is to make furniture for the dolls. Like a simple shoebox quickly becomes a Barbie closet.

For bigger boxes, given the right shape, it is easly to cut and fold a high hair.

Re: Ask HN: Seeking ideas for preschool/school projects

#54
Scale model of the solar system! https://www.exploratorium.edu/explore/solar-system/activity/...

Have each kid 'adopt' a planet, give them the materials to construct the planet at the appropriate scale and they tell the group 5 fun facts about their planet when the group walks from Sun to Pluto. It is a WHOA experience for kids and adults about the emptiness of space. Scale for the stamina of your kid group, Pluto is way out there.

Re: Ask HN: Seeking ideas for preschool/school projects

#55

Kids have voices, which they can control very well. Setup a mic, link it to a occiliscope-style display, the bigger the better. Teach them the difference between pitch and volume. They will enjoy "seeing" their own voice. And maybe some we learn about being quiet while others have a go.

Add some instruments, like a guitar and a drum.

There are a few osciloscopes and espectrogram online, that use the nic of the computer.

Re: Ask HN: Seeking ideas for preschool/school projects

#56
So... one thing I can say from experience is that you need to be aware of the motor skill limitations of the under 12 set. There really is something that happens around age 12 that causes a quantum leap in fine motor skills. So... tune your projects to minimize frustration around that. I learned that the hard way by seeing a selection of my projects randomly fall one side or the other of that motor skill limitation because I was clueless when I designed the experiments.

Now to your direct question: Once upon a time I did a 10 week basic electricity class for about 8 kids of about 7 years old. Yes, it was pretty basic. One thing I took advantage of was that Harbor Freight was running a deal where you could get a multi-meter for US$3. So... I gave one to every kid.

First lesson was "conductors and insulators" -- I can't remember how I explained the concept to 7 year olds, but the lab was a hoot. I had a bucket of stuff like nails, bits of cloth, an apple, etc, just random stuff. And a dish of salt, and a dish of water. Use the Ohmmeter to find out what is a conductor and what is an insulator. After everyone had discovered that the dish of salt and the dish of water were both insulators.... I poured some water into the salt. Woah!!! It conducts! What's up with that? By the end of the lab I had totally lost control and the kids were raiding the fruit plate in the kitchen... "Is a banana a conductor?" ... followed by vigorous stabbing of meter probes. Anyway, the teachers you are working with may not be so cool with the losing-control-of-the-class part, but I count that as a metric of success.

Another lesson that was very popular, but required too much motor skill, is that I had rounded up some 7-segment LED displays, and some 8-gang DIP switches. (We had built a single LED circuit in a previous lesson.) I had them build up a circuit where they could control each segment with it's own switch (hint: prototyping boards are beyond 7yo motor skills...we had enough parents to help with the wiring...) After it worked, I had them make numbers by setting switches. Then I asked them to invent other displays, like find "letters" or just fun shapes. Then... I told them to look around the house, and their own house when they got home, to find number displays. Like on the microwave oven, etc. You could sense the real "Wow, now I understand this!" moment when they realized the basic operation of a common part of their world.

Bottom line: If you can find a way to help them understand even just a little bit of how their world works, it will be a popular experiment.

Re: Ask HN: Seeking ideas for preschool/school projects

#57
How about something that doesn't involve electronic technology? You might be able to teach 4 year olds how to fold paper airplanes (maybe printing off some pages with fold lines so they can easily follow along). For the 7 year olds, teach them how to play Yahtzee.

Re: Ask HN: Seeking ideas for preschool/school projects

#58
Take them outside and play with drones or RC cars. Stick a camera on them.

There's a million different lessons you can teach about them, point is letting everyone have fun and possibly sparking interest in some of them.

Don't sit them in front of a computer screen or expect them to sit through a lecture.

Re: Ask HN: Seeking ideas for preschool/school projects

#59

How about something that doesn't involve electronic technology? You might be able to teach 4 year olds how to fold paper airplanes (maybe printing off some pages with fold lines so they can easily follow along). For the 7 year olds, teach them how to play Yahtzee.

Paper airplanes are a rich medium. It's fast and fun to get results, and quick to iterate on improvements. You can start to fold in physics/aerodynamic lessons and introduce them (without a lecture) on how to think like an engineer when you add weight to the front, or flaps to the wings, experiment with number of folds, etc.

Re: Ask HN: Seeking ideas for preschool/school projects

#60

Take them outside and play with drones or RC cars. Stick a camera on them. There's a million different lessons you can teach about them, point is letting everyone have fun and possibly sparking interest in some of them. Don't sit them in front of a computer screen or expect them to sit through a lecture.

In my experience, kids already get plenty of opportunities for screen-based STEM stuff. Mine have Hour of Code that offers block programming tutorials that are relatively fun. If they're anything like we were, they'll self-teach computer stuff when they're ready.

So I don't do much of that, and instead find other, more hands-on things I'm curious about and we can explore together.

Post reply on HN