{"id":14503,"date":"2025-05-15T22:00:00","date_gmt":"2025-05-15T22:00:00","guid":{"rendered":"https:\/\/modernsciences.org\/staging\/4414\/?p=14503"},"modified":"2025-05-16T04:46:35","modified_gmt":"2025-05-16T04:46:35","slug":"https-modernsciences-org-handwriting-vs-typing-early-reading-writing-skills-viewpoint-may-2025","status":"publish","type":"post","link":"https:\/\/modernsciences.org\/staging\/4414\/https-modernsciences-org-handwriting-vs-typing-early-reading-writing-skills-viewpoint-may-2025\/","title":{"rendered":"The Viewpoint: Study Shows Handwriting Enhances Early Reading and Writing Skills Over Typing"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Four small planets discovered around one of the closest stars to Earth \u2013 an expert explains what we know<\/title>\n    <style>\n        :root {\n            --primary: #00788C;\n            --accent: #B9E3E3;\n            --dark: #244B5A;\n            --text: #000000;\n            --background: #FFFFFF;\n            --section-gap: 2rem;\n            --border-radius: 8px;\n        }\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;\n            background-color: var(--background);\n            color: var(--text);\n            line-height: 1.5;\n            padding: 0;\n            margin: 0;\n            font-size: 0.95rem;\n        }\n        \n        .infographic-container {\n            max-width: 100%;\n            margin: 0 auto;\n            overflow-x: hidden;\n        }\n        \n        header {\n            background-color: var(--primary);\n            color: white;\n            padding: 2rem 1rem;\n            text-align: center;\n        }\n        \n        h1 {\n            font-size: 2rem;\n            margin-bottom: 0.75rem;\n            line-height: 1.2;\n        }\n        \n        .subtitle {\n            font-size: 1rem;\n            opacity: 0.9;\n        }\n        \n        .sections-container {\n            display: flex;\n            flex-direction: column;\n            padding: 2rem 1rem;\n            gap: var(--section-gap);\n        }\n        \n        .section {\n            background: white;\n            border-radius: var(--border-radius);\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);\n            padding: 2rem;\n            margin-bottom: 2rem;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .section:before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 8px;\n            height: 100%;\n            background-color: var(--primary);\n        }\n        \n        .section-header {\n            color: var(--primary);\n            font-size: 1.4rem;\n            margin-bottom: 1rem;\n            padding-left: 1rem;\n        }\n        \n        .section-content {\n            display: flex;\n            flex-direction: column;\n            gap: 1.25rem;\n        }\n        \n        .summary {\n            font-size: 0.95rem;\n            line-height: 1.6;\n        }\n        \n        .visual-cue {\n            background-color: var(--accent);\n            border-radius: var(--border-radius);\n            padding: 1.25rem;\n            text-align: center;\n            font-style: italic;\n            color: var(--dark);\n            font-size: 0.9rem;\n        }\n        \n        .image-attribution {\n            font-size: 0.75rem;\n            text-align: right;\n            opacity: 0.7;\n            margin-top: 0.25rem;\n            font-style: normal;\n            color: var(--dark);\n        }\n        \n        .visual-cue img {\n            max-width: 100%;\n            height: auto;\n            margin-bottom: 1rem;\n        }\n        \n        .callout-quote {\n            background-color: var(--accent);\n            padding: 1.5rem;\n            border-radius: var(--border-radius);\n            position: relative;\n            font-style: italic;\n            font-size: 1.1rem;\n            text-align: center;\n            margin: 1.5rem 0;\n            color: var(--dark);\n        }\n        \n        .callout-quote:before, .callout-quote:after {\n            content: '\"';\n            font-size: 3rem;\n            position: absolute;\n            opacity: 0.3;\n        }\n        \n        .callout-quote:before {\n            top: 0.5rem;\n            left: 1rem;\n        }\n        \n        .callout-quote:after {\n            bottom: -1rem;\n            right: 1rem;\n        }\n        \n        .callouts-container {\n            display: flex;\n            flex-direction: column;\n            gap: 1rem;\n        }\n        \n        .callout-item {\n            background-color: var(--accent);\n            padding: 1rem;\n            border-radius: var(--border-radius);\n        }\n        \n        .callout-label {\n            font-weight: bold;\n            color: var(--primary);\n            margin-bottom: 0.25rem;\n        }\n        \n        .timeline {\n            display: flex;\n            flex-direction: column;\n            margin: 2rem 0;\n            padding: 1rem 0;\n            position: relative;\n        }\n        \n        .timeline:before {\n            content: '';\n            position: absolute;\n            top: 50%;\n            left: 0;\n            width: 100%;\n            height: 4px;\n            background-color: var(--primary);\n            transform: translateY(-50%);\n            display: none;\n        }\n        \n        .timeline-event {\n            display: flex;\n            margin-bottom: 1.5rem;\n            align-items: center;\n            background-color: var(--accent);\n            padding: 1rem;\n            border-radius: var(--border-radius);\n        }\n        \n        .timeline-year {\n            font-weight: bold;\n            min-width: 100px;\n            color: var(--primary);\n        }\n        \n        .closing-quote {\n            font-size: 1.2rem;\n            font-style: italic;\n            text-align: center;\n            margin: 1.5rem 0;\n            color: var(--dark);\n            padding: 0.75rem;\n            border-top: 2px solid var(--accent);\n            border-bottom: 2px solid var(--accent);\n        }\n        \n        footer {\n            background-color: var(--dark);\n            color: white;\n            text-align: center;\n            padding: 1.25rem;\n            margin-top: 1.5rem;\n            font-size: 0.8rem;\n        }\n        \n        footer a {\n            color: var(--accent);\n            text-decoration: underline;\n        }\n        \n        .footer-attribution {\n            margin-top: 0.5rem;\n        }\n        \n        .statue-visual {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            gap: 1rem;\n            padding: 1.5rem;\n            background-color: var(--accent);\n            border-radius: var(--border-radius);\n        }\n        \n        .statues {\n            display: flex;\n            gap: 2rem;\n            justify-content: center;\n        }\n        \n        .statue {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n        }\n        \n        .statue-figure {\n            width: 60px;\n            height: 200px;\n            background-color: var(--dark);\n            position: relative;\n            border-radius: 8px;\n        }\n        \n        .statue-label {\n            margin-top: 0.5rem;\n            font-weight: bold;\n        }\n        \n        .silhouettes {\n            display: flex;\n            justify-content: center;\n            gap: 3rem;\n            background-color: var(--accent);\n            padding: 1.5rem;\n            border-radius: var(--border-radius);\n        }\n        \n        .silhouette {\n            position: relative;\n            width: 80px;\n            height: 200px;\n            background-color: var(--dark);\n            border-radius: 8px;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n        }\n        \n        .silhouette-label {\n            color: white;\n            background: var(--primary);\n            padding: 0.25rem 0.5rem;\n            border-radius: 4px;\n            position: absolute;\n            font-size: 0.75rem;\n        }\n        \n        .woman-pendant {\n            top: 60px;\n            right: -60px;\n        }\n        \n        .woman-laurel {\n            top: 100px;\n            right: -60px;\n        }\n        \n        .man-toga {\n            top: 80px;\n            left: -60px;\n        }\n        \n        \/* Responsive styles *\/\n        @media (min-width: 768px) {\n            .infographic-container {\n                max-width: 980px;\n                margin: 0 auto;\n            }\n            \n            header {\n                padding: 3rem 2rem;\n            }\n            \n            h1 {\n                font-size: 2.4rem;\n            }\n            \n            .sections-container {\n                padding: 2rem 1.5rem;\n            }\n            \n            .section {\n                padding: 2rem;\n            }\n            \n            .section-header {\n                font-size: 1.6rem;\n            }\n            \n            .callouts-container {\n                flex-direction: row;\n                flex-wrap: wrap;\n            }\n            \n            .callout-item {\n                flex: 1;\n                min-width: 200px;\n            }\n            \n            .timeline {\n                flex-direction: row;\n                justify-content: space-between;\n                padding: 2rem 0;\n            }\n            \n            .timeline:before {\n                display: block;\n            }\n            \n            .timeline-event {\n                flex-direction: column;\n                width: 30%;\n                position: relative;\n                margin-bottom: 0;\n            }\n            \n            .timeline-event:before {\n                content: '';\n                position: absolute;\n                top: -10px;\n                left: 50%;\n                width: 20px;\n                height: 20px;\n                background-color: var(--primary);\n                border-radius: 50%;\n                transform: translateX(-50%);\n            }\n            \n            .timeline-year {\n                margin-bottom: 0.5rem;\n                text-align: center;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n  <div class=\"infographic-container\">\n    <header>\n      <h1 id=\"study-shows-handwriting-enhances-early-reading-and-writing-skills-over-typing\">Study Shows Handwriting Enhances Early Reading and Writing Skills Over Typing<\/h1>\n      <div class=\"subtitle\">New research shows the power of pencil and paper in early education<\/div>\n    <\/header>\n\n    <div class=\"sections-container\">\n      <div class=\"section\">\n        <h2 id=\"typing-vs-handwriting-in-early-education\" class=\"section-header\">Typing vs. Handwriting in Early Education<\/h2>\n        <div class=\"section-content\">\n          <p class=\"summary\">\n            As schools increasingly use computers to teach reading and writing, many children learn letters through keyboards. But new research suggests handwriting may offer stronger learning benefits.\n          <\/p>\n          <div class=\"visual-cue\">\n             <img  decoding=\"async\"  src=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAApJREFUCNdjYAAAAAIAAeIhvDMAAAAASUVORK5CYII=\"  alt=\"Split screen showing a child typing on a keyboard on one side and another child writing by hand on the other side.\"  class=\" pk-lazyload\"  data-pk-sizes=\"auto\"  data-pk-src=\"https:\/\/pixvid.org\/images\/2025\/05\/15\/ChatGPT-Image-May-16-2025-11_14_13-AM.png\" >\n          <\/div>\n      <\/div>\n<\/div>\n      <div class=\"section\">\n        <h2 id=\"what-the-researchers-did\" class=\"section-header\">What the Researchers Did<\/h2>\n        <div class=\"section-content\">\n          <p class=\"summary\">\n            A study by the University of the Basque Country tested 5- to 6-year-old children on how well they learned new letters and words by either writing by hand or typing. They taught nine unfamiliar letters (from Georgian and Armenian) and 16 made-up words (pseudowords).\n          <\/p>\n          <div class=\"callout-quote\">Subjects: 5- to 6-year-old children \u2022 Letters: 9 unfamiliar characters \u2022 Words: 16 pseudowords<\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"section\">\n        <h2 id=\"handwriters-outperformed-typers\" class=\"section-header\">Handwriters Outperformed Typers<\/h2>\n        <div class=\"section-content\">\n          <p class=\"summary\">\n            Children who practiced writing by hand showed better performance in letter recognition, word writing, and word decoding.\n          <\/p>\n          <div class=\"visual-cue\">Bar chart comparison between handwriting and typing group across the three tasks<\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"section\">\n        <h2 id=\"the-power-of-movement\" class=\"section-header\">The Power of Movement<\/h2>\n        <div class=\"section-content\">\n          <p class=\"summary\">\n            Writing by hand involves &#8220;graphomotor&#8221; activity\u2014tracing letter shapes with a pencil\u2014which helps children understand how letters are formed. Typing doesn\u2019t require the same hand engagement.\n          <\/p>\n          <div class=\"callout-quote\">Graphomotor Function = Physical hand movement that reinforces learning<\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"section\">\n        <h2 id=\"letting-kids-write-freely-helps\" class=\"section-header\">Letting Kids Write Freely Helps<\/h2>\n        <div class=\"section-content\">\n          <p class=\"summary\">\n            Children who wrote letters without tracing guides learned better than those who followed letter outlines. More freedom in writing led to greater flexibility and stronger performance.\n          <\/p>\n          <div class=\"visual-cue\">\n             <img  decoding=\"async\"  src=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAApJREFUCNdjYAAAAAIAAeIhvDMAAAAASUVORK5CYII=\"  alt=\"Split screen showing guided tracing vs. freeform writing.\"  class=\" pk-lazyload\"  data-pk-sizes=\"auto\"  data-pk-src=\"https:\/\/pixvid.org\/images\/2025\/05\/16\/ChatGPT-Image-May-16-2025-12_31_53-PM.png\" >\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"section\">\n        <h2 id=\"handwriting-first-keyboards-later\" class=\"section-header\">Handwriting First, Keyboards Later<\/h2>\n        <div class=\"section-content\">\n          <p class=\"summary\">\n            The researchers recommend emphasizing handwriting in early learning. Digital tools can support\u2014but not replace\u2014manual writing during foundational stages of literacy development.\n          <\/p>\n          <div class=\"callout-quote\">Recommendation: Prioritize handwriting in the early years.<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <footer>\n      Based on a study published in the <a href=\"https:\/\/www.sciencedirect.com\/science\/article\/pii\/S0022096525000013\" target=\"_blank\" rel=\"noopener\">Journal of Experimental Child Psychology<\/a> by researchers at the <a href=\"https:\/\/www.ehu.eus\/en\/en-home\" target=\"_blank\" rel=\"noopener\">University of the Basque Country (UPV\/EHU)<\/a>.\n    <\/footer>\n  <\/div>\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"Four small planets discovered around one of the closest stars to Earth \u2013 an expert explains what we&hellip;\n","protected":false},"author":4,"featured_media":14512,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"nf_dc_page":"","fifu_image_url":"https:\/\/images.pexels.com\/photos\/5905707\/pexels-photo-5905707.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1","fifu_image_alt":"","footnotes":""},"categories":[12,10339],"tags":[9743,9732,9745,9741,9737,9740,9742,9731,9744,9746,9733,9728,9735,9727,9739,9729,9736,9734,9730,10008,9738],"class_list":{"0":"post-14503","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-health-and-body","8":"category-the-viewpoint","9":"tag-digital-devices-early-literacy","10":"tag-early-literacy-handwriting-benefits","11":"tag-early-writing-skill-acquisition-handwriting","12":"tag-georgian-armenian-alphabet-child-study","13":"tag-graphomotor-function-child-learning","14":"tag-handwriting-early-childhood-education","15":"tag-handwriting-flexibility-learning-outcomes","16":"tag-handwriting-improves-reading-skills","17":"tag-handwriting-motor-skill-development","18":"tag-handwriting-prioritized-over-typing","19":"tag-handwriting-pseudoword-learning","20":"tag-handwriting-vs-typing-early-learning","21":"tag-handwriting-word-decoding-performance","22":"tag-journal-of-experimental-child-psychology","23":"tag-manual-writing-and-word-formation","24":"tag-manual-writing-letter-recognition","25":"tag-pencil-writing-reading-development","26":"tag-typing-limits-letter-structure-learning","27":"tag-upv-ehu-handwriting-study","28":"tag-viewpoint","29":"tag-writing-by-hand-vs-keyboard","30":"cs-entry","31":"cs-video-wrap"},"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/modernsciences.org\/staging\/4414\/wp-json\/wp\/v2\/posts\/14503","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/modernsciences.org\/staging\/4414\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/modernsciences.org\/staging\/4414\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/modernsciences.org\/staging\/4414\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/modernsciences.org\/staging\/4414\/wp-json\/wp\/v2\/comments?post=14503"}],"version-history":[{"count":5,"href":"https:\/\/modernsciences.org\/staging\/4414\/wp-json\/wp\/v2\/posts\/14503\/revisions"}],"predecessor-version":[{"id":14513,"href":"https:\/\/modernsciences.org\/staging\/4414\/wp-json\/wp\/v2\/posts\/14503\/revisions\/14513"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/modernsciences.org\/staging\/4414\/wp-json\/wp\/v2\/media\/14512"}],"wp:attachment":[{"href":"https:\/\/modernsciences.org\/staging\/4414\/wp-json\/wp\/v2\/media?parent=14503"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/modernsciences.org\/staging\/4414\/wp-json\/wp\/v2\/categories?post=14503"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/modernsciences.org\/staging\/4414\/wp-json\/wp\/v2\/tags?post=14503"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}