{"id":71221,"date":"2025-10-29T14:03:34","date_gmt":"2025-10-29T14:03:34","guid":{"rendered":"https:\/\/staging.totara.fortyapp.com\/resources\/aprendizaje-con-impacto-oct-2025-guia-practica\/"},"modified":"2025-10-30T13:40:09","modified_gmt":"2025-10-30T13:40:09","slug":"aprendizaje-con-impacto-oct-2025-guia-practica","status":"publish","type":"resource","link":"https:\/\/staging.totara.fortyapp.com\/es\/recursos\/aprendizaje-con-impacto-oct-2025-guia-practica\/","title":{"rendered":"Aprendizaje con Impacto Oct 2025: Gu\u00eda pr\u00e1ctica"},"content":{"rendered":"\n<div class='inline-text-container MobileAlignment DesktopAlignment'>\n  <div class='richText'><h2 class=\"large\"><strong>Descarga tu copia gratuita de la gu\u00eda de lectura obligada de Totara para los l\u00edderes de I+D en 2025.  <\/strong><\/h2>\n<p class=\"\"><span data-contrast=\"auto\">Descubre c\u00f3mo el aprendizaje colaborativo construye equipos m\u00e1s fuertes y de mayor rendimiento. Este art\u00edculo re\u00fane las ideas clave de los estudios de Totara   <\/span>Evento de <i>Aprendizaje con Impacto<\/i>.<\/p>\n<p class=\"\">En su interior, encontrar\u00e1s las opiniones <strong>del estratega del aprendizaje Charles Jennings<\/strong>, cocreador del marco 70:20:10, de <strong>la fundadora de la comunidad L&amp;D Shakers, Anamaria Dorgo, de Todd Hotchkiss, de Mitchells &amp; Butlers<\/strong>, y de muchos m\u00e1s exploradores:<\/p>\n<ul>\n<li>C\u00f3mo el aprendizaje social y colaborativo impulsa a los equipos de alto rendimiento<\/li>\n<li>Formas de integrar el aprendizaje en el flujo de trabajo y crear culturas de mejora continua<\/li>\n<li>Construir espacios de aprendizaje seguros con seguridad psicol\u00f3gica y propiedad compartida<\/li>\n<li>C\u00f3mo pasar de la creaci\u00f3n de contenidos a la cocreaci\u00f3n y aprovechar la inteligencia colectiva<\/li>\n<\/ul>\n<p class=\"\">Tenemos datos y opiniones de expertos de nuestros propios especialistas en aprendizaje, como <strong>Meredith Henson, de Totara<\/strong>, y <strong>Rachel Griffith-Boyes<\/strong>, Directora de la Comunidad Totara.<span data-ccp-props=\"{\"134233117\":false,\"134233118\":false,\"335551550\":0,\"335551620\":0,\"335559738\":240,\"335559739\":240}\"> <\/span><\/p>\n<\/div>\n  <\/div>\n<div class='newsletter-hubspot-container themeLightGrey padding-no'>\n  <div class='wrapper'>\n          <div class='image-wrapper'>\n                  <img decoding=\"async\"\n            class='image'\n            loading='lazy'\n            alt=\"Background pattern\" \n            src=\"https:\/\/staging.totara.fortyapp.com\/wp-content\/themes\/totara\/assets\/images\/bg-cta-light-grey.png\"\n            sizes=\"(min-width: 1440px) 708px, (min-width: 768px) 50vw, 100vw\"\n          \/>\n              <\/div>\n    \n    <div class='content-wrapper'>\n            <div class='form-wrapper grey-background-no'>\n                                    <h2 class='title fontDark'>\u00a1Hazte con tu ejemplar!<\/h2>\n                                                    <div id=\"hubspot-form-container\">\n            \n\t\t\t\t\t<script>\n\t\t\t\t\t\twindow.hsFormsOnReady = window.hsFormsOnReady || [];\n\t\t\t\t\t\twindow.hsFormsOnReady.push(()=>{\n\t\t\t\t\t\t\thbspt.forms.create({\n\t\t\t\t\t\t\t\tportalId: 3415253,\n\t\t\t\t\t\t\t\tformId: \"436f1db9-e7f4-47ba-80e1-d8017bdf9843\",\n\t\t\t\t\t\t\t\ttarget: \"#hbspt-form-1775991024000-4317818976\",\n\t\t\t\t\t\t\t\tregion: \"na1\",\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t})});\n\t\t\t\t\t<\/script>\n\t\t\t\t\t<div class=\"hbspt-form\" id=\"hbspt-form-1775991024000-4317818976\"><\/div>          <\/div>\n          <div id=\"hubspot-fallback-message\" style=\"display: none; padding: 20px; background-color: #f8f9fa; border: 1px solid #dee2e6; border-radius: 8px;\">\n            <p style=\"margin: 0; font-size: 14px;\">\n              This form may be blocked by your browser&#8217;s privacy settings (e.g., Firefox Enhanced Tracking Protection). Please email us at <a href=\"mailto:marketing@totara.com\" style=\"color: #007ab8; text-decoration: none;\">marketing@totara.com<\/a>.\n            <\/p>\n          <\/div>\n                      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n  \/\/If the form has a dynamic content field for hubspot automation workflows, it will grab that ACF value and plop it inside of the embedded iframe form\n  jQuery(document).ready(function ($) {\n    let formDetected = false;\n    let fallbackShown = false;\n\n    \/\/ Function to check for HubSpot form and show fallback if needed\n    function checkForHubSpotForm() {\n      const hubspotContainer = document.getElementById('hubspot-form-container');\n      const fallbackMessage = document.getElementById('hubspot-fallback-message');\n      \n      if (!hubspotContainer || !fallbackMessage || fallbackShown) {\n        return;\n      }\n\n      \/\/ Check for various HubSpot form elements\n      const hsForm = hubspotContainer.querySelector('.hs-form');\n      const hsIframe = hubspotContainer.querySelector('.hs-form-iframe');\n      const hsScript = hubspotContainer.querySelector('script[src*=\"js.hsforms.net\"]');\n      const hasHubSpotContent = hubspotContainer.innerHTML.trim().length > 0;\n\n      if (hsForm || hsIframe || hsScript) {\n        formDetected = true;\n      } else if (hasHubSpotContent && !formDetected) {\n        \/\/ If there's content but no recognizable HubSpot elements after timeout, show fallback\n        setTimeout(function() {\n          if (!formDetected && !fallbackShown) {\n            fallbackMessage.style.display = 'block';\n            hubspotContainer.style.display = 'none';\n            fallbackShown = true;\n          }\n        }, 2000);\n      } else if (!hasHubSpotContent) {\n        \/\/ If container is completely empty, show fallback immediately\n        fallbackMessage.style.display = 'block';\n        hubspotContainer.style.display = 'none';\n        fallbackShown = true;\n      }\n    }\n\n    \/\/ Initial check\n    setTimeout(checkForHubSpotForm, 1000);\n    \n    \/\/ Additional checks at intervals\n    setTimeout(checkForHubSpotForm, 3000);\n\n    setTimeout(function() {\n      const fieldElement = document.querySelector('input[name=descripci\u00f3n_fuente_plomo]');\n      let iframe = document.querySelector('.hs-form-iframe');\n\n      if (iframe && iframe?.contentWindow) {\n        let iframeDocument = iframe.contentWindow.document;\n        let input = iframeDocument.querySelector('input[name=descripci\u00f3n_fuente_plomo]');\n        if (input) {\n          input.value = 'Aprender con impacto - Oct 2025';\n        }\n      }\n    }, 5000);\n  });\n<\/script>\n<div class='inline-text-container MobileAlignment DesktopAlignment'>\n  <div class='richText'><h2 aria-level=\"2\"><span data-contrast=\"none\">Da el siguiente paso: \u00danete a la Comunidad Totara<\/span><span data-ccp-props=\"{\"134245418\":true,\"134245529\":true,\"335559738\":160,\"335559739\":80}\"> <\/span><\/h2>\n<p class=\"\"><span data-contrast=\"auto\">\u00bfQuieres ir m\u00e1s all\u00e1? La Comunidad Totara es un centro online gratuito donde miles de profesionales de I+D comparten experiencias, acceden a cursos digitales, participan en foros de debate y asisten a seminarios web y eventos en directo. Sin nada que perder y con conocimientos expertos que ganar, es el lugar ideal para profundizar en el aprendizaje colaborativo y conectar con compa\u00f1eros de todo el mundo.    <\/span><span data-ccp-props=\"{\"134233117\":false,\"134233118\":false,\"335551550\":0,\"335551620\":0,\"335559738\":240,\"335559739\":240}\"> <\/span><\/p>\n<p class=\"\"><a href=\"https:\/\/totara.community\/\" target=\"_blank\" rel=\"noopener\"><span data-contrast=\"none\">Visita el centro comunitario de Totara<\/span><\/a><span data-ccp-props=\"{\"134233117\":false,\"134233118\":false,\"335551550\":0,\"335551620\":0,\"335559738\":240,\"335559739\":240}\"> <\/span><\/p>\n<\/div>\n  <\/div>","protected":false},"template":"","tax\/tags":[648,583,592,954],"tax\/solutions":[],"tax\/topics":[],"tax\/industries":[],"tax\/resource-types":[319],"class_list":["post-71221","resource","type-resource","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/staging.totara.fortyapp.com\/es\/wp-json\/wp\/v2\/resources\/71221","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/staging.totara.fortyapp.com\/es\/wp-json\/wp\/v2\/resources"}],"about":[{"href":"https:\/\/staging.totara.fortyapp.com\/es\/wp-json\/wp\/v2\/types\/resource"}],"wp:attachment":[{"href":"https:\/\/staging.totara.fortyapp.com\/es\/wp-json\/wp\/v2\/media?parent=71221"}],"wp:term":[{"taxonomy":"tag","embeddable":true,"href":"https:\/\/staging.totara.fortyapp.com\/es\/wp-json\/wp\/v2\/tax\/tags?post=71221"},{"taxonomy":"solution","embeddable":true,"href":"https:\/\/staging.totara.fortyapp.com\/es\/wp-json\/wp\/v2\/tax\/solutions?post=71221"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/staging.totara.fortyapp.com\/es\/wp-json\/wp\/v2\/tax\/topics?post=71221"},{"taxonomy":"industry-tax","embeddable":true,"href":"https:\/\/staging.totara.fortyapp.com\/es\/wp-json\/wp\/v2\/tax\/industries?post=71221"},{"taxonomy":"resource-type","embeddable":true,"href":"https:\/\/staging.totara.fortyapp.com\/es\/wp-json\/wp\/v2\/tax\/resource-types?post=71221"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}