<!DOCTYPE html>
<html lang="en">
<head>

    <title>Shurley English Blog</title>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    
    <link rel="preload" as="style" href="/blog/assets/built/screen.css?v=b7372db31b">
    <link rel="preload" as="script" href="/blog/assets/built/source.js?v=b7372db31b">
    
    <link rel="preload" as="font" type="font/woff2" href="/blog/assets/fonts/inter-roman.woff2?v=b7372db31b" crossorigin="anonymous">
<style>
    @font-face {
        font-family: "Inter";
        font-style: normal;
        font-weight: 100 900;
        font-display: optional;
        src: url(/blog/assets/fonts/inter-roman.woff2?v=b7372db31b) format("woff2");
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    }
</style>

    <link rel="stylesheet" type="text/css" href="/blog/assets/built/screen.css?v=b7372db31b">

    <style>
        :root {
            --background-color: #ffffff
        }
    </style>

    <script>
        /* The script for calculating the color contrast has been taken from
        https://gomakethings.com/dynamically-changing-the-text-color-based-on-background-color-contrast-with-vanilla-js/ */
        var accentColor = getComputedStyle(document.documentElement).getPropertyValue('--background-color');
        accentColor = accentColor.trim().slice(1);

        if (accentColor.length === 3) {
            accentColor = accentColor[0] + accentColor[0] + accentColor[1] + accentColor[1] + accentColor[2] + accentColor[2];
        }

        var r = parseInt(accentColor.substr(0, 2), 16);
        var g = parseInt(accentColor.substr(2, 2), 16);
        var b = parseInt(accentColor.substr(4, 2), 16);
        var yiq = ((r * 299) + (g * 587) + (b * 114)) / 1000;
        var textColor = (yiq >= 128) ? 'dark' : 'light';

        document.documentElement.className = `has-${textColor}-text`;
    </script>

    <meta name="description" content="Where the Shurley English team meets community, creativity, and continuing support. Proudly serving school and homeschool educators since 1989.">
    <link rel="canonical" href="https://shurley.com/blog/">
    <meta name="referrer" content="no-referrer-when-downgrade">
    <link rel="next" href="https://shurley.com/blog/page/2/">
    
    <meta property="og:site_name" content="Shurley English Blog">
    <meta property="og:type" content="website">
    <meta property="og:title" content="Shurley English Blog">
    <meta property="og:description" content="Where the Shurley English team meets community, creativity, and continuing support. Proudly serving school and homeschool educators since 1989.">
    <meta property="og:url" content="https://shurley.com/blog/">
    <meta property="og:image" content="https://shurley.com/blog/content/images/size/w1200/2025/11/Shurley-blog-pub-cover-image-3500x600-v1.png">
    <meta property="article:publisher" content="https://www.facebook.com/shurleyenglish">
    <meta name="twitter:card" content="summary_large_image">
    <meta name="twitter:title" content="Shurley English Blog">
    <meta name="twitter:description" content="Where the Shurley English team meets community, creativity, and continuing support. Proudly serving school and homeschool educators since 1989.">
    <meta name="twitter:url" content="https://shurley.com/blog/">
    <meta name="twitter:image" content="https://shurley.com/blog/content/images/size/w1200/2025/11/Shurley-blog-pub-cover-image-3500x600-v1.png">
    <meta name="twitter:site" content="@shurleyenglish">
    <meta property="og:image:width" content="1200">
    <meta property="og:image:height" content="206">
    
    <script type="application/ld+json">
{
    "@context": "https://schema.org",
    "@type": "WebSite",
    "publisher": {
        "@type": "Organization",
        "name": "Shurley English Blog",
        "url": "https://shurley.com/blog/",
        "logo": {
            "@type": "ImageObject",
            "url": "https://shurley.com/blog/content/images/2025/10/Shurley-English-SIM-Logo.png"
        }
    },
    "url": "https://shurley.com/blog/",
    "name": "Shurley English Blog",
    "image": {
        "@type": "ImageObject",
        "url": "https://shurley.com/blog/content/images/size/w1200/2025/11/Shurley-blog-pub-cover-image-3500x600-v1.png",
        "width": 1200,
        "height": 206
    },
    "mainEntityOfPage": "https://shurley.com/blog/",
    "description": "Where the Shurley English team meets community, creativity, and continuing support. Proudly serving school and homeschool educators since 1989."
}
    </script>

    <meta name="generator" content="Ghost 6.19">
    <link rel="alternate" type="application/rss+xml" title="Shurley English Blog" href="https://shurley.com/blog/rss/">
    
    <script defer src="https://cdn.jsdelivr.net/ghost/sodo-search@~1.8/umd/sodo-search.min.js" data-key="ccc4a160278f55532e2479a412" data-styles="https://cdn.jsdelivr.net/ghost/sodo-search@~1.8/umd/main.css" data-sodo-search="https://shurley.com/blog/" data-locale="en" crossorigin="anonymous"></script>
    <script defer src="https://cdn.jsdelivr.net/ghost/announcement-bar@~1.1/umd/announcement-bar.min.js" data-announcement-bar="https://shurley.com/blog/" data-api-url="https://shurley.com/blog/members/api/announcement/" crossorigin="anonymous"></script>
    <link href="https://shurley.com/blog/webmentions/receive/" rel="webmention">
    <script defer src="/blog/public/cards.min.js?v=b7372db31b"></script><style>:root {--ghost-accent-color: #FF1A75;}</style>
    <link rel="stylesheet" type="text/css" href="/blog/public/cards.min.css?v=b7372db31b">

</head>
<body class="home-template has-sans-title has-sans-body">

<div class="gh-viewport">
    
    <header id="gh-navigation" class="gh-navigation is-left-logo gh-outer">
    <div class="gh-navigation-inner gh-inner">

        <div class="gh-navigation-brand">
            <a class="gh-navigation-logo is-title" href="https://shurley.com/blog">
                    <img src="https://shurley.com/blog/content/images/2025/10/Shurley-English-SIM-Logo.png" alt="Shurley English Blog">
            </a>
            <button class="gh-search gh-icon-button" aria-label="Search this site" data-ghost-search>
    <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" width="20" height="20"><path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path></svg></button>            <button class="gh-burger gh-icon-button" aria-label="Menu">
                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 256 256"><path d="M224,128a8,8,0,0,1-8,8H40a8,8,0,0,1,0-16H216A8,8,0,0,1,224,128ZM40,72H216a8,8,0,0,0,0-16H40a8,8,0,0,0,0,16ZM216,184H40a8,8,0,0,0,0,16H216a8,8,0,0,0,0-16Z"></path></svg>                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 256 256"><path d="M205.66,194.34a8,8,0,0,1-11.32,11.32L128,139.31,61.66,205.66a8,8,0,0,1-11.32-11.32L116.69,128,50.34,61.66A8,8,0,0,1,61.66,50.34L128,116.69l66.34-66.35a8,8,0,0,1,11.32,11.32L139.31,128Z"></path></svg>            </button>
        </div>

        <nav class="gh-navigation-menu">
            <ul class="nav">
    <li class="nav-shurley-english-resources"><a href="https://www.shurley.com/">Shurley English Resources</a></li>
    <li class="nav-samples"><a href="https://www.shurley.com/?583c10bfdbd326ba151c5e3918677">Samples</a></li>
    <li class="nav-online-ordering"><a href="https://www.shurley.com/?583c10bfdbd326ba151c5e3918678">Online Ordering</a></li>
    <li class="nav-homeschooling"><a href="https://www.shurley.com/hs/">Homeschooling</a></li>
    <li class="nav-blog-contributors"><a href="https://shurley.com/blog/about/">Blog Contributors</a></li>
</ul>

        </nav>

        <div class="gh-navigation-actions">
                    <button class="gh-search gh-icon-button" aria-label="Search this site" data-ghost-search>
    <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" width="20" height="20"><path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path></svg></button>        </div>

    </div>
</header>

    

            <section class="gh-header is-classic has-image gh-outer">

                <img class="gh-header-image" src="https://shurley.com/blog/content/images/2025/11/Shurley-blog-pub-cover-image-3500x600-v1.png" alt="Shurley English Blog">

    <div class="gh-header-inner gh-inner">




            <h1 class="gh-header-title is-title"> </h1>
            <form class="gh-form">
                <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" width="20" height="20"><path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path></svg>                <button class="gh-form-input" data-ghost-search>Search posts, tags and authors</button>
            </form>

    </div>

</section>    

    


<section class="gh-container is-list gh-outer">
    <div class="gh-container-inner gh-inner">
        
            <h2 class="gh-container-title">
                Latest
            </h2>

        <main class="gh-main">
            <div class="gh-feed">

                                <article class="gh-card post">
    <a class="gh-card-link" href="/blog/thank-you-educators/">
            <figure class="gh-card-image">
                <img
                    srcset="/blog/content/images/size/w160/format/webp/2026/05/GettyImages-2209704862.jpg 160w,
                            /blog/content/images/size/w320/format/webp/2026/05/GettyImages-2209704862.jpg 320w,
                            /blog/content/images/size/w600/format/webp/2026/05/GettyImages-2209704862.jpg 600w,
                            /blog/content/images/size/w960/format/webp/2026/05/GettyImages-2209704862.jpg 960w,
                            /blog/content/images/size/w1200/format/webp/2026/05/GettyImages-2209704862.jpg 1200w,
                            /blog/content/images/size/w2000/format/webp/2026/05/GettyImages-2209704862.jpg 2000w"
                    sizes="320px"
                    src="/blog/content/images/size/w600/2026/05/GettyImages-2209704862.jpg"
                    alt="Thank you, educators!"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Thank you, educators!</h3>
                    <p class="gh-card-excerpt is-body">As the school year comes to an end, it is a great time to pause and reflect on the wonderful things that have happened in your classroom. You made a difference in the lives of your students; that&#39;s a fact! Every lesson, encouraging word, and connection made a</p>
            <footer class="gh-card-meta">
<!--
             -->                    <time class="gh-card-date" datetime="2026-05-26">26 May 2026</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                <article class="gh-card post">
    <a class="gh-card-link" href="/blog/summer-journaling-with-appreciative-inquiry-2/">
            <figure class="gh-card-image">
                <img
                    srcset="/blog/content/images/size/w160/format/webp/content/v1/59fcea52f09ca4f6f78c5b0f/1625054771454-H7SECAUCKCKGNQV23JJT/gettyimages-1280272057.jpg 160w,
                            /blog/content/images/size/w320/format/webp/content/v1/59fcea52f09ca4f6f78c5b0f/1625054771454-H7SECAUCKCKGNQV23JJT/gettyimages-1280272057.jpg 320w,
                            /blog/content/images/size/w600/format/webp/content/v1/59fcea52f09ca4f6f78c5b0f/1625054771454-H7SECAUCKCKGNQV23JJT/gettyimages-1280272057.jpg 600w,
                            /blog/content/images/size/w960/format/webp/content/v1/59fcea52f09ca4f6f78c5b0f/1625054771454-H7SECAUCKCKGNQV23JJT/gettyimages-1280272057.jpg 960w,
                            /blog/content/images/size/w1200/format/webp/content/v1/59fcea52f09ca4f6f78c5b0f/1625054771454-H7SECAUCKCKGNQV23JJT/gettyimages-1280272057.jpg 1200w,
                            /blog/content/images/size/w2000/format/webp/content/v1/59fcea52f09ca4f6f78c5b0f/1625054771454-H7SECAUCKCKGNQV23JJT/gettyimages-1280272057.jpg 2000w"
                    sizes="320px"
                    src="/blog/content/images/size/w600/content/v1/59fcea52f09ca4f6f78c5b0f/1625054771454-H7SECAUCKCKGNQV23JJT/gettyimages-1280272057.jpg"
                    alt="Summer Journaling with Appreciative Inquiry"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Summer Journaling with Appreciative Inquiry</h3>
                    <p class="gh-card-excerpt is-body">Summer vacation is coming soon! So, what are your plans? Have you included any activities that will help your child keep their language arts skills sharp over the break? (Haha! I’m almost positive that most of you just knitted your brows and sarcastically muttered the words: “Ugh, NO!”) Before</p>
            <footer class="gh-card-meta">
<!--
             -->                    <time class="gh-card-date" datetime="2026-05-19">19 May 2026</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                <article class="gh-card post">
    <a class="gh-card-link" href="/blog/creating-a-summer-adventure-list/">
            <figure class="gh-card-image">
                <img
                    srcset="/blog/content/images/size/w160/format/webp/content/v1/59fcea52f09ca4f6f78c5b0f/1652104693815-C6SL8F7WIVLGLG4ZEXU3/end_2bof_2byear_2bactivity_2bwith_2bshurley_2benglish.jpg 160w,
                            /blog/content/images/size/w320/format/webp/content/v1/59fcea52f09ca4f6f78c5b0f/1652104693815-C6SL8F7WIVLGLG4ZEXU3/end_2bof_2byear_2bactivity_2bwith_2bshurley_2benglish.jpg 320w,
                            /blog/content/images/size/w600/format/webp/content/v1/59fcea52f09ca4f6f78c5b0f/1652104693815-C6SL8F7WIVLGLG4ZEXU3/end_2bof_2byear_2bactivity_2bwith_2bshurley_2benglish.jpg 600w,
                            /blog/content/images/size/w960/format/webp/content/v1/59fcea52f09ca4f6f78c5b0f/1652104693815-C6SL8F7WIVLGLG4ZEXU3/end_2bof_2byear_2bactivity_2bwith_2bshurley_2benglish.jpg 960w,
                            /blog/content/images/size/w1200/format/webp/content/v1/59fcea52f09ca4f6f78c5b0f/1652104693815-C6SL8F7WIVLGLG4ZEXU3/end_2bof_2byear_2bactivity_2bwith_2bshurley_2benglish.jpg 1200w,
                            /blog/content/images/size/w2000/format/webp/content/v1/59fcea52f09ca4f6f78c5b0f/1652104693815-C6SL8F7WIVLGLG4ZEXU3/end_2bof_2byear_2bactivity_2bwith_2bshurley_2benglish.jpg 2000w"
                    sizes="320px"
                    src="/blog/content/images/size/w600/content/v1/59fcea52f09ca4f6f78c5b0f/1652104693815-C6SL8F7WIVLGLG4ZEXU3/end_2bof_2byear_2bactivity_2bwith_2bshurley_2benglish.jpg"
                    alt="Creating a Summer Adventure List"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Creating a Summer Adventure List</h3>
                    <p class="gh-card-excerpt is-body">As eager as your students are for the school year to end, it won’t be long until they are actually bored during their summer break. Yes, I said “bored.” Help your students stay focused and creative while they gear up for that day with this fun and creative classroom</p>
            <footer class="gh-card-meta">
<!--
             -->                    <time class="gh-card-date" datetime="2026-05-07">07 May 2026</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                <article class="gh-card post">
    <a class="gh-card-link" href="/blog/how-to-keep-language-arts-skills-sharp-during-the-summer-2/">
            <figure class="gh-card-image">
                <img
                    srcset="/blog/content/images/size/w160/format/webp/content/v1/59fcea52f09ca4f6f78c5b0f/1624550349539-62UKX7FTP4D5KNVI3Z4S/gettyimages-643421374.jpg 160w,
                            /blog/content/images/size/w320/format/webp/content/v1/59fcea52f09ca4f6f78c5b0f/1624550349539-62UKX7FTP4D5KNVI3Z4S/gettyimages-643421374.jpg 320w,
                            /blog/content/images/size/w600/format/webp/content/v1/59fcea52f09ca4f6f78c5b0f/1624550349539-62UKX7FTP4D5KNVI3Z4S/gettyimages-643421374.jpg 600w,
                            /blog/content/images/size/w960/format/webp/content/v1/59fcea52f09ca4f6f78c5b0f/1624550349539-62UKX7FTP4D5KNVI3Z4S/gettyimages-643421374.jpg 960w,
                            /blog/content/images/size/w1200/format/webp/content/v1/59fcea52f09ca4f6f78c5b0f/1624550349539-62UKX7FTP4D5KNVI3Z4S/gettyimages-643421374.jpg 1200w,
                            /blog/content/images/size/w2000/format/webp/content/v1/59fcea52f09ca4f6f78c5b0f/1624550349539-62UKX7FTP4D5KNVI3Z4S/gettyimages-643421374.jpg 2000w"
                    sizes="320px"
                    src="/blog/content/images/size/w600/content/v1/59fcea52f09ca4f6f78c5b0f/1624550349539-62UKX7FTP4D5KNVI3Z4S/gettyimages-643421374.jpg"
                    alt="How to Keep Language Arts Skills Sharp During the Summer"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">How to Keep Language Arts Skills Sharp During the Summer</h3>
                    <p class="gh-card-excerpt is-body">Slurpees, sunshine, swimming, sunbathing, relaxing, travel, camping, barbecues, bike rides, fireworks, friends, and LANGUAGE ARTS! Of course, summer vacation might include some of these foot-loose and fancy-free things, but it’s also an opportunity to keep parents engaged in their child’s learning over the summer months.

Remember, the key</p>
            <footer class="gh-card-meta">
<!--
             -->                    <time class="gh-card-date" datetime="2026-05-05">05 May 2026</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                <article class="gh-card post">
    <a class="gh-card-link" href="/blog/a-guide-to-verb-tenses-2/">
            <figure class="gh-card-image">
                <img
                    srcset="/blog/content/images/size/w160/format/webp/content/v1/59fcea52f09ca4f6f78c5b0f/1618267080419-F3XL9BL07Z56HU79R45O/gettyimages-1174501101.jpg 160w,
                            /blog/content/images/size/w320/format/webp/content/v1/59fcea52f09ca4f6f78c5b0f/1618267080419-F3XL9BL07Z56HU79R45O/gettyimages-1174501101.jpg 320w,
                            /blog/content/images/size/w600/format/webp/content/v1/59fcea52f09ca4f6f78c5b0f/1618267080419-F3XL9BL07Z56HU79R45O/gettyimages-1174501101.jpg 600w,
                            /blog/content/images/size/w960/format/webp/content/v1/59fcea52f09ca4f6f78c5b0f/1618267080419-F3XL9BL07Z56HU79R45O/gettyimages-1174501101.jpg 960w,
                            /blog/content/images/size/w1200/format/webp/content/v1/59fcea52f09ca4f6f78c5b0f/1618267080419-F3XL9BL07Z56HU79R45O/gettyimages-1174501101.jpg 1200w,
                            /blog/content/images/size/w2000/format/webp/content/v1/59fcea52f09ca4f6f78c5b0f/1618267080419-F3XL9BL07Z56HU79R45O/gettyimages-1174501101.jpg 2000w"
                    sizes="320px"
                    src="/blog/content/images/size/w600/content/v1/59fcea52f09ca4f6f78c5b0f/1618267080419-F3XL9BL07Z56HU79R45O/gettyimages-1174501101.jpg"
                    alt="A Guide to Verb Tenses"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">A Guide to Verb Tenses</h3>
                    <p class="gh-card-excerpt is-body">Verb tenses can be challenging for students and adults! In an effort to reinforce correct verb tense usage, why not play a little game? Let’s get started with a quick review of verb tenses.

Tense means time. So, that means that the verb in the sentence actually lets the</p>
            <footer class="gh-card-meta">
<!--
             -->                    <time class="gh-card-date" datetime="2026-04-28">28 Apr 2026</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                <article class="gh-card post">
    <a class="gh-card-link" href="/blog/lets-get-ziggy-with-language-arts-definitions-2/">
            <figure class="gh-card-image">
                <img
                    srcset="/blog/content/images/size/w160/format/webp/content/v1/59fcea52f09ca4f6f78c5b0f/1644855092729-GJ4GNRWQWLGG4ANLOL7D/jingle_2btime_2bwith_2bshurley_2benglish.jpg 160w,
                            /blog/content/images/size/w320/format/webp/content/v1/59fcea52f09ca4f6f78c5b0f/1644855092729-GJ4GNRWQWLGG4ANLOL7D/jingle_2btime_2bwith_2bshurley_2benglish.jpg 320w,
                            /blog/content/images/size/w600/format/webp/content/v1/59fcea52f09ca4f6f78c5b0f/1644855092729-GJ4GNRWQWLGG4ANLOL7D/jingle_2btime_2bwith_2bshurley_2benglish.jpg 600w,
                            /blog/content/images/size/w960/format/webp/content/v1/59fcea52f09ca4f6f78c5b0f/1644855092729-GJ4GNRWQWLGG4ANLOL7D/jingle_2btime_2bwith_2bshurley_2benglish.jpg 960w,
                            /blog/content/images/size/w1200/format/webp/content/v1/59fcea52f09ca4f6f78c5b0f/1644855092729-GJ4GNRWQWLGG4ANLOL7D/jingle_2btime_2bwith_2bshurley_2benglish.jpg 1200w,
                            /blog/content/images/size/w2000/format/webp/content/v1/59fcea52f09ca4f6f78c5b0f/1644855092729-GJ4GNRWQWLGG4ANLOL7D/jingle_2btime_2bwith_2bshurley_2benglish.jpg 2000w"
                    sizes="320px"
                    src="/blog/content/images/size/w600/content/v1/59fcea52f09ca4f6f78c5b0f/1644855092729-GJ4GNRWQWLGG4ANLOL7D/jingle_2btime_2bwith_2bshurley_2benglish.jpg"
                    alt="Let’s get “Ziggy&quot; with language arts definitions!"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Let’s get “Ziggy&quot; with language arts definitions!</h3>
                    <p class="gh-card-excerpt is-body">At Shurley English, we teach everything about Language Arts in a unique way. The curriculum has been divided into a combination of individual features that spiral together in harmony to teach difficult concepts successfully. Jingles are one of the unique features that we introduce, reinforce, and help students master, and</p>
            <footer class="gh-card-meta">
<!--
             -->                    <time class="gh-card-date" datetime="2026-04-21">21 Apr 2026</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                <article class="gh-card post">
    <a class="gh-card-link" href="/blog/lost-without-a-gps-my-road-trip-into-writing-instruction/">
            <figure class="gh-card-image">
                <img
                    srcset="/blog/content/images/size/w160/format/webp/content/v1/59fcea52f09ca4f6f78c5b0f/1759519646756-1GCHBXCNE8K5P2E1HDME/screenshot_2025-10-03_at_1-44-39_e2_80_afpm.png 160w,
                            /blog/content/images/size/w320/format/webp/content/v1/59fcea52f09ca4f6f78c5b0f/1759519646756-1GCHBXCNE8K5P2E1HDME/screenshot_2025-10-03_at_1-44-39_e2_80_afpm.png 320w,
                            /blog/content/images/size/w600/format/webp/content/v1/59fcea52f09ca4f6f78c5b0f/1759519646756-1GCHBXCNE8K5P2E1HDME/screenshot_2025-10-03_at_1-44-39_e2_80_afpm.png 600w,
                            /blog/content/images/size/w960/format/webp/content/v1/59fcea52f09ca4f6f78c5b0f/1759519646756-1GCHBXCNE8K5P2E1HDME/screenshot_2025-10-03_at_1-44-39_e2_80_afpm.png 960w,
                            /blog/content/images/size/w1200/format/webp/content/v1/59fcea52f09ca4f6f78c5b0f/1759519646756-1GCHBXCNE8K5P2E1HDME/screenshot_2025-10-03_at_1-44-39_e2_80_afpm.png 1200w,
                            /blog/content/images/size/w2000/format/webp/content/v1/59fcea52f09ca4f6f78c5b0f/1759519646756-1GCHBXCNE8K5P2E1HDME/screenshot_2025-10-03_at_1-44-39_e2_80_afpm.png 2000w"
                    sizes="320px"
                    src="/blog/content/images/size/w600/content/v1/59fcea52f09ca4f6f78c5b0f/1759519646756-1GCHBXCNE8K5P2E1HDME/screenshot_2025-10-03_at_1-44-39_e2_80_afpm.png"
                    alt="Lost Without a GPS: My Road Trip into Writing Instruction"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Lost Without a GPS: My Road Trip into Writing Instruction</h3>
                    <p class="gh-card-excerpt is-body">Have you ever set out on a road trip without a map or GPS? I tried it once, years ago. I thought, “How hard could it be?” A few wrong turns later, I was circling back, wasting time, and wishing I had just plugged in my destination from the start.</p>
            <footer class="gh-card-meta">
<!--
             -->                    <time class="gh-card-date" datetime="2026-04-15">15 Apr 2026</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                <article class="gh-card post">
    <a class="gh-card-link" href="/blog/teacher-talk-episode-7-the-cure-for-the-summer-slide/">
            <figure class="gh-card-image">
                <img
                    srcset="/blog/content/images/size/w160/format/webp/2026/04/Shurley-Teacher-Talk-Series-Episode-7-header-with-text-D.jpg 160w,
                            /blog/content/images/size/w320/format/webp/2026/04/Shurley-Teacher-Talk-Series-Episode-7-header-with-text-D.jpg 320w,
                            /blog/content/images/size/w600/format/webp/2026/04/Shurley-Teacher-Talk-Series-Episode-7-header-with-text-D.jpg 600w,
                            /blog/content/images/size/w960/format/webp/2026/04/Shurley-Teacher-Talk-Series-Episode-7-header-with-text-D.jpg 960w,
                            /blog/content/images/size/w1200/format/webp/2026/04/Shurley-Teacher-Talk-Series-Episode-7-header-with-text-D.jpg 1200w,
                            /blog/content/images/size/w2000/format/webp/2026/04/Shurley-Teacher-Talk-Series-Episode-7-header-with-text-D.jpg 2000w"
                    sizes="320px"
                    src="/blog/content/images/size/w600/2026/04/Shurley-Teacher-Talk-Series-Episode-7-header-with-text-D.jpg"
                    alt="Teacher Talk Episode 7: The Cure for the Summer Slide"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Teacher Talk Episode 7: The Cure for the Summer Slide</h3>
                    <p class="gh-card-excerpt is-body">Help your students avoid the dreaded summer slide! In this engaging session, you’ll discover practical ways to reduce the learning loss that often occurs after the final school bell rings. We will explore several proven strategies to keep kids accountable over the summer and send them off with ready-made</p>
            <footer class="gh-card-meta">
<!--
             -->                    <time class="gh-card-date" datetime="2026-04-07">07 Apr 2026</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                <article class="gh-card post">
    <a class="gh-card-link" href="/blog/the-importance-of-practice-2/">
            <figure class="gh-card-image">
                <img
                    srcset="/blog/content/images/size/w160/format/webp/2025/11/Screenshot-2025-11-03-at-8.42.01---AM.png 160w,
                            /blog/content/images/size/w320/format/webp/2025/11/Screenshot-2025-11-03-at-8.42.01---AM.png 320w,
                            /blog/content/images/size/w600/format/webp/2025/11/Screenshot-2025-11-03-at-8.42.01---AM.png 600w,
                            /blog/content/images/size/w960/format/webp/2025/11/Screenshot-2025-11-03-at-8.42.01---AM.png 960w,
                            /blog/content/images/size/w1200/format/webp/2025/11/Screenshot-2025-11-03-at-8.42.01---AM.png 1200w,
                            /blog/content/images/size/w2000/format/webp/2025/11/Screenshot-2025-11-03-at-8.42.01---AM.png 2000w"
                    sizes="320px"
                    src="/blog/content/images/size/w600/2025/11/Screenshot-2025-11-03-at-8.42.01---AM.png"
                    alt="The Importance of Practice"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">The Importance of Practice</h3>
                    <p class="gh-card-excerpt is-body">I have never taken a class in martial arts, but I have certainly enjoyed watching Bruce Lee’s moves in his action-packed films! Let’s face it. The guy was physically amazing, but more than that, he had a way with words!

Lee was more than just a famous martial</p>
            <footer class="gh-card-meta">
<!--
             -->                    <time class="gh-card-date" datetime="2026-03-31">31 Mar 2026</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                <article class="gh-card post">
    <a class="gh-card-link" href="/blog/teacher-toolbox-simple-ways-to-stay-motivated-2/">
            <figure class="gh-card-image">
                <img
                    srcset="/blog/content/images/size/w160/format/webp/content/v1/59fcea52f09ca4f6f78c5b0f/1652104560103-5Q6194YHZVFCDWAXR13J/gettyimages-515264060.jpg 160w,
                            /blog/content/images/size/w320/format/webp/content/v1/59fcea52f09ca4f6f78c5b0f/1652104560103-5Q6194YHZVFCDWAXR13J/gettyimages-515264060.jpg 320w,
                            /blog/content/images/size/w600/format/webp/content/v1/59fcea52f09ca4f6f78c5b0f/1652104560103-5Q6194YHZVFCDWAXR13J/gettyimages-515264060.jpg 600w,
                            /blog/content/images/size/w960/format/webp/content/v1/59fcea52f09ca4f6f78c5b0f/1652104560103-5Q6194YHZVFCDWAXR13J/gettyimages-515264060.jpg 960w,
                            /blog/content/images/size/w1200/format/webp/content/v1/59fcea52f09ca4f6f78c5b0f/1652104560103-5Q6194YHZVFCDWAXR13J/gettyimages-515264060.jpg 1200w,
                            /blog/content/images/size/w2000/format/webp/content/v1/59fcea52f09ca4f6f78c5b0f/1652104560103-5Q6194YHZVFCDWAXR13J/gettyimages-515264060.jpg 2000w"
                    sizes="320px"
                    src="/blog/content/images/size/w600/content/v1/59fcea52f09ca4f6f78c5b0f/1652104560103-5Q6194YHZVFCDWAXR13J/gettyimages-515264060.jpg"
                    alt="Teacher Toolbox: Simple Ways to Stay Motivated"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Teacher Toolbox: Simple Ways to Stay Motivated</h3>
                    <p class="gh-card-excerpt is-body">If you’ve ever found yourself in the middle of a tumultuous situation like a rip-roaring, indoor recess due to inclement weather, or a rigorous test preparation right before a holiday, you know how it feels when you need a break! You need it, and you need it NOW!

Now</p>
            <footer class="gh-card-meta">
<!--
             -->                    <time class="gh-card-date" datetime="2026-03-24">24 Mar 2026</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                <article class="gh-card post">
    <a class="gh-card-link" href="/blog/writing-toolbox-what-are-correlative-conjunctions-2/">
            <figure class="gh-card-image">
                <img
                    srcset="/blog/content/images/size/w160/format/webp/content/v1/59fcea52f09ca4f6f78c5b0f/1599045441361-JTFHGE7QTCRJZNJ38YMR/correlative_conjucntions_with_shurley_english.jpg 160w,
                            /blog/content/images/size/w320/format/webp/content/v1/59fcea52f09ca4f6f78c5b0f/1599045441361-JTFHGE7QTCRJZNJ38YMR/correlative_conjucntions_with_shurley_english.jpg 320w,
                            /blog/content/images/size/w600/format/webp/content/v1/59fcea52f09ca4f6f78c5b0f/1599045441361-JTFHGE7QTCRJZNJ38YMR/correlative_conjucntions_with_shurley_english.jpg 600w,
                            /blog/content/images/size/w960/format/webp/content/v1/59fcea52f09ca4f6f78c5b0f/1599045441361-JTFHGE7QTCRJZNJ38YMR/correlative_conjucntions_with_shurley_english.jpg 960w,
                            /blog/content/images/size/w1200/format/webp/content/v1/59fcea52f09ca4f6f78c5b0f/1599045441361-JTFHGE7QTCRJZNJ38YMR/correlative_conjucntions_with_shurley_english.jpg 1200w,
                            /blog/content/images/size/w2000/format/webp/content/v1/59fcea52f09ca4f6f78c5b0f/1599045441361-JTFHGE7QTCRJZNJ38YMR/correlative_conjucntions_with_shurley_english.jpg 2000w"
                    sizes="320px"
                    src="/blog/content/images/size/w600/content/v1/59fcea52f09ca4f6f78c5b0f/1599045441361-JTFHGE7QTCRJZNJ38YMR/correlative_conjucntions_with_shurley_english.jpg"
                    alt="Writing Toolbox: What are correlative conjunctions?"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Writing Toolbox: What are correlative conjunctions?</h3>
                    <p class="gh-card-excerpt is-body">Having the right tools in your writing toolbox can make all the difference when it comes time to revise a composition. Do your students need a creative way to link ideas and show association? Then look no further than the correlative conjunction! First, let&#39;s look at this simple</p>
            <footer class="gh-card-meta">
<!--
             -->                    <time class="gh-card-date" datetime="2026-03-17">17 Mar 2026</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                <article class="gh-card post">
    <a class="gh-card-link" href="/blog/the-playbook-of-literary-success-part-2-grammar/">
            <figure class="gh-card-image">
                <img
                    srcset="/blog/content/images/size/w160/format/webp/content/v1/59fcea52f09ca4f6f78c5b0f/1646061176511-YD5JFQ8FPAUI32IGKNR9/gettyimages-1353669027.jpg 160w,
                            /blog/content/images/size/w320/format/webp/content/v1/59fcea52f09ca4f6f78c5b0f/1646061176511-YD5JFQ8FPAUI32IGKNR9/gettyimages-1353669027.jpg 320w,
                            /blog/content/images/size/w600/format/webp/content/v1/59fcea52f09ca4f6f78c5b0f/1646061176511-YD5JFQ8FPAUI32IGKNR9/gettyimages-1353669027.jpg 600w,
                            /blog/content/images/size/w960/format/webp/content/v1/59fcea52f09ca4f6f78c5b0f/1646061176511-YD5JFQ8FPAUI32IGKNR9/gettyimages-1353669027.jpg 960w,
                            /blog/content/images/size/w1200/format/webp/content/v1/59fcea52f09ca4f6f78c5b0f/1646061176511-YD5JFQ8FPAUI32IGKNR9/gettyimages-1353669027.jpg 1200w,
                            /blog/content/images/size/w2000/format/webp/content/v1/59fcea52f09ca4f6f78c5b0f/1646061176511-YD5JFQ8FPAUI32IGKNR9/gettyimages-1353669027.jpg 2000w"
                    sizes="320px"
                    src="/blog/content/images/size/w600/content/v1/59fcea52f09ca4f6f78c5b0f/1646061176511-YD5JFQ8FPAUI32IGKNR9/gettyimages-1353669027.jpg"
                    alt="The Playbook of Literary Success, Part 2: Grammar"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">The Playbook of Literary Success, Part 2: Grammar</h3>
                    <p class="gh-card-excerpt is-body">Let’s get back into the language arts huddle to go over some key plays that will help your students win the game! If you missed Part I of the Playbook of Literacy Success, you might want to go back to the starting line to capture the necessity of a</p>
            <footer class="gh-card-meta">
<!--
             -->                    <time class="gh-card-date" datetime="2026-03-10">10 Mar 2026</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                    


            </div>

                <div class="gh-more is-title">
                    <a href="https://shurley.com/blog/page/2">See all <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M224.49,136.49l-72,72a12,12,0,0,1-17-17L187,140H40a12,12,0,0,1,0-24H187L135.51,64.48a12,12,0,0,1,17-17l72,72A12,12,0,0,1,224.49,136.49Z"></path></svg></a>
                </div>
        </main>


    </div>
</section>
    
    <footer class="gh-footer gh-outer">
    <div class="gh-footer-inner gh-inner">

        <div class="gh-footer-bar">
            <span class="gh-footer-logo is-title">
                    <img src="https://shurley.com/blog/content/images/2025/10/Shurley-English-SIM-Logo.png" alt="Shurley English Blog">
            </span>
            <nav class="gh-footer-menu">
                <ul class="nav">
    <li class="nav-c-shurley-instructional-materials-inc"><a href="https://www.shurley.com/">© Shurley Instructional Materials, Inc.</a></li>
</ul>

            </nav>
            <div class="gh-footer-copyright">
                Powered by <a href="https://ghost.org/" target="_blank" rel="noopener">Ghost</a>
            </div>
        </div>


    </div>
</footer>    
</div>


<script src="/blog/assets/built/source.js?v=b7372db31b"></script>



</body>
</html>
