{"id":2733,"date":"2012-05-14T21:35:28","date_gmt":"2012-05-15T02:35:28","guid":{"rendered":"http:\/\/stager.tv\/?p=2733"},"modified":"2012-05-14T21:37:13","modified_gmt":"2012-05-15T02:37:13","slug":"breaking-bread","status":"publish","type":"post","link":"http:\/\/stager.tv\/?p=2733","title":{"rendered":"Breaking Bread"},"content":{"rendered":"<p><a href=\"http:\/\/stager.tv\/wp-content\/uploads\/2012\/05\/fractioncircle200.gif\"><img loading=\"lazy\" decoding=\"async\" class=\"alignright size-thumbnail wp-image-2737\" title=\"fractioncircle200\" src=\"http:\/\/stager.tv\/wp-content\/uploads\/2012\/05\/fractioncircle200-150x150.gif\" alt=\"\" width=\"150\" height=\"150\" srcset=\"http:\/\/stager.tv\/wp-content\/uploads\/2012\/05\/fractioncircle200-150x150.gif 150w, http:\/\/stager.tv\/wp-content\/uploads\/2012\/05\/fractioncircle200.gif 200w\" sizes=\"auto, (max-width: 150px) 100vw, 150px\" \/><\/a>Last Friday afternoon I experienced one of the most joyous moments of my thirty years in education. I took three fifth grade girls (along with their classroom teacher chaperone) out to lunch. That&#8217;s right. We walked right out the front gate of the school, into the sunlight, crossed the street, walked down the block and had a leisurely 90-minute lunch at the restaurant of their choice &#8211; regrettably the crime against gastronomy (and pizza), <em>California Pizza Kitchen<\/em>.<\/p>\n<p>A few weeks earlier, I had challenged the 5th graders to write a computer program in <a title=\"MicroWorlds EX\" href=\"http:\/\/microworlds.com\" target=\"_blank\">MicroWorlds EX<\/a> that would draw fractional representations of a circle for any fraction a user requested. Feeling a bit cheeky, I said that I would buy lunch for the first kid or group of kids to write a successful program. After a few class sessions dedicated to the challenge, three fifth grade girls were the first to succeed.<\/p>\n<p>I know. I&#8217;m a hypocrite.<\/p>\n<p>I reject behaviorism and its evil friends; grades, punishment, bribes and rewards. However, this felt different. The kids were going to join me for lunch like colleagues celebrating an accomplishment. Best of all, their classmates continued working on the programming challenge, without hard feelings, even after &#8220;winners&#8221; had emerged. Perhaps they knew that their turn would come. I routinely bring treats from my travels into the classroom. If I worked in an office, I might stop occasionally and buy Dunkin Munchkins for my co-workers. I do the same with my students. Why not?<\/p>\n<p>I loved telling the girls that they could order anything they wanted and learning about their dietary habits and favorites. Conversation covered sick babies, interior decorating, roller coasters, face blindness and Khan Academy. The last two topics were introduced by a girl who matter-of-factly stated, &#8220;I watch 60 Minutes.&#8221; I was jealous of their classroom teacher who knew more about their parents, siblings, friends and neighbors than I do, but a good time was had by all. The genuine gratitude expressed by the girls (including their teacher) made it all worthwhile.<\/p>\n<p>Perhaps the highlight of our lunch was watching the girls color their kid&#8217;s menus at a lunch celebrating their computer science prowess.\u00a0 Once again, <a title=\"learn why\" href=\"http:\/\/dailypapert.com\/?p=1134\" target=\"_blank\">Seymour Papert is correct<\/a>.<\/p>\n<p>Below is the program the girls wrote. It required figuring out how to &#8220;teach the turtle&#8221; to draw a circle and utilized a bunch of mathematical concepts, including radius, fractions, variables and angle.<\/p>\n<p>For those of you lacking the skills of a 5th grader and can&#8217;t read a Logo program, I&#8217;ve included a video demonstrating their program at work.<\/p>\n<pre>to Pie\r\n repeat 360 [fd 3 rt 1]\r\n end<\/pre>\n<pre>to fraction :n :d\r\n cg\r\n setc \"black\r\n pd\r\n Pie\r\n pu\r\n rt 90\r\n fd 172\r\n rt 90\r\n pd\r\n repeat :d [fd 172 bk 172 rt 360 \/ :d]\r\n repeat :n [rt 360 \/ :d fillit ]\r\n end<\/pre>\n<pre style=\"text-align: left;\">to fillit\r\n setc color + 5\r\n pu\r\n rt 5\r\n fd 20\r\n fill\r\n bk 20\r\n lt 5\r\n end<\/pre>\n<pre style=\"text-align: left;\">to mem\r\n repeat :n [fillit pu rt 1 fd :l \/ :d lt 1]\r\n rt 1\r\n bk :n \/ :d * :l lt 1\r\n end<\/pre>\n<p><span style=\"color: #ffffff;\">\u00a0.<\/span><iframe loading=\"lazy\" src=\"http:\/\/player.vimeo.com\/video\/42172230?title=0&amp;byline=0&amp;portrait=0&amp;autoplay=1\" frameborder=\"0\" width=\"398\" height=\"299\"><\/iframe><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Last Friday afternoon I experienced one of the most joyous moments of my thirty years in education. I took three fifth grade girls (along with &hellip; <\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_wp_convertkit_post_meta":{"form":"-1","landing_page":"0","tag":"0","restrict_content":"0"},"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[430,435,428,434,436,429,431,438],"tags":[803,1151,1152,542,882,1137],"class_list":["post-2733","post","type-post","status-publish","format-standard","hentry","category-creativity","category-featured","category-general","category-learning","category-news","category-project-based-learning","category-teaching","category-technology","tag-computer-science","tag-kids","tag-learning-environment","tag-logo-programming","tag-mathematics","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>Breaking Bread - 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=\"http:\/\/stager.tv\/?p=2733\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Breaking Bread - Stager-to-Go\" \/>\n<meta property=\"og:description\" content=\"Last Friday afternoon I experienced one of the most joyous moments of my thirty years in education. I took three fifth grade girls (along with &hellip;\" \/>\n<meta property=\"og:url\" content=\"http:\/\/stager.tv\/?p=2733\" \/>\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=\"2012-05-15T02:35:28+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2012-05-15T02:37:13+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/stager.tv\/wp-content\/uploads\/2012\/05\/fractioncircle200-150x150.gif\" \/>\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=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"http:\\\/\\\/stager.tv\\\/?p=2733#article\",\"isPartOf\":{\"@id\":\"http:\\\/\\\/stager.tv\\\/?p=2733\"},\"author\":{\"name\":\"Gary Stager\",\"@id\":\"http:\\\/\\\/stager.tv\\\/#\\\/schema\\\/person\\\/8bd320bea4758fc56f376ecdd9b8b184\"},\"headline\":\"Breaking Bread\",\"datePublished\":\"2012-05-15T02:35:28+00:00\",\"dateModified\":\"2012-05-15T02:37:13+00:00\",\"mainEntityOfPage\":{\"@id\":\"http:\\\/\\\/stager.tv\\\/?p=2733\"},\"wordCount\":433,\"commentCount\":5,\"image\":{\"@id\":\"http:\\\/\\\/stager.tv\\\/?p=2733#primaryimage\"},\"thumbnailUrl\":\"http:\\\/\\\/stager.tv\\\/wp-content\\\/uploads\\\/2012\\\/05\\\/fractioncircle200-150x150.gif\",\"keywords\":[\"computer science\",\"kids\",\"learning environment\",\"Logo programming\",\"mathematics\",\"turtle geometry\"],\"articleSection\":[\"creativity\",\"Featured articles\",\"general\",\"learning\",\"news\",\"project-based learning\",\"teaching\",\"technology\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"http:\\\/\\\/stager.tv\\\/?p=2733#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"http:\\\/\\\/stager.tv\\\/?p=2733\",\"url\":\"http:\\\/\\\/stager.tv\\\/?p=2733\",\"name\":\"Breaking Bread - Stager-to-Go\",\"isPartOf\":{\"@id\":\"http:\\\/\\\/stager.tv\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"http:\\\/\\\/stager.tv\\\/?p=2733#primaryimage\"},\"image\":{\"@id\":\"http:\\\/\\\/stager.tv\\\/?p=2733#primaryimage\"},\"thumbnailUrl\":\"http:\\\/\\\/stager.tv\\\/wp-content\\\/uploads\\\/2012\\\/05\\\/fractioncircle200-150x150.gif\",\"datePublished\":\"2012-05-15T02:35:28+00:00\",\"dateModified\":\"2012-05-15T02:37:13+00:00\",\"author\":{\"@id\":\"http:\\\/\\\/stager.tv\\\/#\\\/schema\\\/person\\\/8bd320bea4758fc56f376ecdd9b8b184\"},\"breadcrumb\":{\"@id\":\"http:\\\/\\\/stager.tv\\\/?p=2733#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"http:\\\/\\\/stager.tv\\\/?p=2733\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\\\/\\\/stager.tv\\\/?p=2733#primaryimage\",\"url\":\"http:\\\/\\\/stager.tv\\\/wp-content\\\/uploads\\\/2012\\\/05\\\/fractioncircle200.gif\",\"contentUrl\":\"http:\\\/\\\/stager.tv\\\/wp-content\\\/uploads\\\/2012\\\/05\\\/fractioncircle200.gif\",\"width\":\"200\",\"height\":\"201\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"http:\\\/\\\/stager.tv\\\/?p=2733#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"http:\\\/\\\/stager.tv\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Breaking Bread\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\\\/\\\/stager.tv\\\/#website\",\"url\":\"http:\\\/\\\/stager.tv\\\/\",\"name\":\"Stager-to-Go\",\"description\":\"The personal blog of Gary S. Stager, Ph.D.\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\\\/\\\/stager.tv\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"http:\\\/\\\/stager.tv\\\/#\\\/schema\\\/person\\\/8bd320bea4758fc56f376ecdd9b8b184\",\"name\":\"Gary Stager\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\\\/\\\/stager.tv\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/Gary-gravatar.png\",\"url\":\"http:\\\/\\\/stager.tv\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/Gary-gravatar.png\",\"contentUrl\":\"http:\\\/\\\/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\":\"http:\\\/\\\/stager.tv\\\/?author=2\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Breaking Bread - 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":"http:\/\/stager.tv\/?p=2733","og_locale":"en_US","og_type":"article","og_title":"Breaking Bread - Stager-to-Go","og_description":"Last Friday afternoon I experienced one of the most joyous moments of my thirty years in education. I took three fifth grade girls (along with &hellip;","og_url":"http:\/\/stager.tv\/?p=2733","og_site_name":"Stager-to-Go","article_publisher":"https:\/\/www.facebook.com\/gary.stager\/","article_published_time":"2012-05-15T02:35:28+00:00","article_modified_time":"2012-05-15T02:37:13+00:00","og_image":[{"url":"http:\/\/stager.tv\/wp-content\/uploads\/2012\/05\/fractioncircle200-150x150.gif","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":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"http:\/\/stager.tv\/?p=2733#article","isPartOf":{"@id":"http:\/\/stager.tv\/?p=2733"},"author":{"name":"Gary Stager","@id":"http:\/\/stager.tv\/#\/schema\/person\/8bd320bea4758fc56f376ecdd9b8b184"},"headline":"Breaking Bread","datePublished":"2012-05-15T02:35:28+00:00","dateModified":"2012-05-15T02:37:13+00:00","mainEntityOfPage":{"@id":"http:\/\/stager.tv\/?p=2733"},"wordCount":433,"commentCount":5,"image":{"@id":"http:\/\/stager.tv\/?p=2733#primaryimage"},"thumbnailUrl":"http:\/\/stager.tv\/wp-content\/uploads\/2012\/05\/fractioncircle200-150x150.gif","keywords":["computer science","kids","learning environment","Logo programming","mathematics","turtle geometry"],"articleSection":["creativity","Featured articles","general","learning","news","project-based learning","teaching","technology"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["http:\/\/stager.tv\/?p=2733#respond"]}]},{"@type":"WebPage","@id":"http:\/\/stager.tv\/?p=2733","url":"http:\/\/stager.tv\/?p=2733","name":"Breaking Bread - Stager-to-Go","isPartOf":{"@id":"http:\/\/stager.tv\/#website"},"primaryImageOfPage":{"@id":"http:\/\/stager.tv\/?p=2733#primaryimage"},"image":{"@id":"http:\/\/stager.tv\/?p=2733#primaryimage"},"thumbnailUrl":"http:\/\/stager.tv\/wp-content\/uploads\/2012\/05\/fractioncircle200-150x150.gif","datePublished":"2012-05-15T02:35:28+00:00","dateModified":"2012-05-15T02:37:13+00:00","author":{"@id":"http:\/\/stager.tv\/#\/schema\/person\/8bd320bea4758fc56f376ecdd9b8b184"},"breadcrumb":{"@id":"http:\/\/stager.tv\/?p=2733#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["http:\/\/stager.tv\/?p=2733"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/stager.tv\/?p=2733#primaryimage","url":"http:\/\/stager.tv\/wp-content\/uploads\/2012\/05\/fractioncircle200.gif","contentUrl":"http:\/\/stager.tv\/wp-content\/uploads\/2012\/05\/fractioncircle200.gif","width":"200","height":"201"},{"@type":"BreadcrumbList","@id":"http:\/\/stager.tv\/?p=2733#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"http:\/\/stager.tv\/"},{"@type":"ListItem","position":2,"name":"Breaking Bread"}]},{"@type":"WebSite","@id":"http:\/\/stager.tv\/#website","url":"http:\/\/stager.tv\/","name":"Stager-to-Go","description":"The personal blog of Gary S. Stager, Ph.D.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/stager.tv\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"http:\/\/stager.tv\/#\/schema\/person\/8bd320bea4758fc56f376ecdd9b8b184","name":"Gary Stager","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/stager.tv\/wp-content\/uploads\/2024\/03\/Gary-gravatar.png","url":"http:\/\/stager.tv\/wp-content\/uploads\/2024\/03\/Gary-gravatar.png","contentUrl":"http:\/\/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":"http:\/\/stager.tv\/?author=2"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"http:\/\/stager.tv\/index.php?rest_route=\/wp\/v2\/posts\/2733","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/stager.tv\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/stager.tv\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/stager.tv\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"http:\/\/stager.tv\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2733"}],"version-history":[{"count":0,"href":"http:\/\/stager.tv\/index.php?rest_route=\/wp\/v2\/posts\/2733\/revisions"}],"wp:attachment":[{"href":"http:\/\/stager.tv\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2733"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/stager.tv\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2733"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/stager.tv\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2733"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}