{"id":3653,"date":"2016-03-02T14:11:35","date_gmt":"2016-03-02T19:11:35","guid":{"rendered":"http:\/\/stager.tv\/?p=3653"},"modified":"2020-07-25T18:58:02","modified_gmt":"2020-07-25T23:58:02","slug":"code-org-oy-veh","status":"publish","type":"post","link":"https:\/\/stager.tv\/?p=3653","title":{"rendered":"Code.org &#8211; Oy Veh"},"content":{"rendered":"<div id=\"js_68\" class=\"_5pbx userContent\" data-ft=\"{&quot;tn&quot;:&quot;K&quot;}\">\n<p>Hate to be a killjoy, but I just looked at one of the\u00a0<a href=\"http:\/\/l.facebook.com\/l.php?u=http%3A%2F%2FCode.org%2F&amp;h=cAQFgPfviAQGI5qZ56PiFG4Lrr4ZNUfxlNgovp0KJEycbxA&amp;enc=AZMysmbWdXQa6UQ9A8t41Hk9DtsdaXOgyEp8jMKHeRYzdPSxGS-clv9I1lhKVIcq8LDl9A-kGE7q3ppR3Ny5iXhWrI5j-Bfe8bG20wmMa-ch1NSJbU29TkD_gbhH7LrGB2LL4_x1-8q0JZrxrWEEe9SnmlB_E-2_a-t9LdS8xZRpwA&amp;s=1\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">Code.org<\/a>\u00a0activities for programming turtle graphics in App Lab.<\/p>\n<p>As someone who has taught various dialects of Logo to kids and teachers for 34+ years, I was horrified by the missed learning opportunities and design of the activity. My concerns are in lesson\/interface design and lost learning opportunities.<\/p>\n<p><a href=\"https:\/\/studio.code.org\/s\/cspunit3\/stage\/2\/puzzle\/1\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">https:\/\/studio.code.org\/s\/cspunit3\/stage\/2\/puzzle\/1<\/a><\/p>\n<p>First of all, you connect any blocks and then hit Next. It doesn&#8217;t matter if you solve the actual problem posed or not.<\/p>\n<p>Second and MUCH more importantly, ALL of the power and intellectual nutritional value of turtle geometry is sacrificed in order to teach a much simpler lesson in snapping blocks together in service of &#8220;efficiency.&#8221;<\/p>\n<p>The power of turtle geometry is well &#8211; geometry, also measurement, and number. There are no numerical inputs to the turtle geometry blocks and all of the turns are in 90 degree increments.<\/p>\n<p>The use of Javascript (presumably the blocks were added to the environment for this exercise and are not actual primitives) adds needless and confusing punctuation to the command structure WITHOUT the benefit of allowing users to change the input to FD or LT. Therefore, any opportunity to explore powerful mathematical ideas<\/p>\n<p>As we approach the 50th anniversary of Logo and are celebrating the 35th anniversary of the publication of <a href=\"http:\/\/amzn.to\/1QLUacq\" target=\"_blank\" rel=\"noopener noreferrer\">Mindstorms &#8211; Children, Computers, and Powerful Ideas<\/a>, it sure would be nice if\u00a0<a href=\"http:\/\/l.facebook.com\/l.php?u=http%3A%2F%2FCode.org%2F&amp;h=2AQH1MxDAAQEIPcmQEWmj__fZCHqonSwe4cGMr_3PTo1JoQ&amp;enc=AZMytt95z9--AvYMjWy3w9DVHXkqU6DCGFKdeeazGiKs7_rFVx9SIltL_HmuOWfagO9O4bxrVuglW5o3iSlIo_LkvQSu00Z2qlE6y1xRlg7PkJH433BP9W26zaPYCYSLho3i5IVjItGv2fb1KgM1SKqE_wN6Z8ZmTsh16wm-V7IvkA&amp;s=1\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">Code.org<\/a>\u00a0would learn some fundamental lessons of children, computers, and powerful ideas instead of depriving kids of an opportunity to learn mathematics while learning computer science.<br \/>\n<a href=\"https:\/\/scontent-atl3-1.xx.fbcdn.net\/hphotos-xal1\/t31.0-8\/12771611_10207914684012350_4619657275027566875_o.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter\" src=\"https:\/\/scontent-atl3-1.xx.fbcdn.net\/hphotos-xal1\/t31.0-8\/12771611_10207914684012350_4619657275027566875_o.jpg\" alt=\"\" width=\"575\" height=\"308\" \/><\/a><\/p>\n<p><strong>Discussion:<\/strong><\/p>\n<p>Since posting the above statement to a CS discussion forum on Facebook, Hadi Partook &#8211; founder of Code.org responded as follows.<\/p>\n<blockquote><p>\nGary, the goal of this course isn&#8217;t to teach turtle programming. Most of the students in our course sequence would have done that years earlier. This is a high school course to introduce students to JavaScript (including the syntax) and making apps. It\u00a0begins with a few turtle stages because turtle programming would be familiar to these students as a concept fully explored in our CS Fundamentals courses &#8211; including all the geometric glory you mention, and problems that tell you whether you solved them or not. In our high school course the theme isn&#8217;t &#8220;solving puzzles&#8221; because it&#8217;s about &#8220;making apps,&#8221; with just a few turtle examples to carry forward from something students already know.<\/p><\/blockquote>\n<\/div>\n<div class=\"_3x-2\">Hadi, I wish I shared your optimism that kids in your high school courses had experience with turtle geometry. I found the design of this unit clickable with very little nutritional value, especially since its web-based design implies little teacher interaction or scaffolding. If the turtle &#8220;blocks&#8221; used in the example are merely an exercise in sequencing, then they need no punctuation on them whatsoever. If I desired to change the angle or linear units, there was no way to do so (at least no way obvious to me).<\/div>\n<div class=\"_3x-2\"><\/div>\n<div class=\"_3x-2\">Therefore, from a design perspective, there are several problems with the lesson. They include:<\/div>\n<ul>\n<li class=\"_3x-2\">Low engagement<\/li>\n<li class=\"_3x-2\">Limits on student creativity, exploration, and tinkering<\/li>\n<li class=\"_3x-2\">A missed opportunity for students to learn\/use mathematical ideas\u00a0<em>while<\/em> learning Javascript<\/li>\n<\/ul>\n<div class=\"_3x-2\">I am NOT asking that the lessons yell at kids for being wrong or test them along the way. That would make things worse.<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Hate to be a killjoy, but I just looked at one of the\u00a0Code.org\u00a0activities for programming turtle graphics in App Lab. As someone who has taught &hellip; <\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[427,434,429,431,438],"tags":[1340,1408,672,1137],"class_list":["post-3653","post","type-post","status-publish","format-standard","hentry","category-education-policy","category-learning","category-project-based-learning","category-teaching","category-technology","tag-code-org","tag-javascript","tag-logo","tag-turtle-geometry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Code.org - Oy Veh - Stager-to-Go<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/stager.tv\/?p=3653\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Code.org - Oy Veh - Stager-to-Go\" \/>\n<meta property=\"og:description\" content=\"Hate to be a killjoy, but I just looked at one of the\u00a0Code.org\u00a0activities for programming turtle graphics in App Lab. As someone who has taught &hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/stager.tv\/?p=3653\" \/>\n<meta property=\"og:site_name\" content=\"Stager-to-Go\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/gary.stager\/\" \/>\n<meta property=\"article:published_time\" content=\"2016-03-02T19:11:35+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-07-25T23:58:02+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/scontent-atl3-1.xx.fbcdn.net\/hphotos-xal1\/t31.0-8\/12771611_10207914684012350_4619657275027566875_o.jpg\" \/>\n<meta name=\"author\" content=\"Gary Stager\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@garystager\" \/>\n<meta name=\"twitter:site\" content=\"@garystager\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Gary Stager\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/stager.tv\\\/?p=3653#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/stager.tv\\\/?p=3653\"},\"author\":{\"name\":\"Gary Stager\",\"@id\":\"https:\\\/\\\/stager.tv\\\/#\\\/schema\\\/person\\\/8bd320bea4758fc56f376ecdd9b8b184\"},\"headline\":\"Code.org &#8211; Oy Veh\",\"datePublished\":\"2016-03-02T19:11:35+00:00\",\"dateModified\":\"2020-07-25T23:58:02+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/stager.tv\\\/?p=3653\"},\"wordCount\":565,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/stager.tv\\\/?p=3653#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/scontent-atl3-1.xx.fbcdn.net\\\/hphotos-xal1\\\/t31.0-8\\\/12771611_10207914684012350_4619657275027566875_o.jpg\",\"keywords\":[\"code.org\",\"javascript\",\"Logo\",\"turtle geometry\"],\"articleSection\":[\"education policy\",\"learning\",\"project-based learning\",\"teaching\",\"technology\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/stager.tv\\\/?p=3653#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/stager.tv\\\/?p=3653\",\"url\":\"https:\\\/\\\/stager.tv\\\/?p=3653\",\"name\":\"Code.org - Oy Veh - Stager-to-Go\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/stager.tv\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/stager.tv\\\/?p=3653#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/stager.tv\\\/?p=3653#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/scontent-atl3-1.xx.fbcdn.net\\\/hphotos-xal1\\\/t31.0-8\\\/12771611_10207914684012350_4619657275027566875_o.jpg\",\"datePublished\":\"2016-03-02T19:11:35+00:00\",\"dateModified\":\"2020-07-25T23:58:02+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/stager.tv\\\/#\\\/schema\\\/person\\\/8bd320bea4758fc56f376ecdd9b8b184\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/stager.tv\\\/?p=3653#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/stager.tv\\\/?p=3653\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/stager.tv\\\/?p=3653#primaryimage\",\"url\":\"https:\\\/\\\/scontent-atl3-1.xx.fbcdn.net\\\/hphotos-xal1\\\/t31.0-8\\\/12771611_10207914684012350_4619657275027566875_o.jpg\",\"contentUrl\":\"https:\\\/\\\/scontent-atl3-1.xx.fbcdn.net\\\/hphotos-xal1\\\/t31.0-8\\\/12771611_10207914684012350_4619657275027566875_o.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/stager.tv\\\/?p=3653#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/stager.tv\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Code.org &#8211; Oy Veh\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/stager.tv\\\/#website\",\"url\":\"https:\\\/\\\/stager.tv\\\/\",\"name\":\"Stager-to-Go\",\"description\":\"The personal blog of Gary S. Stager, Ph.D.\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/stager.tv\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/stager.tv\\\/#\\\/schema\\\/person\\\/8bd320bea4758fc56f376ecdd9b8b184\",\"name\":\"Gary Stager\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/stager.tv\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/Gary-gravatar.png\",\"url\":\"https:\\\/\\\/stager.tv\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/Gary-gravatar.png\",\"contentUrl\":\"https:\\\/\\\/stager.tv\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/Gary-gravatar.png\",\"caption\":\"Gary Stager\"},\"description\":\"Veteran educator Gary Stager, Ph.D. is the author of Twenty Things to Do with a Computer - Forward 50, co-author of\u00a0Invent To Learn \u2014 Making, Tinkering, and Engineering in the Classroom, publisher at\u00a0Constructing Modern Knowledge Press,\u00a0and the founder of the\u00a0Constructing Modern Knowledge\u00a0summer institute. He led professional development in the world\u2019s first 1:1 laptop schools thirty years ago and designed one of the oldest online graduate school programs. Gary is also the curator of The Seymour Papert archives at DailyPapert.com. Learn more about\u00a0Gary here.\",\"sameAs\":[\"http:\\\/\\\/cmkpress.com\\\/gary\"],\"url\":\"https:\\\/\\\/stager.tv\\\/?author=2\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Code.org - Oy Veh - Stager-to-Go","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/stager.tv\/?p=3653","og_locale":"en_US","og_type":"article","og_title":"Code.org - Oy Veh - Stager-to-Go","og_description":"Hate to be a killjoy, but I just looked at one of the\u00a0Code.org\u00a0activities for programming turtle graphics in App Lab. As someone who has taught &hellip;","og_url":"https:\/\/stager.tv\/?p=3653","og_site_name":"Stager-to-Go","article_publisher":"https:\/\/www.facebook.com\/gary.stager\/","article_published_time":"2016-03-02T19:11:35+00:00","article_modified_time":"2020-07-25T23:58:02+00:00","og_image":[{"url":"https:\/\/scontent-atl3-1.xx.fbcdn.net\/hphotos-xal1\/t31.0-8\/12771611_10207914684012350_4619657275027566875_o.jpg","type":"","width":"","height":""}],"author":"Gary Stager","twitter_card":"summary_large_image","twitter_creator":"@garystager","twitter_site":"@garystager","twitter_misc":{"Written by":"Gary Stager","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/stager.tv\/?p=3653#article","isPartOf":{"@id":"https:\/\/stager.tv\/?p=3653"},"author":{"name":"Gary Stager","@id":"https:\/\/stager.tv\/#\/schema\/person\/8bd320bea4758fc56f376ecdd9b8b184"},"headline":"Code.org &#8211; Oy Veh","datePublished":"2016-03-02T19:11:35+00:00","dateModified":"2020-07-25T23:58:02+00:00","mainEntityOfPage":{"@id":"https:\/\/stager.tv\/?p=3653"},"wordCount":565,"commentCount":0,"image":{"@id":"https:\/\/stager.tv\/?p=3653#primaryimage"},"thumbnailUrl":"https:\/\/scontent-atl3-1.xx.fbcdn.net\/hphotos-xal1\/t31.0-8\/12771611_10207914684012350_4619657275027566875_o.jpg","keywords":["code.org","javascript","Logo","turtle geometry"],"articleSection":["education policy","learning","project-based learning","teaching","technology"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/stager.tv\/?p=3653#respond"]}]},{"@type":"WebPage","@id":"https:\/\/stager.tv\/?p=3653","url":"https:\/\/stager.tv\/?p=3653","name":"Code.org - Oy Veh - Stager-to-Go","isPartOf":{"@id":"https:\/\/stager.tv\/#website"},"primaryImageOfPage":{"@id":"https:\/\/stager.tv\/?p=3653#primaryimage"},"image":{"@id":"https:\/\/stager.tv\/?p=3653#primaryimage"},"thumbnailUrl":"https:\/\/scontent-atl3-1.xx.fbcdn.net\/hphotos-xal1\/t31.0-8\/12771611_10207914684012350_4619657275027566875_o.jpg","datePublished":"2016-03-02T19:11:35+00:00","dateModified":"2020-07-25T23:58:02+00:00","author":{"@id":"https:\/\/stager.tv\/#\/schema\/person\/8bd320bea4758fc56f376ecdd9b8b184"},"breadcrumb":{"@id":"https:\/\/stager.tv\/?p=3653#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/stager.tv\/?p=3653"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/stager.tv\/?p=3653#primaryimage","url":"https:\/\/scontent-atl3-1.xx.fbcdn.net\/hphotos-xal1\/t31.0-8\/12771611_10207914684012350_4619657275027566875_o.jpg","contentUrl":"https:\/\/scontent-atl3-1.xx.fbcdn.net\/hphotos-xal1\/t31.0-8\/12771611_10207914684012350_4619657275027566875_o.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/stager.tv\/?p=3653#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/stager.tv\/"},{"@type":"ListItem","position":2,"name":"Code.org &#8211; Oy Veh"}]},{"@type":"WebSite","@id":"https:\/\/stager.tv\/#website","url":"https:\/\/stager.tv\/","name":"Stager-to-Go","description":"The personal blog of Gary S. Stager, Ph.D.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/stager.tv\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/stager.tv\/#\/schema\/person\/8bd320bea4758fc56f376ecdd9b8b184","name":"Gary Stager","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/stager.tv\/wp-content\/uploads\/2024\/03\/Gary-gravatar.png","url":"https:\/\/stager.tv\/wp-content\/uploads\/2024\/03\/Gary-gravatar.png","contentUrl":"https:\/\/stager.tv\/wp-content\/uploads\/2024\/03\/Gary-gravatar.png","caption":"Gary Stager"},"description":"Veteran educator Gary Stager, Ph.D. is the author of Twenty Things to Do with a Computer - Forward 50, co-author of\u00a0Invent To Learn \u2014 Making, Tinkering, and Engineering in the Classroom, publisher at\u00a0Constructing Modern Knowledge Press,\u00a0and the founder of the\u00a0Constructing Modern Knowledge\u00a0summer institute. He led professional development in the world\u2019s first 1:1 laptop schools thirty years ago and designed one of the oldest online graduate school programs. Gary is also the curator of The Seymour Papert archives at DailyPapert.com. Learn more about\u00a0Gary here.","sameAs":["http:\/\/cmkpress.com\/gary"],"url":"https:\/\/stager.tv\/?author=2"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/stager.tv\/index.php?rest_route=\/wp\/v2\/posts\/3653","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/stager.tv\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/stager.tv\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/stager.tv\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/stager.tv\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3653"}],"version-history":[{"count":1,"href":"https:\/\/stager.tv\/index.php?rest_route=\/wp\/v2\/posts\/3653\/revisions"}],"predecessor-version":[{"id":5054,"href":"https:\/\/stager.tv\/index.php?rest_route=\/wp\/v2\/posts\/3653\/revisions\/5054"}],"wp:attachment":[{"href":"https:\/\/stager.tv\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3653"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/stager.tv\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3653"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/stager.tv\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3653"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}