
{"id":408289,"date":"2025-08-30T11:33:41","date_gmt":"2025-08-30T09:33:41","guid":{"rendered":"https:\/\/www.dynseo.com\/adapting-an-assessment-for-a-dyslexic-student-step-by-step\/"},"modified":"2026-04-29T04:56:29","modified_gmt":"2026-04-29T02:56:29","slug":"adapting-an-assessment-for-a-dyslexic-student-step-by-step","status":"publish","type":"post","link":"https:\/\/www.dynseo.com\/en\/adapting-an-assessment-for-a-dyslexic-student-step-by-step\/","title":{"rendered":"Adapting an Assessment for a Dyslexic Student Step by Step"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;0px|0px|0px|0px|false|false&#8221; margin_top=&#8221;0px&#8221; margin_bottom=&#8221;0px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;0px|0px|0px|0px|false|false&#8221; margin_top=&#8221;0px&#8221; margin_bottom=&#8221;0px&#8221; column_structure=&#8221;4_4&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;0px|0px|0px|0px|false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;0px|0px|0px|0px|false|false&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<style>\n        :root {\n            --bleu: #5e5ed7;\n            --bleu-dark: #5268c9;\n            --teal: #a9e2e4;\n            --jaune: #ffeca7;\n            --rose: #e73469;\n            --gris-clair: #f8f9fa;\n            --gris: #6c757d;\n            --noir: #2d3748;\n        }<\/p>\n<p>        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }<\/p>\n<p>        body {\n            font-family: 'Poppins', sans-serif;\n            line-height: 1.6;\n            color: var(--noir);\n            background: #fff;\n        }<\/p>\n<p>        .article-hero {\n            background: linear-gradient(135deg, var(--bleu) 0%, var(--bleu-dark) 100%);\n            color: white;\n            padding: 2rem 0 4rem;\n            position: relative;\n            overflow: hidden;\n        }<\/p>\n<p>        .article-hero-inner {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 2rem;\n        }<\/p>\n<p>        .article-breadcrumb {\n            font-size: 0.9rem;\n            margin-bottom: 1rem;\n            opacity: 0.9;\n        }<\/p>\n<p>        .article-breadcrumb a {\n            color: white;\n            text-decoration: none;\n        }<\/p>\n<p>        .article-category {\n            display: inline-block;\n            background: var(--rose);\n            color: white;\n            padding: 0.5rem 1rem;\n            border-radius: 20px;\n            font-size: 0.8rem;\n            font-weight: 600;\n            margin-bottom: 1.5rem;\n            text-transform: uppercase;\n        }<\/p>\n<p>        .article-hero h1 {\n            font-family: 'Montserrat', sans-serif;\n            font-size: clamp(2rem, 4vw, 3.5rem);\n            font-weight: 700;\n            line-height: 1.2;\n            margin-bottom: 1.5rem;\n        }<\/p>\n<p>        .hl {\n            background: linear-gradient(120deg, var(--jaune) 0%, var(--teal) 100%);\n            background-clip: text;\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n        }<\/p>\n<p>        .article-meta {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 2rem;\n            align-items: center;\n            margin-bottom: 2rem;\n            font-size: 0.9rem;\n        }<\/p>\n<p>        .article-meta-item {\n            display: flex;\n            align-items: center;\n            gap: 0.5rem;\n        }<\/p>\n<p>        .stars {\n            color: var(--jaune);\n            font-size: 1.1rem;\n        }<\/p>\n<p>        .article-hero-curve {\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            width: 100%;\n            height: 60px;\n            background: white;\n            clip-path: ellipse(100% 100% at 50% 100%);\n        }<\/p>\n<p>        .article-body {\n            padding: 4rem 0;\n        }<\/p>\n<p>        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 2rem;\n        }<\/p>\n<p>        .intro-block {\n            background: var(--gris-clair);\n            padding: 2.5rem;\n            border-radius: 15px;\n            margin-bottom: 3rem;\n            font-size: 1.1rem;\n            border-left: 5px solid var(--bleu);\n        }<\/p>\n<p>        .stats-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 2rem;\n            margin: 3rem 0;\n        }<\/p>\n<p>        .stat-card {\n            background: white;\n            padding: 2rem;\n            border-radius: 15px;\n            text-align: center;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.1);\n            border-top: 4px solid var(--bleu);\n            transition: transform 0.3s ease;\n        }<\/p>\n<p>        .stat-card:hover {\n            transform: translateY(-5px);\n        }<\/p>\n<p>        .stat-card:nth-child(2) {\n            border-top-color: var(--rose);\n        }<\/p>\n<p>        .stat-card:nth-child(3) {\n            border-top-color: var(--teal);\n        }<\/p>\n<p>        .stat-card:nth-child(4) {\n            border-top-color: var(--jaune);\n        }<\/p>\n<p>        .stat-card .number {\n            font-family: 'Montserrat', sans-serif;\n            font-size: 3rem;\n            font-weight: 700;\n            color: var(--bleu);\n            display: block;\n            line-height: 1;\n            margin-bottom: 0.5rem;\n        }<\/p>\n<p>        .stat-card .label {\n            font-size: 1rem;\n            color: var(--gris);\n            font-weight: 500;\n        }<\/p>\n<p>        h2 {\n            font-family: 'Montserrat', sans-serif;\n            font-size: 2rem;\n            color: var(--bleu-dark);\n            margin: 3rem 0 1.5rem;\n            position: relative;\n            padding-left: 2rem;\n        }<\/p>\n<p>        h2:before {\n            content: counter(section);\n            counter-increment: section;\n            position: absolute;\n            left: 0;\n            top: 0;\n            background: var(--rose);\n            color: white;\n            width: 1.5rem;\n            height: 1.5rem;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 0.9rem;\n            font-weight: 600;\n        }<\/p>\n<p>        h3 {\n            font-family: 'Montserrat', sans-serif;\n            font-size: 1.4rem;\n            color: var(--bleu);\n            margin: 2rem 0 1rem;\n        }<\/p>\n<p>        p {\n            margin-bottom: 1.5rem;\n            line-height: 1.7;\n        }<\/p>\n<p>        .conseil-card {\n            background: linear-gradient(135deg, var(--teal), var(--jaune));\n            padding: 2rem;\n            border-radius: 15px;\n            margin: 2rem 0;\n            color: var(--noir);\n            position: relative;\n        }<\/p>\n<p>        .conseil-card:before {\n            content: \"\ud83d\udca1\";\n            font-size: 2rem;\n            position: absolute;\n            top: 1rem;\n            right: 1rem;\n        }<\/p>\n<p>        .key-points {\n            background: white;\n            border: 2px solid var(--bleu);\n            border-radius: 15px;\n            padding: 2rem;\n            margin: 2rem 0;\n        }<\/p>\n<p>        .key-points h4 {\n            font-family: 'Montserrat', sans-serif;\n            color: var(--bleu);\n            margin-bottom: 1rem;\n            font-size: 1.2rem;\n        }<\/p>\n<p>        .key-points ul {\n            list-style: none;\n            padding-left: 0;\n        }<\/p>\n<p>        .key-points li {\n            position: relative;\n            padding-left: 2rem;\n            margin-bottom: 0.8rem;\n        }<\/p>\n<p>        .key-points li:before {\n            content: \"\u2713\";\n            position: absolute;\n            left: 0;\n            color: var(--rose);\n            font-weight: bold;\n        }<\/p>\n<p>        .tip-box {\n            background: var(--gris-clair);\n            border-left: 4px solid var(--rose);\n            padding: 1.5rem;\n            margin: 2rem 0;\n            border-radius: 0 10px 10px 0;\n        }<\/p>\n<p>        .tip-box-label {\n            font-weight: 600;\n            color: var(--rose);\n            font-size: 0.9rem;\n            text-transform: uppercase;\n            margin-bottom: 0.5rem;\n            display: block;\n        }<\/p>\n<p>        .expert-box {\n            background: linear-gradient(135deg, var(--bleu), var(--bleu-dark));\n            color: white;\n            padding: 2.5rem;\n            border-radius: 15px;\n            margin: 3rem 0;\n            position: relative;\n        }<\/p>\n<p>        .expert-box-label {\n            background: var(--jaune);\n            color: var(--noir);\n            padding: 0.5rem 1rem;\n            border-radius: 20px;\n            font-size: 0.8rem;\n            font-weight: 600;\n            display: inline-block;\n            margin-bottom: 1rem;\n        }<\/p>\n<p>        .expert-box-title {\n            font-family: 'Montserrat', sans-serif;\n            font-size: 1.5rem;\n            margin-bottom: 1rem;\n        }<\/p>\n<p>        .expert-inner {\n            background: rgba(255,255,255,0.1);\n            padding: 1.5rem;\n            border-radius: 10px;\n            margin-top: 1rem;\n        }<\/p>\n<p>        .expert-inner-title {\n            font-weight: 600;\n            margin-bottom: 0.8rem;\n        }<\/p>\n<p>        .faq-list {\n            margin: 3rem 0;\n        }<\/p>\n<p>        .faq-item {\n            border: 1px solid #e2e8f0;\n            border-radius: 10px;\n            margin-bottom: 1rem;\n            overflow: hidden;\n        }<\/p>\n<p>        .faq-q {\n            background: var(--gris-clair);\n            padding: 1.5rem;\n            cursor: pointer;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            font-weight: 600;\n            transition: background 0.3s ease;\n        }<\/p>\n<p>        .faq-q:hover {\n            background: #e2e8f0;\n        }<\/p>\n<p>        .faq-icon {\n            font-size: 1.5rem;\n            color: var(--bleu);\n            transition: transform 0.3s ease;\n        }<\/p>\n<p>        .faq-item.open .faq-icon {\n            transform: rotate(45deg);\n        }<\/p>\n<p>        .faq-a {\n            padding: 0 1.5rem;\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.3s ease, padding 0.3s ease;\n        }<\/p>\n<p>        .faq-item.open .faq-a {\n            padding: 1.5rem;\n            max-height: 500px;\n        }<\/p>\n<p>        .cta-box {\n            background: linear-gradient(135deg, var(--rose), var(--bleu));\n            color: white;\n            padding: 3rem;\n            border-radius: 20px;\n            text-align: center;\n            margin: 4rem 0;\n        }<\/p>\n<p>        .cta-box h3 {\n            color: white;\n            margin-bottom: 1rem;\n        }<\/p>\n<p>        .cta-buttons {\n            display: flex;\n            gap: 1rem;\n            justify-content: center;\n            margin-top: 2rem;\n            flex-wrap: wrap;\n        }<\/p>\n<p>        .btn-white {\n            background: white;\n            color: var(--bleu);\n            padding: 1rem 2rem;\n            border: none;\n            border-radius: 30px;\n            font-weight: 600;\n            text-decoration: none;\n            display: inline-block;\n            transition: transform 0.3s ease;\n        }<\/p>\n<p>        .btn-white:hover {\n            transform: translateY(-2px);\n        }<\/p>\n<p>        .btn-outline {\n            background: transparent;\n            color: white;\n            border: 2px solid white;\n            padding: 1rem 2rem;\n            border-radius: 30px;\n            font-weight: 600;\n            text-decoration: none;\n            display: inline-block;\n            transition: all 0.3s ease;\n        }<\/p>\n<p>        .btn-outline:hover {\n            background: white;\n            color: var(--bleu);\n        }<\/p>\n<p>        .article-tags {\n            margin: 3rem 0;\n            text-align: center;\n        }<\/p>\n<p>        .article-tag {\n            display: inline-block;\n            background: var(--gris-clair);\n            color: var(--gris);\n            padding: 0.5rem 1rem;\n            border-radius: 20px;\n            margin: 0.3rem;\n            font-size: 0.9rem;\n            text-decoration: none;\n            transition: all 0.3s ease;\n        }<\/p>\n<p>        .article-tag:hover {\n            background: var(--bleu);\n            color: white;\n        }<\/p>\n<p>        body {\n            counter-reset: section;\n        }<\/p>\n<p>        @media (max-width: 768px) {\n            .article-hero-inner {\n                padding: 0 1rem;\n            }<\/p>\n<p>            .container {\n                padding: 0 1rem;\n            }<\/p>\n<p>            .article-meta {\n                flex-direction: column;\n                align-items: flex-start;\n                gap: 1rem;\n            }<\/p>\n<p>            h2 {\n                font-size: 1.5rem;\n            }<\/p>\n<p>            .cta-buttons {\n                flex-direction: column;\n                align-items: center;\n            }\n        }\n    <\/style>\n<p><script>\n        document.querySelectorAll('.faq-q').forEach(function(button) {\n            button.addEventListener('click', function() {\n                button.closest('.faq-item').classList.toggle('open');\n            });\n        });\n    <\/script><br \/>\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@graph\": [\n    {\n      \"@type\": \"Article\",\n      \"headline\": \"Adapter une \u00e9valuation pour un \u00e9l\u00e8ve dyslexique pas \u00e0 pas\",\n      \"description\": \"\ud83d\udcc5 Avril 2026 \u23f1\ufe0f 25 min de lecture \ud83d\udc65 Enseignants et \u00e9ducateurs\",\n      \"image\": \"https:\/\/www.dynseo.com\/wp-content\/uploads\/2026\/04\/adapter-evaluation-eleve-dyslexique.jpg\",\n      \"author\": {\n        \"@type\": \"Organization\",\n        \"name\": \"DYNSEO\",\n        \"url\": \"https:\/\/www.dynseo.com\"\n      },\n      \"publisher\": {\n        \"@type\": \"Organization\",\n        \"name\": \"DYNSEO\",\n        \"url\": \"https:\/\/www.dynseo.com\",\n        \"logo\": {\n          \"@type\": \"ImageObject\",\n          \"url\": \"https:\/\/www.dynseo.com\/wp-content\/uploads\/logo-dynseo.png\"\n        }\n      },\n      \"datePublished\": \"2026-04-07\",\n      \"dateModified\": \"2026-04-07\",\n      \"aggregateRating\": {\n        \"@type\": \"AggregateRating\",\n        \"ratingValue\": \"4.8\",\n        \"bestRating\": \"5\",\n        \"ratingCount\": \"47\"\n      },\n      \"mainEntityOfPage\": {\n        \"@type\": \"WebPage\",\n        \"@id\": \"https:\/\/www.dynseo.com\/adapter-une-evaluation-pour-un-eleve-dyslexique-pas-a-pas\/\"\n      }\n    },\n    {\n      \"@type\": \"WebPage\",\n      \"@id\": \"https:\/\/www.dynseo.com\/adapter-une-evaluation-pour-un-eleve-dyslexique-pas-a-pas\/\",\n      \"url\": \"https:\/\/www.dynseo.com\/adapter-une-evaluation-pour-un-eleve-dyslexique-pas-a-pas\/\",\n      \"name\": \"Adapter une \u00e9valuation pour un \u00e9l\u00e8ve dyslexique pas \u00e0 pas\",\n      \"description\": \"\ud83d\udcc5 Avril 2026 \u23f1\ufe0f 25 min de lecture \ud83d\udc65 Enseignants et \u00e9ducateurs\",\n      \"breadcrumb\": {\n        \"@type\": \"BreadcrumbList\",\n        \"itemListElement\": [\n          {\n            \"@type\": \"ListItem\",\n            \"position\": 1,\n            \"name\": \"Accueil\",\n            \"item\": \"https:\/\/www.dynseo.com\/\"\n          },\n          {\n            \"@type\": \"ListItem\",\n            \"position\": 2,\n            \"name\": \"Blog\",\n            \"item\": \"https:\/\/www.dynseo.com\/blog\/\"\n          },\n          {\n            \"@type\": \"ListItem\",\n            \"position\": 3,\n            \"name\": \"Adapter une \u00e9valuation pour un \u00e9l\u00e8ve dyslexique pas \u00e0 pas\",\n            \"item\": \"https:\/\/www.dynseo.com\/adapter-une-evaluation-pour-un-eleve-dyslexique-pas-a-pas\/\"\n          }\n        ]\n      }\n    },\n    {\n      \"@type\": \"FAQPage\",\n      \"mainEntity\": [\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Adapter les \u00e9valuations ne risque-t-il pas de baisser le niveau g\u00e9n\u00e9ral de la classe ?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"Adapter les \u00e9valuations pour les \u00e9l\u00e8ves dyslexiques ne baisse pas le niveau g\u00e9n\u00e9ral de la classe. Ces adaptations permettent aux \u00e9l\u00e8ves dyslexiques d'exprimer leurs vraies comp\u00e9tences sans \u00eatre p\u00e9nalis\u00e9s par leurs difficult\u00e9s de lecture. Le niveau d'exigence reste le m\u00eame, seuls les moyens d'\u00e9valuation changent.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Comment s'assurer que les adaptations sont \u00e9quitables pour tous les \u00e9l\u00e8ves ?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"L'\u00e9quit\u00e9 ne signifie pas donner la m\u00eame chose \u00e0 tous, mais donner \u00e0 chacun ce dont il a besoin pour r\u00e9ussir. Les adaptations sont bas\u00e9es sur des besoins sp\u00e9cifiques identifi\u00e9s par des professionnels et sont formalis\u00e9es dans des documents officiels comme les PAP ou PPS.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Quels sont les outils technologiques les plus efficaces pour les \u00e9l\u00e8ves dyslexiques ?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"Les outils les plus efficaces incluent les logiciels de synth\u00e8se vocale, les correcteurs orthographiques adapt\u00e9s, les applications de lecture comme DYNSEO, les dictaphones pour les r\u00e9ponses orales, et les polices sp\u00e9cialement con\u00e7ues pour faciliter la lecture.\"\n          }\n        }\n      ]\n    }\n  ]\n}\n<\/script>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;600;700&#038;family=Poppins:wght@300;400;500;600&#038;display=swap\" rel=\"stylesheet\">\n<section class=\"article-hero\">\n<div class=\"article-hero-inner\">\n<div class=\"article-breadcrumb\">\n                <a href=\"\/\">Home<\/a> > <a href=\"\/education\">Education<\/a> > Adapting an assessment for a dyslexic student\n            <\/div>\n<div class=\"article-category\">Teaching Guide<\/div>\n<h1>Adapting an <span class=\"hl\">assessment<\/span> for a dyslexic student: Practical guide<\/h1>\n<div class=\"article-meta\">\n<div class=\"article-meta-item\">\n                    \ud83d\udcc5 April 2026\n                <\/div>\n<div class=\"article-meta-item\">\n                    \u23f1\ufe0f 25 min read\n                <\/div>\n<div class=\"article-meta-item\">\n                    \ud83d\udc65 Teachers and educators\n                <\/div>\n<div class=\"article-meta-item\">\n                    <span class=\"stars\">\u2605\u2605\u2605\u2605\u2606<\/span> 4.8\/5 (124 reviews)\n                <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"article-hero-curve\"><\/div>\n<\/section>\n<div class=\"article-body\">\n<div class=\"container\">\n<div class=\"intro-block\">\n                Dyslexia affects about 8% of students and represents one of the most common educational challenges in our classrooms. Adapting assessments for these students is not only a legal obligation, it is an ethical necessity that allows their true potential to be revealed. This comprehensive guide will walk you through step by step to transform your assessment practices and create a truly inclusive learning environment. Discover concrete strategies, innovative tools, and proven methods to enable each dyslexic student to demonstrate their skills without their reading difficulties being an insurmountable obstacle. Equal opportunities begin with fair assessments tailored to the specific needs of each individual.\n            <\/div>\n<div class=\"stats-grid\">\n<div class=\"stat-card\">\n                    <span class=\"number\">8%<\/span><br \/>\n                    <span class=\"label\">of dyslexic students in class<\/span>\n                <\/div>\n<div class=\"stat-card\">\n                    <span class=\"number\">75%<\/span><br \/>\n                    <span class=\"label\">improvement in results with adaptations<\/span>\n                <\/div>\n<div class=\"stat-card\">\n                    <span class=\"number\">12<\/span><br \/>\n                    <span class=\"label\">effective adaptation strategies<\/span>\n                <\/div>\n<div class=\"stat-card\">\n                    <span class=\"number\">30min<\/span><br \/>\n                    <span class=\"label\">of additional recommended time<\/span>\n                <\/div>\n<\/p><\/div>\n<h2>Understanding the mechanisms of dyslexia to better adapt<\/h2>\n<pee>Dyslexia is a neurodevelopmental disorder that primarily affects reading and writing mechanisms. Contrary to popular belief, it does not indicate any intellectual deficit but reveals a particular neurological functioning that requires specific pedagogical approaches. Research in neuroscience has shown that the brains of dyslexic individuals process information differently, particularly in the areas responsible for phonological decoding.<\/pee>\n<pee>This neurological difference results in variable difficulties depending on the individual: problems with word recognition, slow reading, spelling difficulties, confusion between similar letters, or comprehension issues when the decoding effort is too great. It is crucial to understand that these manifestations vary greatly from one student to another, making an individualized approach essential.<\/pee>\n<pee>Dyslexic students often develop remarkable compensatory strategies: visual memorization, use of context, reliance on graphic cues. Recognizing and valuing these strategies allows building on their natural strengths. Moreover, dyslexia is often accompanied by particular talents in other areas: creativity, three-dimensional thinking, synthesis abilities, or solving complex problems.<\/pee>\n<div class=\"conseil-card\">\n<h4>DYNSEO Expert Advice<\/h4>\n<pee>Carefully observe the spontaneous strategies of your dyslexic students. Their workaround methods often reveal their strengths and can inspire effective adaptations for the whole class. A student who draws to memorize may benefit from visual assessments, while another who explains orally shows their need for verbal expression.<\/pee>\n            <\/div>\n<div class=\"key-points\">\n<h4>Key points on dyslexia<\/h4>\n<ul>\n<li>Neurodevelopmental disorder unrelated to intelligence<\/li>\n<li>Very variable manifestations depending on individuals<\/li>\n<li>Development of creative compensatory strategies<\/li>\n<li>Often associated with talents in other areas<\/li>\n<li>Requires individualized and evolving adaptations<\/li>\n<\/ul><\/div>\n<h2>Identify the specific needs of each dyslexic student<\/h2>\n<pee>The precise identification of specific needs is the foundation of any successful adaptation. This process begins with systematic observation in the classroom, complemented by regular exchanges with the student, their family, and the professionals who support them. Each dyslexic student presents a unique profile that requires a detailed analysis of their strengths and difficulties.<\/pee>\n<pee>Classroom observation should focus on several aspects: reading speed, oral versus written comprehension, spontaneous strategies used, moments of cognitive fatigue, types of recurring errors, and situations where the student performs best. Keeping an observation notebook allows for spotting patterns and gradually adjusting teaching strategies.<\/pee>\n<pee>Direct dialogue with the student proves particularly revealing. Many dyslexic students develop a fine metacognitive awareness of their difficulties and can articulate their needs precisely. These exchanges also strengthen their feeling of being taken into account and their motivation to engage in learning.<\/pee>\n<div class=\"tip-box\">\n                <span class=\"tip-box-label\">Practical tip<\/span>\n                <pee>Create a personalized &#8220;learning profile&#8221; for each dyslexic student, including their sensory preferences, effective strategies, motivational topics, and specific needs. Review this profile regularly with the student to refine it.<\/pee>\n            <\/div>\n<pee>Collaboration with families provides essential complementary insights. Parents observe the child in different contexts and can share valuable information about their learning strategies at home, their interests, or their reactions to difficulties. This collaboration also strengthens the coherence between school and home.<\/pee>\n<div class=\"expert-box\">\n                <span class=\"expert-box-label\">DYNSEO Expertise<\/span><\/p>\n<h3 class=\"expert-box-title\">Multidimensional assessment of needs<\/h3>\n<pee>The identification of specific needs becomes more effective when it relies on a multidimensional assessment combining behavioral observation, standardized tests, and analysis of the student&#8217;s outputs.<\/pee>\n<div class=\"expert-inner\">\n<div class=\"expert-inner-title\">Recommended observation grid:<\/div>\n<pee>\u2022 Phonological decoding and visual word recognition<!\u2013- [et_pb_br_holder] -\u2013><br \/>\n                    \u2022 Reading fluency and comprehension strategies<!\u2013- [et_pb_br_holder] -\u2013><br \/>\n                    \u2022 Spelling skills and written expression<!\u2013- [et_pb_br_holder] -\u2013><br \/>\n                    \u2022 Working memory and sustained attention<!\u2013- [et_pb_br_holder] -\u2013><br \/>\n                    \u2022 Learning preferences and sensory modalities<\/pee>\n                <\/div>\n<\/p><\/div>\n<h2>Adapt the content and form of assessments<\/h2>\n<pee>Adapting the content of assessments requires deep reflection on the actual educational objectives targeted. It is important to clearly distinguish between disciplinary skills and reading and writing skills, to avoid dyslexic difficulties masking actual learning in the subject taught. This fundamental distinction guides all subsequent adaptations.<\/pee>\n<pee>Simplifying instructions often constitutes the first necessary adaptation. Complex formulations, sentences with multiple clauses, or ambiguous terms can pose major obstacles for dyslexic students. Favoring short sentences, precise vocabulary, and a logical structure significantly facilitates their understanding and allows them to focus on the disciplinary content.<\/pee>\n<pee>Diversifying assessment formats opens new possibilities for expression for dyslexic students. Offering alternatives to traditional writing &#8211; oral presentation, visual creation, audio recording, mind mapping &#8211; allows for the revelation of skills that would remain invisible in a classic format. This diversification often benefits the entire class as well.<\/pee>\n<div class=\"conseil-card\">\n<h4>Progressive adaptation strategy<\/h4>\n<pee>Start by adapting one assessment out of two, then gradually increase. This approach allows the student to get used to the new formats while giving you time to refine your practices. Document what works best for each student to create a library of effective adaptations.<\/pee>\n            <\/div>\n<h2>Optimize time and space management<\/h2>\n<pee>Time management represents a major challenge for dyslexic students, who often require 1.5 to 2 times more time to read and process written information. This slowness does not reflect a lack of competence but rather the additional cognitive load imposed by decoding. Allowing extra time helps to rebalance the assessment conditions.<\/pee>\n<pee>The organization of space also plays a crucial role. A calm environment, with fewer visual and auditory distractions, promotes concentration. Some students benefit from an individual desk, while others prefer to stay in the group but with specific arrangements such as noise-canceling headphones or an inclined reading support.<\/pee>\n<pee>Planning assessments deserves special attention. Avoid scheduling multiple important assessments on the same day, offer flexible testing slots, or allow for adapted preparation are all measures that reduce stress and optimize the performance of dyslexic students.<\/pee>\n<div class=\"key-points\">\n<h4>Effective temporal and spatial arrangements<\/h4>\n<ul>\n<li>Additional time of 30 to 50% according to needs<\/li>\n<li>Possibility of regular breaks to avoid fatigue<\/li>\n<li>Calm environment with minimal visual stimulation<\/li>\n<li>Adapted materials: sloped support, headphones, lighting<\/li>\n<li>Flexible planning of important assessments<\/li>\n<\/ul><\/div>\n<h2>Integrate digital and technological tools<\/h2>\n<pee>Digital tools are valuable allies for dyslexic students, offering remarkable opportunities for compensation and empowerment. Text-to-speech software allows any text to be transformed into audio, freeing the student from the effort of decoding to focus on comprehension. This technology proves particularly useful for long or complex texts.<\/pee>\n<pee>Specialized educational applications like <strong>COCO THINKS<\/strong> offer tailored exercises that work on fundamental cognitive skills while respecting each student&#8217;s learning pace. These tools often incorporate accessibility features: adapted font, adjustable contrast, audio reading, and immediate feedback. The playful approach maintains motivation while reinforcing learning.<\/pee>\n<pee>The combination of cognitive and physical activities, as proposed by <strong>COCO MOVES<\/strong>, particularly meets the needs of dyslexic students who benefit from active breaks to regulate their attention. This alternation between cognitive stimulation and physical movement optimizes learning capacities and reduces the mental fatigue characteristic of DYS disorders.<\/pee>\n<div class=\"expert-box\">\n                <span class=\"expert-box-label\">DYNSEO Innovation<\/span><\/p>\n<h3 class=\"expert-box-title\">Adaptive technology for inclusion<\/h3>\n<pee>DYNSEO solutions integrate automatic adaptation algorithms that adjust difficulty in real-time according to the student&#8217;s performance. This personalization allows for optimal learning without excessive frustration or under-stimulation.<\/pee>\n<div class=\"expert-inner\">\n<div class=\"expert-inner-title\">Key features for dyslexic students:<\/div>\n<pee>\u2022 Clean and contrasting interface to facilitate reading<!\u2013- [et_pb_br_holder] -\u2013><br \/>\n                    \u2022 Integrated text-to-speech for all textual content<!\u2013- [et_pb_br_holder] -\u2013><br \/>\n                    \u2022 Personalized progression according to the learning profile<!\u2013- [et_pb_br_holder] -\u2013><br \/>\n                    \u2022 Automatic sports breaks every 15 minutes<!\u2013- [et_pb_br_holder] -\u2013><br \/>\n                    \u2022 Detailed tracking of progress and specific difficulties<\/pee>\n                <\/div>\n<\/p><\/div>\n<h2>Develop alternative assessment strategies<\/h2>\n<pee>Alternative assessment does not mean simplified assessment, but rather adapted assessment that allows measuring the same skills through different pathways. The goal remains to maintain academic rigor while removing obstacles related to dyslexic difficulties. This approach requires pedagogical creativity and deep reflection on ways to reveal learning.<\/pee>\n<pee>Oral assessment often constitutes a particularly effective alternative for dyslexic students, who can thus demonstrate their knowledge without the barrier of writing. This modality allows for a more direct evaluation of reflection, argumentation, and conceptual mastery. However, it is important to structure these oral assessments to ensure their objectivity and comparability.<\/pee>\n<pee>The use of visual supports &#8211; diagrams, mind maps, infographics &#8211; offers dyslexic students a mode of expression that often aligns with their natural strengths. Many spontaneously develop visual and spatial thinking that can be valued in assessments. These formats reveal skills in organization, synthesis, and creativity.<\/pee>\n<div class=\"tip-box\">\n                <span class=\"tip-box-label\">Pedagogical innovation<\/span>\n                <pee>Experiment with digital portfolio assessment where the student gathers their productions in different formats (audio, video, diagrams, short texts). This approach values the diversity of talents and allows for longitudinal tracking of progress.<\/pee>\n            <\/div>\n<h2>Create a supportive assessment environment<\/h2>\n<pee>The psychological environment in which assessments take place significantly influences the performance of dyslexic students. Stress and anxiety can amplify their difficulties and create a vicious cycle of failure. Building a climate of trust, where mistakes are seen as a learning element rather than a failure, unlocks the potential of these students.<\/pee>\n<pee>Clear communication of expectations and assessment criteria reassures dyslexic students, who have often experienced difficult-to-understand failure experiences. Clarifying what will be assessed, how, and why allows them to better prepare and reduces their anticipatory anxiety. This transparency benefits all students but is particularly important for those in difficulty.<\/pee>\n<pee>The systematic recognition of progress, even minimal, maintains motivation and builds self-esteem. Dyslexic students often progress in a non-linear manner, with sudden advances followed by plateau phases. Recognizing and celebrating each milestone encourages them to persevere in their efforts.<\/pee>\n<div class=\"conseil-card\">\n<h4>Create a positive evaluation ritual<\/h4>\n<pee>Establish a moment of collective preparation before each evaluation: reminder of effective strategies, relaxation exercises, personalized encouragements. This ritual reassures anxious students and creates a positive group dynamic that benefits everyone.<\/pee>\n            <\/div>\n<h2>Train and raise awareness among the educational team<\/h2>\n<pee>Adapting evaluations for dyslexic students requires a shared understanding within the educational team. Continuous training for teachers on learning disorders and adaptation strategies is an essential investment for school inclusion. This training should be practical and grounded in the concrete situations encountered in class.<\/pee>\n<pee>Interprofessional collaboration significantly enriches adaptive practices. Speech therapists, psychologists, occupational therapists, and specialized teachers each bring their specific expertise. This cooperation allows for the construction of coherent adaptations and the coordinated monitoring of the student&#8217;s evolving needs.<\/pee>\n<pee>Raising awareness among the entire educational community, including students, promotes acceptance of adaptations and reduces the risk of stigmatization. Explaining that everyone has different needs and that equity means giving each person what they need to succeed creates an inclusive climate beneficial to all.<\/pee>\n<div class=\"key-points\">\n<h4>Key elements of team training<\/h4>\n<ul>\n<li>Knowledge of the mechanisms of dyslexia<\/li>\n<li>Mastery of adaptation tools and techniques<\/li>\n<li>Skills in pedagogical differentiation<\/li>\n<li>Collaboration with specialized professionals<\/li>\n<li>Evaluation of the effectiveness of adaptations<\/li>\n<\/ul><\/div>\n<h2>Measure the effectiveness of the adaptations implemented<\/h2>\n<pee>Evaluating the effectiveness of adaptations is a crucial step that is often overlooked. It is not enough to implement adjustments; it is also necessary to verify that they produce the expected effects and to adjust them if necessary. This continuous improvement approach ensures the optimization of inclusive practices.<\/pee>\n<pee>Monitoring progress must be multidimensional: academic performance, student well-being, self-confidence, motivation for learning. Quantitative indicators (grades, completion time) should be complemented by qualitative observations on engagement, strategies used, and developed autonomy.<\/pee>\n<pee>The student&#8217;s involvement in evaluating their own adaptations develops their metacognition and self-determination. Regularly asking them what helps them the most, what remains difficult, or what new strategy they would like to try makes them an active participant in their own success and continuously refines pedagogical responses.<\/pee>\n<div class=\"expert-box\">\n                <span class=\"expert-box-label\">DYNSEO Research<\/span><\/p>\n<h3 class=\"expert-box-title\">Indicators of the effectiveness of adaptations<\/h3>\n<pee>DYNSEO&#8217;s research on the effectiveness of adaptations reveals the importance of longitudinal monitoring combining objective data and the student&#8217;s subjective feelings.<\/pee>\n<div class=\"expert-inner\">\n<div class=\"expert-inner-title\">Recommended evaluation grid:<\/div>\n<pee>\u2022 Evolution of performance in adapted subjects<!\u2013- [et_pb_br_holder] -\u2013><br \/>\n                    \u2022 Time taken to complete tasks and associated fatigue<!\u2013- [et_pb_br_holder] -\u2013><br \/>\n                    \u2022 Autonomy in using assistive tools<!\u2013- [et_pb_br_holder] -\u2013><br \/>\n                    \u2022 Motivation and engagement in learning<!\u2013- [et_pb_br_holder] -\u2013><br \/>\n                    \u2022 Transfer of strategies to other situations<\/pee>\n                <\/div>\n<\/p><\/div>\n<h2>Anticipate the transition to autonomy<\/h2>\n<pee>The ultimate goal of adaptations is not to create dependence but to gradually build the autonomy of the dyslexic student. This transition to autonomy must be planned and supported, involving the student in the choice and use of their compensatory strategies. Acquiring this autonomy is a key factor for future academic and professional success.<\/pee>\n<pee>Explicit learning of metacognitive strategies helps the student identify their own needs and adapt their approach according to the situations. Teaching them to recognize when they need help, which tools to use, and how to organize their work develops their self-determination. This skill proves particularly valuable for pursuing higher education.<\/pee>\n<pee>Preparation for official exams requires special attention. Dyslexic students must learn to effectively use the accommodations they are entitled to (extra time, secretary, computer) while developing confidence in their abilities. This technical and psychological preparation largely conditions their success in important deadlines.<\/pee>\n<div class=\"tip-box\">\n                <span class=\"tip-box-label\">Successful transition<\/span>\n                <pee>Create a &#8220;dyslexic student passport&#8221; that summarizes their effective strategies, preferred tools, and specific needs. This document accompanies them in their transitions (changing classes, schools) and facilitates the transmission of information between teachers.<\/pee>\n            <\/div>\n<h2>Involve families in the adaptation process<\/h2>\n<pee>Collaboration with families is an essential pillar of the success of adaptations. Parents of dyslexic students often experience a difficult journey, filled with misunderstandings and sometimes guilt. Positively involving them in the adaptation process enhances the effectiveness of interventions and supports educational coherence between school and home.<\/pee>\n<pee>Training parents in homework assistance strategies and educational support avoids frequent family tensions around learning. Explaining the mechanisms of dyslexia, effective strategies, and pitfalls to avoid transforms homework help moments into positive learning opportunities rather than sources of conflict.<\/pee>\n<pee>Family involvement in monitoring progress and adjusting adaptations enriches the overall understanding of the student&#8217;s needs. Parents observe the child in contexts different from the classroom and can report on the effectiveness or limitations of certain strategies. This triangular collaboration between student-school-family optimizes the chances of success.<\/pee>\n<div class=\"conseil-card\">\n<h4>Effective communication with families<\/h4>\n<pee>Organize regular meetings focused on successes before addressing difficulties. Starting by highlighting progress, even minimal, creates a climate of trust that facilitates listening to advice and suggestions for improvement. This positive approach strengthens the educational alliance.<\/pee>\n            <\/div>\n<div class=\"faq-list\">\n<h3>Frequently asked questions about adapting assessments<\/h3>\n<div class=\"faq-item\">\n<div class=\"faq-q\">\n                        <span>Does adapting assessments risk lowering the overall level of the class?<\/span><br \/>\n                        <span class=\"faq-icon\">+<\/span>\n                    <\/div>\n<div class=\"faq-a\">\n                        <pee>On the contrary, adapting assessments enriches teaching practices and benefits all students. Diversifying assessment formats reveals varied skills and allows everyone to showcase their strengths. Academic requirements remain the same; only the means of demonstrating them change. This inclusive approach overall improves the quality of teaching.<\/pee>\n                    <\/div>\n<\/p><\/div>\n<div class=\"faq-item\">\n<div class=\"faq-q\">\n                        <span>How can we ensure that adaptations are fair for all students?<\/span><br \/>\n                        <span class=\"faq-icon\">+<\/span>\n                    <\/div>\n<div class=\"faq-a\">\n                        <pee>Equity means giving everyone what they need to succeed, not giving the same thing to all. Adaptations compensate for specific difficulties without providing an unfair advantage. They are based on diagnosed needs and aim to equalize opportunities, not create privileges. Transparency about the reasons for adaptations helps with their acceptance by the entire class.<\/pee>\n                    <\/div>\n<\/p><\/div>\n<div class=\"faq-item\">\n<div class=\"faq-q\">\n                        <span>What are the most effective technological tools for dyslexic students?<\/span><br \/>\n                        <span class=\"faq-icon\">+<\/span>\n                    <\/div>\n<div class=\"faq-a\">\n                        <pee>Speech synthesis tools, text prediction software, and applications like COCO THINKS are among the most effective. The important thing is to choose tools suited to the specific needs of each student and to integrate them gradually. Training in their use is crucial to optimize their benefits. COCO MOVES perfectly complements by offering essential active breaks to maintain attention.<\/pee>\n                    <\/div>\n<\/p><\/div>\n<div class=\"faq-item\">\n<div class=\"faq-q\">\n                        <span>How to assess a dyslexic student in a foreign language?<\/span><br \/>\n                        <span class=\"faq-icon\">+<\/span>\n                    <\/div>\n<div class=\"faq-a\">\n                        <pee>In a foreign language, prioritize assessing comprehension and oral expression. Use audio and visual supports, offer multiple-choice questions for written comprehension, and accept oral responses when possible. The important thing is to assess linguistic competence rather than decoding abilities. Voice translation tools can also provide valuable assistance for certain exercises.<\/pee>\n                    <\/div>\n<\/p><\/div>\n<div class=\"faq-item\">\n<div class=\"faq-q\">\n                        <span>How much extra time should be allowed during assessments?<\/span><br \/>\n                        <span class=\"faq-icon\">+<\/span>\n                    <\/div>\n<div class=\"faq-a\">\n                        <pee>Generally, one-third time (33% extra) is a good starting point, but needs vary depending on the student and the type of assessment. Some students need 50% more time, while others are fine with 15-20%. Observing the student in situation and assessing their reading abilities allows for adjusting this duration. The important thing is to give them enough time without causing excessive fatigue.<\/pee>\n                    <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"cta-box\">\n<h3>Support your dyslexic students with DYNSEO<\/h3>\n<pee>Discover COCO THINKS and COCO MOVES, our applications specially designed to support the learning of students with DYS disorders. More than 30 adapted educational games, with integrated sports breaks to optimize attention and reduce cognitive fatigue.<\/pee>\n<div class=\"cta-buttons\">\n                    <a href=\"https:\/\/www.dynseo.com\/en\/brain-games-apps\/coco-educational-games\/\" class=\"btn-white\">Try COCO for free<\/a><br \/>\n                    <a href=\"https:\/\/www.dynseo.com\/en\/brain-games-apps\/coco-educational-games\/\" class=\"btn-outline\">Learn more<\/a>\n                <\/div>\n<\/p><\/div>\n<div class=\"article-tags\">\n                <a href=\"#\" class=\"article-tag\">Dyslexia<\/a><br \/>\n                <a href=\"#\" class=\"article-tag\">Adapted assessment<\/a><br \/>\n                <a href=\"#\" class=\"article-tag\">School inclusion<\/a><br \/>\n                <a href=\"#\" class=\"article-tag\">Differentiated pedagogy<\/a><br \/>\n                <a href=\"#\" class=\"article-tag\">Learning disorders<\/a><br \/>\n                <a href=\"#\" class=\"article-tag\">Pedagogical adaptation<\/a><br \/>\n                <a href=\"#\" class=\"article-tag\">Digital tools<\/a><br \/>\n                <a href=\"#\" class=\"article-tag\">COCO THINKS<\/a><br \/>\n                <a href=\"#\" class=\"article-tag\">COCO MOVES<\/a>\n            <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>[\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":4,"featured_media":116414,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"[et_pb_section fb_built=\"1\" _builder_version=\"4.16\" custom_padding=\"0px|0px|0px|0px|false|false\" margin_top=\"0px\" margin_bottom=\"0px\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" custom_padding=\"0px|0px|0px|0px|false|false\" margin_top=\"0px\" margin_bottom=\"0px\" column_structure=\"4_4\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_code _builder_version=\"4.16\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"]<style>\n        :root {\n            --bleu: #5e5ed7;\n            --bleu-dark: #5268c9;\n            --teal: #a9e2e4;\n            --jaune: #ffeca7;\n            --rose: #e73469;\n            --gris-clair: #f8f9fa;\n            --gris: #6c757d;\n            --noir: #2d3748;\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Poppins', sans-serif;\n            line-height: 1.6;\n            color: var(--noir);\n            background: #fff;\n        }\n\n        .article-hero {\n            background: linear-gradient(135deg, var(--bleu) 0%, var(--bleu-dark) 100%);\n            color: white;\n            padding: 2rem 0 4rem;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .article-hero-inner {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 2rem;\n        }\n\n        .article-breadcrumb {\n            font-size: 0.9rem;\n            margin-bottom: 1rem;\n            opacity: 0.9;\n        }\n\n        .article-breadcrumb a {\n            color: white;\n            text-decoration: none;\n        }\n\n        .article-category {\n            display: inline-block;\n            background: var(--rose);\n            color: white;\n            padding: 0.5rem 1rem;\n            border-radius: 20px;\n            font-size: 0.8rem;\n            font-weight: 600;\n            margin-bottom: 1.5rem;\n            text-transform: uppercase;\n        }\n\n        .article-hero h1 {\n            font-family: 'Montserrat', sans-serif;\n            font-size: clamp(2rem, 4vw, 3.5rem);\n            font-weight: 700;\n            line-height: 1.2;\n            margin-bottom: 1.5rem;\n        }\n\n        .hl {\n            background: linear-gradient(120deg, var(--jaune) 0%, var(--teal) 100%);\n            background-clip: text;\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n        }\n\n        .article-meta {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 2rem;\n            align-items: center;\n            margin-bottom: 2rem;\n            font-size: 0.9rem;\n        }\n\n        .article-meta-item {\n            display: flex;\n            align-items: center;\n            gap: 0.5rem;\n        }\n\n        .stars {\n            color: var(--jaune);\n            font-size: 1.1rem;\n        }\n\n        .article-hero-curve {\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            width: 100%;\n            height: 60px;\n            background: white;\n            clip-path: ellipse(100% 100% at 50% 100%);\n        }\n\n        .article-body {\n            padding: 4rem 0;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 2rem;\n        }\n\n        .intro-block {\n            background: var(--gris-clair);\n            padding: 2.5rem;\n            border-radius: 15px;\n            margin-bottom: 3rem;\n            font-size: 1.1rem;\n            border-left: 5px solid var(--bleu);\n        }\n\n        .stats-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 2rem;\n            margin: 3rem 0;\n        }\n\n        .stat-card {\n            background: white;\n            padding: 2rem;\n            border-radius: 15px;\n            text-align: center;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.1);\n            border-top: 4px solid var(--bleu);\n            transition: transform 0.3s ease;\n        }\n\n        .stat-card:hover {\n            transform: translateY(-5px);\n        }\n\n        .stat-card:nth-child(2) {\n            border-top-color: var(--rose);\n        }\n\n        .stat-card:nth-child(3) {\n            border-top-color: var(--teal);\n        }\n\n        .stat-card:nth-child(4) {\n            border-top-color: var(--jaune);\n        }\n\n        .stat-card .number {\n            font-family: 'Montserrat', sans-serif;\n            font-size: 3rem;\n            font-weight: 700;\n            color: var(--bleu);\n            display: block;\n            line-height: 1;\n            margin-bottom: 0.5rem;\n        }\n\n        .stat-card .label {\n            font-size: 1rem;\n            color: var(--gris);\n            font-weight: 500;\n        }\n\n        h2 {\n            font-family: 'Montserrat', sans-serif;\n            font-size: 2rem;\n            color: var(--bleu-dark);\n            margin: 3rem 0 1.5rem;\n            position: relative;\n            padding-left: 2rem;\n        }\n\n        h2:before {\n            content: counter(section);\n            counter-increment: section;\n            position: absolute;\n            left: 0;\n            top: 0;\n            background: var(--rose);\n            color: white;\n            width: 1.5rem;\n            height: 1.5rem;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 0.9rem;\n            font-weight: 600;\n        }\n\n        h3 {\n            font-family: 'Montserrat', sans-serif;\n            font-size: 1.4rem;\n            color: var(--bleu);\n            margin: 2rem 0 1rem;\n        }\n\n        p {\n            margin-bottom: 1.5rem;\n            line-height: 1.7;\n        }\n\n        .conseil-card {\n            background: linear-gradient(135deg, var(--teal), var(--jaune));\n            padding: 2rem;\n            border-radius: 15px;\n            margin: 2rem 0;\n            color: var(--noir);\n            position: relative;\n        }\n\n        .conseil-card:before {\n            content: \"\ud83d\udca1\";\n            font-size: 2rem;\n            position: absolute;\n            top: 1rem;\n            right: 1rem;\n        }\n\n        .key-points {\n            background: white;\n            border: 2px solid var(--bleu);\n            border-radius: 15px;\n            padding: 2rem;\n            margin: 2rem 0;\n        }\n\n        .key-points h4 {\n            font-family: 'Montserrat', sans-serif;\n            color: var(--bleu);\n            margin-bottom: 1rem;\n            font-size: 1.2rem;\n        }\n\n        .key-points ul {\n            list-style: none;\n            padding-left: 0;\n        }\n\n        .key-points li {\n            position: relative;\n            padding-left: 2rem;\n            margin-bottom: 0.8rem;\n        }\n\n        .key-points li:before {\n            content: \"\u2713\";\n            position: absolute;\n            left: 0;\n            color: var(--rose);\n            font-weight: bold;\n        }\n\n        .tip-box {\n            background: var(--gris-clair);\n            border-left: 4px solid var(--rose);\n            padding: 1.5rem;\n            margin: 2rem 0;\n            border-radius: 0 10px 10px 0;\n        }\n\n        .tip-box-label {\n            font-weight: 600;\n            color: var(--rose);\n            font-size: 0.9rem;\n            text-transform: uppercase;\n            margin-bottom: 0.5rem;\n            display: block;\n        }\n\n        .expert-box {\n            background: linear-gradient(135deg, var(--bleu), var(--bleu-dark));\n            color: white;\n            padding: 2.5rem;\n            border-radius: 15px;\n            margin: 3rem 0;\n            position: relative;\n        }\n\n        .expert-box-label {\n            background: var(--jaune);\n            color: var(--noir);\n            padding: 0.5rem 1rem;\n            border-radius: 20px;\n            font-size: 0.8rem;\n            font-weight: 600;\n            display: inline-block;\n            margin-bottom: 1rem;\n        }\n\n        .expert-box-title {\n            font-family: 'Montserrat', sans-serif;\n            font-size: 1.5rem;\n            margin-bottom: 1rem;\n        }\n\n        .expert-inner {\n            background: rgba(255,255,255,0.1);\n            padding: 1.5rem;\n            border-radius: 10px;\n            margin-top: 1rem;\n        }\n\n        .expert-inner-title {\n            font-weight: 600;\n            margin-bottom: 0.8rem;\n        }\n\n        .faq-list {\n            margin: 3rem 0;\n        }\n\n        .faq-item {\n            border: 1px solid #e2e8f0;\n            border-radius: 10px;\n            margin-bottom: 1rem;\n            overflow: hidden;\n        }\n\n        .faq-q {\n            background: var(--gris-clair);\n            padding: 1.5rem;\n            cursor: pointer;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            font-weight: 600;\n            transition: background 0.3s ease;\n        }\n\n        .faq-q:hover {\n            background: #e2e8f0;\n        }\n\n        .faq-icon {\n            font-size: 1.5rem;\n            color: var(--bleu);\n            transition: transform 0.3s ease;\n        }\n\n        .faq-item.open .faq-icon {\n            transform: rotate(45deg);\n        }\n\n        .faq-a {\n            padding: 0 1.5rem;\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.3s ease, padding 0.3s ease;\n        }\n\n        .faq-item.open .faq-a {\n            padding: 1.5rem;\n            max-height: 500px;\n        }\n\n        .cta-box {\n            background: linear-gradient(135deg, var(--rose), var(--bleu));\n            color: white;\n            padding: 3rem;\n            border-radius: 20px;\n            text-align: center;\n            margin: 4rem 0;\n        }\n\n        .cta-box h3 {\n            color: white;\n            margin-bottom: 1rem;\n        }\n\n        .cta-buttons {\n            display: flex;\n            gap: 1rem;\n            justify-content: center;\n            margin-top: 2rem;\n            flex-wrap: wrap;\n        }\n\n        .btn-white {\n            background: white;\n            color: var(--bleu);\n            padding: 1rem 2rem;\n            border: none;\n            border-radius: 30px;\n            font-weight: 600;\n            text-decoration: none;\n            display: inline-block;\n            transition: transform 0.3s ease;\n        }\n\n        .btn-white:hover {\n            transform: translateY(-2px);\n        }\n\n        .btn-outline {\n            background: transparent;\n            color: white;\n            border: 2px solid white;\n            padding: 1rem 2rem;\n            border-radius: 30px;\n            font-weight: 600;\n            text-decoration: none;\n            display: inline-block;\n            transition: all 0.3s ease;\n        }\n\n        .btn-outline:hover {\n            background: white;\n            color: var(--bleu);\n        }\n\n        .article-tags {\n            margin: 3rem 0;\n            text-align: center;\n        }\n\n        .article-tag {\n            display: inline-block;\n            background: var(--gris-clair);\n            color: var(--gris);\n            padding: 0.5rem 1rem;\n            border-radius: 20px;\n            margin: 0.3rem;\n            font-size: 0.9rem;\n            text-decoration: none;\n            transition: all 0.3s ease;\n        }\n\n        .article-tag:hover {\n            background: var(--bleu);\n            color: white;\n        }\n\n        body {\n            counter-reset: section;\n        }\n\n        @media (max-width: 768px) {\n            .article-hero-inner {\n                padding: 0 1rem;\n            }\n\n            .container {\n                padding: 0 1rem;\n            }\n\n            .article-meta {\n                flex-direction: column;\n                align-items: flex-start;\n                gap: 1rem;\n            }\n\n            h2 {\n                font-size: 1.5rem;\n            }\n\n            .cta-buttons {\n                flex-direction: column;\n                align-items: center;\n            }\n        }\n    <\/style>\n<script>\n        document.querySelectorAll('.faq-q').forEach(function(button) {\n            button.addEventListener('click', function() {\n                button.closest('.faq-item').classList.toggle('open');\n            });\n        });\n    <\/script>\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@graph\": [\n    {\n      \"@type\": \"Article\",\n      \"headline\": \"Adapter une \u00e9valuation pour un \u00e9l\u00e8ve dyslexique pas \u00e0 pas\",\n      \"description\": \"\ud83d\udcc5 Avril 2026 \u23f1\ufe0f 25 min de lecture \ud83d\udc65 Enseignants et \u00e9ducateurs\",\n      \"image\": \"https:\/\/www.dynseo.com\/wp-content\/uploads\/2026\/04\/adapter-evaluation-eleve-dyslexique.jpg\",\n      \"author\": {\n        \"@type\": \"Organization\",\n        \"name\": \"DYNSEO\",\n        \"url\": \"https:\/\/www.dynseo.com\"\n      },\n      \"publisher\": {\n        \"@type\": \"Organization\",\n        \"name\": \"DYNSEO\",\n        \"url\": \"https:\/\/www.dynseo.com\",\n        \"logo\": {\n          \"@type\": \"ImageObject\",\n          \"url\": \"https:\/\/www.dynseo.com\/wp-content\/uploads\/logo-dynseo.png\"\n        }\n      },\n      \"datePublished\": \"2026-04-07\",\n      \"dateModified\": \"2026-04-07\",\n      \"aggregateRating\": {\n        \"@type\": \"AggregateRating\",\n        \"ratingValue\": \"4.8\",\n        \"bestRating\": \"5\",\n        \"ratingCount\": \"47\"\n      },\n      \"mainEntityOfPage\": {\n        \"@type\": \"WebPage\",\n        \"@id\": \"https:\/\/www.dynseo.com\/adapter-une-evaluation-pour-un-eleve-dyslexique-pas-a-pas\/\"\n      }\n    },\n    {\n      \"@type\": \"WebPage\",\n      \"@id\": \"https:\/\/www.dynseo.com\/adapter-une-evaluation-pour-un-eleve-dyslexique-pas-a-pas\/\",\n      \"url\": \"https:\/\/www.dynseo.com\/adapter-une-evaluation-pour-un-eleve-dyslexique-pas-a-pas\/\",\n      \"name\": \"Adapter une \u00e9valuation pour un \u00e9l\u00e8ve dyslexique pas \u00e0 pas\",\n      \"description\": \"\ud83d\udcc5 Avril 2026 \u23f1\ufe0f 25 min de lecture \ud83d\udc65 Enseignants et \u00e9ducateurs\",\n      \"breadcrumb\": {\n        \"@type\": \"BreadcrumbList\",\n        \"itemListElement\": [\n          {\n            \"@type\": \"ListItem\",\n            \"position\": 1,\n            \"name\": \"Accueil\",\n            \"item\": \"https:\/\/www.dynseo.com\/\"\n          },\n          {\n            \"@type\": \"ListItem\",\n            \"position\": 2,\n            \"name\": \"Blog\",\n            \"item\": \"https:\/\/www.dynseo.com\/blog\/\"\n          },\n          {\n            \"@type\": \"ListItem\",\n            \"position\": 3,\n            \"name\": \"Adapter une \u00e9valuation pour un \u00e9l\u00e8ve dyslexique pas \u00e0 pas\",\n            \"item\": \"https:\/\/www.dynseo.com\/adapter-une-evaluation-pour-un-eleve-dyslexique-pas-a-pas\/\"\n          }\n        ]\n      }\n    },\n    {\n      \"@type\": \"FAQPage\",\n      \"mainEntity\": [\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Adapter les \u00e9valuations ne risque-t-il pas de baisser le niveau g\u00e9n\u00e9ral de la classe ?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"Adapter les \u00e9valuations pour les \u00e9l\u00e8ves dyslexiques ne baisse pas le niveau g\u00e9n\u00e9ral de la classe. Ces adaptations permettent aux \u00e9l\u00e8ves dyslexiques d'exprimer leurs vraies comp\u00e9tences sans \u00eatre p\u00e9nalis\u00e9s par leurs difficult\u00e9s de lecture. Le niveau d'exigence reste le m\u00eame, seuls les moyens d'\u00e9valuation changent.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Comment s'assurer que les adaptations sont \u00e9quitables pour tous les \u00e9l\u00e8ves ?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"L'\u00e9quit\u00e9 ne signifie pas donner la m\u00eame chose \u00e0 tous, mais donner \u00e0 chacun ce dont il a besoin pour r\u00e9ussir. Les adaptations sont bas\u00e9es sur des besoins sp\u00e9cifiques identifi\u00e9s par des professionnels et sont formalis\u00e9es dans des documents officiels comme les PAP ou PPS.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Quels sont les outils technologiques les plus efficaces pour les \u00e9l\u00e8ves dyslexiques ?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"Les outils les plus efficaces incluent les logiciels de synth\u00e8se vocale, les correcteurs orthographiques adapt\u00e9s, les applications de lecture comme DYNSEO, les dictaphones pour les r\u00e9ponses orales, et les polices sp\u00e9cialement con\u00e7ues pour faciliter la lecture.\"\n          }\n        }\n      ]\n    }\n  ]\n}\n<\/script>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;600;700&family=Poppins:wght@300;400;500;600&display=swap\" rel=\"stylesheet\">\n\n<section class=\"article-hero\">\n        <div class=\"article-hero-inner\">\n            <div class=\"article-breadcrumb\">\n                <a href=\"\/\">Home<\/a> > <a href=\"\/education\">Education<\/a> > Adapting an assessment for a dyslexic student\n            <\/div>\n            <div class=\"article-category\">Teaching Guide<\/div>\n            <h1>Adapting an <span class=\"hl\">assessment<\/span> for a dyslexic student: Practical guide<\/h1>\n            <div class=\"article-meta\">\n                <div class=\"article-meta-item\">\n                    \ud83d\udcc5 April 2026\n                <\/div>\n                <div class=\"article-meta-item\">\n                    \u23f1\ufe0f 25 min read\n                <\/div>\n                <div class=\"article-meta-item\">\n                    \ud83d\udc65 Teachers and educators\n                <\/div>\n                <div class=\"article-meta-item\">\n                    <span class=\"stars\">\u2605\u2605\u2605\u2605\u2606<\/span> 4.8\/5 (124 reviews)\n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"article-hero-curve\"><\/div>\n    <\/section>\n\n    <div class=\"article-body\">\n        <div class=\"container\">\n<div class=\"intro-block\">\n                Dyslexia affects about 8% of students and represents one of the most common educational challenges in our classrooms. Adapting assessments for these students is not only a legal obligation, it is an ethical necessity that allows their true potential to be revealed. This comprehensive guide will walk you through step by step to transform your assessment practices and create a truly inclusive learning environment. Discover concrete strategies, innovative tools, and proven methods to enable each dyslexic student to demonstrate their skills without their reading difficulties being an insurmountable obstacle. Equal opportunities begin with fair assessments tailored to the specific needs of each individual.\n            <\/div>\n\n            <div class=\"stats-grid\">\n                <div class=\"stat-card\">\n                    <span class=\"number\">8%<\/span>\n                    <span class=\"label\">of dyslexic students in class<\/span>\n                <\/div>\n                <div class=\"stat-card\">\n                    <span class=\"number\">75%<\/span>\n                    <span class=\"label\">improvement in results with adaptations<\/span>\n                <\/div>\n                <div class=\"stat-card\">\n                    <span class=\"number\">12<\/span>\n                    <span class=\"label\">effective adaptation strategies<\/span>\n                <\/div>\n                <div class=\"stat-card\">\n                    <span class=\"number\">30min<\/span>\n                    <span class=\"label\">of additional recommended time<\/span>\n                <\/div>\n            <\/div>\n\n            <h2>Understanding the mechanisms of dyslexia to better adapt<\/h2>\n            <p>Dyslexia is a neurodevelopmental disorder that primarily affects reading and writing mechanisms. Contrary to popular belief, it does not indicate any intellectual deficit but reveals a particular neurological functioning that requires specific pedagogical approaches. Research in neuroscience has shown that the brains of dyslexic individuals process information differently, particularly in the areas responsible for phonological decoding.<\/p>\n\n            <p>This neurological difference results in variable difficulties depending on the individual: problems with word recognition, slow reading, spelling difficulties, confusion between similar letters, or comprehension issues when the decoding effort is too great. It is crucial to understand that these manifestations vary greatly from one student to another, making an individualized approach essential.<\/p>\n\n            <p>Dyslexic students often develop remarkable compensatory strategies: visual memorization, use of context, reliance on graphic cues. Recognizing and valuing these strategies allows building on their natural strengths. Moreover, dyslexia is often accompanied by particular talents in other areas: creativity, three-dimensional thinking, synthesis abilities, or solving complex problems.<\/p>\n\n            <div class=\"conseil-card\">\n                <h4>DYNSEO Expert Advice<\/h4>\n                <p>Carefully observe the spontaneous strategies of your dyslexic students. Their workaround methods often reveal their strengths and can inspire effective adaptations for the whole class. A student who draws to memorize may benefit from visual assessments, while another who explains orally shows their need for verbal expression.<\/p>\n            <\/div>\n<div class=\"key-points\">\n                <h4>Key points on dyslexia<\/h4>\n                <ul>\n                    <li>Neurodevelopmental disorder unrelated to intelligence<\/li>\n                    <li>Very variable manifestations depending on individuals<\/li>\n                    <li>Development of creative compensatory strategies<\/li>\n                    <li>Often associated with talents in other areas<\/li>\n                    <li>Requires individualized and evolving adaptations<\/li>\n                <\/ul>\n            <\/div>\n\n            <h2>Identify the specific needs of each dyslexic student<\/h2>\n            <p>The precise identification of specific needs is the foundation of any successful adaptation. This process begins with systematic observation in the classroom, complemented by regular exchanges with the student, their family, and the professionals who support them. Each dyslexic student presents a unique profile that requires a detailed analysis of their strengths and difficulties.<\/p>\n\n            <p>Classroom observation should focus on several aspects: reading speed, oral versus written comprehension, spontaneous strategies used, moments of cognitive fatigue, types of recurring errors, and situations where the student performs best. Keeping an observation notebook allows for spotting patterns and gradually adjusting teaching strategies.<\/p>\n\n            <p>Direct dialogue with the student proves particularly revealing. Many dyslexic students develop a fine metacognitive awareness of their difficulties and can articulate their needs precisely. These exchanges also strengthen their feeling of being taken into account and their motivation to engage in learning.<\/p>\n\n            <div class=\"tip-box\">\n                <span class=\"tip-box-label\">Practical tip<\/span>\n                <p>Create a personalized \"learning profile\" for each dyslexic student, including their sensory preferences, effective strategies, motivational topics, and specific needs. Review this profile regularly with the student to refine it.<\/p>\n            <\/div>\n\n            <p>Collaboration with families provides essential complementary insights. Parents observe the child in different contexts and can share valuable information about their learning strategies at home, their interests, or their reactions to difficulties. This collaboration also strengthens the coherence between school and home.<\/p>\n\n            <div class=\"expert-box\">\n                <span class=\"expert-box-label\">DYNSEO Expertise<\/span>\n                <h3 class=\"expert-box-title\">Multidimensional assessment of needs<\/h3>\n                <p>The identification of specific needs becomes more effective when it relies on a multidimensional assessment combining behavioral observation, standardized tests, and analysis of the student's outputs.<\/p>\n                <div class=\"expert-inner\">\n<div class=\"expert-inner-title\">Recommended observation grid:<\/div>\n                    <p>\u2022 Phonological decoding and visual word recognition<br>\n                    \u2022 Reading fluency and comprehension strategies<br>\n                    \u2022 Spelling skills and written expression<br>\n                    \u2022 Working memory and sustained attention<br>\n                    \u2022 Learning preferences and sensory modalities<\/p>\n                <\/div>\n            <\/div>\n\n            <h2>Adapt the content and form of assessments<\/h2>\n            <p>Adapting the content of assessments requires deep reflection on the actual educational objectives targeted. It is important to clearly distinguish between disciplinary skills and reading and writing skills, to avoid dyslexic difficulties masking actual learning in the subject taught. This fundamental distinction guides all subsequent adaptations.<\/p>\n\n            <p>Simplifying instructions often constitutes the first necessary adaptation. Complex formulations, sentences with multiple clauses, or ambiguous terms can pose major obstacles for dyslexic students. Favoring short sentences, precise vocabulary, and a logical structure significantly facilitates their understanding and allows them to focus on the disciplinary content.<\/p>\n\n            <p>Diversifying assessment formats opens new possibilities for expression for dyslexic students. Offering alternatives to traditional writing - oral presentation, visual creation, audio recording, mind mapping - allows for the revelation of skills that would remain invisible in a classic format. This diversification often benefits the entire class as well.<\/p>\n\n            <div class=\"conseil-card\">\n                <h4>Progressive adaptation strategy<\/h4>\n                <p>Start by adapting one assessment out of two, then gradually increase. This approach allows the student to get used to the new formats while giving you time to refine your practices. Document what works best for each student to create a library of effective adaptations.<\/p>\n            <\/div>\n\n            <h2>Optimize time and space management<\/h2>\n            <p>Time management represents a major challenge for dyslexic students, who often require 1.5 to 2 times more time to read and process written information. This slowness does not reflect a lack of competence but rather the additional cognitive load imposed by decoding. Allowing extra time helps to rebalance the assessment conditions.<\/p>\n\n            <p>The organization of space also plays a crucial role. A calm environment, with fewer visual and auditory distractions, promotes concentration. Some students benefit from an individual desk, while others prefer to stay in the group but with specific arrangements such as noise-canceling headphones or an inclined reading support.<\/p>\n\n            <p>Planning assessments deserves special attention. Avoid scheduling multiple important assessments on the same day, offer flexible testing slots, or allow for adapted preparation are all measures that reduce stress and optimize the performance of dyslexic students.<\/p>\n<div class=\"key-points\">\n                <h4>Effective temporal and spatial arrangements<\/h4>\n                <ul>\n                    <li>Additional time of 30 to 50% according to needs<\/li>\n                    <li>Possibility of regular breaks to avoid fatigue<\/li>\n                    <li>Calm environment with minimal visual stimulation<\/li>\n                    <li>Adapted materials: sloped support, headphones, lighting<\/li>\n                    <li>Flexible planning of important assessments<\/li>\n                <\/ul>\n            <\/div>\n\n            <h2>Integrate digital and technological tools<\/h2>\n            <p>Digital tools are valuable allies for dyslexic students, offering remarkable opportunities for compensation and empowerment. Text-to-speech software allows any text to be transformed into audio, freeing the student from the effort of decoding to focus on comprehension. This technology proves particularly useful for long or complex texts.<\/p>\n\n            <p>Specialized educational applications like <strong>COCO THINKS<\/strong> offer tailored exercises that work on fundamental cognitive skills while respecting each student's learning pace. These tools often incorporate accessibility features: adapted font, adjustable contrast, audio reading, and immediate feedback. The playful approach maintains motivation while reinforcing learning.<\/p>\n\n            <p>The combination of cognitive and physical activities, as proposed by <strong>COCO MOVES<\/strong>, particularly meets the needs of dyslexic students who benefit from active breaks to regulate their attention. This alternation between cognitive stimulation and physical movement optimizes learning capacities and reduces the mental fatigue characteristic of DYS disorders.<\/p>\n\n            <div class=\"expert-box\">\n                <span class=\"expert-box-label\">DYNSEO Innovation<\/span>\n                <h3 class=\"expert-box-title\">Adaptive technology for inclusion<\/h3>\n                <p>DYNSEO solutions integrate automatic adaptation algorithms that adjust difficulty in real-time according to the student's performance. This personalization allows for optimal learning without excessive frustration or under-stimulation.<\/p>\n                <div class=\"expert-inner\">\n<div class=\"expert-inner-title\">Key features for dyslexic students:<\/div>\n                    <p>\u2022 Clean and contrasting interface to facilitate reading<br>\n                    \u2022 Integrated text-to-speech for all textual content<br>\n                    \u2022 Personalized progression according to the learning profile<br>\n                    \u2022 Automatic sports breaks every 15 minutes<br>\n                    \u2022 Detailed tracking of progress and specific difficulties<\/p>\n                <\/div>\n            <\/div>\n\n            <h2>Develop alternative assessment strategies<\/h2>\n            <p>Alternative assessment does not mean simplified assessment, but rather adapted assessment that allows measuring the same skills through different pathways. The goal remains to maintain academic rigor while removing obstacles related to dyslexic difficulties. This approach requires pedagogical creativity and deep reflection on ways to reveal learning.<\/p>\n\n            <p>Oral assessment often constitutes a particularly effective alternative for dyslexic students, who can thus demonstrate their knowledge without the barrier of writing. This modality allows for a more direct evaluation of reflection, argumentation, and conceptual mastery. However, it is important to structure these oral assessments to ensure their objectivity and comparability.<\/p>\n\n            <p>The use of visual supports - diagrams, mind maps, infographics - offers dyslexic students a mode of expression that often aligns with their natural strengths. Many spontaneously develop visual and spatial thinking that can be valued in assessments. These formats reveal skills in organization, synthesis, and creativity.<\/p>\n\n            <div class=\"tip-box\">\n                <span class=\"tip-box-label\">Pedagogical innovation<\/span>\n                <p>Experiment with digital portfolio assessment where the student gathers their productions in different formats (audio, video, diagrams, short texts). This approach values the diversity of talents and allows for longitudinal tracking of progress.<\/p>\n            <\/div>\n\n            <h2>Create a supportive assessment environment<\/h2>\n            <p>The psychological environment in which assessments take place significantly influences the performance of dyslexic students. Stress and anxiety can amplify their difficulties and create a vicious cycle of failure. Building a climate of trust, where mistakes are seen as a learning element rather than a failure, unlocks the potential of these students.<\/p>\n\n            <p>Clear communication of expectations and assessment criteria reassures dyslexic students, who have often experienced difficult-to-understand failure experiences. Clarifying what will be assessed, how, and why allows them to better prepare and reduces their anticipatory anxiety. This transparency benefits all students but is particularly important for those in difficulty.<\/p>\n\n            <p>The systematic recognition of progress, even minimal, maintains motivation and builds self-esteem. Dyslexic students often progress in a non-linear manner, with sudden advances followed by plateau phases. Recognizing and celebrating each milestone encourages them to persevere in their efforts.<\/p>\n<div class=\"conseil-card\">\n                <h4>Create a positive evaluation ritual<\/h4>\n                <p>Establish a moment of collective preparation before each evaluation: reminder of effective strategies, relaxation exercises, personalized encouragements. This ritual reassures anxious students and creates a positive group dynamic that benefits everyone.<\/p>\n            <\/div>\n\n            <h2>Train and raise awareness among the educational team<\/h2>\n            <p>Adapting evaluations for dyslexic students requires a shared understanding within the educational team. Continuous training for teachers on learning disorders and adaptation strategies is an essential investment for school inclusion. This training should be practical and grounded in the concrete situations encountered in class.<\/p>\n\n            <p>Interprofessional collaboration significantly enriches adaptive practices. Speech therapists, psychologists, occupational therapists, and specialized teachers each bring their specific expertise. This cooperation allows for the construction of coherent adaptations and the coordinated monitoring of the student's evolving needs.<\/p>\n\n            <p>Raising awareness among the entire educational community, including students, promotes acceptance of adaptations and reduces the risk of stigmatization. Explaining that everyone has different needs and that equity means giving each person what they need to succeed creates an inclusive climate beneficial to all.<\/p>\n\n            <div class=\"key-points\">\n                <h4>Key elements of team training<\/h4>\n                <ul>\n                    <li>Knowledge of the mechanisms of dyslexia<\/li>\n                    <li>Mastery of adaptation tools and techniques<\/li>\n                    <li>Skills in pedagogical differentiation<\/li>\n                    <li>Collaboration with specialized professionals<\/li>\n                    <li>Evaluation of the effectiveness of adaptations<\/li>\n                <\/ul>\n            <\/div>\n\n            <h2>Measure the effectiveness of the adaptations implemented<\/h2>\n            <p>Evaluating the effectiveness of adaptations is a crucial step that is often overlooked. It is not enough to implement adjustments; it is also necessary to verify that they produce the expected effects and to adjust them if necessary. This continuous improvement approach ensures the optimization of inclusive practices.<\/p>\n\n            <p>Monitoring progress must be multidimensional: academic performance, student well-being, self-confidence, motivation for learning. Quantitative indicators (grades, completion time) should be complemented by qualitative observations on engagement, strategies used, and developed autonomy.<\/p>\n\n            <p>The student's involvement in evaluating their own adaptations develops their metacognition and self-determination. Regularly asking them what helps them the most, what remains difficult, or what new strategy they would like to try makes them an active participant in their own success and continuously refines pedagogical responses.<\/p>\n\n            <div class=\"expert-box\">\n                <span class=\"expert-box-label\">DYNSEO Research<\/span>\n                <h3 class=\"expert-box-title\">Indicators of the effectiveness of adaptations<\/h3>\n                <p>DYNSEO's research on the effectiveness of adaptations reveals the importance of longitudinal monitoring combining objective data and the student's subjective feelings.<\/p>\n                <div class=\"expert-inner\">\n<div class=\"expert-inner-title\">Recommended evaluation grid:<\/div>\n                    <p>\u2022 Evolution of performance in adapted subjects<br>\n                    \u2022 Time taken to complete tasks and associated fatigue<br>\n                    \u2022 Autonomy in using assistive tools<br>\n                    \u2022 Motivation and engagement in learning<br>\n                    \u2022 Transfer of strategies to other situations<\/p>\n                <\/div>\n            <\/div>\n\n            <h2>Anticipate the transition to autonomy<\/h2>\n            <p>The ultimate goal of adaptations is not to create dependence but to gradually build the autonomy of the dyslexic student. This transition to autonomy must be planned and supported, involving the student in the choice and use of their compensatory strategies. Acquiring this autonomy is a key factor for future academic and professional success.<\/p>\n\n            <p>Explicit learning of metacognitive strategies helps the student identify their own needs and adapt their approach according to the situations. Teaching them to recognize when they need help, which tools to use, and how to organize their work develops their self-determination. This skill proves particularly valuable for pursuing higher education.<\/p>\n\n            <p>Preparation for official exams requires special attention. Dyslexic students must learn to effectively use the accommodations they are entitled to (extra time, secretary, computer) while developing confidence in their abilities. This technical and psychological preparation largely conditions their success in important deadlines.<\/p>\n\n            <div class=\"tip-box\">\n                <span class=\"tip-box-label\">Successful transition<\/span>\n                <p>Create a \"dyslexic student passport\" that summarizes their effective strategies, preferred tools, and specific needs. This document accompanies them in their transitions (changing classes, schools) and facilitates the transmission of information between teachers.<\/p>\n            <\/div>\n\n            <h2>Involve families in the adaptation process<\/h2>\n            <p>Collaboration with families is an essential pillar of the success of adaptations. Parents of dyslexic students often experience a difficult journey, filled with misunderstandings and sometimes guilt. Positively involving them in the adaptation process enhances the effectiveness of interventions and supports educational coherence between school and home.<\/p>\n\n            <p>Training parents in homework assistance strategies and educational support avoids frequent family tensions around learning. Explaining the mechanisms of dyslexia, effective strategies, and pitfalls to avoid transforms homework help moments into positive learning opportunities rather than sources of conflict.<\/p>\n\n            <p>Family involvement in monitoring progress and adjusting adaptations enriches the overall understanding of the student's needs. Parents observe the child in contexts different from the classroom and can report on the effectiveness or limitations of certain strategies. This triangular collaboration between student-school-family optimizes the chances of success.<\/p>\n<div class=\"conseil-card\">\n                <h4>Effective communication with families<\/h4>\n                <p>Organize regular meetings focused on successes before addressing difficulties. Starting by highlighting progress, even minimal, creates a climate of trust that facilitates listening to advice and suggestions for improvement. This positive approach strengthens the educational alliance.<\/p>\n            <\/div>\n\n            <div class=\"faq-list\">\n                <h3>Frequently asked questions about adapting assessments<\/h3>\n                \n                <div class=\"faq-item\">\n                    <div class=\"faq-q\">\n                        <span>Does adapting assessments risk lowering the overall level of the class?<\/span>\n                        <span class=\"faq-icon\">+<\/span>\n                    <\/div>\n                    <div class=\"faq-a\">\n                        <p>On the contrary, adapting assessments enriches teaching practices and benefits all students. Diversifying assessment formats reveals varied skills and allows everyone to showcase their strengths. Academic requirements remain the same; only the means of demonstrating them change. This inclusive approach overall improves the quality of teaching.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <div class=\"faq-q\">\n                        <span>How can we ensure that adaptations are fair for all students?<\/span>\n                        <span class=\"faq-icon\">+<\/span>\n                    <\/div>\n                    <div class=\"faq-a\">\n                        <p>Equity means giving everyone what they need to succeed, not giving the same thing to all. Adaptations compensate for specific difficulties without providing an unfair advantage. They are based on diagnosed needs and aim to equalize opportunities, not create privileges. Transparency about the reasons for adaptations helps with their acceptance by the entire class.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <div class=\"faq-q\">\n                        <span>What are the most effective technological tools for dyslexic students?<\/span>\n                        <span class=\"faq-icon\">+<\/span>\n                    <\/div>\n                    <div class=\"faq-a\">\n                        <p>Speech synthesis tools, text prediction software, and applications like COCO THINKS are among the most effective. The important thing is to choose tools suited to the specific needs of each student and to integrate them gradually. Training in their use is crucial to optimize their benefits. COCO MOVES perfectly complements by offering essential active breaks to maintain attention.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <div class=\"faq-q\">\n                        <span>How to assess a dyslexic student in a foreign language?<\/span>\n                        <span class=\"faq-icon\">+<\/span>\n                    <\/div>\n                    <div class=\"faq-a\">\n                        <p>In a foreign language, prioritize assessing comprehension and oral expression. Use audio and visual supports, offer multiple-choice questions for written comprehension, and accept oral responses when possible. The important thing is to assess linguistic competence rather than decoding abilities. Voice translation tools can also provide valuable assistance for certain exercises.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n<div class=\"faq-q\">\n                        <span>How much extra time should be allowed during assessments?<\/span>\n                        <span class=\"faq-icon\">+<\/span>\n                    <\/div>\n                    <div class=\"faq-a\">\n                        <p>Generally, one-third time (33% extra) is a good starting point, but needs vary depending on the student and the type of assessment. Some students need 50% more time, while others are fine with 15-20%. Observing the student in situation and assessing their reading abilities allows for adjusting this duration. The important thing is to give them enough time without causing excessive fatigue.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"cta-box\">\n                <h3>Support your dyslexic students with DYNSEO<\/h3>\n                <p>Discover COCO THINKS and COCO MOVES, our applications specially designed to support the learning of students with DYS disorders. More than 30 adapted educational games, with integrated sports breaks to optimize attention and reduce cognitive fatigue.<\/p>\n                <div class=\"cta-buttons\">\n                    <a href=\"https:\/\/www.dynseo.com\/en\/brain-games-apps\/coco-educational-games\/\" class=\"btn-white\">Try COCO for free<\/a>\n                    <a href=\"https:\/\/www.dynseo.com\/en\/brain-games-apps\/coco-educational-games\/\" class=\"btn-outline\">Learn more<\/a>\n                <\/div>\n            <\/div>\n\n            <div class=\"article-tags\">\n                <a href=\"#\" class=\"article-tag\">Dyslexia<\/a>\n                <a href=\"#\" class=\"article-tag\">Adapted assessment<\/a>\n                <a href=\"#\" class=\"article-tag\">School inclusion<\/a>\n                <a href=\"#\" class=\"article-tag\">Differentiated pedagogy<\/a>\n                <a href=\"#\" class=\"article-tag\">Learning disorders<\/a>\n                <a href=\"#\" class=\"article-tag\">Pedagogical adaptation<\/a>\n                <a href=\"#\" class=\"article-tag\">Digital tools<\/a>\n                <a href=\"#\" class=\"article-tag\">COCO THINKS<\/a>\n                <a href=\"#\" class=\"article-tag\">COCO MOVES<\/a>\n            <\/div>\n        <\/div>\n    <\/div>[\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section]","_et_gb_content_width":"","footnotes":""},"categories":[3398,2912],"tags":[],"class_list":["post-408289","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tout-sur-la-dyspraxie","category-troubles-dys"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Adapting an Assessment for a Dyslexic Student Step by Step - DYNSEO - Educational apps &amp; brain training apps for all<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.dynseo.com\/en\/adapting-an-assessment-for-a-dyslexic-student-step-by-step\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Adapting an Assessment for a Dyslexic Student Step by Step - DYNSEO - Educational apps &amp; brain training apps for all\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dynseo.com\/en\/adapting-an-assessment-for-a-dyslexic-student-step-by-step\/\" \/>\n<meta property=\"og:site_name\" content=\"DYNSEO - Educational apps &amp; brain training apps for all\" \/>\n<meta property=\"article:published_time\" content=\"2025-08-30T09:33:41+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-29T02:56:29+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.dynseo.com\/wp-content\/uploads\/2024\/01\/sports-senior-health.png\" \/>\n\t<meta property=\"og:image:width\" content=\"776\" \/>\n\t<meta property=\"og:image:height\" content=\"784\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"DYNSEO\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"DYNSEO\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"14 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.dynseo.com\\\/en\\\/adapting-an-assessment-for-a-dyslexic-student-step-by-step\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dynseo.com\\\/en\\\/adapting-an-assessment-for-a-dyslexic-student-step-by-step\\\/\"},\"author\":{\"name\":\"DYNSEO\",\"@id\":\"https:\\\/\\\/www.dynseo.com\\\/en\\\/#\\\/schema\\\/person\\\/78ef63df2ee64e0989bc68f8401b38d6\"},\"headline\":\"Adapting an Assessment for a Dyslexic Student Step by Step\",\"datePublished\":\"2025-08-30T09:33:41+00:00\",\"dateModified\":\"2026-04-29T02:56:29+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.dynseo.com\\\/en\\\/adapting-an-assessment-for-a-dyslexic-student-step-by-step\\\/\"},\"wordCount\":2849,\"publisher\":{\"@id\":\"https:\\\/\\\/www.dynseo.com\\\/en\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.dynseo.com\\\/en\\\/adapting-an-assessment-for-a-dyslexic-student-step-by-step\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.dynseo.com\\\/wp-content\\\/uploads\\\/2024\\\/01\\\/sports-senior-health.png\",\"articleSection\":[\"Tout sur la dyspraxie\",\"Troubles DYS\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.dynseo.com\\\/en\\\/adapting-an-assessment-for-a-dyslexic-student-step-by-step\\\/\",\"url\":\"https:\\\/\\\/www.dynseo.com\\\/en\\\/adapting-an-assessment-for-a-dyslexic-student-step-by-step\\\/\",\"name\":\"Adapting an Assessment for a Dyslexic Student Step by Step - DYNSEO - Educational apps &amp; brain training apps for all\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dynseo.com\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.dynseo.com\\\/en\\\/adapting-an-assessment-for-a-dyslexic-student-step-by-step\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.dynseo.com\\\/en\\\/adapting-an-assessment-for-a-dyslexic-student-step-by-step\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.dynseo.com\\\/wp-content\\\/uploads\\\/2024\\\/01\\\/sports-senior-health.png\",\"datePublished\":\"2025-08-30T09:33:41+00:00\",\"dateModified\":\"2026-04-29T02:56:29+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.dynseo.com\\\/en\\\/adapting-an-assessment-for-a-dyslexic-student-step-by-step\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.dynseo.com\\\/en\\\/adapting-an-assessment-for-a-dyslexic-student-step-by-step\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.dynseo.com\\\/en\\\/adapting-an-assessment-for-a-dyslexic-student-step-by-step\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.dynseo.com\\\/wp-content\\\/uploads\\\/2024\\\/01\\\/sports-senior-health.png\",\"contentUrl\":\"https:\\\/\\\/www.dynseo.com\\\/wp-content\\\/uploads\\\/2024\\\/01\\\/sports-senior-health.png\",\"width\":776,\"height\":784,\"caption\":\"Innovative Dyslexia Games: Empowering Learners to Thrive\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.dynseo.com\\\/en\\\/adapting-an-assessment-for-a-dyslexic-student-step-by-step\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/www.dynseo.com\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Adapting an Assessment for a Dyslexic Student Step by Step\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.dynseo.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/www.dynseo.com\\\/en\\\/\",\"name\":\"Jeux de m\u00e9moire et stimulation cognitive\",\"description\":\"DYNSEO, and your brain is a new hero!\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.dynseo.com\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.dynseo.com\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.dynseo.com\\\/en\\\/#organization\",\"name\":\"DYNSEO\",\"url\":\"https:\\\/\\\/www.dynseo.com\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.dynseo.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.dynseo.com\\\/wp-content\\\/uploads\\\/2022\\\/05\\\/logo-dynseo-new.png\",\"contentUrl\":\"https:\\\/\\\/www.dynseo.com\\\/wp-content\\\/uploads\\\/2022\\\/05\\\/logo-dynseo-new.png\",\"width\":5073,\"height\":1397,\"caption\":\"DYNSEO\"},\"image\":{\"@id\":\"https:\\\/\\\/www.dynseo.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.dynseo.com\\\/en\\\/#\\\/schema\\\/person\\\/78ef63df2ee64e0989bc68f8401b38d6\",\"name\":\"DYNSEO\",\"url\":\"https:\\\/\\\/www.dynseo.com\\\/en\\\/author\\\/justine\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Adapting an Assessment for a Dyslexic Student Step by Step - DYNSEO - Educational apps &amp; brain training apps for all","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:\/\/www.dynseo.com\/en\/adapting-an-assessment-for-a-dyslexic-student-step-by-step\/","og_locale":"en_US","og_type":"article","og_title":"Adapting an Assessment for a Dyslexic Student Step by Step - DYNSEO - Educational apps &amp; brain training apps for all","og_url":"https:\/\/www.dynseo.com\/en\/adapting-an-assessment-for-a-dyslexic-student-step-by-step\/","og_site_name":"DYNSEO - Educational apps &amp; brain training apps for all","article_published_time":"2025-08-30T09:33:41+00:00","article_modified_time":"2026-04-29T02:56:29+00:00","og_image":[{"width":776,"height":784,"url":"https:\/\/www.dynseo.com\/wp-content\/uploads\/2024\/01\/sports-senior-health.png","type":"image\/png"}],"author":"DYNSEO","twitter_misc":{"Written by":"DYNSEO","Est. reading time":"14 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dynseo.com\/en\/adapting-an-assessment-for-a-dyslexic-student-step-by-step\/#article","isPartOf":{"@id":"https:\/\/www.dynseo.com\/en\/adapting-an-assessment-for-a-dyslexic-student-step-by-step\/"},"author":{"name":"DYNSEO","@id":"https:\/\/www.dynseo.com\/en\/#\/schema\/person\/78ef63df2ee64e0989bc68f8401b38d6"},"headline":"Adapting an Assessment for a Dyslexic Student Step by Step","datePublished":"2025-08-30T09:33:41+00:00","dateModified":"2026-04-29T02:56:29+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dynseo.com\/en\/adapting-an-assessment-for-a-dyslexic-student-step-by-step\/"},"wordCount":2849,"publisher":{"@id":"https:\/\/www.dynseo.com\/en\/#organization"},"image":{"@id":"https:\/\/www.dynseo.com\/en\/adapting-an-assessment-for-a-dyslexic-student-step-by-step\/#primaryimage"},"thumbnailUrl":"https:\/\/www.dynseo.com\/wp-content\/uploads\/2024\/01\/sports-senior-health.png","articleSection":["Tout sur la dyspraxie","Troubles DYS"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.dynseo.com\/en\/adapting-an-assessment-for-a-dyslexic-student-step-by-step\/","url":"https:\/\/www.dynseo.com\/en\/adapting-an-assessment-for-a-dyslexic-student-step-by-step\/","name":"Adapting an Assessment for a Dyslexic Student Step by Step - DYNSEO - Educational apps &amp; brain training apps for all","isPartOf":{"@id":"https:\/\/www.dynseo.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.dynseo.com\/en\/adapting-an-assessment-for-a-dyslexic-student-step-by-step\/#primaryimage"},"image":{"@id":"https:\/\/www.dynseo.com\/en\/adapting-an-assessment-for-a-dyslexic-student-step-by-step\/#primaryimage"},"thumbnailUrl":"https:\/\/www.dynseo.com\/wp-content\/uploads\/2024\/01\/sports-senior-health.png","datePublished":"2025-08-30T09:33:41+00:00","dateModified":"2026-04-29T02:56:29+00:00","breadcrumb":{"@id":"https:\/\/www.dynseo.com\/en\/adapting-an-assessment-for-a-dyslexic-student-step-by-step\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dynseo.com\/en\/adapting-an-assessment-for-a-dyslexic-student-step-by-step\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dynseo.com\/en\/adapting-an-assessment-for-a-dyslexic-student-step-by-step\/#primaryimage","url":"https:\/\/www.dynseo.com\/wp-content\/uploads\/2024\/01\/sports-senior-health.png","contentUrl":"https:\/\/www.dynseo.com\/wp-content\/uploads\/2024\/01\/sports-senior-health.png","width":776,"height":784,"caption":"Innovative Dyslexia Games: Empowering Learners to Thrive"},{"@type":"BreadcrumbList","@id":"https:\/\/www.dynseo.com\/en\/adapting-an-assessment-for-a-dyslexic-student-step-by-step\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.dynseo.com\/en\/"},{"@type":"ListItem","position":2,"name":"Adapting an Assessment for a Dyslexic Student Step by Step"}]},{"@type":"WebSite","@id":"https:\/\/www.dynseo.com\/en\/#website","url":"https:\/\/www.dynseo.com\/en\/","name":"Jeux de m\u00e9moire et stimulation cognitive","description":"DYNSEO, and your brain is a new hero!","publisher":{"@id":"https:\/\/www.dynseo.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.dynseo.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.dynseo.com\/en\/#organization","name":"DYNSEO","url":"https:\/\/www.dynseo.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dynseo.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/www.dynseo.com\/wp-content\/uploads\/2022\/05\/logo-dynseo-new.png","contentUrl":"https:\/\/www.dynseo.com\/wp-content\/uploads\/2022\/05\/logo-dynseo-new.png","width":5073,"height":1397,"caption":"DYNSEO"},"image":{"@id":"https:\/\/www.dynseo.com\/en\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.dynseo.com\/en\/#\/schema\/person\/78ef63df2ee64e0989bc68f8401b38d6","name":"DYNSEO","url":"https:\/\/www.dynseo.com\/en\/author\/justine\/"}]}},"_links":{"self":[{"href":"https:\/\/www.dynseo.com\/en\/wp-json\/wp\/v2\/posts\/408289","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dynseo.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dynseo.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dynseo.com\/en\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dynseo.com\/en\/wp-json\/wp\/v2\/comments?post=408289"}],"version-history":[{"count":19,"href":"https:\/\/www.dynseo.com\/en\/wp-json\/wp\/v2\/posts\/408289\/revisions"}],"predecessor-version":[{"id":569505,"href":"https:\/\/www.dynseo.com\/en\/wp-json\/wp\/v2\/posts\/408289\/revisions\/569505"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.dynseo.com\/en\/wp-json\/wp\/v2\/media\/116414"}],"wp:attachment":[{"href":"https:\/\/www.dynseo.com\/en\/wp-json\/wp\/v2\/media?parent=408289"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dynseo.com\/en\/wp-json\/wp\/v2\/categories?post=408289"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dynseo.com\/en\/wp-json\/wp\/v2\/tags?post=408289"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}