{"id":4564,"date":"2026-07-15T17:18:30","date_gmt":"2026-07-15T17:18:30","guid":{"rendered":"https:\/\/infobymattcole.com\/index.php\/2026\/07\/15\/teaching-using-algorithms-to-solve-complex-problems-grade-6\/"},"modified":"2026-07-15T17:18:30","modified_gmt":"2026-07-15T17:18:30","slug":"teaching-using-algorithms-to-solve-complex-problems-grade-6","status":"publish","type":"post","link":"https:\/\/infobymattcole.com\/index.php\/2026\/07\/15\/teaching-using-algorithms-to-solve-complex-problems-grade-6\/","title":{"rendered":"Teaching Using Algorithms to Solve Complex Problems in Grade 6: Oklahoma Standard 6.AP.A.01"},"content":{"rendered":"<h1>Teaching Using Algorithms to Solve Complex Problems in Grade 6: Oklahoma Standard 6.AP.A.01<\/h1>\n<p>Teaching using algorithms to solve complex problems in grade 6 does not have to be complicated. Picture a programmer using a well-tested sorting algorithm instead of inventing a new one for every project. That kind of thinking is exactly what Oklahoma&#39;s grade 6 computer science standard 6.AP.A.01 asks students to practice \u2014 and it is very teachable with the right materials. This post walks through what the standard means, the misconceptions students bring to it, and discussion starters you can use tomorrow, whether you teach in a classroom or at your kitchen table.<\/p>\n<h2>What Does Standard 6.AP.A.01 Actually Ask?<\/h2>\n<blockquote>\n<p>Use an existing algorithm in natural language or pseudocode to solve complex problems.\n\u2014 <em>Oklahoma Academic Standards for Computer Science (February 2023)<\/em><\/p>\n<\/blockquote>\n<p>In plain language: Oklahoma&#39;s standard asks sixth graders to use an existing algorithm, written either in plain language or pseudocode, to solve a complex, multi-step problem.<\/p>\n<p>In student-friendly terms, the learning target is: <strong>&quot;I can use an existing algorithm, written in natural language or pseudocode, to solve a complex problem.&quot;<\/strong><\/p>\n<h2>What Students Should Be Able to Do<\/h2>\n<ul>\n<li>I can follow the steps of an existing algorithm in the correct order.<\/li>\n<li>I can identify the input, output, sequence, conditions, and loops in an algorithm.<\/li>\n<li>I can translate an algorithm between natural language and pseudocode.<\/li>\n<li>I can test and debug my use of an algorithm if it produces the wrong result.<\/li>\n<\/ul>\n<p>Along the way, students pick up the working vocabulary of the topic: algorithm, pseudocode, input, output, sequence, condition, loop, variable, iteration, decision, process, debugging.<\/p>\n<h2>Using Algorithms To Solve Complex Problems: Misconceptions to Watch For<\/h2>\n<p>These are the wrong turns students reliably take with this standard \u2014 knowing them ahead of time is half the lesson plan. Each correction strategy below comes straight from the unit&#39;s teacher guide (the paragraph and activity references point into the unit itself).<\/p>\n<p><strong>1. &quot;An algorithm has to be written in a programming language to count as an algorithm.&quot;<\/strong><\/p>\n<p>Return to the sandwich example in paragraph 3 \u2014 a clear set of natural-language steps is a complete algorithm. Programming language is just one way to write one down.<\/p>\n<p><strong>2. &quot;Pseudocode is a real programming language that a computer can run.&quot;<\/strong><\/p>\n<p>Clarify that pseudocode is informal and meant for humans to plan and communicate logic; it must still be translated into a real programming language before a computer can run it.<\/p>\n<p><strong>3. &quot;If you follow an existing algorithm and get a wrong answer, the algorithm itself must be broken.&quot;<\/strong><\/p>\n<p>Point out that the more common cause is a step applied incorrectly or out of order by the person using it. Debugging means tracing your own use of the algorithm, not assuming the algorithm is at fault.<\/p>\n<p><strong>4. &quot;Loops and conditions are advanced programming concepts students this age cannot understand.&quot;<\/strong><\/p>\n<p>Connect to paragraph 1&#39;s morning-routine example \u2014 &#39;IF it&#39;s raining THEN take an umbrella&#39; is a condition students already use without realizing it.<\/p>\n<h2>Discussion Starters You Can Use Tomorrow<\/h2>\n<ul>\n<li>Why might a team of programmers prefer to plan with pseudocode before writing real code?<\/li>\n<li>Describe a daily routine of yours that includes a loop (something you repeat) and a condition (a decision you make).<\/li>\n<li>If you were given an algorithm with a missing step, how would you know something was wrong?<\/li>\n<\/ul>\n<h2>Bringing It Home<\/h2>\n<p>This topic is a natural one for families. One ten-minute activity to try: Together, pick a simple task your family does (making a sandwich, setting the table) and have your child write out the exact steps as if explaining it to someone who has never done it before. Try following their directions exactly \u2014 if something goes wrong, ask your child to find and fix the missing or unclear step, just like debugging an algorithm.<\/p>\n<h2>Where This Leads<\/h2>\n<p>Students who can use an existing algorithm, written in natural language or pseudocode, to solve a complex problem are building skills used every day in software development, data analysis, logistics and operations, game development, and computer science education.<\/p>\n\n<h2 class=\"wp-block-heading\">See the Unit in Action<\/h2>\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe title=\"6APA01 Using Algorithms to Solve Complex Problems Promo\" width=\"720\" height=\"405\" src=\"https:\/\/www.youtube.com\/embed\/lwBUbpqJ_2M?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n<h2>Get the Complete 6.AP.A.01 Unit<\/h2>\n<p>I built a complete, no-prep unit for this standard \u2014 <strong>Using Algorithms to Solve Complex Problems<\/strong> \u2014 covering 3-4 days of instruction across 41 pages:<\/p>\n<ul>\n<li><strong>Teacher guide<\/strong> \u2014 day-by-day pacing, misconceptions to watch for, discussion questions, differentiation for support \/ ELL \/ extension, and a 4-point rubric<\/li>\n<li><strong>Student learning target page<\/strong> \u2014 a kid-friendly &quot;I can&quot; statement with success criteria<\/li>\n<li><strong>Full content lesson<\/strong> with 3 embedded &quot;Check Your Understanding&quot; checkpoints<\/li>\n<li><strong>12-question assessment<\/strong> (6 multiple choice, 4 true\/false, 2 short answer) with a complete answer key, explanations, and exemplar responses<\/li>\n<li><strong>Group activity<\/strong> \u2014 &quot;Human Algorithm Challenge&quot; (30-40 minutes)<\/li>\n<li><strong>Individual activity<\/strong> \u2014 &quot;Daily Routine Algorithm Design&quot; (30-35 minutes)<\/li>\n<li><strong>Crossword and word search<\/strong> built from all 12 vocabulary terms (with answer keys)<\/li>\n<li><strong>Family connection letter<\/strong> \u2014 a plain-language page for parents, with dinner-table questions and a 10-minute home activity<\/li>\n<li><strong>Certificate of achievement<\/strong> \u2014 ready to sign and send home<\/li>\n<li><strong>Algorithm Task Cards: Human Algorithm Challenge<\/strong> (separate printable, 2 pages)<\/li>\n<li><strong>Reference Notes: Algorithms, Natural Language &amp; Pseudocode<\/strong> (separate printable, 2 pages)<\/li>\n<li><strong>Daily Routine Algorithm Worksheet<\/strong> (separate printable, 2 pages)<\/li>\n<\/ul>\n<p><strong><a href=\"https:\/\/www.teacherspayteachers.com\/Product\/Grade-6-Computer-Science-Using-Algorithms-to-Solve-Complex-Problems-6APA01-15341936\">Get Using Algorithms to Solve Complex Problems on Teachers Pay Teachers \u2192<\/a><\/strong><\/p>\n<p><em>Every Sooner Standards resource is built directly from the official Oklahoma Academic Standards for Computer Science (February 2023) \u2014 standard text verified, never paraphrased from memory.<\/em><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Teaching Using Algorithms to Solve Complex Problems in Grade 6: Oklahoma Standard 6.AP.A.01 Teaching using algorithms to solve complex problems in grade 6 does not have to be complicated. Picture a programmer using a well-tested sorting algorithm instead of inventing a new one for every project. That kind of thinking is exactly what Oklahoma&#39;s grade&#8230;<\/p>\n","protected":false},"author":1,"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"},"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"categories":[894],"tags":[3679,3411,3516,3647,3518,897,3517,3514,3677],"class_list":["post-4564","post","type-post","status-publish","format-standard","hentry","category-sooner-standards","tag-6-ap-a-01","tag-computer-science","tag-csta-2","tag-grade-6","tag-no-prep","tag-oklahoma-academic-standards","tag-stem","tag-unplugged-computer-science","tag-using-algorithms-to-solve-complex-problems"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Using Algorithms To Solve Complex Problems | 6.AP.A.01<\/title>\n<meta name=\"description\" content=\"Teaching using algorithms to solve complex problems in Grade 6? This no-prep, standards-aligned unit (OAS 6.AP.A.01) includes the lesson, activities, and...\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/infobymattcole.com\/index.php\/2026\/07\/15\/teaching-using-algorithms-to-solve-complex-problems-grade-6\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Using Algorithms To Solve Complex Problems | 6.AP.A.01\" \/>\n<meta property=\"og:description\" content=\"Teaching using algorithms to solve complex problems in Grade 6? This no-prep, standards-aligned unit (OAS 6.AP.A.01) includes the lesson, activities, and...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/infobymattcole.com\/index.php\/2026\/07\/15\/teaching-using-algorithms-to-solve-complex-problems-grade-6\/\" \/>\n<meta property=\"og:site_name\" content=\"Sooner Standards\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-15T17:18:30+00:00\" \/>\n<meta name=\"author\" content=\"Matt\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Matt\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/infobymattcole.com\\\/index.php\\\/2026\\\/07\\\/15\\\/teaching-using-algorithms-to-solve-complex-problems-grade-6\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/infobymattcole.com\\\/index.php\\\/2026\\\/07\\\/15\\\/teaching-using-algorithms-to-solve-complex-problems-grade-6\\\/\"},\"author\":{\"name\":\"Matt\",\"@id\":\"https:\\\/\\\/infobymattcole.com\\\/#\\\/schema\\\/person\\\/43d5aec0f811d1758ed2b79e9a15c716\"},\"headline\":\"Teaching Using Algorithms to Solve Complex Problems in Grade 6: Oklahoma Standard 6.AP.A.01\",\"datePublished\":\"2026-07-15T17:18:30+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/infobymattcole.com\\\/index.php\\\/2026\\\/07\\\/15\\\/teaching-using-algorithms-to-solve-complex-problems-grade-6\\\/\"},\"wordCount\":906,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/infobymattcole.com\\\/#organization\"},\"keywords\":[\"6.AP.A.01\",\"Computer Science\",\"CSTA\",\"Grade 6\",\"No Prep\",\"Oklahoma Academic Standards\",\"STEM\",\"Unplugged Computer Science\",\"Using Algorithms To Solve Complex Problems\"],\"articleSection\":[\"Sooner Standards\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/infobymattcole.com\\\/index.php\\\/2026\\\/07\\\/15\\\/teaching-using-algorithms-to-solve-complex-problems-grade-6\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/infobymattcole.com\\\/index.php\\\/2026\\\/07\\\/15\\\/teaching-using-algorithms-to-solve-complex-problems-grade-6\\\/\",\"url\":\"https:\\\/\\\/infobymattcole.com\\\/index.php\\\/2026\\\/07\\\/15\\\/teaching-using-algorithms-to-solve-complex-problems-grade-6\\\/\",\"name\":\"Using Algorithms To Solve Complex Problems | 6.AP.A.01\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/infobymattcole.com\\\/#website\"},\"datePublished\":\"2026-07-15T17:18:30+00:00\",\"description\":\"Teaching using algorithms to solve complex problems in Grade 6? This no-prep, standards-aligned unit (OAS 6.AP.A.01) includes the lesson, activities, and...\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/infobymattcole.com\\\/index.php\\\/2026\\\/07\\\/15\\\/teaching-using-algorithms-to-solve-complex-problems-grade-6\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/infobymattcole.com\\\/index.php\\\/2026\\\/07\\\/15\\\/teaching-using-algorithms-to-solve-complex-problems-grade-6\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/infobymattcole.com\\\/index.php\\\/2026\\\/07\\\/15\\\/teaching-using-algorithms-to-solve-complex-problems-grade-6\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/infobymattcole.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Teaching Using Algorithms to Solve Complex Problems in Grade 6: Oklahoma Standard 6.AP.A.01\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/infobymattcole.com\\\/#website\",\"url\":\"https:\\\/\\\/infobymattcole.com\\\/\",\"name\":\"Sooner Standards\",\"description\":\"Oklahoma&#039;s OAS-CS Resource Library\",\"publisher\":{\"@id\":\"https:\\\/\\\/infobymattcole.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/infobymattcole.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/infobymattcole.com\\\/#organization\",\"name\":\"Sooner Standards\",\"url\":\"https:\\\/\\\/infobymattcole.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/infobymattcole.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/infobymattcole.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/cropped-22022423.jpg\",\"contentUrl\":\"https:\\\/\\\/infobymattcole.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/cropped-22022423.jpg\",\"width\":140,\"height\":138,\"caption\":\"Sooner Standards\"},\"image\":{\"@id\":\"https:\\\/\\\/infobymattcole.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/infobymattcole.com\\\/#\\\/schema\\\/person\\\/43d5aec0f811d1758ed2b79e9a15c716\",\"name\":\"Matt\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/65d297f0abc0058c85c9b8c20f33c4050922ba030dcc9b63e88240a0e02dc57d?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/65d297f0abc0058c85c9b8c20f33c4050922ba030dcc9b63e88240a0e02dc57d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/65d297f0abc0058c85c9b8c20f33c4050922ba030dcc9b63e88240a0e02dc57d?s=96&d=mm&r=g\",\"caption\":\"Matt\"},\"sameAs\":[\"http:\\\/\\\/mattcole.us\"],\"url\":\"https:\\\/\\\/infobymattcole.com\\\/index.php\\\/author\\\/mcwolf71\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Using Algorithms To Solve Complex Problems | 6.AP.A.01","description":"Teaching using algorithms to solve complex problems in Grade 6? This no-prep, standards-aligned unit (OAS 6.AP.A.01) includes the lesson, activities, and...","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:\/\/infobymattcole.com\/index.php\/2026\/07\/15\/teaching-using-algorithms-to-solve-complex-problems-grade-6\/","og_locale":"en_US","og_type":"article","og_title":"Using Algorithms To Solve Complex Problems | 6.AP.A.01","og_description":"Teaching using algorithms to solve complex problems in Grade 6? This no-prep, standards-aligned unit (OAS 6.AP.A.01) includes the lesson, activities, and...","og_url":"https:\/\/infobymattcole.com\/index.php\/2026\/07\/15\/teaching-using-algorithms-to-solve-complex-problems-grade-6\/","og_site_name":"Sooner Standards","article_published_time":"2026-07-15T17:18:30+00:00","author":"Matt","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Matt","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/infobymattcole.com\/index.php\/2026\/07\/15\/teaching-using-algorithms-to-solve-complex-problems-grade-6\/#article","isPartOf":{"@id":"https:\/\/infobymattcole.com\/index.php\/2026\/07\/15\/teaching-using-algorithms-to-solve-complex-problems-grade-6\/"},"author":{"name":"Matt","@id":"https:\/\/infobymattcole.com\/#\/schema\/person\/43d5aec0f811d1758ed2b79e9a15c716"},"headline":"Teaching Using Algorithms to Solve Complex Problems in Grade 6: Oklahoma Standard 6.AP.A.01","datePublished":"2026-07-15T17:18:30+00:00","mainEntityOfPage":{"@id":"https:\/\/infobymattcole.com\/index.php\/2026\/07\/15\/teaching-using-algorithms-to-solve-complex-problems-grade-6\/"},"wordCount":906,"commentCount":0,"publisher":{"@id":"https:\/\/infobymattcole.com\/#organization"},"keywords":["6.AP.A.01","Computer Science","CSTA","Grade 6","No Prep","Oklahoma Academic Standards","STEM","Unplugged Computer Science","Using Algorithms To Solve Complex Problems"],"articleSection":["Sooner Standards"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/infobymattcole.com\/index.php\/2026\/07\/15\/teaching-using-algorithms-to-solve-complex-problems-grade-6\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/infobymattcole.com\/index.php\/2026\/07\/15\/teaching-using-algorithms-to-solve-complex-problems-grade-6\/","url":"https:\/\/infobymattcole.com\/index.php\/2026\/07\/15\/teaching-using-algorithms-to-solve-complex-problems-grade-6\/","name":"Using Algorithms To Solve Complex Problems | 6.AP.A.01","isPartOf":{"@id":"https:\/\/infobymattcole.com\/#website"},"datePublished":"2026-07-15T17:18:30+00:00","description":"Teaching using algorithms to solve complex problems in Grade 6? This no-prep, standards-aligned unit (OAS 6.AP.A.01) includes the lesson, activities, and...","breadcrumb":{"@id":"https:\/\/infobymattcole.com\/index.php\/2026\/07\/15\/teaching-using-algorithms-to-solve-complex-problems-grade-6\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/infobymattcole.com\/index.php\/2026\/07\/15\/teaching-using-algorithms-to-solve-complex-problems-grade-6\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/infobymattcole.com\/index.php\/2026\/07\/15\/teaching-using-algorithms-to-solve-complex-problems-grade-6\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/infobymattcole.com\/"},{"@type":"ListItem","position":2,"name":"Teaching Using Algorithms to Solve Complex Problems in Grade 6: Oklahoma Standard 6.AP.A.01"}]},{"@type":"WebSite","@id":"https:\/\/infobymattcole.com\/#website","url":"https:\/\/infobymattcole.com\/","name":"Sooner Standards","description":"Oklahoma&#039;s OAS-CS Resource Library","publisher":{"@id":"https:\/\/infobymattcole.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/infobymattcole.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/infobymattcole.com\/#organization","name":"Sooner Standards","url":"https:\/\/infobymattcole.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/infobymattcole.com\/#\/schema\/logo\/image\/","url":"https:\/\/infobymattcole.com\/wp-content\/uploads\/2026\/06\/cropped-22022423.jpg","contentUrl":"https:\/\/infobymattcole.com\/wp-content\/uploads\/2026\/06\/cropped-22022423.jpg","width":140,"height":138,"caption":"Sooner Standards"},"image":{"@id":"https:\/\/infobymattcole.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/infobymattcole.com\/#\/schema\/person\/43d5aec0f811d1758ed2b79e9a15c716","name":"Matt","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/65d297f0abc0058c85c9b8c20f33c4050922ba030dcc9b63e88240a0e02dc57d?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/65d297f0abc0058c85c9b8c20f33c4050922ba030dcc9b63e88240a0e02dc57d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/65d297f0abc0058c85c9b8c20f33c4050922ba030dcc9b63e88240a0e02dc57d?s=96&d=mm&r=g","caption":"Matt"},"sameAs":["http:\/\/mattcole.us"],"url":"https:\/\/infobymattcole.com\/index.php\/author\/mcwolf71\/"}]}},"_links":{"self":[{"href":"https:\/\/infobymattcole.com\/index.php\/wp-json\/wp\/v2\/posts\/4564","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/infobymattcole.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/infobymattcole.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/infobymattcole.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/infobymattcole.com\/index.php\/wp-json\/wp\/v2\/comments?post=4564"}],"version-history":[{"count":0,"href":"https:\/\/infobymattcole.com\/index.php\/wp-json\/wp\/v2\/posts\/4564\/revisions"}],"wp:attachment":[{"href":"https:\/\/infobymattcole.com\/index.php\/wp-json\/wp\/v2\/media?parent=4564"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/infobymattcole.com\/index.php\/wp-json\/wp\/v2\/categories?post=4564"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/infobymattcole.com\/index.php\/wp-json\/wp\/v2\/tags?post=4564"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}