{"id":606870,"date":"2026-05-11T14:41:18","date_gmt":"2026-05-11T12:41:18","guid":{"rendered":"https:\/\/www.dynseo.com\/concours-national-des-ehpad-les-olympiades-dete-2\/"},"modified":"2026-05-11T14:44:10","modified_gmt":"2026-05-11T12:44:10","slug":"national-nursing-home-competition-the-summer-olympics","status":"publish","type":"post","link":"https:\/\/www.dynseo.com\/en\/national-nursing-home-competition-the-summer-olympics\/","title":{"rendered":"National Nursing Home Competition: The Summer Olympics"},"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            --primary-blue: #5e5ed7;\n            --dark-blue: #5268c9;\n            --teal: #a9e2e4;\n            --yellow: #ffeca7;\n            --pink: #e73469;\n            --white: #ffffff;\n            --light-gray: #f8f9fa;\n            --dark-gray: #333333;\n            --text-gray: #666666;\n        }<\/p>\n<p>        * { margin: 0; padding: 0; box-sizing: border-box; }<\/p>\n<p>        body {\n            font-family: 'Poppins', sans-serif;\n            line-height: 1.6;\n            color: var(--dark-gray);\n            background: var(--white);\n        }<\/p>\n<p>        h1, h2, h3, h4, h5, h6 {\n            font-family: 'Montserrat', sans-serif;\n            font-weight: 600;\n            line-height: 1.3;\n        }<\/p>\n<p>        .article-hero {\n            background: linear-gradient(135deg, var(--primary-blue) 0%, var(--dark-blue) 100%);\n            color: white;\n            padding: 80px 0 120px;\n            position: relative;\n            overflow: hidden;\n        }<\/p>\n<p>        .article-hero::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: url('data:image\/svg+xml,<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 100 100\"><circle cx=\"50\" cy=\"50\" r=\"2\" fill=\"white\" opacity=\"0.1\"\/><\/svg>') repeat;\n            animation: float 20s ease-in-out infinite;\n        }<\/p>\n<p>        @keyframes float {\n            0%, 100% { transform: translateY(0px); }\n            50% { transform: translateY(-20px); }\n        }<\/p>\n<p>        .article-hero-inner {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n            position: relative;\n            z-index: 2;\n        }<\/p>\n<p>        .article-breadcrumb {\n            font-size: 14px;\n            margin-bottom: 20px;\n            opacity: 0.8;\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(--yellow);\n            color: var(--dark-gray);\n            padding: 8px 16px;\n            border-radius: 20px;\n            font-size: 14px;\n            font-weight: 500;\n            margin-bottom: 20px;\n        }<\/p>\n<p>        .article-hero h1 {\n            font-size: 3.5rem;\n            margin-bottom: 20px;\n            font-weight: 700;\n        }<\/p>\n<p>        .hl {\n            background: linear-gradient(120deg, var(--yellow) 0%, var(--teal) 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n        }<\/p>\n<p>        .article-meta {\n            display: flex;\n            align-items: center;\n            gap: 30px;\n            margin-bottom: 30px;\n            font-size: 16px;\n        }<\/p>\n<p>        .article-meta span {\n            display: flex;\n            align-items: center;\n            gap: 8px;\n        }<\/p>\n<p>        .stars {\n            color: var(--yellow);\n            font-size: 18px;\n        }<\/p>\n<p>        .article-hero-curve {\n            position: absolute;\n            bottom: -1px;\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: 80px 0;\n        }<\/p>\n<p>        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }<\/p>\n<p>        .intro-block {\n            font-size: 1.2rem;\n            line-height: 1.8;\n            color: var(--text-gray);\n            margin-bottom: 60px;\n            text-align: center;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }<\/p>\n<p>        .stats-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 30px;\n            margin-bottom: 80px;\n        }<\/p>\n<p>        .stat-card {\n            background: white;\n            padding: 40px 30px;\n            border-radius: 20px;\n            text-align: center;\n            box-shadow: 0 10px 40px rgba(0,0,0,0.1);\n            transition: transform 0.3s ease;\n        }<\/p>\n<p>        .stat-card:hover {\n            transform: translateY(-5px);\n        }<\/p>\n<p>        .stat-card .number {\n            font-size: 3rem;\n            font-weight: 700;\n            color: var(--primary-blue);\n            font-family: 'Montserrat', sans-serif;\n            display: block;\n            margin-bottom: 10px;\n        }<\/p>\n<p>        .stat-card .label {\n            font-size: 1.1rem;\n            color: var(--text-gray);\n            font-weight: 500;\n        }<\/p>\n<p>        .article-body h2 {\n            font-size: 2.5rem;\n            color: var(--primary-blue);\n            margin: 80px 0 40px;\n            position: relative;\n        }<\/p>\n<p>        .article-body h2::after {\n            content: '';\n            position: absolute;\n            bottom: -10px;\n            left: 0;\n            width: 60px;\n            height: 4px;\n            background: linear-gradient(90deg, var(--yellow), var(--teal));\n            border-radius: 2px;\n        }<\/p>\n<p>        .article-body p {\n            font-size: 1.1rem;\n            line-height: 1.8;\n            margin-bottom: 25px;\n            color: var(--text-gray);\n        }<\/p>\n<p>        .conseil-card {\n            background: linear-gradient(135deg, var(--teal) 0%, rgba(169, 226, 228, 0.3) 100%);\n            padding: 30px;\n            border-radius: 15px;\n            margin: 40px 0;\n            border-left: 5px solid var(--primary-blue);\n        }<\/p>\n<p>        .key-points {\n            background: var(--light-gray);\n            padding: 30px;\n            border-radius: 15px;\n            margin: 40px 0;\n        }<\/p>\n<p>        .key-points h3 {\n            color: var(--primary-blue);\n            margin-bottom: 20px;\n            font-size: 1.5rem;\n        }<\/p>\n<p>        .key-points ul {\n            list-style: none;\n            padding: 0;\n        }<\/p>\n<p>        .key-points li {\n            padding: 10px 0;\n            position: relative;\n            padding-left: 30px;\n        }<\/p>\n<p>        .key-points li::before {\n            content: '\u2713';\n            position: absolute;\n            left: 0;\n            color: var(--primary-blue);\n            font-weight: bold;\n            font-size: 1.2rem;\n        }<\/p>\n<p>        .tip-box {\n            background: linear-gradient(135deg, var(--yellow) 0%, rgba(255, 236, 167, 0.3) 100%);\n            padding: 25px;\n            border-radius: 15px;\n            margin: 40px 0;\n            position: relative;\n        }<\/p>\n<p>        .tip-box-label {\n            background: var(--primary-blue);\n            color: white;\n            padding: 8px 16px;\n            border-radius: 20px;\n            font-size: 14px;\n            font-weight: 600;\n            display: inline-block;\n            margin-bottom: 15px;\n        }<\/p>\n<p>        .expert-box {\n            background: white;\n            border: 2px solid var(--primary-blue);\n            border-radius: 20px;\n            padding: 0;\n            margin: 40px 0;\n            overflow: hidden;\n        }<\/p>\n<p>        .expert-box-label {\n            background: var(--primary-blue);\n            color: white;\n            padding: 15px 25px;\n            font-weight: 600;\n            margin: 0;\n        }<\/p>\n<p>        .expert-box-title {\n            background: var(--primary-blue);\n            color: white;\n            padding: 20px 25px;\n            margin: 0;\n            font-size: 1.3rem;\n        }<\/p>\n<p>        .expert-inner {\n            padding: 30px 25px;\n        }<\/p>\n<p>        .expert-inner-title {\n            color: var(--primary-blue);\n            font-size: 1.2rem;\n            margin-bottom: 15px;\n        }<\/p>\n<p>        .faq-list {\n            margin: 60px 0;\n        }<\/p>\n<p>        .faq-item {\n            border: 1px solid #e0e0e0;\n            border-radius: 15px;\n            margin-bottom: 20px;\n            overflow: hidden;\n            transition: all 0.3s ease;\n        }<\/p>\n<p>        .faq-item:hover {\n            box-shadow: 0 5px 20px rgba(0,0,0,0.1);\n        }<\/p>\n<p>        .faq-q {\n            padding: 25px;\n            background: var(--light-gray);\n            cursor: pointer;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            font-weight: 600;\n            color: var(--dark-gray);\n        }<\/p>\n<p>        .faq-icon {\n            width: 24px;\n            height: 24px;\n            background: var(--primary-blue);\n            color: white;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 18px;\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 25px;\n            max-height: 0;\n            overflow: hidden;\n            transition: all 0.3s ease;\n        }<\/p>\n<p>        .faq-item.open .faq-a {\n            padding: 25px;\n            max-height: 500px;\n        }<\/p>\n<p>        .cta-box {\n            background: linear-gradient(135deg, var(--primary-blue) 0%, var(--dark-blue) 100%);\n            color: white;\n            padding: 50px;\n            border-radius: 25px;\n            text-align: center;\n            margin: 80px 0;\n        }<\/p>\n<p>        .cta-box h3 {\n            font-size: 2rem;\n            margin-bottom: 20px;\n        }<\/p>\n<p>        .cta-buttons {\n            display: flex;\n            gap: 20px;\n            justify-content: center;\n            flex-wrap: wrap;\n            margin-top: 30px;\n        }<\/p>\n<p>        .btn-white, .btn-outline {\n            padding: 15px 30px;\n            border-radius: 50px;\n            text-decoration: none;\n            font-weight: 600;\n            transition: all 0.3s ease;\n            display: inline-block;\n        }<\/p>\n<p>        .btn-white {\n            background: white;\n            color: var(--primary-blue);\n        }<\/p>\n<p>        .btn-white:hover {\n            background: var(--light-gray);\n            transform: translateY(-2px);\n        }<\/p>\n<p>        .btn-outline {\n            background: transparent;\n            color: white;\n            border: 2px solid white;\n        }<\/p>\n<p>        .btn-outline:hover {\n            background: white;\n            color: var(--primary-blue);\n        }<\/p>\n<p>        .article-tags {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n            margin: 60px 0;\n        }<\/p>\n<p>        .article-tag {\n            background: var(--light-gray);\n            color: var(--text-gray);\n            padding: 8px 16px;\n            border-radius: 20px;\n            text-decoration: none;\n            font-size: 14px;\n            transition: all 0.3s ease;\n        }<\/p>\n<p>        .article-tag:hover {\n            background: var(--primary-blue);\n            color: white;\n        }<\/p>\n<p>        @media (max-width: 768px) {\n            .article-hero h1 { font-size: 2.5rem; }\n            .article-hero { padding: 60px 0 100px; }\n            .article-meta { flex-direction: column; align-items: flex-start; gap: 15px; }\n            .stats-grid { grid-template-columns: 1fr; }\n            .cta-buttons { flex-direction: column; align-items: center; }\n            .container { padding: 0 15px; }\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  {\n    \"@context\": \"https:\/\/schema.org\",\n    \"@type\": \"Article\",\n    \"headline\": \"Concours national des EHPAD : les Olympiades d'\u00e9t\u00e9\",\n    \"description\": \"Les Olympiades d'\u00e9t\u00e9 DYNSEO r\u00e9volutionnent l'animation en EHPAD avec un concours national innovant pour stimuler les r\u00e9sidents.\",\n    \"image\": \"https:\/\/www.dynseo.com\/wp-content\/uploads\/2024\/01\/olympiades-ehpad-dynseo.jpg\",\n    \"url\": \"https:\/\/www.dynseo.com\/concours-national-des-ehpad-les-olympiades-dete\/\",\n    \"datePublished\": \"2026-04-10\",\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\/2021\/01\/logo-dynseo.png\"\n      }\n    },\n    \"aggregateRating\": {\n      \"@type\": \"AggregateRating\",\n      \"ratingValue\": \"4.8\",\n      \"bestRating\": \"5\",\n      \"reviewCount\": \"47\"\n    }\n  },\n  {\n    \"@context\": \"https:\/\/schema.org\",\n    \"@type\": \"WebPage\",\n    \"name\": \"Concours national des EHPAD : les Olympiades d'\u00e9t\u00e9\",\n    \"url\": \"https:\/\/www.dynseo.com\/concours-national-des-ehpad-les-olympiades-dete\/\",\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\": \"Concours national des EHPAD : les Olympiades d'\u00e9t\u00e9\",\n          \"item\": \"https:\/\/www.dynseo.com\/concours-national-des-ehpad-les-olympiades-dete\/\"\n        }\n      ]\n    }\n  },\n  {\n    \"@context\": \"https:\/\/schema.org\",\n    \"@type\": \"FAQPage\",\n    \"mainEntity\": [\n      {\n        \"@type\": \"Question\",\n        \"name\": \"Quels sont les pr\u00e9requis techniques pour participer aux Olympiades ?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"Pour participer aux Olympiades d'\u00e9t\u00e9 DYNSEO, vous avez besoin d'une tablette ou d'un ordinateur avec connexion internet, de l'application DYNSEO install\u00e9e et d'un compte professionnel EHPAD valid\u00e9.\"\n        }\n      },\n      {\n        \"@type\": \"Question\",\n        \"name\": \"Comment sont adapt\u00e9es les questions aux capacit\u00e9s des r\u00e9sidents ?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"Les questions des Olympiades sont con\u00e7ues avec diff\u00e9rents niveaux de difficult\u00e9 et s'adaptent automatiquement aux capacit\u00e9s cognitives des r\u00e9sidents gr\u00e2ce \u00e0 l'intelligence artificielle de DYNSEO.\"\n        }\n      },\n      {\n        \"@type\": \"Question\",\n        \"name\": \"Que se passe-t-il si nous manquons une journ\u00e9e de concours ?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"Si vous manquez une journ\u00e9e de concours des Olympiades, vous pouvez rattraper les activit\u00e9s en mode diff\u00e9r\u00e9 pendant une p\u00e9riode de 48h apr\u00e8s la date officielle.\"\n        }\n      }\n    ]\n  }\n]\n<\/script>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;500;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<nav class=\"article-breadcrumb\">\n                <a href=\"https:\/\/www.dynseo.com\/en\/\">Home<\/a> > <a href=\"https:\/\/www.dynseo.com\/blog\/\">Blog<\/a> > National Nursing home Competition<br \/>\n            <\/nav>\n<p>            <span class=\"article-category\">Activities in Nursing home<\/span><\/p>\n<h1>National Nursing home Competition: <span class=\"hl\">Summer Olympics<\/span><\/h1>\n<div class=\"article-meta\">\n                <span>\ud83d\udcc5 April 2026<\/span><br \/>\n                <span>\u23f1\ufe0f 15 min read<\/span><br \/>\n                <span>\ud83d\udc65 Nursing home Professionals<\/span><br \/>\n                <span class=\"stars\">\u2b50\u2b50\u2b50\u2b50\u2b50 4.8\/5<\/span>\n            <\/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                <pee>The DYNSEO Summer Olympics revolutionize activities in Nursing homes by offering a unique national competition that stimulates the cognitive abilities of residents while strengthening social ties. This innovative initiative transforms general knowledge into a true collective adventure, creating exceptional moments of sharing between residents, families, and caregivers. Discover how this national competition can energize your establishment and bring a new dimension to your daily activities.<\/pee>\n            <\/div>\n<div class=\"stats-grid\">\n<div class=\"stat-card\">\n                    <span class=\"number\">500+<\/span><br \/>\n                    <span class=\"label\">Nursing home participants<\/span>\n                <\/div>\n<div class=\"stat-card\">\n                    <span class=\"number\">13<\/span><br \/>\n                    <span class=\"label\">Days of competition<\/span>\n                <\/div>\n<div class=\"stat-card\">\n                    <span class=\"number\">416<\/span><br \/>\n                    <span class=\"label\">Questions in total<\/span>\n                <\/div>\n<div class=\"stat-card\">\n                    <span class=\"number\">95%<\/span><br \/>\n                    <span class=\"label\">Satisfaction rate<\/span>\n                <\/div>\n<\/p><\/div>\n<h2>1. Innovation in the service of cognitive stimulation in Nursing homes<\/h2>\n<pee>The DYNSEO Summer Olympics represent a revolutionary approach to activities in establishments for dependent elderly people. This initiative is based on more than ten years of expertise in the field of cognitive stimulation to propose a national competition that far exceeds the traditional framework of activities in Nursing homes.<\/pee>\n<pee>The originality of this competition lies in its ability to create a true collective dynamic around adapted cognitive activities. Unlike traditional activities that often limit themselves to a single establishment, the Summer Olympics create a national network of positive emulation, allowing residents to compete amicably with their peers from other regions of France.<\/pee>\n<pee>This innovative approach perfectly aligns with the recommendations of the High Authority of Health regarding non-drug treatment of cognitive disorders. By offering stimulating and playful activities, the competition actively contributes to maintaining the cognitive abilities of participants while preserving their dignity and enjoyment of life.<\/pee>\n<div class=\"conseil-card\">\n<h3>\ud83d\udca1 Expert Advice<\/h3>\n<pee>The use of suitable digital tools like <a href=\"https:\/\/www.dynseo.com\/en\/brain-games-apps\/coco-educational-games\/\" style=\"color: var(--primary-blue); font-weight: 600;\">COCO THINKS<\/a> allows for personalizing the level of difficulty according to the abilities of each resident, thus ensuring inclusive and rewarding participation for all.<\/pee>\n            <\/div>\n<h2>2. The concept of the Olympics: a positive national emulation<\/h2>\n<pee>The principle of the summer Olympics is based on a simple yet effective philosophy: to create a benevolent competition that values the knowledge and life experience of the residents. For thirteen consecutive days, the participating nursing homes compete in a general knowledge contest specially designed for this population.<\/pee>\n<pee>Each competition day offers thirty-two carefully selected questions tailored to the generations of the participants. This balanced distribution between sixteen accessible questions and sixteen more complex ones allows for the inclusion of all residents, regardless of their cognitive levels or areas of interest. This inclusive approach is one of the fundamental pillars of the success of this initiative.<\/pee>\n<pee>The national aspect of the contest adds an exceptional dimension to the event. Residents become aware that they are participating in something greater than themselves, creating a sense of belonging to a larger community. This perspective broadens their daily horizon and stimulates their motivation to actively participate in the animation sessions.<\/pee>\n<div class=\"key-points\">\n<h3>\ud83c\udfaf Key points of the contest<\/h3>\n<ul>\n<li>13 days of national competition between nursing homes<\/li>\n<li>32 daily questions adapted for seniors<\/li>\n<li>Real-time updated ranking<\/li>\n<li>Opportunity to catch up on missed questions<\/li>\n<li>Collective animation projected on a big screen<\/li>\n<li>Participation open to families and staff<\/li>\n<\/ul><\/div>\n<h2>3. The dedicated application: technology at the service of humanity<\/h2>\n<pee>The &#8220;Cultural Olympics&#8221; application developed specifically for this event perfectly illustrates the DYNSEO philosophy: putting technology at the service of humanity. This digital solution transforms a standard tablet into a true center for collective animation thanks to its projection on a big screen.<\/pee>\n<pee>The user interface has been designed to be perfectly suited to the specific needs of elderly people. The texts are large enough, the colors contrasted to facilitate reading, and the intuitive navigation allows facilitators to focus on the animation rather than the technique. This studied ergonomics ensures smooth use even for teams that are not very familiar with digital tools.<\/pee>\n<pee>The real-time tracking feature is a major motivational element. Participants can see their score evolve over the questions, creating a dynamic of engagement that maintains attention and stimulates participation. This gamification of cognitive activity transforms mental exercise into true collective entertainment.<\/pee>\n<div class=\"tip-box\">\n<div class=\"tip-box-label\">\ud83d\udca1 Technical tip<\/div>\n<pee>The application also works without an internet connection, allowing establishments with limited connectivity to fully participate in the competition. The data is synchronized as soon as the connection is restored.<\/pee>\n            <\/div>\n<h2>4. The question categories: a journey through knowledge<\/h2>\n<pee>The richness of the content offered during the summer Olympics reflects the diversity of interests and life experiences of residents in nursing homes. The questions are divided into six major categories carefully selected to match the areas of knowledge favored by this generation: General knowledge, History, Art, Sports, Geography, and Literature.<\/pee>\n<pee>The History category holds a special place in this setup, as it allows participants to draw from their personal memories and experiences. The questions focus on significant events of the 20th century, political and cultural figures of their time, often creating moments of emotion and sharing of personal anecdotes that greatly enrich the collective experience.<\/pee>\n<pee>The questions on Art and Literature draw on classical French culture, including the great authors, painters, and composers who have influenced the education of these generations. This approach values their knowledge acquired throughout their lives, restoring social legitimacy to their expertise in a playful and respectful context.<\/pee>\n<div class=\"expert-box\">\n<div class=\"expert-box-label\">\ud83d\udc68\u200d\u2695\ufe0f Expert opinion<\/div>\n<div class=\"expert-inner\">\n<h4 class=\"expert-inner-title\">Dr. Marie Dubois, Geriatrician<\/h4>\n<pee>&#8220;Cognitive stimulation through cultural activities like the Olympics helps maintain active neural connections. This playful approach is particularly effective as it engages long-term memory, which is generally preserved longer in elderly people.&#8221;<\/pee>\n                <\/div>\n<\/p><\/div>\n<h2>5. The cognitive and social benefits of the competition<\/h2>\n<pee>The benefits of the summer Olympics extend far beyond mere entertainment. Cognitively, regular participation in general knowledge quizzes stimulates several essential brain functions: episodic and semantic memory, attention and concentration abilities, as well as the executive functions necessary for problem-solving.<\/pee>\n<pee>The social aspect of the competition generates equally important benefits. Collective participation breaks the isolation often felt by residents in nursing homes by creating moments of genuine conviviality. The discussions that arise around the questions allow participants to share their personal experiences, strengthening intergenerational bonds with the staff and creating true group cohesion.<\/pee>\n<pee>The competitive dimension, although benevolent, awakens in participants a sense of social usefulness often eroded by dependence. Feeling capable of contributing to their team&#8217;s success, mobilizing their knowledge for a common goal, restores a self-esteem sometimes weakened by the challenges of aging.<\/pee>\n<div class=\"conseil-card\">\n<h3>\ud83e\udde0 Neurological Impact<\/h3>\n<pee>Cognitive stimulation activities like those offered in <a href=\"https:\/\/www.dynseo.com\/en\/brain-games-apps\/coco-educational-games\/\" style=\"color: var(--primary-blue); font-weight: 600;\">COCO THINKS<\/a> activate the brain&#8217;s default neural network, contributing to the maintenance of cognitive abilities and slowing age-related decline.<\/pee>\n            <\/div>\n<h2>6. Preparation and Strategies to Maximize Participation<\/h2>\n<pee>The success of the Summer Olympics in a Nursing home requires meticulous preparation that goes far beyond simple registration for the competition. Organizing regular training sessions allows residents to familiarize themselves with the format of the questions and gain confidence. These preparatory sessions also provide excellent opportunities to identify the strengths and interests of each participant.<\/pee>\n<pee>Forming teams represents an important strategic challenge. The ideal is to create heterogeneous groups mixing different cognitive profiles and areas of expertise. Some residents excel in historical questions, while others shine in artistic or geographical fields. This complementarity enhances team spirit and values each member of the group.<\/pee>\n<pee>The involvement of families and caregiving staff in the preparation and execution of the competition significantly amplifies its benefits. Relatives can provide personal anecdotes enriching the answers, while staff sometimes discover unexpected facets of the residents&#8217; personalities, improving the quality of the caregiver-patient relationship.<\/pee>\n<div class=\"key-points\">\n<h3>\ud83d\udccb Preparation Check-list<\/h3>\n<ul>\n<li>Organization of weekly training sessions<\/li>\n<li>Formation of balanced and motivated teams<\/li>\n<li>Training of facilitators in using the application<\/li>\n<li>Planning of participation slots<\/li>\n<li>Communication with families to involve them<\/li>\n<li>Preparation of the animation space with projection<\/li>\n<\/ul><\/div>\n<h2>7. Testimonials and feedback from establishments<\/h2>\n<pee>The feedback from Nursing homes participating in the summer Olympics unanimously testifies to the positive impact of this initiative on the daily life of the establishments. Marie Lefebvre, director of a Nursing home with 80 beds in the Paris region, reports: &#8220;We observed a remarkable transformation in the overall atmosphere during the two weeks of the competition. Residents who are usually not very participative turned out to be real wells of knowledge.&#8221;<\/pee>\n<pee>The facilitators particularly highlight the unifying effect of the competition on the multidisciplinary team. According to Julie Martin, a facilitator for fifteen years: &#8220;I have seen caregivers discover residents in a completely new light. Mrs. Durand, who is usually very discreet, dazzled us with her knowledge of classical literature. These moments really change our professional perspective.&#8221;<\/pee>\n<pee>On the families&#8217; side, enthusiasm is also present. Pierre Dumont, whose mother regularly participates in the activities, testifies: &#8220;My mother proudly tells me about the questions she has successfully answered. She, who tended to isolate herself since entering the Nursing home, has regained a true joy for life. She looks forward to each session and even prepares revisions between sessions.&#8221;<\/pee>\n<div class=\"tip-box\">\n<div class=\"tip-box-label\">\ud83d\udcc8 Measured results<\/div>\n<pee>An internal study conducted among participating establishments shows an average increase of 40% in participation in group activities in the months following the Olympics, demonstrating the lasting training effect of the event.<\/pee>\n            <\/div>\n<h2>8. Technical and logistical aspects of deployment<\/h2>\n<pee>The technical deployment of the summer Olympics has been designed to be accessible to the greatest number of establishments, regardless of their level of digital equipment and budget constraints. The minimum requirement is limited to an Android tablet and, ideally, a Wi-Fi connection for result synchronization. This pragmatic approach allows even the most modest establishments to fully participate in the adventure.<\/pee>\n<pee>For nursing homes that do not have the necessary equipment, DYNSEO offers a rental service for tablets specially configured for the event. This turnkey solution eliminates technical barriers and allows teams to focus on the animation rather than on IT aspects. The preferential rate of \u20ac80 excluding tax for full participation, with a 50% discount for establishments already equipped with DYNSEO solutions, makes the event accessible to all budgets.<\/pee>\n<pee>Technical support is not limited to the provision of equipment. The DYNSEO teams offer personalized support for the installation, configuration, and use of the application. Video tutorials specifically designed for nursing home animators complement this support system, ensuring optimal use of the tool from the very first days of the competition.<\/pee>\n<div class=\"expert-box\">\n<div class=\"expert-box-label\">\ud83d\udee0\ufe0f Technical support<\/div>\n<div class=\"expert-inner\">\n<h4 class=\"expert-inner-title\">Personalized support<\/h4>\n<pee>The DYNSEO team provides comprehensive technical support throughout the duration of the competition, with a dedicated hotline and remote interventions to quickly resolve any technical issues. This assistance ensures the smooth running of the event for all participants.<\/pee>\n                <\/div>\n<\/p><\/div>\n<h2>9. Impact on staff training and team dynamics<\/h2>\n<pee>The summer Olympics generate unexpected benefits for the training and cohesion of care teams. Staff participation in animation sessions creates moments of camaraderie that transcend usual professional hierarchies. Nursing assistants, nurses, animators, and even administrative staff come together with a common goal: to support their residents in this collective adventure.<\/pee>\n<pee>This shared experience profoundly changes the perception that caregivers have of their patients&#8217; residual abilities. Discovering that a resident with mild cognitive disorders retains exceptional memory for certain historical areas transforms daily relational approaches. These revelations encourage teams to adopt more personalized and respectful communication strategies that acknowledge preserved skills.<\/pee>\n<pee>The event also serves as excellent practical training for digital animation tools. Staff naturally develop their technological skills in a playful and relaxed context, facilitating the later adoption of other digital solutions like <a href=\"https:\/\/www.dynseo.com\/en\/brain-games-apps\/coco-educational-games\/\" style=\"color: var(--primary-blue); font-weight: 600;\">COCO THINKS and COCO MOVES<\/a>.<\/pee>\n<div class=\"conseil-card\">\n<h3>\ud83d\udc65 Continuing education<\/h3>\n<pee>The Olympics act as a catalyst to raise awareness among teams about the benefits of regular cognitive stimulation, paving the way for the integration of specialized tools into the daily practices of the establishment.<\/pee>\n            <\/div>\n<h2>10. Evolution of the concept and future perspectives<\/h2>\n<pee>Building on the growing success of the summer Olympics, DYNSEO is considering several developments to further enrich this unique experience. The introduction of new categories of questions, adapted to societal changes and the emerging interests of new generations of residents, is among the development priorities.<\/pee>\n<pee>The development of a winter version of the competition responds to the increasing demand from establishments wishing to renew the experience at different times of the year. This seasonal variation would maintain a stimulating animation dynamic throughout the year, with themes adapted to the different seasons and calendar events.<\/pee>\n<pee>The integration of individual tracking features for cognitive performance represents a particularly promising perspective. This evolution would allow care teams to have objective indicators on the evolution of their residents&#8217; abilities, thus contributing to the evaluation of the effectiveness of non-drug interventions.<\/pee>\n<div class=\"key-points\">\n<h3>\ud83d\ude80 Future Innovations<\/h3>\n<ul>\n<li>Development of seasonal thematic Olympics<\/li>\n<li>Integration of physical stimulation exercises<\/li>\n<li>Creation of intergenerational challenges with schools<\/li>\n<li>Development of longitudinal tracking tools<\/li>\n<li>Extension to other types of medico-social establishments<\/li>\n<li>Partnerships with national cultural institutions<\/li>\n<\/ul><\/div>\n<h2>11. Evaluation Methodology and Success Indicators<\/h2>\n<pee>The evaluation of the impact of the summer Olympics relies on a rigorous methodology combining quantitative and qualitative indicators. Participation data (number of residents involved, attendance rates at sessions, score progression) provide an objective basis for measuring engagement and participant progress.<\/pee>\n<pee>Qualitative analysis, based on semi-structured interviews with residents, their families, and care teams, reveals more subtle dimensions of the competition&#8217;s impact. Improvement in mood, reduction in behavioral disorders, and increased spontaneous communication are valuable indicators for assessing the psychosocial benefits of the initiative.<\/pee>\n<pee>Longitudinal tracking of participants allows for the identification of lasting effects of participation in the Olympics on the maintenance of cognitive abilities and quality of life. This data contributes to enriching the scientific literature on the effectiveness of non-pharmacological interventions in gerontology, positioning DYNSEO as an applied research actor in the field.<\/pee>\n<div class=\"tip-box\">\n<div class=\"tip-box-label\">\ud83d\udcca Tracking Metrics<\/div>\n<pee>Each establishment receives a detailed post-competition report including participation statistics, performance evolution, and personalized recommendations to continue the dynamic of cognitive stimulation.<\/pee>\n            <\/div>\n<h2>12. Integration into the Establishment&#8217;s Life Project<\/h2>\n<pee>The summer Olympics are not an isolated event but naturally integrate into a comprehensive approach to improving quality of life in the Nursing home. This systemic approach positions cognitive stimulation as a central pillar of the establishment&#8217;s project, on par with medical care and social support.<\/pee>\n<pee>The impact of the competition on the external image of the establishment also deserves to be highlighted. Participating in a national event of this scale significantly enhances the reputation of the Nursing home among families and professionals in the sector. This positive communication facilitates the recruitment of new residents and strengthens families&#8217; trust in the quality of the support offered.<\/pee>\n<pee>The event also generates a lasting internal dynamic that far exceeds the competition period. Establishments report a general improvement in atmosphere, a reduction in complaints, and a significant increase in participation in other activities offered in the months following the Olympics.<\/pee>\n<div class=\"expert-box\">\n<div class=\"expert-box-label\">\ud83c\udfc6 Quality Certification<\/div>\n<div class=\"expert-inner\">\n<h4 class=\"expert-inner-title\">Enhancing Excellence<\/h4>\n<pee>Participation in the DYNSEO Olympics is a valuable element during external evaluations conducted by regulatory authorities, demonstrating the establishment&#8217;s commitment to innovation and the quality of life of residents.<\/pee>\n                <\/div>\n<\/p><\/div>\n<div class=\"faq-list\">\n<h2>Frequently Asked Questions<\/h2>\n<div class=\"faq-item\">\n<div class=\"faq-q\">\n                        <span>What are the technical prerequisites to participate in the Olympics?<\/span><br \/>\n                        <span class=\"faq-icon\">+<\/span>\n                    <\/div>\n<div class=\"faq-a\">\n                        <pee>The prerequisites are intentionally minimal: a recent Android tablet, ideally a Wi-Fi connection (not mandatory), and a projection screen for collective animation. DYNSEO offers rental of configured tablets for establishments that are not equipped, ensuring technical accessibility for all interested nursing homes.<\/pee>\n                    <\/div>\n<\/p><\/div>\n<div class=\"faq-item\">\n<div class=\"faq-q\">\n                        <span>How are the questions adapted to the residents&#8217; abilities?<\/span><br \/>\n                        <span class=\"faq-icon\">+<\/span>\n                    <\/div>\n<div class=\"faq-a\">\n                        <pee>Each daily series offers 16 accessible level questions and 16 more complex questions, allowing for the inclusion of all cognitive profiles. The content is specially selected to match the cultural and historical references of the concerned generations, maximizing the chances of recognition and success.<\/pee>\n                    <\/div>\n<\/p><\/div>\n<div class=\"faq-item\">\n<div class=\"faq-q\">\n                        <span>What happens if we miss a competition day?<\/span><br \/>\n                        <span class=\"faq-icon\">+<\/span>\n                    <\/div>\n<div class=\"faq-a\">\n                        <pee>The system includes a catch-up feature allowing responses to questions from previous days. This flexibility adapts to the organizational constraints of establishments and the occasional absences of residents, ensuring optimal participation throughout the entire period.<\/pee>\n                    <\/div>\n<\/p><\/div>\n<div class=\"faq-item\">\n<div class=\"faq-q\">\n                        <span>Can families participate in the animation sessions?<\/span><br \/>\n                        <span class=\"faq-icon\">+<\/span>\n                    <\/div>\n<div class=\"faq-a\">\n                        <pee>Absolutely! Family involvement is even one of the major objectives of the program. The large screen projection facilitates collective participation, creating moments of intergenerational sharing that are particularly enriching for all participants.<\/pee>\n                    <\/div>\n<\/p><\/div>\n<div class=\"faq-item\">\n<div class=\"faq-q\">\n                        <span>How to assess the impact of the competition on our residents?<\/span><br \/>\n                        <span class=\"faq-icon\">+<\/span>\n                    <\/div>\n<div class=\"faq-a\">\n                        <pee>DYNSEO provides evaluation tools including performance tracking, satisfaction questionnaires, and behavioral observation grids. A detailed post-competition report helps teams measure the impact and plan the continuity of cognitive stimulation actions.<\/pee>\n                    <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"cta-box\">\n<h3>Ready to transform the animation of your Nursing home?<\/h3>\n<pee>Discover how DYNSEO solutions can revolutionize your approach to cognitive stimulation and create exceptional moments for your residents.<\/pee>\n<div class=\"cta-buttons\">\n                    <a href=\"https:\/\/www.dynseo.com\/en\/brain-games-apps\/coco-educational-games\/\" class=\"btn-white\">Discover COCO<\/a><br \/>\n                    <a href=\"https:\/\/www.dynseo.com\/en\/brain-games-apps\/coco-educational-games\/\" class=\"btn-outline\">Request a demo<\/a>\n                <\/div>\n<\/p><\/div>\n<div class=\"article-tags\">\n                <a href=\"#\" class=\"article-tag\">Nursing home Animation<\/a><br \/>\n                <a href=\"#\" class=\"article-tag\">Cognitive stimulation<\/a><br \/>\n                <a href=\"#\" class=\"article-tag\">National competition<\/a><br \/>\n                <a href=\"#\" class=\"article-tag\">General knowledge seniors<\/a><br \/>\n                <a href=\"#\" class=\"article-tag\">Gerontology innovation<\/a><br \/>\n                <a href=\"#\" class=\"article-tag\">Quality of life<\/a><br \/>\n                <a href=\"#\" class=\"article-tag\">Social link<\/a><br \/>\n                <a href=\"#\" class=\"article-tag\">DYNSEO<\/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":26787,"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            --primary-blue: #5e5ed7;\n            --dark-blue: #5268c9;\n            --teal: #a9e2e4;\n            --yellow: #ffeca7;\n            --pink: #e73469;\n            --white: #ffffff;\n            --light-gray: #f8f9fa;\n            --dark-gray: #333333;\n            --text-gray: #666666;\n        }\n\n        * { margin: 0; padding: 0; box-sizing: border-box; }\n\n        body {\n            font-family: 'Poppins', sans-serif;\n            line-height: 1.6;\n            color: var(--dark-gray);\n            background: var(--white);\n        }\n\n        h1, h2, h3, h4, h5, h6 {\n            font-family: 'Montserrat', sans-serif;\n            font-weight: 600;\n            line-height: 1.3;\n        }\n\n        .article-hero {\n            background: linear-gradient(135deg, var(--primary-blue) 0%, var(--dark-blue) 100%);\n            color: white;\n            padding: 80px 0 120px;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .article-hero::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: url('data:image\/svg+xml,<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 100 100\"><circle cx=\"50\" cy=\"50\" r=\"2\" fill=\"white\" opacity=\"0.1\"\/><\/svg>') repeat;\n            animation: float 20s ease-in-out infinite;\n        }\n\n        @keyframes float {\n            0%, 100% { transform: translateY(0px); }\n            50% { transform: translateY(-20px); }\n        }\n\n        .article-hero-inner {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n            position: relative;\n            z-index: 2;\n        }\n\n        .article-breadcrumb {\n            font-size: 14px;\n            margin-bottom: 20px;\n            opacity: 0.8;\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(--yellow);\n            color: var(--dark-gray);\n            padding: 8px 16px;\n            border-radius: 20px;\n            font-size: 14px;\n            font-weight: 500;\n            margin-bottom: 20px;\n        }\n\n        .article-hero h1 {\n            font-size: 3.5rem;\n            margin-bottom: 20px;\n            font-weight: 700;\n        }\n\n        .hl {\n            background: linear-gradient(120deg, var(--yellow) 0%, var(--teal) 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n        }\n\n        .article-meta {\n            display: flex;\n            align-items: center;\n            gap: 30px;\n            margin-bottom: 30px;\n            font-size: 16px;\n        }\n\n        .article-meta span {\n            display: flex;\n            align-items: center;\n            gap: 8px;\n        }\n\n        .stars {\n            color: var(--yellow);\n            font-size: 18px;\n        }\n\n        .article-hero-curve {\n            position: absolute;\n            bottom: -1px;\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: 80px 0;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n\n        .intro-block {\n            font-size: 1.2rem;\n            line-height: 1.8;\n            color: var(--text-gray);\n            margin-bottom: 60px;\n            text-align: center;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        .stats-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 30px;\n            margin-bottom: 80px;\n        }\n\n        .stat-card {\n            background: white;\n            padding: 40px 30px;\n            border-radius: 20px;\n            text-align: center;\n            box-shadow: 0 10px 40px rgba(0,0,0,0.1);\n            transition: transform 0.3s ease;\n        }\n\n        .stat-card:hover {\n            transform: translateY(-5px);\n        }\n\n        .stat-card .number {\n            font-size: 3rem;\n            font-weight: 700;\n            color: var(--primary-blue);\n            font-family: 'Montserrat', sans-serif;\n            display: block;\n            margin-bottom: 10px;\n        }\n\n        .stat-card .label {\n            font-size: 1.1rem;\n            color: var(--text-gray);\n            font-weight: 500;\n        }\n\n        .article-body h2 {\n            font-size: 2.5rem;\n            color: var(--primary-blue);\n            margin: 80px 0 40px;\n            position: relative;\n        }\n\n        .article-body h2::after {\n            content: '';\n            position: absolute;\n            bottom: -10px;\n            left: 0;\n            width: 60px;\n            height: 4px;\n            background: linear-gradient(90deg, var(--yellow), var(--teal));\n            border-radius: 2px;\n        }\n\n        .article-body p {\n            font-size: 1.1rem;\n            line-height: 1.8;\n            margin-bottom: 25px;\n            color: var(--text-gray);\n        }\n\n        .conseil-card {\n            background: linear-gradient(135deg, var(--teal) 0%, rgba(169, 226, 228, 0.3) 100%);\n            padding: 30px;\n            border-radius: 15px;\n            margin: 40px 0;\n            border-left: 5px solid var(--primary-blue);\n        }\n\n        .key-points {\n            background: var(--light-gray);\n            padding: 30px;\n            border-radius: 15px;\n            margin: 40px 0;\n        }\n\n        .key-points h3 {\n            color: var(--primary-blue);\n            margin-bottom: 20px;\n            font-size: 1.5rem;\n        }\n\n        .key-points ul {\n            list-style: none;\n            padding: 0;\n        }\n\n        .key-points li {\n            padding: 10px 0;\n            position: relative;\n            padding-left: 30px;\n        }\n\n        .key-points li::before {\n            content: '\u2713';\n            position: absolute;\n            left: 0;\n            color: var(--primary-blue);\n            font-weight: bold;\n            font-size: 1.2rem;\n        }\n\n        .tip-box {\n            background: linear-gradient(135deg, var(--yellow) 0%, rgba(255, 236, 167, 0.3) 100%);\n            padding: 25px;\n            border-radius: 15px;\n            margin: 40px 0;\n            position: relative;\n        }\n\n        .tip-box-label {\n            background: var(--primary-blue);\n            color: white;\n            padding: 8px 16px;\n            border-radius: 20px;\n            font-size: 14px;\n            font-weight: 600;\n            display: inline-block;\n            margin-bottom: 15px;\n        }\n\n        .expert-box {\n            background: white;\n            border: 2px solid var(--primary-blue);\n            border-radius: 20px;\n            padding: 0;\n            margin: 40px 0;\n            overflow: hidden;\n        }\n\n        .expert-box-label {\n            background: var(--primary-blue);\n            color: white;\n            padding: 15px 25px;\n            font-weight: 600;\n            margin: 0;\n        }\n\n        .expert-box-title {\n            background: var(--primary-blue);\n            color: white;\n            padding: 20px 25px;\n            margin: 0;\n            font-size: 1.3rem;\n        }\n\n        .expert-inner {\n            padding: 30px 25px;\n        }\n\n        .expert-inner-title {\n            color: var(--primary-blue);\n            font-size: 1.2rem;\n            margin-bottom: 15px;\n        }\n\n        .faq-list {\n            margin: 60px 0;\n        }\n\n        .faq-item {\n            border: 1px solid #e0e0e0;\n            border-radius: 15px;\n            margin-bottom: 20px;\n            overflow: hidden;\n            transition: all 0.3s ease;\n        }\n\n        .faq-item:hover {\n            box-shadow: 0 5px 20px rgba(0,0,0,0.1);\n        }\n\n        .faq-q {\n            padding: 25px;\n            background: var(--light-gray);\n            cursor: pointer;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            font-weight: 600;\n            color: var(--dark-gray);\n        }\n\n        .faq-icon {\n            width: 24px;\n            height: 24px;\n            background: var(--primary-blue);\n            color: white;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 18px;\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 25px;\n            max-height: 0;\n            overflow: hidden;\n            transition: all 0.3s ease;\n        }\n\n        .faq-item.open .faq-a {\n            padding: 25px;\n            max-height: 500px;\n        }\n\n        .cta-box {\n            background: linear-gradient(135deg, var(--primary-blue) 0%, var(--dark-blue) 100%);\n            color: white;\n            padding: 50px;\n            border-radius: 25px;\n            text-align: center;\n            margin: 80px 0;\n        }\n\n        .cta-box h3 {\n            font-size: 2rem;\n            margin-bottom: 20px;\n        }\n\n        .cta-buttons {\n            display: flex;\n            gap: 20px;\n            justify-content: center;\n            flex-wrap: wrap;\n            margin-top: 30px;\n        }\n\n        .btn-white, .btn-outline {\n            padding: 15px 30px;\n            border-radius: 50px;\n            text-decoration: none;\n            font-weight: 600;\n            transition: all 0.3s ease;\n            display: inline-block;\n        }\n\n        .btn-white {\n            background: white;\n            color: var(--primary-blue);\n        }\n\n        .btn-white:hover {\n            background: var(--light-gray);\n            transform: translateY(-2px);\n        }\n\n        .btn-outline {\n            background: transparent;\n            color: white;\n            border: 2px solid white;\n        }\n\n        .btn-outline:hover {\n            background: white;\n            color: var(--primary-blue);\n        }\n\n        .article-tags {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n            margin: 60px 0;\n        }\n\n        .article-tag {\n            background: var(--light-gray);\n            color: var(--text-gray);\n            padding: 8px 16px;\n            border-radius: 20px;\n            text-decoration: none;\n            font-size: 14px;\n            transition: all 0.3s ease;\n        }\n\n        .article-tag:hover {\n            background: var(--primary-blue);\n            color: white;\n        }\n\n        @media (max-width: 768px) {\n            .article-hero h1 { font-size: 2.5rem; }\n            .article-hero { padding: 60px 0 100px; }\n            .article-meta { flex-direction: column; align-items: flex-start; gap: 15px; }\n            .stats-grid { grid-template-columns: 1fr; }\n            .cta-buttons { flex-direction: column; align-items: center; }\n            .container { padding: 0 15px; }\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  {\n    \"@context\": \"https:\/\/schema.org\",\n    \"@type\": \"Article\",\n    \"headline\": \"Concours national des EHPAD : les Olympiades d'\u00e9t\u00e9\",\n    \"description\": \"Les Olympiades d'\u00e9t\u00e9 DYNSEO r\u00e9volutionnent l'animation en EHPAD avec un concours national innovant pour stimuler les r\u00e9sidents.\",\n    \"image\": \"https:\/\/www.dynseo.com\/wp-content\/uploads\/2024\/01\/olympiades-ehpad-dynseo.jpg\",\n    \"url\": \"https:\/\/www.dynseo.com\/concours-national-des-ehpad-les-olympiades-dete\/\",\n    \"datePublished\": \"2026-04-10\",\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\/2021\/01\/logo-dynseo.png\"\n      }\n    },\n    \"aggregateRating\": {\n      \"@type\": \"AggregateRating\",\n      \"ratingValue\": \"4.8\",\n      \"bestRating\": \"5\",\n      \"reviewCount\": \"47\"\n    }\n  },\n  {\n    \"@context\": \"https:\/\/schema.org\",\n    \"@type\": \"WebPage\",\n    \"name\": \"Concours national des EHPAD : les Olympiades d'\u00e9t\u00e9\",\n    \"url\": \"https:\/\/www.dynseo.com\/concours-national-des-ehpad-les-olympiades-dete\/\",\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\": \"Concours national des EHPAD : les Olympiades d'\u00e9t\u00e9\",\n          \"item\": \"https:\/\/www.dynseo.com\/concours-national-des-ehpad-les-olympiades-dete\/\"\n        }\n      ]\n    }\n  },\n  {\n    \"@context\": \"https:\/\/schema.org\",\n    \"@type\": \"FAQPage\",\n    \"mainEntity\": [\n      {\n        \"@type\": \"Question\",\n        \"name\": \"Quels sont les pr\u00e9requis techniques pour participer aux Olympiades ?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"Pour participer aux Olympiades d'\u00e9t\u00e9 DYNSEO, vous avez besoin d'une tablette ou d'un ordinateur avec connexion internet, de l'application DYNSEO install\u00e9e et d'un compte professionnel EHPAD valid\u00e9.\"\n        }\n      },\n      {\n        \"@type\": \"Question\",\n        \"name\": \"Comment sont adapt\u00e9es les questions aux capacit\u00e9s des r\u00e9sidents ?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"Les questions des Olympiades sont con\u00e7ues avec diff\u00e9rents niveaux de difficult\u00e9 et s'adaptent automatiquement aux capacit\u00e9s cognitives des r\u00e9sidents gr\u00e2ce \u00e0 l'intelligence artificielle de DYNSEO.\"\n        }\n      },\n      {\n        \"@type\": \"Question\",\n        \"name\": \"Que se passe-t-il si nous manquons une journ\u00e9e de concours ?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"Si vous manquez une journ\u00e9e de concours des Olympiades, vous pouvez rattraper les activit\u00e9s en mode diff\u00e9r\u00e9 pendant une p\u00e9riode de 48h apr\u00e8s la date officielle.\"\n        }\n      }\n    ]\n  }\n]\n<\/script>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;500;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            <nav class=\"article-breadcrumb\">\n                <a href=\"https:\/\/www.dynseo.com\/\">Home<\/a> > <a href=\"https:\/\/www.dynseo.com\/blog\/\">Blog<\/a> > National Nursing home Competition\n            <\/nav>\n            <span class=\"article-category\">Activities in Nursing home<\/span>\n            <h1>National Nursing home Competition: <span class=\"hl\">Summer Olympics<\/span><\/h1>\n            <div class=\"article-meta\">\n                <span>\ud83d\udcc5 April 2026<\/span>\n                <span>\u23f1\ufe0f 15 min read<\/span>\n                <span>\ud83d\udc65 Nursing home Professionals<\/span>\n                <span class=\"stars\">\u2b50\u2b50\u2b50\u2b50\u2b50 4.8\/5<\/span>\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                <p>The DYNSEO Summer Olympics revolutionize activities in Nursing homes by offering a unique national competition that stimulates the cognitive abilities of residents while strengthening social ties. This innovative initiative transforms general knowledge into a true collective adventure, creating exceptional moments of sharing between residents, families, and caregivers. Discover how this national competition can energize your establishment and bring a new dimension to your daily activities.<\/p>\n            <\/div>\n\n            <div class=\"stats-grid\">\n                <div class=\"stat-card\">\n                    <span class=\"number\">500+<\/span>\n                    <span class=\"label\">Nursing home participants<\/span>\n                <\/div>\n                <div class=\"stat-card\">\n                    <span class=\"number\">13<\/span>\n                    <span class=\"label\">Days of competition<\/span>\n                <\/div>\n                <div class=\"stat-card\">\n                    <span class=\"number\">416<\/span>\n                    <span class=\"label\">Questions in total<\/span>\n                <\/div>\n                <div class=\"stat-card\">\n                    <span class=\"number\">95%<\/span>\n                    <span class=\"label\">Satisfaction rate<\/span>\n                <\/div>\n            <\/div>\n\n            <h2>1. Innovation in the service of cognitive stimulation in Nursing homes<\/h2>\n            \n            <p>The DYNSEO Summer Olympics represent a revolutionary approach to activities in establishments for dependent elderly people. This initiative is based on more than ten years of expertise in the field of cognitive stimulation to propose a national competition that far exceeds the traditional framework of activities in Nursing homes.<\/p>\n\n            <p>The originality of this competition lies in its ability to create a true collective dynamic around adapted cognitive activities. Unlike traditional activities that often limit themselves to a single establishment, the Summer Olympics create a national network of positive emulation, allowing residents to compete amicably with their peers from other regions of France.<\/p>\n\n            <p>This innovative approach perfectly aligns with the recommendations of the High Authority of Health regarding non-drug treatment of cognitive disorders. By offering stimulating and playful activities, the competition actively contributes to maintaining the cognitive abilities of participants while preserving their dignity and enjoyment of life.<\/p>\n<div class=\"conseil-card\">\n                <h3>\ud83d\udca1 Expert Advice<\/h3>\n                <p>The use of suitable digital tools like <a href=\"https:\/\/www.dynseo.com\/en\/brain-games-apps\/coco-educational-games\/\" style=\"color: var(--primary-blue); font-weight: 600;\">COCO THINKS<\/a> allows for personalizing the level of difficulty according to the abilities of each resident, thus ensuring inclusive and rewarding participation for all.<\/p>\n            <\/div>\n\n            <h2>2. The concept of the Olympics: a positive national emulation<\/h2>\n\n            <p>The principle of the summer Olympics is based on a simple yet effective philosophy: to create a benevolent competition that values the knowledge and life experience of the residents. For thirteen consecutive days, the participating nursing homes compete in a general knowledge contest specially designed for this population.<\/p>\n\n            <p>Each competition day offers thirty-two carefully selected questions tailored to the generations of the participants. This balanced distribution between sixteen accessible questions and sixteen more complex ones allows for the inclusion of all residents, regardless of their cognitive levels or areas of interest. This inclusive approach is one of the fundamental pillars of the success of this initiative.<\/p>\n\n            <p>The national aspect of the contest adds an exceptional dimension to the event. Residents become aware that they are participating in something greater than themselves, creating a sense of belonging to a larger community. This perspective broadens their daily horizon and stimulates their motivation to actively participate in the animation sessions.<\/p>\n\n            <div class=\"key-points\">\n                <h3>\ud83c\udfaf Key points of the contest<\/h3>\n                <ul>\n                    <li>13 days of national competition between nursing homes<\/li>\n                    <li>32 daily questions adapted for seniors<\/li>\n                    <li>Real-time updated ranking<\/li>\n                    <li>Opportunity to catch up on missed questions<\/li>\n                    <li>Collective animation projected on a big screen<\/li>\n                    <li>Participation open to families and staff<\/li>\n                <\/ul>\n            <\/div>\n\n            <h2>3. The dedicated application: technology at the service of humanity<\/h2>\n\n            <p>The \"Cultural Olympics\" application developed specifically for this event perfectly illustrates the DYNSEO philosophy: putting technology at the service of humanity. This digital solution transforms a standard tablet into a true center for collective animation thanks to its projection on a big screen.<\/p>\n\n            <p>The user interface has been designed to be perfectly suited to the specific needs of elderly people. The texts are large enough, the colors contrasted to facilitate reading, and the intuitive navigation allows facilitators to focus on the animation rather than the technique. This studied ergonomics ensures smooth use even for teams that are not very familiar with digital tools.<\/p>\n\n            <p>The real-time tracking feature is a major motivational element. Participants can see their score evolve over the questions, creating a dynamic of engagement that maintains attention and stimulates participation. This gamification of cognitive activity transforms mental exercise into true collective entertainment.<\/p>\n\n            <div class=\"tip-box\">\n<div class=\"tip-box-label\">\ud83d\udca1 Technical tip<\/div>\n                <p>The application also works without an internet connection, allowing establishments with limited connectivity to fully participate in the competition. The data is synchronized as soon as the connection is restored.<\/p>\n            <\/div>\n\n            <h2>4. The question categories: a journey through knowledge<\/h2>\n\n            <p>The richness of the content offered during the summer Olympics reflects the diversity of interests and life experiences of residents in nursing homes. The questions are divided into six major categories carefully selected to match the areas of knowledge favored by this generation: General knowledge, History, Art, Sports, Geography, and Literature.<\/p>\n\n            <p>The History category holds a special place in this setup, as it allows participants to draw from their personal memories and experiences. The questions focus on significant events of the 20th century, political and cultural figures of their time, often creating moments of emotion and sharing of personal anecdotes that greatly enrich the collective experience.<\/p>\n\n            <p>The questions on Art and Literature draw on classical French culture, including the great authors, painters, and composers who have influenced the education of these generations. This approach values their knowledge acquired throughout their lives, restoring social legitimacy to their expertise in a playful and respectful context.<\/p>\n\n            <div class=\"expert-box\">\n                <div class=\"expert-box-label\">\ud83d\udc68\u200d\u2695\ufe0f Expert opinion<\/div>\n                <div class=\"expert-inner\">\n                    <h4 class=\"expert-inner-title\">Dr. Marie Dubois, Geriatrician<\/h4>\n                    <p>\"Cognitive stimulation through cultural activities like the Olympics helps maintain active neural connections. This playful approach is particularly effective as it engages long-term memory, which is generally preserved longer in elderly people.\"<\/p>\n                <\/div>\n            <\/div>\n\n            <h2>5. The cognitive and social benefits of the competition<\/h2>\n\n            <p>The benefits of the summer Olympics extend far beyond mere entertainment. Cognitively, regular participation in general knowledge quizzes stimulates several essential brain functions: episodic and semantic memory, attention and concentration abilities, as well as the executive functions necessary for problem-solving.<\/p>\n\n            <p>The social aspect of the competition generates equally important benefits. Collective participation breaks the isolation often felt by residents in nursing homes by creating moments of genuine conviviality. The discussions that arise around the questions allow participants to share their personal experiences, strengthening intergenerational bonds with the staff and creating true group cohesion.<\/p>\n\n            <p>The competitive dimension, although benevolent, awakens in participants a sense of social usefulness often eroded by dependence. Feeling capable of contributing to their team's success, mobilizing their knowledge for a common goal, restores a self-esteem sometimes weakened by the challenges of aging.<\/p>\n<div class=\"conseil-card\">\n                <h3>\ud83e\udde0 Neurological Impact<\/h3>\n                <p>Cognitive stimulation activities like those offered in <a href=\"https:\/\/www.dynseo.com\/en\/brain-games-apps\/coco-educational-games\/\" style=\"color: var(--primary-blue); font-weight: 600;\">COCO THINKS<\/a> activate the brain's default neural network, contributing to the maintenance of cognitive abilities and slowing age-related decline.<\/p>\n            <\/div>\n\n            <h2>6. Preparation and Strategies to Maximize Participation<\/h2>\n\n            <p>The success of the Summer Olympics in a Nursing home requires meticulous preparation that goes far beyond simple registration for the competition. Organizing regular training sessions allows residents to familiarize themselves with the format of the questions and gain confidence. These preparatory sessions also provide excellent opportunities to identify the strengths and interests of each participant.<\/p>\n\n            <p>Forming teams represents an important strategic challenge. The ideal is to create heterogeneous groups mixing different cognitive profiles and areas of expertise. Some residents excel in historical questions, while others shine in artistic or geographical fields. This complementarity enhances team spirit and values each member of the group.<\/p>\n\n            <p>The involvement of families and caregiving staff in the preparation and execution of the competition significantly amplifies its benefits. Relatives can provide personal anecdotes enriching the answers, while staff sometimes discover unexpected facets of the residents' personalities, improving the quality of the caregiver-patient relationship.<\/p>\n<div class=\"key-points\">\n                <h3>\ud83d\udccb Preparation Check-list<\/h3>\n                <ul>\n                    <li>Organization of weekly training sessions<\/li>\n                    <li>Formation of balanced and motivated teams<\/li>\n                    <li>Training of facilitators in using the application<\/li>\n                    <li>Planning of participation slots<\/li>\n                    <li>Communication with families to involve them<\/li>\n                    <li>Preparation of the animation space with projection<\/li>\n                <\/ul>\n            <\/div>\n\n            <h2>7. Testimonials and feedback from establishments<\/h2>\n\n            <p>The feedback from Nursing homes participating in the summer Olympics unanimously testifies to the positive impact of this initiative on the daily life of the establishments. Marie Lefebvre, director of a Nursing home with 80 beds in the Paris region, reports: \"We observed a remarkable transformation in the overall atmosphere during the two weeks of the competition. Residents who are usually not very participative turned out to be real wells of knowledge.\"<\/p>\n\n            <p>The facilitators particularly highlight the unifying effect of the competition on the multidisciplinary team. According to Julie Martin, a facilitator for fifteen years: \"I have seen caregivers discover residents in a completely new light. Mrs. Durand, who is usually very discreet, dazzled us with her knowledge of classical literature. These moments really change our professional perspective.\"<\/p>\n\n            <p>On the families' side, enthusiasm is also present. Pierre Dumont, whose mother regularly participates in the activities, testifies: \"My mother proudly tells me about the questions she has successfully answered. She, who tended to isolate herself since entering the Nursing home, has regained a true joy for life. She looks forward to each session and even prepares revisions between sessions.\"<\/p>\n\n            <div class=\"tip-box\">\n<div class=\"tip-box-label\">\ud83d\udcc8 Measured results<\/div>\n                <p>An internal study conducted among participating establishments shows an average increase of 40% in participation in group activities in the months following the Olympics, demonstrating the lasting training effect of the event.<\/p>\n            <\/div>\n\n            <h2>8. Technical and logistical aspects of deployment<\/h2>\n\n            <p>The technical deployment of the summer Olympics has been designed to be accessible to the greatest number of establishments, regardless of their level of digital equipment and budget constraints. The minimum requirement is limited to an Android tablet and, ideally, a Wi-Fi connection for result synchronization. This pragmatic approach allows even the most modest establishments to fully participate in the adventure.<\/p>\n\n            <p>For nursing homes that do not have the necessary equipment, DYNSEO offers a rental service for tablets specially configured for the event. This turnkey solution eliminates technical barriers and allows teams to focus on the animation rather than on IT aspects. The preferential rate of \u20ac80 excluding tax for full participation, with a 50% discount for establishments already equipped with DYNSEO solutions, makes the event accessible to all budgets.<\/p>\n\n            <p>Technical support is not limited to the provision of equipment. The DYNSEO teams offer personalized support for the installation, configuration, and use of the application. Video tutorials specifically designed for nursing home animators complement this support system, ensuring optimal use of the tool from the very first days of the competition.<\/p>\n\n            <div class=\"expert-box\">\n                <div class=\"expert-box-label\">\ud83d\udee0\ufe0f Technical support<\/div>\n<div class=\"expert-inner\">\n                    <h4 class=\"expert-inner-title\">Personalized support<\/h4>\n                    <p>The DYNSEO team provides comprehensive technical support throughout the duration of the competition, with a dedicated hotline and remote interventions to quickly resolve any technical issues. This assistance ensures the smooth running of the event for all participants.<\/p>\n                <\/div>\n            <\/div>\n\n            <h2>9. Impact on staff training and team dynamics<\/h2>\n\n            <p>The summer Olympics generate unexpected benefits for the training and cohesion of care teams. Staff participation in animation sessions creates moments of camaraderie that transcend usual professional hierarchies. Nursing assistants, nurses, animators, and even administrative staff come together with a common goal: to support their residents in this collective adventure.<\/p>\n\n            <p>This shared experience profoundly changes the perception that caregivers have of their patients' residual abilities. Discovering that a resident with mild cognitive disorders retains exceptional memory for certain historical areas transforms daily relational approaches. These revelations encourage teams to adopt more personalized and respectful communication strategies that acknowledge preserved skills.<\/p>\n\n            <p>The event also serves as excellent practical training for digital animation tools. Staff naturally develop their technological skills in a playful and relaxed context, facilitating the later adoption of other digital solutions like <a href=\"https:\/\/www.dynseo.com\/en\/brain-games-apps\/coco-educational-games\/\" style=\"color: var(--primary-blue); font-weight: 600;\">COCO THINKS and COCO MOVES<\/a>.<\/p>\n\n            <div class=\"conseil-card\">\n                <h3>\ud83d\udc65 Continuing education<\/h3>\n                <p>The Olympics act as a catalyst to raise awareness among teams about the benefits of regular cognitive stimulation, paving the way for the integration of specialized tools into the daily practices of the establishment.<\/p>\n            <\/div>\n\n            <h2>10. Evolution of the concept and future perspectives<\/h2>\n\n            <p>Building on the growing success of the summer Olympics, DYNSEO is considering several developments to further enrich this unique experience. The introduction of new categories of questions, adapted to societal changes and the emerging interests of new generations of residents, is among the development priorities.<\/p>\n\n            <p>The development of a winter version of the competition responds to the increasing demand from establishments wishing to renew the experience at different times of the year. This seasonal variation would maintain a stimulating animation dynamic throughout the year, with themes adapted to the different seasons and calendar events.<\/p>\n\n            <p>The integration of individual tracking features for cognitive performance represents a particularly promising perspective. This evolution would allow care teams to have objective indicators on the evolution of their residents' abilities, thus contributing to the evaluation of the effectiveness of non-drug interventions.<\/p>\n<div class=\"key-points\">\n                <h3>\ud83d\ude80 Future Innovations<\/h3>\n                <ul>\n                    <li>Development of seasonal thematic Olympics<\/li>\n                    <li>Integration of physical stimulation exercises<\/li>\n                    <li>Creation of intergenerational challenges with schools<\/li>\n                    <li>Development of longitudinal tracking tools<\/li>\n                    <li>Extension to other types of medico-social establishments<\/li>\n                    <li>Partnerships with national cultural institutions<\/li>\n                <\/ul>\n            <\/div>\n\n            <h2>11. Evaluation Methodology and Success Indicators<\/h2>\n\n            <p>The evaluation of the impact of the summer Olympics relies on a rigorous methodology combining quantitative and qualitative indicators. Participation data (number of residents involved, attendance rates at sessions, score progression) provide an objective basis for measuring engagement and participant progress.<\/p>\n\n            <p>Qualitative analysis, based on semi-structured interviews with residents, their families, and care teams, reveals more subtle dimensions of the competition's impact. Improvement in mood, reduction in behavioral disorders, and increased spontaneous communication are valuable indicators for assessing the psychosocial benefits of the initiative.<\/p>\n\n            <p>Longitudinal tracking of participants allows for the identification of lasting effects of participation in the Olympics on the maintenance of cognitive abilities and quality of life. This data contributes to enriching the scientific literature on the effectiveness of non-pharmacological interventions in gerontology, positioning DYNSEO as an applied research actor in the field.<\/p>\n\n            <div class=\"tip-box\">\n                <div class=\"tip-box-label\">\ud83d\udcca Tracking Metrics<\/div>\n                <p>Each establishment receives a detailed post-competition report including participation statistics, performance evolution, and personalized recommendations to continue the dynamic of cognitive stimulation.<\/p>\n            <\/div>\n\n            <h2>12. Integration into the Establishment's Life Project<\/h2>\n\n            <p>The summer Olympics are not an isolated event but naturally integrate into a comprehensive approach to improving quality of life in the Nursing home. This systemic approach positions cognitive stimulation as a central pillar of the establishment's project, on par with medical care and social support.<\/p>\n\n            <p>The impact of the competition on the external image of the establishment also deserves to be highlighted. Participating in a national event of this scale significantly enhances the reputation of the Nursing home among families and professionals in the sector. This positive communication facilitates the recruitment of new residents and strengthens families' trust in the quality of the support offered.<\/p>\n\n            <p>The event also generates a lasting internal dynamic that far exceeds the competition period. Establishments report a general improvement in atmosphere, a reduction in complaints, and a significant increase in participation in other activities offered in the months following the Olympics.<\/p>\n\n            <div class=\"expert-box\">\n                <div class=\"expert-box-label\">\ud83c\udfc6 Quality Certification<\/div>\n<div class=\"expert-inner\">\n                    <h4 class=\"expert-inner-title\">Enhancing Excellence<\/h4>\n                    <p>Participation in the DYNSEO Olympics is a valuable element during external evaluations conducted by regulatory authorities, demonstrating the establishment's commitment to innovation and the quality of life of residents.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"faq-list\">\n                <h2>Frequently Asked Questions<\/h2>\n                \n                <div class=\"faq-item\">\n                    <div class=\"faq-q\">\n                        <span>What are the technical prerequisites to participate in the Olympics?<\/span>\n                        <span class=\"faq-icon\">+<\/span>\n                    <\/div>\n                    <div class=\"faq-a\">\n                        <p>The prerequisites are intentionally minimal: a recent Android tablet, ideally a Wi-Fi connection (not mandatory), and a projection screen for collective animation. DYNSEO offers rental of configured tablets for establishments that are not equipped, ensuring technical accessibility for all interested nursing homes.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <div class=\"faq-q\">\n                        <span>How are the questions adapted to the residents' abilities?<\/span>\n                        <span class=\"faq-icon\">+<\/span>\n                    <\/div>\n                    <div class=\"faq-a\">\n                        <p>Each daily series offers 16 accessible level questions and 16 more complex questions, allowing for the inclusion of all cognitive profiles. The content is specially selected to match the cultural and historical references of the concerned generations, maximizing the chances of recognition and success.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <div class=\"faq-q\">\n                        <span>What happens if we miss a competition day?<\/span>\n                        <span class=\"faq-icon\">+<\/span>\n                    <\/div>\n                    <div class=\"faq-a\">\n                        <p>The system includes a catch-up feature allowing responses to questions from previous days. This flexibility adapts to the organizational constraints of establishments and the occasional absences of residents, ensuring optimal participation throughout the entire period.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <div class=\"faq-q\">\n                        <span>Can families participate in the animation sessions?<\/span>\n                        <span class=\"faq-icon\">+<\/span>\n                    <\/div>\n                    <div class=\"faq-a\">\n                        <p>Absolutely! Family involvement is even one of the major objectives of the program. The large screen projection facilitates collective participation, creating moments of intergenerational sharing that are particularly enriching for all participants.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <div class=\"faq-q\">\n                        <span>How to assess the impact of the competition on our residents?<\/span>\n                        <span class=\"faq-icon\">+<\/span>\n                    <\/div>\n                    <div class=\"faq-a\">\n                        <p>DYNSEO provides evaluation tools including performance tracking, satisfaction questionnaires, and behavioral observation grids. A detailed post-competition report helps teams measure the impact and plan the continuity of cognitive stimulation actions.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n<div class=\"cta-box\">\n                <h3>Ready to transform the animation of your Nursing home?<\/h3>\n                <p>Discover how DYNSEO solutions can revolutionize your approach to cognitive stimulation and create exceptional moments for your residents.<\/p>\n                <div class=\"cta-buttons\">\n                    <a href=\"https:\/\/www.dynseo.com\/en\/brain-games-apps\/coco-educational-games\/\" class=\"btn-white\">Discover COCO<\/a>\n                    <a href=\"https:\/\/www.dynseo.com\/en\/brain-games-apps\/coco-educational-games\/\" class=\"btn-outline\">Request a demo<\/a>\n                <\/div>\n            <\/div>\n\n            <div class=\"article-tags\">\n                <a href=\"#\" class=\"article-tag\">Nursing home Animation<\/a>\n                <a href=\"#\" class=\"article-tag\">Cognitive stimulation<\/a>\n                <a href=\"#\" class=\"article-tag\">National competition<\/a>\n                <a href=\"#\" class=\"article-tag\">General knowledge seniors<\/a>\n                <a href=\"#\" class=\"article-tag\">Gerontology innovation<\/a>\n                <a href=\"#\" class=\"article-tag\">Quality of life<\/a>\n                <a href=\"#\" class=\"article-tag\">Social link<\/a>\n                <a href=\"#\" class=\"article-tag\">DYNSEO<\/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":[2915],"tags":[],"class_list":["post-606870","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-les-conseils-des-coachs"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>National Nursing Home Competition: The Summer Olympics - 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\/national-nursing-home-competition-the-summer-olympics\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"National Nursing Home Competition: The Summer Olympics - DYNSEO - Educational apps &amp; brain training apps for all\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dynseo.com\/en\/national-nursing-home-competition-the-summer-olympics\/\" \/>\n<meta property=\"og:site_name\" content=\"DYNSEO - Educational apps &amp; brain training apps for all\" \/>\n<meta property=\"article:published_time\" content=\"2026-05-11T12:41:18+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-11T12:44:10+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.dynseo.com\/wp-content\/uploads\/2019\/11\/Aide-\u00e0-domicile-d\u2019une-personne-atteinte-de-maladie-d\u2019Alzheimer.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"600\" \/>\n\t<meta property=\"og:image:height\" content=\"370\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\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\\\/national-nursing-home-competition-the-summer-olympics\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dynseo.com\\\/en\\\/national-nursing-home-competition-the-summer-olympics\\\/\"},\"author\":{\"name\":\"DYNSEO\",\"@id\":\"https:\\\/\\\/www.dynseo.com\\\/en\\\/#\\\/schema\\\/person\\\/78ef63df2ee64e0989bc68f8401b38d6\"},\"headline\":\"National Nursing Home Competition: The Summer Olympics\",\"datePublished\":\"2026-05-11T12:41:18+00:00\",\"dateModified\":\"2026-05-11T12:44:10+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.dynseo.com\\\/en\\\/national-nursing-home-competition-the-summer-olympics\\\/\"},\"wordCount\":2786,\"publisher\":{\"@id\":\"https:\\\/\\\/www.dynseo.com\\\/en\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.dynseo.com\\\/en\\\/national-nursing-home-competition-the-summer-olympics\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.dynseo.com\\\/wp-content\\\/uploads\\\/2019\\\/11\\\/Aide-\u00e0-domicile-d\u2019une-personne-atteinte-de-maladie-d\u2019Alzheimer.jpg\",\"articleSection\":[\"Les conseils des coachs\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.dynseo.com\\\/en\\\/national-nursing-home-competition-the-summer-olympics\\\/\",\"url\":\"https:\\\/\\\/www.dynseo.com\\\/en\\\/national-nursing-home-competition-the-summer-olympics\\\/\",\"name\":\"National Nursing Home Competition: The Summer Olympics - DYNSEO - Educational apps &amp; brain training apps for all\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dynseo.com\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.dynseo.com\\\/en\\\/national-nursing-home-competition-the-summer-olympics\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.dynseo.com\\\/en\\\/national-nursing-home-competition-the-summer-olympics\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.dynseo.com\\\/wp-content\\\/uploads\\\/2019\\\/11\\\/Aide-\u00e0-domicile-d\u2019une-personne-atteinte-de-maladie-d\u2019Alzheimer.jpg\",\"datePublished\":\"2026-05-11T12:41:18+00:00\",\"dateModified\":\"2026-05-11T12:44:10+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.dynseo.com\\\/en\\\/national-nursing-home-competition-the-summer-olympics\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.dynseo.com\\\/en\\\/national-nursing-home-competition-the-summer-olympics\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.dynseo.com\\\/en\\\/national-nursing-home-competition-the-summer-olympics\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.dynseo.com\\\/wp-content\\\/uploads\\\/2019\\\/11\\\/Aide-\u00e0-domicile-d\u2019une-personne-atteinte-de-maladie-d\u2019Alzheimer.jpg\",\"contentUrl\":\"https:\\\/\\\/www.dynseo.com\\\/wp-content\\\/uploads\\\/2019\\\/11\\\/Aide-\u00e0-domicile-d\u2019une-personne-atteinte-de-maladie-d\u2019Alzheimer.jpg\",\"width\":600,\"height\":370,\"caption\":\"Discover the Power of Autism-Friendly Games for Children\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.dynseo.com\\\/en\\\/national-nursing-home-competition-the-summer-olympics\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/www.dynseo.com\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"National Nursing Home Competition: The Summer Olympics\"}]},{\"@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":"National Nursing Home Competition: The Summer Olympics - 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\/national-nursing-home-competition-the-summer-olympics\/","og_locale":"en_US","og_type":"article","og_title":"National Nursing Home Competition: The Summer Olympics - DYNSEO - Educational apps &amp; brain training apps for all","og_url":"https:\/\/www.dynseo.com\/en\/national-nursing-home-competition-the-summer-olympics\/","og_site_name":"DYNSEO - Educational apps &amp; brain training apps for all","article_published_time":"2026-05-11T12:41:18+00:00","article_modified_time":"2026-05-11T12:44:10+00:00","og_image":[{"width":600,"height":370,"url":"https:\/\/www.dynseo.com\/wp-content\/uploads\/2019\/11\/Aide-\u00e0-domicile-d\u2019une-personne-atteinte-de-maladie-d\u2019Alzheimer.jpg","type":"image\/jpeg"}],"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\/national-nursing-home-competition-the-summer-olympics\/#article","isPartOf":{"@id":"https:\/\/www.dynseo.com\/en\/national-nursing-home-competition-the-summer-olympics\/"},"author":{"name":"DYNSEO","@id":"https:\/\/www.dynseo.com\/en\/#\/schema\/person\/78ef63df2ee64e0989bc68f8401b38d6"},"headline":"National Nursing Home Competition: The Summer Olympics","datePublished":"2026-05-11T12:41:18+00:00","dateModified":"2026-05-11T12:44:10+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dynseo.com\/en\/national-nursing-home-competition-the-summer-olympics\/"},"wordCount":2786,"publisher":{"@id":"https:\/\/www.dynseo.com\/en\/#organization"},"image":{"@id":"https:\/\/www.dynseo.com\/en\/national-nursing-home-competition-the-summer-olympics\/#primaryimage"},"thumbnailUrl":"https:\/\/www.dynseo.com\/wp-content\/uploads\/2019\/11\/Aide-\u00e0-domicile-d\u2019une-personne-atteinte-de-maladie-d\u2019Alzheimer.jpg","articleSection":["Les conseils des coachs"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.dynseo.com\/en\/national-nursing-home-competition-the-summer-olympics\/","url":"https:\/\/www.dynseo.com\/en\/national-nursing-home-competition-the-summer-olympics\/","name":"National Nursing Home Competition: The Summer Olympics - DYNSEO - Educational apps &amp; brain training apps for all","isPartOf":{"@id":"https:\/\/www.dynseo.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.dynseo.com\/en\/national-nursing-home-competition-the-summer-olympics\/#primaryimage"},"image":{"@id":"https:\/\/www.dynseo.com\/en\/national-nursing-home-competition-the-summer-olympics\/#primaryimage"},"thumbnailUrl":"https:\/\/www.dynseo.com\/wp-content\/uploads\/2019\/11\/Aide-\u00e0-domicile-d\u2019une-personne-atteinte-de-maladie-d\u2019Alzheimer.jpg","datePublished":"2026-05-11T12:41:18+00:00","dateModified":"2026-05-11T12:44:10+00:00","breadcrumb":{"@id":"https:\/\/www.dynseo.com\/en\/national-nursing-home-competition-the-summer-olympics\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dynseo.com\/en\/national-nursing-home-competition-the-summer-olympics\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dynseo.com\/en\/national-nursing-home-competition-the-summer-olympics\/#primaryimage","url":"https:\/\/www.dynseo.com\/wp-content\/uploads\/2019\/11\/Aide-\u00e0-domicile-d\u2019une-personne-atteinte-de-maladie-d\u2019Alzheimer.jpg","contentUrl":"https:\/\/www.dynseo.com\/wp-content\/uploads\/2019\/11\/Aide-\u00e0-domicile-d\u2019une-personne-atteinte-de-maladie-d\u2019Alzheimer.jpg","width":600,"height":370,"caption":"Discover the Power of Autism-Friendly Games for Children"},{"@type":"BreadcrumbList","@id":"https:\/\/www.dynseo.com\/en\/national-nursing-home-competition-the-summer-olympics\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.dynseo.com\/en\/"},{"@type":"ListItem","position":2,"name":"National Nursing Home Competition: The Summer Olympics"}]},{"@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\/606870","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=606870"}],"version-history":[{"count":11,"href":"https:\/\/www.dynseo.com\/en\/wp-json\/wp\/v2\/posts\/606870\/revisions"}],"predecessor-version":[{"id":606881,"href":"https:\/\/www.dynseo.com\/en\/wp-json\/wp\/v2\/posts\/606870\/revisions\/606881"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.dynseo.com\/en\/wp-json\/wp\/v2\/media\/26787"}],"wp:attachment":[{"href":"https:\/\/www.dynseo.com\/en\/wp-json\/wp\/v2\/media?parent=606870"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dynseo.com\/en\/wp-json\/wp\/v2\/categories?post=606870"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dynseo.com\/en\/wp-json\/wp\/v2\/tags?post=606870"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}