{"id":2181,"date":"2026-02-12T11:09:21","date_gmt":"2026-02-12T10:09:21","guid":{"rendered":"https:\/\/www.scuolasgbattista.it\/?page_id=2181"},"modified":"2026-02-25T10:09:59","modified_gmt":"2026-02-25T09:09:59","slug":"podcast-terze-medie","status":"publish","type":"page","link":"https:\/\/www.scuolasgbattista.it\/?page_id=2181","title":{"rendered":"Podcast terze medie"},"content":{"rendered":"\n\n\n\n\n\n\n\n\n\n<!-- EDUCAZIONE DIGITALE - RADIO PODCAST (TUTTE LE CLASSI TERZE) -->\n<style>\n\/* FONT E RESET *\/\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:opsz,wght@14..32,400;14..32,500;14..32,600;14..32,700&display=swap');\n\n.radio-school {\n    font-family: 'Inter', sans-serif;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 48px 24px;\n    background: #f4f7fb;\n    border-radius: 40px;\n    color: #1e293b;\n}\n\n\/* HEADER *\/\n.radio-header {\n    text-align: center;\n    margin-bottom: 48px;\n}\n\n.radio-title {\n    font-size: clamp(32px, 6vw, 48px);\n    font-weight: 700;\n    margin: 0 0 8px 0;\n    letter-spacing: -0.02em;\n    color: #0f172a;\n}\n\n.radio-frequency {\n    font-size: 16px;\n    font-weight: 400;\n    color: #475569;\n    background: #ffffff;\n    padding: 6px 18px;\n    border-radius: 40px;\n    display: inline-block;\n    box-shadow: 0 2px 6px rgba(0,0,0,0.02);\n}\n\n\/* GRIGLIA 3 COLONNE *\/\n.episodes-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 24px;\n    margin-bottom: 48px;\n}\n\n@media (max-width: 900px) {\n    .episodes-grid {\n        grid-template-columns: repeat(2, 1fr);\n    }\n}\n\n@media (max-width: 600px) {\n    .episodes-grid {\n        grid-template-columns: 1fr;\n    }\n}\n\n\/* CARD - COLORATE E SINCRONIZZATE *\/\n.episode-card {\n    border-radius: 28px;\n    padding: 28px 24px;\n    transition: all 0.25s ease;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    text-align: center;\n    box-shadow: 0 8px 20px -6px rgba(0,0,0,0.15);\n}\n\n.episode-card:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 15px 25px -8px rgba(0,0,0,0.25);\n}\n\n\/* COLORI PER OGNI CARD *\/\n.episode-card:nth-child(1) { background: linear-gradient(145deg, #2563eb, #1d4ed8); } \/* Blu *\/\n.episode-card:nth-child(2) { background: linear-gradient(145deg, #7e22ce, #6b21a5); } \/* Viola *\/\n.episode-card:nth-child(3) { background: linear-gradient(145deg, #16a34a, #15803d); } \/* Verde *\/\n.episode-card:nth-child(4) { background: linear-gradient(145deg, #ea580c, #c2410c); } \/* Arancione *\/\n.episode-card:nth-child(5) { background: linear-gradient(145deg, #0284c7, #0369a1); } \/* Azzurro *\/\n.episode-card:nth-child(6) { background: linear-gradient(145deg, #dc2626, #b91c1c); } \/* Rosso *\/\n.episode-card:nth-child(7) { background: linear-gradient(145deg, #4f46e5, #4338ca); } \/* Indaco *\/\n.episode-card:nth-child(8) { background: linear-gradient(145deg, #059669, #047857); } \/* Verde scuro *\/\n.episode-card:nth-child(9) { background: linear-gradient(145deg, #d97706, #b45309); } \/* Ambra *\/\n.episode-card:nth-child(10) { background: linear-gradient(145deg, #0891b2, #0e7490); } \/* Ciano *\/\n.episode-card:nth-child(11) { background: linear-gradient(145deg, #6d28d9, #5b21b6); } \/* Viola scuro *\/\n.episode-card:nth-child(12) { background: linear-gradient(145deg, #be123c, #9f1239); } \/* Rosa scuro *\/\n\n\/* CONTENITORE ICONE *\/\n.episode-cover {\n    width: 64px;\n    height: 64px;\n    background: rgba(255, 255, 255, 0.2);\n    border-radius: 20px;\n    margin-bottom: 20px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    backdrop-filter: blur(4px);\n    border: 1px solid rgba(255, 255, 255, 0.25);\n}\n\n.episode-cover svg {\n    width: 32px;\n    height: 32px;\n    stroke: white;\n    stroke-width: 1.5;\n    fill: none;\n}\n\n\/* TITOLO E SOTTOTITOLO *\/\n.episode-title {\n    font-size: 18px;\n    font-weight: 600;\n    margin: 0 0 8px 0;\n    line-height: 1.4;\n    color: white;\n    letter-spacing: -0.01em;\n    text-shadow: 0 2px 4px rgba(0,0,0,0.1);\n}\n\n.episode-subtitle {\n    font-size: 14px;\n    font-weight: 400;\n    color: rgba(255, 255, 255, 0.85);\n    margin-bottom: 24px;\n    line-height: 1.5;\n    max-width: 220px;\n    margin-left: auto;\n    margin-right: auto;\n    text-shadow: 0 1px 2px rgba(0,0,0,0.1);\n}\n\n\/* PLAYER AUDIO *\/\n.audio-player-wrapper {\n    width: 100%;\n    margin-top: auto;\n}\n\naudio {\n    width: 100%;\n    height: 42px;\n    border-radius: 30px;\n    background: rgba(0,0,0,0.2);\n}\n\naudio::-webkit-media-controls-panel {\n    background: rgba(255, 255, 255, 0.15);\n    backdrop-filter: blur(8px);\n    border-radius: 30px;\n}\n\naudio::-webkit-media-controls-play-button {\n    background-color: white;\n    border-radius: 50%;\n}\n\naudio::-webkit-media-controls-current-time-display,\naudio::-webkit-media-controls-time-remaining-display {\n    color: white;\n    text-shadow: 0 1px 2px rgba(0,0,0,0.3);\n}\n\n\/* BANNER FINALE *\/\n.now-playing {\n    background: white;\n    border-radius: 60px;\n    padding: 14px 24px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 12px;\n    flex-wrap: wrap;\n    box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n}\n\n.now-playing-indicator {\n    width: 8px;\n    height: 8px;\n    background: #2563eb;\n    border-radius: 50%;\n    animation: pulse 2s infinite;\n}\n\n@keyframes pulse {\n    0%, 100% { opacity: 1; transform: scale(1); }\n    50% { opacity: 0.4; transform: scale(1.2); }\n}\n\n.now-playing-text {\n    font-weight: 500;\n    color: #334155;\n    font-size: 14px;\n}\n\n.now-playing-title {\n    font-weight: 500;\n    color: #2563eb;\n    font-size: 14px;\n    background: #dbeafe;\n    padding: 4px 14px;\n    border-radius: 40px;\n}\n\n\/* FOOTER *\/\n.radio-footer {\n    color: #64748b;\n    text-align: center;\n    margin-top: 32px;\n    font-size: 13px;\n}\n<\/style>\n\n<div class=\"radio-school\">\n    \n    <!-- HEADER -->\n    <div class=\"radio-header\">\n        <h1 class=\"radio-title\">EDUCAZIONE DIGITALE<\/h1>\n        <div class=\"radio-frequency\">I podcast delle classi terze<\/div>\n    <\/div>\n    \n    <!-- GRIGLIA 12 EPISODI (III A, III C, III B) -->\n    <div class=\"episodes-grid\">\n        \n        <!-- III C \/ III A - EPISODI 1-8 -->\n        \n        <!-- EPISODIO 1 - Ancillai (III C) - Blu -->\n        <div class=\"episode-card\">\n            <div class=\"episode-cover\">\n                <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M7.5 3.75H6A2.25 2.25 0 003.75 6v1.5M16.5 3.75H18A2.25 2.25 0 0120.25 6v1.5m0 9V18A2.25 2.25 0 0118 20.25h-1.5m-9 0H6A2.25 2.25 0 013.75 18v-1.5M15 12a3 3 0 11-6 0 3 3 0 016 0z\" \/>\n                <\/svg>\n            <\/div>\n            <h3 class=\"episode-title\">La tua impronta digitale<\/h3>\n            <div class=\"episode-subtitle\">Tutto quello che lasci online<\/div>\n            <div class=\"audio-player-wrapper\">\n                <audio preload=\"metadata\" controls>\n                    <source src=\"https:\/\/www.scuolasgbattista.it\/sbrillo2\/wp-content\/uploads\/2026\/02\/digial_footprint.opus\" type=\"audio\/ogg\">\n                <\/audio>\n            <\/div>\n        <\/div>\n        \n        <!-- EPISODIO 2 - Casieri (III C) - Viola -->\n        <div class=\"episode-card\">\n            <div class=\"episode-cover\">\n                <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 17.25v1.007a3 3 0 01-.879 2.122L7.5 21h9l-.621-.621A3 3 0 0115 18.257V17.25m6-12V15a2.25 2.25 0 01-2.25 2.25H5.25A2.25 2.25 0 013 15V5.25m18 0A2.25 2.25 0 0018.75 3H5.25A2.25 2.25 0 003 5.25m18 0V12a2.25 2.25 0 01-2.25 2.25H5.25A2.25 2.25 0 013 12V5.25\" \/>\n                <\/svg>\n            <\/div>\n            <h3 class=\"episode-title\">Deepfake e intelligenza artificiale<\/h3>\n            <div class=\"episode-subtitle\">Quando la realt\u00e0 si finge<\/div>\n            <div class=\"audio-player-wrapper\">\n                <audio preload=\"metadata\" controls>\n                    <source src=\"https:\/\/www.scuolasgbattista.it\/sbrillo2\/wp-content\/uploads\/2026\/02\/deep_fake.opus\" type=\"audio\/ogg\">\n                <\/audio>\n            <\/div>\n        <\/div>\n        \n        <!-- EPISODIO 3 - Biagetti (III C) - Verde (LINK AGGIORNATO) -->\n        <div class=\"episode-card\">\n            <div class=\"episode-cover\">\n                <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 6v6h4.5m4.5 0a9 9 0 11-18 0 9 9 0 0118 0z\" \/>\n                <\/svg>\n            <\/div>\n            <h3 class=\"episode-title\">Tempo e schermo<\/h3>\n            <div class=\"episode-subtitle\">Quando \u00e8 troppo?<\/div>\n            <div class=\"audio-player-wrapper\">\n                <audio preload=\"metadata\" controls>\n                    <source src=\"https:\/\/www.scuolasgbattista.it\/sbrillo2\/wp-content\/uploads\/2026\/02\/tempo_e_schermo_quando_troppo.opus\" type=\"audio\/ogg\">\n                <\/audio>\n            <\/div>\n        <\/div>\n        \n        <!-- EPISODIO 4 - Panchanka (III C) - Arancione -->\n        <div class=\"episode-card\">\n            <div class=\"episode-cover\">\n                <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 21v-8.25M15.75 21v-8.25M8.25 21v-8.25M3 9l9-6 9 6m-1.5 12V10.332A48.36 48.36 0 0012 9.75c-2.551 0-5.056.2-7.5.582V21M3 21h18\" \/>\n                <\/svg>\n            <\/div>\n            <h3 class=\"episode-title\">Diritti e doveri online<\/h3>\n            <div class=\"episode-subtitle\">Esiste una cittadinanza digitale?<\/div>\n            <div class=\"audio-player-wrapper\">\n                <audio preload=\"metadata\" controls>\n                    <source src=\"https:\/\/www.scuolasgbattista.it\/sbrillo2\/wp-content\/uploads\/2026\/02\/cittadinanza_digitale.opus\" type=\"audio\/ogg\">\n                <\/audio>\n            <\/div>\n        <\/div>\n        \n        <!-- EPISODIO 5 - Vecchione (III A) - Azzurro -->\n        <div class=\"episode-card\">\n            <div class=\"episode-cover\">\n                <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15 19.128a9.38 9.38 0 002.625.372 9.337 9.337 0 004.121-.952 4.125 4.125 0 00-7.533-2.493M15 19.128v-.003c0-1.113-.285-2.16-.786-3.07M15 19.128v.106A12.318 12.318 0 018.624 21c-2.331 0-4.512-.645-6.374-1.766l-.001-.109a6.375 6.375 0 0111.964-3.07M12 6.375a3.375 3.375 0 11-6.75 0 3.375 3.375 0 016.75 0zm8.25 2.25a2.625 2.625 0 11-5.25 0 2.625 2.625 0 015.25 0z\" \/>\n                <\/svg>\n            <\/div>\n            <h3 class=\"episode-title\">I social network<\/h3>\n            <div class=\"episode-subtitle\">Tra amicizia, like e dipendenza<\/div>\n            <div class=\"audio-player-wrapper\">\n                <audio preload=\"metadata\" controls>\n                    <source src=\"https:\/\/www.scuolasgbattista.it\/sbrillo2\/wp-content\/uploads\/2026\/02\/i_social.opus\" type=\"audio\/ogg\">\n                <\/audio>\n            <\/div>\n        <\/div>\n        \n        <!-- EPISODIO 6 - Betto (III A) - Rosso -->\n        <div class=\"episode-card\">\n            <div class=\"episode-cover\">\n                <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 9v3.75m-9.303 3.376c-.866 1.5.217 3.374 1.948 3.374h14.71c1.73 0 2.813-1.874 1.948-3.374L13.949 3.378c-.866-1.5-3.032-1.5-3.898 0L2.697 16.126zM12 15.75h.007v.008H12v-.008z\" \/>\n                <\/svg>\n            <\/div>\n            <h3 class=\"episode-title\">Cyberbullismo<\/h3>\n            <div class=\"episode-subtitle\">Quando la rete fa male<\/div>\n            <div class=\"audio-player-wrapper\">\n                <audio preload=\"metadata\" controls>\n                    <source src=\"https:\/\/www.scuolasgbattista.it\/sbrillo2\/wp-content\/uploads\/2026\/02\/cyberbullismo.opus\" type=\"audio\/ogg\">\n                <\/audio>\n            <\/div>\n        <\/div>\n        \n        <!-- EPISODIO 7 - Pisa (III A) - Indaco -->\n        <div class=\"episode-card\">\n            <div class=\"episode-cover\">\n                <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 9v3.75m-3.75 1.5h7.5M12 21a9 9 0 100-18 9 9 0 000 18z\" \/>\n                <\/svg>\n            <\/div>\n            <h3 class=\"episode-title\">Fake news e bufale<\/h3>\n            <div class=\"episode-subtitle\">Come riconoscere le notizie false<\/div>\n            <div class=\"audio-player-wrapper\">\n                <audio preload=\"metadata\" controls>\n                    <source src=\"https:\/\/www.scuolasgbattista.it\/sbrillo2\/wp-content\/uploads\/2026\/02\/Fake_news.opus\" type=\"audio\/ogg\">\n                <\/audio>\n            <\/div>\n        <\/div>\n        \n        <!-- EPISODIO 8 - Terramani (III A) - Verde scuro -->\n        <div class=\"episode-card\">\n            <div class=\"episode-cover\">\n                <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.5 10.5V6.75a4.5 4.5 0 10-9 0v3.75m-.75 11.25h10.5a2.25 2.25 0 002.25-2.25v-6.75a2.25 2.25 0 00-2.25-2.25H6.75a2.25 2.25 0 00-2.25 2.25v6.75a2.25 2.25 0 002.25 2.25z\" \/>\n                <\/svg>\n            <\/div>\n            <h3 class=\"episode-title\">Privacy e dati personali<\/h3>\n            <div class=\"episode-subtitle\">Cosa condividere e cosa no<\/div>\n            <div class=\"audio-player-wrapper\">\n                <audio preload=\"metadata\" controls>\n                    <source src=\"https:\/\/www.scuolasgbattista.it\/sbrillo2\/wp-content\/uploads\/2026\/02\/privacy_online.opus\" type=\"audio\/ogg\">\n                <\/audio>\n            <\/div>\n        <\/div>\n        \n        <!-- III B - EPISODI 9-12 -->\n        \n        <!-- EPISODIO 9 - III B (Chat e messaggistica) - Ambra -->\n        <div class=\"episode-card\">\n            <div class=\"episode-cover\">\n                <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M20.25 8.511c.884.284 1.5 1.128 1.5 2.097v4.286c0 1.136-.847 2.1-1.98 2.193-.34.027-.68.052-1.02.072v3.091l-3-3c-1.354 0-2.694-.055-4.02-.163a2.115 2.115 0 01-.825-.242m9.345-8.334a2.126 2.126 0 00-.476-.095 48.64 48.64 0 00-8.048 0c-1.131.094-1.976 1.057-1.976 2.192v4.286c0 .837.46 1.58 1.155 1.951m9.345-8.334V6.637c0-1.621-1.152-3.026-2.76-3.235A48.455 48.455 0 0011.25 3c-2.115 0-4.198.137-6.24.402-1.608.209-2.76 1.614-2.76 3.235v6.226c0 1.621 1.152 3.026 2.76 3.235.577.075 1.157.14 1.74.194V21l4.155-4.155\" \/>\n                <\/svg>\n            <\/div>\n            <h3 class=\"episode-title\">Chat e messaggistica<\/h3>\n            <div class=\"episode-subtitle\">Comunicare bene e in sicurezza<\/div>\n            <div class=\"audio-player-wrapper\">\n                <audio preload=\"metadata\" controls>\n                    <source src=\"https:\/\/www.scuolasgbattista.it\/sbrillo2\/wp-content\/uploads\/2026\/02\/chat_messaggistica.opus\" type=\"audio\/ogg\">\n                <\/audio>\n            <\/div>\n        <\/div>\n        \n        <!-- EPISODIO 10 - III B (Internet per studio) - Ciano -->\n        <div class=\"episode-card\">\n            <div class=\"episode-cover\">\n                <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 21a9.004 9.004 0 008.716-6.747M12 21a9.004 9.004 0 01-8.716-6.747M12 21c2.485 0 4.5-4.03 4.5-9S14.485 3 12 3m0 18c-2.485 0-4.5-4.03-4.5-9S9.515 3 12 3m0 0a8.997 8.997 0 017.843 4.582M12 3a8.997 8.997 0 00-7.843 4.582m15.686 0A11.953 11.953 0 0112 10.5c-2.998 0-5.74-1.1-7.843-2.918m15.686 0A8.959 8.959 0 0121 12c0 .778-.099 1.533-.284 2.253m0 0A17.919 17.919 0 0112 16.5c-3.162 0-6.133-.815-8.716-2.247m0 0A9.015 9.015 0 013 12c0-1.605.42-3.113 1.157-4.418\" \/>\n                <\/svg>\n            <\/div>\n            <h3 class=\"episode-title\">Internet come strumento di studio<\/h3>\n            <div class=\"episode-subtitle\">Cercare informazioni in modo critico<\/div>\n            <div class=\"audio-player-wrapper\">\n                <audio preload=\"metadata\" controls>\n                    <source src=\"https:\/\/www.scuolasgbattista.it\/sbrillo2\/wp-content\/uploads\/2026\/02\/internet_come_strumento_di-_studio.opus\" type=\"audio\/ogg\">\n                <\/audio>\n            <\/div>\n        <\/div>\n        \n        <!-- EPISODIO 11 - III B (Influencer) - Viola scuro -->\n        <div class=\"episode-card\">\n            <div class=\"episode-cover\">\n                <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15.75 6a3.75 3.75 0 11-7.5 0 3.75 3.75 0 017.5 0zM4.501 20.118a7.5 7.5 0 0114.998 0A17.933 17.933 0 0112 21.75c-2.676 0-5.216-.584-7.499-1.632z\" \/>\n                <\/svg>\n            <\/div>\n            <h3 class=\"episode-title\">Influencer e pubblicit\u00e0 nascosta<\/h3>\n            <div class=\"episode-subtitle\">Quando il contenuto \u00e8 una pubblicit\u00e0<\/div>\n            <div class=\"audio-player-wrapper\">\n                <audio preload=\"metadata\" controls>\n                    <source src=\"https:\/\/www.scuolasgbattista.it\/sbrillo2\/wp-content\/uploads\/2026\/02\/influencer.opus\" type=\"audio\/ogg\">\n                <\/audio>\n            <\/div>\n        <\/div>\n        \n        <!-- EPISODIO 12 - III B (Gaming online) - Rosa scuro (LINK AGGIORNATO) -->\n        <div class=\"episode-card\">\n            <div class=\"episode-cover\">\n                <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M14.25 9v2.25M5.25 9v2.25M3 18h18M6 9.75h.008v.008H6V9.75zM12 9.75h.008v.008H12V9.75zM18 9.75h.008v.008H18V9.75zM6 15.75h.008v.008H6v-.008zM12 15.75h.008v.008H12v-.008zM18 15.75h.008v.008H18v-.008zM4.5 6h15m-15 0v9a2.25 2.25 0 002.25 2.25h10.5A2.25 2.25 0 0019.5 15V6m-15 0A2.25 2.25 0 016.75 3.75h10.5A2.25 2.25 0 0119.5 6\" \/>\n                <\/svg>\n            <\/div>\n            <h3 class=\"episode-title\">Gaming online<\/h3>\n            <div class=\"episode-subtitle\">Divertimento ma con regole<\/div>\n            <div class=\"audio-player-wrapper\">\n                <audio preload=\"metadata\" controls>\n                    <source src=\"https:\/\/www.scuolasgbattista.it\/sbrillo2\/wp-content\/uploads\/2026\/02\/gaming_online.opus\" type=\"audio\/ogg\">\n                <\/audio>\n            <\/div>\n        <\/div>\n        \n    <\/div>\n    \n    <!-- BANNER FINALE -->\n    <div class=\"now-playing\">\n        <span class=\"now-playing-indicator\"><\/span>\n        <span class=\"now-playing-text\">In onda ora<\/span>\n        <span class=\"now-playing-title\">12 podcast delle classi terze<\/span>\n    <\/div>\n    \n    <div class=\"radio-footer\">\n        Progetti di Educazione Digitale \u00b7 Classi III A, III B, III C\n    <\/div>\n<\/div>\n\n\n\n\n\n<p>Questo progetto, sull&#8217;educazione digitale, delle classe delle terze medie (anno 2025-26), che ha coinvolto le discipline di italiano ed informatica, ha permesso di analizzare , in maniera approfondita, i pro e i contro della tecnologia &#8220;ai tempi di internet&#8221;.<\/p>\n\n\n\n","protected":false},"excerpt":{"rendered":"<p>EDUCAZIONE DIGITALE I podcast delle classi terze La tua impronta digitale Tutto quello che lasci online Deepfake e intelligenza artificiale Quando la realt\u00e0 si finge Tempo e schermo Quando \u00e8 troppo? Diritti e doveri online Esiste una cittadinanza digitale? I social network Tra amicizia, like e dipendenza Cyberbullismo Quando la rete fa male Fake news [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"pagelayer_contact_templates":[],"_pagelayer_content":"","_monsterinsights_skip_tracking":false,"footnotes":""},"class_list":["post-2181","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.scuolasgbattista.it\/index.php?rest_route=\/wp\/v2\/pages\/2181","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.scuolasgbattista.it\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.scuolasgbattista.it\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.scuolasgbattista.it\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.scuolasgbattista.it\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2181"}],"version-history":[{"count":26,"href":"https:\/\/www.scuolasgbattista.it\/index.php?rest_route=\/wp\/v2\/pages\/2181\/revisions"}],"predecessor-version":[{"id":2228,"href":"https:\/\/www.scuolasgbattista.it\/index.php?rest_route=\/wp\/v2\/pages\/2181\/revisions\/2228"}],"wp:attachment":[{"href":"https:\/\/www.scuolasgbattista.it\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2181"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}