{"id":76840,"date":"2022-11-24T21:32:32","date_gmt":"2022-11-24T21:32:32","guid":{"rendered":"https:\/\/totara.com\/resources\/buenas-practicas-en-la-gestion-del-aprendizaje-para-organismos-publicos\/"},"modified":"2026-06-12T18:50:15","modified_gmt":"2026-06-12T18:50:15","slug":"buenas-practicas-en-la-gestion-del-aprendizaje-para-organismos-publicos","status":"publish","type":"resource","link":"https:\/\/totara.com\/es\/recursos\/buenas-practicas-en-la-gestion-del-aprendizaje-para-organismos-publicos\/","title":{"rendered":"Buenas pr\u00e1cticas en la gesti\u00f3n del aprendizaje para organismos p\u00fablicos"},"content":{"rendered":"\n<div class='inline-text-container autoMobileAlignment autoDesktopAlignment'>\n  <div class='richText'><p class=\"large\">Al igual que en cualquier otro sector a nivel mundial, las organizaciones gubernamentales se enfrentan a cambios constantes y de gran envergadura. Desde las nuevas necesidades de personal hasta la r\u00e1pida evoluci\u00f3n de las competencias requeridas, los organismos p\u00fablicos deben adaptarse a los nuevos tiempos y estar preparados para seguir haci\u00e9ndolo en el futuro inmediato. <\/p>\n<p>En esta gu\u00eda, analizaremos los principales retos a los que se enfrentan los gobiernos hoy en d\u00eda, as\u00ed como cinco buenas pr\u00e1cticas en materia de gesti\u00f3n del aprendizaje para garantizar que t\u00fa y tu equipo sig\u00e1is desarrollando y ampliando vuestras habilidades y conocimientos, y satisfag\u00e1is las necesidades de vuestras comunidades.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignleft wp-image-58278\" src=\"https:\/\/totara.com\/wp-content\/uploads\/2024\/07\/Best-practices-in-learning-management-for-government-agencies-tile.jpg\" alt=\"\" width=\"445\" height=\"439\" srcset=\"https:\/\/totara.com\/wp-content\/uploads\/2024\/07\/Best-practices-in-learning-management-for-government-agencies-tile.jpg 644w, https:\/\/totara.com\/wp-content\/uploads\/2024\/07\/Best-practices-in-learning-management-for-government-agencies-tile-300x296.jpg 300w\" sizes=\"auto, (max-width: 445px) 100vw, 445px\" \/><\/p>\n<p>&nbsp;<\/p>\n<\/div>\n  <\/div>\n<div class='newsletter-hubspot-container theme padding-'>\n  <div class='wrapper'>\n    \n    <div class='content-wrapper'>\n            <div class='form-wrapper grey-background-'>\n                                    <h2 class='title '>Descargar ahora<\/h2>\n                                                    <div id=\"hubspot-form-container\">\n            \n\t\t\t\t\t\t<script>\n\t\t\t\t\t\t\twindow.hsFormsOnReady = window.hsFormsOnReady || [];\n\t\t\t\t\t\t\twindow.hsFormsOnReady.push(()=>{\n\t\t\t\t\t\t\t\thbspt.forms.create({\n\t\t\t\t\t\t\t\t\tportalId: 3415253,\n\t\t\t\t\t\t\t\t\tformId: \"436f1db9-e7f4-47ba-80e1-d8017bdf9843\",\n\t\t\t\t\t\t\t\t\ttarget: \"#hbspt-form-1782582530000-1721925840\",\n\t\t\t\t\t\t\t\t\tregion: \"na1\",\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t})});\n\t\t\t\t\t\t<\/script>\n\t\t\t\t\t\t<div class=\"hbspt-form\" id=\"hbspt-form-1782582530000-1721925840\"><\/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=lead_source_description]');\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=lead_source_description]');\n        if (input) {\n          input.value = 'Best practices in learning management for government agencies';\n        }\n      }\n    }, 5000);\n  });\n<\/script>","protected":false},"template":"","tax\/tags":[635,583,650],"tax\/solutions":[287],"tax\/topics":[549,955],"tax\/industries":[],"tax\/resource-types":[319],"class_list":["post-76840","resource","type-resource","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/totara.com\/es\/wp-json\/wp\/v2\/resources\/76840","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/totara.com\/es\/wp-json\/wp\/v2\/resources"}],"about":[{"href":"https:\/\/totara.com\/es\/wp-json\/wp\/v2\/types\/resource"}],"wp:attachment":[{"href":"https:\/\/totara.com\/es\/wp-json\/wp\/v2\/media?parent=76840"}],"wp:term":[{"taxonomy":"tag","embeddable":true,"href":"https:\/\/totara.com\/es\/wp-json\/wp\/v2\/tax\/tags?post=76840"},{"taxonomy":"solution","embeddable":true,"href":"https:\/\/totara.com\/es\/wp-json\/wp\/v2\/tax\/solutions?post=76840"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/totara.com\/es\/wp-json\/wp\/v2\/tax\/topics?post=76840"},{"taxonomy":"industry-tax","embeddable":true,"href":"https:\/\/totara.com\/es\/wp-json\/wp\/v2\/tax\/industries?post=76840"},{"taxonomy":"resource-type","embeddable":true,"href":"https:\/\/totara.com\/es\/wp-json\/wp\/v2\/tax\/resource-types?post=76840"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}