{"id":5828,"date":"2025-10-07T21:34:13","date_gmt":"2025-10-07T19:34:13","guid":{"rendered":"https:\/\/xpandai.one\/en\/?post_type=mpcs-lesson&#038;p=5828"},"modified":"2025-10-13T10:02:27","modified_gmt":"2025-10-13T08:02:27","slug":"bienvenue","status":"publish","type":"mpcs-lesson","link":"https:\/\/xpandai.one\/en\/courses\/xpandai-academy-fr\/lessons\/bienvenue\/","title":{"rendered":"Bienvenue!"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"fr\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Bienvenue \u00e0 l&#8217;xpandAI Academy<\/title>\n    <style>\n        \/* Styles principaux pour la page de bienvenue *\/\n        :root {\n            --primary: #52898b;\n            --secondary: #19404e;\n            --light-bg: #f5f9fa;\n            --border: #e0e8e9;\n            --accent: #e67e22;\n            --text: #333333;\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: inherit;\n            background-color: #ffffff;\n            color: var(--text);\n            line-height: 1.6;\n            font-size: 15px;\n        }\n\n        .academy-wrapper {\n            max-width: 800px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n\n        \/* Zone d'en-t\u00eate *\/\n        .welcome-header {\n            text-align: center;\n            margin-bottom: 40px;\n            padding-top: 30px;\n        }\n\n        .welcome-header h1 {\n            font-size: 2rem;\n            font-weight: 700;\n            background: linear-gradient(135deg, var(--secondary), var(--primary));\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            margin-bottom: 15px;\n        }\n\n        .welcome-subtitle {\n            font-size: 1rem;\n            color: var(--secondary);\n            font-weight: 400;\n            opacity: 0.8;\n        }\n\n        \/* Fiche d'information sur le format *\/\n        .format-info {\n            background-color: var(--light-bg);\n            border-radius: 12px;\n            padding: 25px;\n            margin: 40px 0;\n            border: 1px solid var(--border);\n        }\n\n        .format-info h3 {\n            color: var(--secondary);\n            font-size: 1.25rem;\n            margin-bottom: 15px;\n            font-weight: 600;\n        }\n\n        .format-details {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 15px;\n            margin-top: 20px;\n        }\n\n        .format-item {\n            background-color: white;\n            padding: 15px;\n            border-radius: 8px;\n            border: 1px solid var(--border);\n        }\n\n        .format-item strong {\n            color: var(--secondary);\n            font-size: 14px;\n        }\n\n        .format-item span {\n            display: block;\n            font-size: 13px;\n            color: var(--text);\n            margin-top: 5px;\n        }\n\n        \/* Conteneur vid\u00e9o *\/\n        .video-container {\n            background-color: var(--secondary);\n            border-radius: 12px;\n            overflow: hidden;\n            margin: 40px 0;\n            position: relative;\n            aspect-ratio: 16\/9;\n            box-shadow: 0 8px 32px rgba(25, 64, 78, 0.15);\n        }\n\n        .video-container video {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n\n        \/* Section de bienvenue avec d\u00e9grad\u00e9 *\/\n        .welcome-section {\n            background: linear-gradient(135deg, var(--secondary) 0%, var(--primary) 100%);\n            color: white;\n            border-radius: 12px;\n            padding: 35px;\n            margin: 40px 0;\n            box-shadow: 0 8px 32px rgba(25, 64, 78, 0.15);\n        }\n\n        .welcome-section h2 {\n            font-size: 22px;\n            margin-bottom: 20px;\n            font-weight: 600;\n        }\n\n        .welcome-section p {\n            font-size: 15px;\n            margin-bottom: 20px;\n            line-height: 1.6;\n        }\n\n        .welcome-section p:last-child {\n            margin-bottom: 0;\n        }\n\n        \/* Bo\u00eete de mise en \u00e9vidence *\/\n        .highlight-box {\n            background-color: rgba(255, 255, 255, 0.1);\n            border-radius: 8px;\n            padding: 20px;\n            margin: 25px 0;\n            border-left: 4px solid rgba(255, 255, 255, 0.3);\n        }\n\n        \/* Grille des avantages *\/\n        .benefits-section {\n            margin: 40px 0;\n        }\n\n        .benefits-section h3 {\n            color: var(--secondary);\n            font-size: 22px;\n            text-align: center;\n            margin-bottom: 30px;\n            font-weight: 600;\n        }\n\n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 25px;\n            margin-top: 30px;\n        }\n\n        .benefit-item {\n            background-color: white;\n            border-radius: 12px;\n            padding: 25px;\n            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);\n            border: 1px solid var(--border);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n\n        .benefit-item:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);\n        }\n\n        .benefit-icon {\n            width: 50px;\n            height: 50px;\n            background: linear-gradient(135deg, var(--primary), var(--secondary));\n            border-radius: 12px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-bottom: 15px;\n        }\n\n        .benefit-title {\n            font-size: 1rem;\n            font-weight: 600;\n            color: var(--secondary);\n            margin-bottom: 10px;\n        }\n\n        .benefit-desc {\n            color: var(--text);\n            font-size: 13px;\n            line-height: 1.5;\n        }\n\n        \/* Section de d\u00e9marrage *\/\n        .start-section {\n            background-color: var(--light-bg);\n            border-radius: 12px;\n            padding: 30px;\n            margin: 40px 0;\n            text-align: center;\n            border: 1px solid var(--border);\n        }\n\n        .start-section h3 {\n            color: var(--secondary);\n            font-size: 1.25rem;\n            margin-bottom: 15px;\n            font-weight: 600;\n        }\n\n        .start-section p {\n            font-size: 15px;\n            color: var(--text);\n            margin-bottom: 25px;\n        }\n\n        .start-button {\n            background: linear-gradient(135deg, var(--primary), var(--secondary));\n            color: white;\n            padding: 15px 30px;\n            border: none;\n            border-radius: 8px;\n            font-size: 1.1rem;\n            font-weight: 600;\n            cursor: pointer;\n            transition: transform 0.2s ease, box-shadow 0.2s ease;\n            text-decoration: none;\n            display: inline-block;\n        }\n\n        .start-button:hover {\n            transform: translateY(-1px);\n            box-shadow: 0 6px 20px rgba(25, 64, 78, 0.3);\n        }\n\n        \/* Design r\u00e9actif *\/\n        @media (max-width: 768px) {\n            .welcome-header h1 {\n                font-size: 2rem;\n            }\n\n            .welcome-subtitle {\n                font-size: 1.1rem;\n            }\n\n            .welcome-section {\n                padding: 25px;\n            }\n\n            .welcome-section h2 {\n                font-size: 1.5rem;\n            }\n\n            .welcome-section p {\n                font-size: 1rem;\n            }\n\n            .benefits-grid {\n                grid-template-columns: 1fr;\n                gap: 20px;\n            }\n\n            .format-details {\n                grid-template-columns: 1fr;\n            }\n\n            .academy-wrapper {\n                padding: 15px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"academy-wrapper\">\n        <div class=\"welcome-header\">\n            <h1>Bienvenue \u00e0 l&#8217;xpandAI Academy<\/h1>\n            <p class=\"welcome-subtitle\">Votre voyage vers l&#8217;avenir du travail commence ici<\/p>\n        <\/div>\n\n        <div class=\"video-container\">\n             <div class=\"brlbs-cmpnt-container brlbs-cmpnt-content-blocker brlbs-cmpnt-with-individual-styles\" data-borlabs-cookie-content-blocker-id=\"default\" data-borlabs-cookie-content=\"PGlmcmFtZSBzcmM9Imh0dHBzOi8vaWZyYW1lLm1lZGlhZGVsaXZlcnkubmV0L2VtYmVkLzQxMTkyNy8zN2E1YmE1OC03ZDI1LTRhMzgtOWRkNS00ZmQ3YzMyZTQzOWQ\/YXV0b3BsYXk9ZmFsc2UmbG9vcD1mYWxzZSZtdXRlZD1mYWxzZSZwcmVsb2FkPXRydWUmcmVzcG9uc2l2ZT10cnVlIiBsb2FkaW5nPSJsYXp5IiBzdHlsZT0iYm9yZGVyOjA7IHBvc2l0aW9uOmFic29sdXRlOyB0b3A6MDsgbGVmdDowOyBoZWlnaHQ6MTAwJTsgd2lkdGg6MTAwJTsiIGFsbG93PSJhY2NlbGVyb21ldGVyO2d5cm9zY29wZTthdXRvcGxheTtlbmNyeXB0ZWQtbWVkaWE7cGljdHVyZS1pbi1waWN0dXJlOyIgYWxsb3dmdWxsc2NyZWVuPSJ0cnVlIj48L2lmcmFtZT4=\"><div class=\"brlbs-cmpnt-cb-preset-a\"> <p class=\"brlbs-cmpnt-cb-description\">You are currently viewing a placeholder content from <strong>Default<\/strong>. To access the actual content, click the button below. Please note that doing so will share data with third-party providers.<\/p> <div class=\"brlbs-cmpnt-cb-buttons\"> <a class=\"brlbs-cmpnt-cb-btn\" href=\"#\" data-borlabs-cookie-unblock role=\"button\">Unblock content<\/a> <a class=\"brlbs-cmpnt-cb-btn\" href=\"#\" data-borlabs-cookie-accept-service role=\"button\" style=\"display: none\">Accept required service and unblock content<\/a> <\/div> <a class=\"brlbs-cmpnt-cb-provider-toggle\" href=\"#\" data-borlabs-cookie-show-provider-information role=\"button\">More Information<\/a> <\/div><\/div>\n        <\/div>\n\n        <div class=\"welcome-section\">\n            <h2>Ravi de vous accueillir !<\/h2>\n            \n            <p>Vous \u00eates ici parce que vous voulez comprendre ce qu&#8217;est r\u00e9ellement l&#8217;IA et comment vous pouvez l&#8217;utiliser de mani\u00e8re judicieuse.<\/p>\n            \n            <p>Il se passe actuellement beaucoup de choses dans le monde des syst\u00e8mes intelligents et il n&#8217;est pas toujours facile de comprendre ce qui se cache derri\u00e8re. Ici, vous acquerrez les bases essentielles et apprendrez \u00e0 \u00e9valuer correctement ces technologies.<\/p>\n            \n            <div class=\"highlight-box\">\n                <p><strong>Ceci n&#8217;est pas un simple tutoriel d&#8217;outils.<\/strong> Vous apprendrez comment fonctionne l&#8217;IA, o\u00f9 se situent ses limites et comment l&#8217;int\u00e9grer de mani\u00e8re r\u00e9fl\u00e9chie dans votre quotidien professionnel.<\/p>\n            <\/div>\n            \n            <p>Peu importe que vous ayez d\u00e9j\u00e0 exp\u00e9riment\u00e9 avec ChatGPT ou que les assistants intelligents soient enti\u00e8rement nouveaux pour vous. Nous construirons ensemble une compr\u00e9hension solide afin que vous puissiez d\u00e9cider par vous-m\u00eame quand et comment ces aides peuvent vous \u00eatre utiles.<\/p>\n        <\/div>\n\n        <div class=\"benefits-section\">\n            <h3>Ce que ce cours vous apporte<\/h3>\n            \n            <div class=\"benefits-grid\">\n                <div class=\"benefit-item\">\n                    <div class=\"benefit-icon\">\n                        <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M9 12L11 14L15 10M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                        <\/svg>\n                    <\/div>\n                    <div class=\"benefit-title\">Utiliser l&#8217;IA en toute s\u00e9curit\u00e9<\/div>\n                    <div class=\"benefit-desc\">Vous apprendrez o\u00f9 vous pouvez utiliser l&#8217;IA sans h\u00e9sitation et comment respecter la protection des donn\u00e9es et la s\u00e9curit\u00e9.<\/div>\n                <\/div>\n\n                <div class=\"benefit-item\">\n                    <div class=\"benefit-icon\">\n                        <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M9 12L11 14L15 10M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                        <\/svg>\n                    <\/div>\n                    <div class=\"benefit-title\">D\u00e9velopper des comp\u00e9tences en IA<\/div>\n                    <div class=\"benefit-desc\">Vous comprendrez comment fonctionne l&#8217;IA, reconna\u00eetrez ses limites et pourrez l&#8217;appliquer de mani\u00e8re cibl\u00e9e dans votre travail quotidien.<\/div>\n                <\/div>\n\n                <div class=\"benefit-item\">\n                    <div class=\"benefit-icon\">\n                        <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M14 2H6C4.89543 2 4 2.89543 4 4V20C4 21.1046 4.89543 22 6 22H18C19.1046 22 20 21.1046 20 20V8L14 2Z\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                            <path d=\"M14 2V8H20\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                            <path d=\"M16 13H8\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                            <path d=\"M16 17H8\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                            <path d=\"M10 9H9H8\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                        <\/svg>\n                    <\/div>\n                    <div class=\"benefit-title\">Obtenir un certificat<\/div>\n                    <div class=\"benefit-desc\">Apr\u00e8s le cours, vous recevrez un certificat attestant de votre comp\u00e9tence dans le maniement des assistants intelligents.<\/div>\n                <\/div>\n\n                <div class=\"benefit-item\">\n                    <div class=\"benefit-icon\">\n                        <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M12 2L15.09 8.26L22 9L17 14L18.18 21L12 17.77L5.82 21L7 14L2 9L8.91 8.26L12 2Z\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                        <\/svg>\n                    <\/div>\n                    <div class=\"benefit-title\">Un avantage professionnel<\/div>\n                    <div class=\"benefit-desc\">Vous vous positionnez comme une personne comp\u00e9tente dans l&#8217;utilisation des nouvelles technologies.<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"start-section\">\n            <h3>C&#8217;est parti !<\/h3>\n            <p>\u00cates-vous pr\u00eat(e) ? Dans le premier module, nous allons d\u00e9couvrir ce qu&#8217;est r\u00e9ellement l&#8217;IA, comment elle fonctionne et ce que cela signifie pour vous.<\/p>\n            <p>Vous pouvez cliquer sur &#8220;Section suivante&#8221; en haut ou s\u00e9lectionner les modules individuels sur le c\u00f4t\u00e9 gauche.<\/p>\n        <\/div>\n    <\/div>\n<\/body>\n<\/html>\n","protected":false},"featured_media":0,"template":"","mpcs-curriculum-categories":[],"mpcs-curriculum-tags":[],"class_list":["post-5828","mpcs-lesson","type-mpcs-lesson","status-publish","hentry","no-post-thumbnail"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Bienvenue! | xpandAI<\/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:\/\/xpandai.one\/en\/courses\/xpandai-academy-fr\/lessons\/bienvenue\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Bienvenue! | xpandAI\" \/>\n<meta property=\"og:description\" content=\"Bienvenue \u00e0 l&#8217;xpandAI Academy Bienvenue \u00e0 l&#8217;xpandAI Academy Votre voyage vers l&#8217;avenir du travail commence ici You are currently viewing a placeholder content from Default. To access the actual content, click the button below. Please note that doing so will share data with third-party providers. Unblock content Accept required service and unblock content More Information Ravi de vous accueillir !&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/xpandai.one\/en\/courses\/xpandai-academy-fr\/lessons\/bienvenue\/\" \/>\n<meta property=\"og:site_name\" content=\"xpandAI\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-13T08:02:27+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/xpandai.one\\\/en\\\/courses\\\/xpandai-academy-fr\\\/lessons\\\/bienvenue\\\/\",\"url\":\"https:\\\/\\\/xpandai.one\\\/en\\\/courses\\\/xpandai-academy-fr\\\/lessons\\\/bienvenue\\\/\",\"name\":\"Bienvenue! | xpandAI\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/xpandai.one\\\/en\\\/#website\"},\"datePublished\":\"2025-10-07T19:34:13+00:00\",\"dateModified\":\"2025-10-13T08:02:27+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/xpandai.one\\\/en\\\/courses\\\/xpandai-academy-fr\\\/lessons\\\/bienvenue\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/xpandai.one\\\/en\\\/courses\\\/xpandai-academy-fr\\\/lessons\\\/bienvenue\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/xpandai.one\\\/en\\\/courses\\\/xpandai-academy-fr\\\/lessons\\\/bienvenue\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\\\/\\\/xpandai.one\\\/en\\\/start\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Bienvenue!\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/xpandai.one\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/xpandai.one\\\/en\\\/\",\"name\":\"xpandAI\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/xpandai.one\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Bienvenue! | xpandAI","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:\/\/xpandai.one\/en\/courses\/xpandai-academy-fr\/lessons\/bienvenue\/","og_locale":"en_US","og_type":"article","og_title":"Bienvenue! | xpandAI","og_description":"Bienvenue \u00e0 l&#8217;xpandAI Academy Bienvenue \u00e0 l&#8217;xpandAI Academy Votre voyage vers l&#8217;avenir du travail commence ici You are currently viewing a placeholder content from Default. To access the actual content, click the button below. Please note that doing so will share data with third-party providers. Unblock content Accept required service and unblock content More Information Ravi de vous accueillir !&hellip;","og_url":"https:\/\/xpandai.one\/en\/courses\/xpandai-academy-fr\/lessons\/bienvenue\/","og_site_name":"xpandAI","article_modified_time":"2025-10-13T08:02:27+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/xpandai.one\/en\/courses\/xpandai-academy-fr\/lessons\/bienvenue\/","url":"https:\/\/xpandai.one\/en\/courses\/xpandai-academy-fr\/lessons\/bienvenue\/","name":"Bienvenue! | xpandAI","isPartOf":{"@id":"https:\/\/xpandai.one\/en\/#website"},"datePublished":"2025-10-07T19:34:13+00:00","dateModified":"2025-10-13T08:02:27+00:00","breadcrumb":{"@id":"https:\/\/xpandai.one\/en\/courses\/xpandai-academy-fr\/lessons\/bienvenue\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/xpandai.one\/en\/courses\/xpandai-academy-fr\/lessons\/bienvenue\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/xpandai.one\/en\/courses\/xpandai-academy-fr\/lessons\/bienvenue\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/xpandai.one\/en\/start\/"},{"@type":"ListItem","position":2,"name":"Bienvenue!"}]},{"@type":"WebSite","@id":"https:\/\/xpandai.one\/en\/#website","url":"https:\/\/xpandai.one\/en\/","name":"xpandAI","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/xpandai.one\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/xpandai.one\/en\/wp-json\/wp\/v2\/mpcs-lesson\/5828","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/xpandai.one\/en\/wp-json\/wp\/v2\/mpcs-lesson"}],"about":[{"href":"https:\/\/xpandai.one\/en\/wp-json\/wp\/v2\/types\/mpcs-lesson"}],"wp:attachment":[{"href":"https:\/\/xpandai.one\/en\/wp-json\/wp\/v2\/media?parent=5828"}],"wp:term":[{"taxonomy":"mpcs-curriculum-categories","embeddable":true,"href":"https:\/\/xpandai.one\/en\/wp-json\/wp\/v2\/mpcs-curriculum-categories?post=5828"},{"taxonomy":"mpcs-curriculum-tags","embeddable":true,"href":"https:\/\/xpandai.one\/en\/wp-json\/wp\/v2\/mpcs-curriculum-tags?post=5828"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}