We started the school year off with our books and things packed up because our home is on the market. So, we’re trying Khan Academy. Since every math curriculum is different, I wanted to make sure my elementary kids started off with a sure foundation. I challenged them to do early math earlier this month. About a week ago, they completed it and were greeted by this video:
One of the things we like about Khan academy is that they have computer programming. The videos have enough information that my 5th and 10th graders have designed their own animations using javascript. My 5th grader spent today ONLY working on computer programming section and was able to create several animations. This is the final draft for one of his animations:
The keys to posting your Khan Academy scripts to your WordPress blog:
1) Install the Prossessing.js plugin to your WordPress site.
2) Use this code in the body of your post or page:
<script src=”https://cdnjs.cloudflare.com/ajax/libs/processing.js/1.4.8/processing.min.js”></script><canvas id=”canvas”></canvas><script>// <


