{"id":4611,"date":"2016-08-25T12:39:30","date_gmt":"2016-08-25T17:39:30","guid":{"rendered":"http:\/\/www.killersites.com\/blog\/?p=4611"},"modified":"2016-08-26T08:03:38","modified_gmt":"2016-08-26T13:03:38","slug":"scratch-is-not-coding","status":"publish","type":"post","link":"https:\/\/www.killersites.com\/blog\/2016\/scratch-is-not-coding\/","title":{"rendered":"Scratch is not Coding"},"content":{"rendered":"<figure id=\"attachment_4613\" aria-describedby=\"caption-attachment-4613\" style=\"width: 187px\" class=\"wp-caption alignright\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-4613 size-full\" src=\"https:\/\/www.killersites.com\/blog\/wp-content\/uploads\/2016\/08\/Scratch-block.png\" alt=\"Scratch block\" width=\"187\" height=\"229\" \/><figcaption id=\"caption-attachment-4613\" class=\"wp-caption-text\">Scratch block<\/figcaption><\/figure>\n<p>Schools are looking for ways to introduce coding into the classroom, and they have been told that dragging blocks on a screen is coding.<\/p>\n<p>The most popular of these visual &#8216;code&#8217; teaching tools, is an app called Scratch. The problem is, Scratch is not coding.<\/p>\n<p>Here is a sample of some actual code &#8211; a little JavaScript:<\/p>\n<pre>function myFunction(p1, p2) {\r\n \u00a0\u00a0\u00a0 return p1 * p2; \u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 \r\n }\r\n\r\nvar person = {\r\n\u00a0\u00a0\u00a0 firstName:\"John\",\r\n\u00a0\u00a0\u00a0 lastName:\"Doe\",\r\n\u00a0\u00a0\u00a0 age:50,\r\n\u00a0\u00a0\u00a0 eyeColor:\"blue\"\r\n}; \r\n<\/pre>\n<p>Or how about some CSS3 code:<\/p>\n<pre>div {\r\n\u00a0\u00a0\u00a0 width: 300px;\r\n\u00a0\u00a0\u00a0 border: 25px solid green;\r\n\u00a0\u00a0\u00a0 padding: 25px;\r\n\u00a0\u00a0\u00a0 margin: 25px;\r\n}\r\n<\/pre>\n<p>Now compare that above code snippets to the Scratch &#8216;code&#8217; block in the top right.<\/p>\n<p>Now as an educator, I ask myself if students will see the relationship between the Scratch block, with actual code? I personally don&#8217;t see it.<\/p>\n<figure id=\"attachment_4616\" aria-describedby=\"caption-attachment-4616\" style=\"width: 132px\" class=\"wp-caption alignright\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-4616 size-full\" src=\"https:\/\/www.killersites.com\/blog\/wp-content\/uploads\/2016\/08\/scratch-cat.png\" alt=\"scratch cat\" width=\"132\" height=\"144\" \/><figcaption id=\"caption-attachment-4616\" class=\"wp-caption-text\"><span style=\"margin-left: 25px;\">Scratch cat<\/span><\/figcaption><\/figure>\n<p><strong>A place for Scratch in a Code Curriculum<\/strong><\/p>\n<p>You could argue that Scratch is very simple programming, since you are controlling the character on screen with a series of commands. But given that nobody uses Scratch to do anything in the real world, why not teach students true programming and coding languages? With the right courses, lessons and supporting software, you can!<\/p>\n<p>That said, Scratch can be used for elementary students in the 4-5th grade or younger, perhaps to introduce some basic coding concepts to students. But, I feel this will have a limited impact. Why?<\/p>\n<p><strong>Writing Real Code helps Internalize Concepts<\/strong><\/p>\n<p>I have been teaching code since 2003, and one thing that experience has taught me, is that the writing of actual code has a powerful impact in terms of understanding and internalizing coding concepts. It&#8217;s important to have students break out the code editor (a tool that coders use) and write code, break code and build actual projects.<\/p>\n<p>&#8230; When students see their code come to life in real things, you will see their engagement skyrocket.<\/p>\n<p>Hope this is helpful,<\/p>\n<p>Stefan Mischook<br \/>\n<a href=\"http:\/\/StudioWeb.com\">StudioWeb.com<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Schools are looking for ways to introduce coding into the classroom, and they have been told that dragging blocks on a screen is coding. The most popular of these visual &#8216;code&#8217; teaching tools, is an app called Scratch. The problem is, Scratch is not coding. Here is a sample of some actual code &#8211; a &hellip; <\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[114],"tags":[115],"_links":{"self":[{"href":"https:\/\/www.killersites.com\/blog\/wp-json\/wp\/v2\/posts\/4611"}],"collection":[{"href":"https:\/\/www.killersites.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.killersites.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.killersites.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.killersites.com\/blog\/wp-json\/wp\/v2\/comments?post=4611"}],"version-history":[{"count":39,"href":"https:\/\/www.killersites.com\/blog\/wp-json\/wp\/v2\/posts\/4611\/revisions"}],"predecessor-version":[{"id":4652,"href":"https:\/\/www.killersites.com\/blog\/wp-json\/wp\/v2\/posts\/4611\/revisions\/4652"}],"wp:attachment":[{"href":"https:\/\/www.killersites.com\/blog\/wp-json\/wp\/v2\/media?parent=4611"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.killersites.com\/blog\/wp-json\/wp\/v2\/categories?post=4611"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.killersites.com\/blog\/wp-json\/wp\/v2\/tags?post=4611"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}