{"id":52313,"date":"2024-05-20T11:19:29","date_gmt":"2024-05-20T11:19:29","guid":{"rendered":"https:\/\/staging.totara.fortyapp.com\/?post_type=event&#038;p=52313"},"modified":"2024-08-02T21:01:22","modified_gmt":"2024-08-02T21:01:22","slug":"human-centered-learning-design-embracing-ai-without-losing-the-human-touch","status":"publish","type":"event","link":"https:\/\/staging.totara.fortyapp.com\/de\/veranstaltungen\/human-centered-learning-design-embracing-ai-without-losing-the-human-touch\/","title":{"rendered":"Das menschliche Element im Zeitalter der KI: Menschenzentriertes Lerndesign"},"content":{"rendered":"\n<div class='inline-text-container MobileAlignment DesktopAlignment'>\n  <div class='richText'><p>In a world where AI is impacting every industry, it&#8217;s imperative that we keep the human touch at the forefront of learning and development. Join us for a joint webinar on <strong>Wednesday, June 26 at 4 pm London \/ 11 am New York <\/strong>with <a href=\"https:\/\/staging.totara.fortyapp.com\/partners\/kineo\/\" target=\"_blank\" rel=\"noopener\">Kineo<\/a> as we explore why preserving and amplifying the human voice is essential as we look to harness the power of artificial intelligence.<strong>What we\u2019ll cover:<\/strong><\/p>\n<ul>\n<li>Explore <strong>the impact of AI on the L&amp;D landscape<\/strong> and discover how organisations are adapting to the emergence of generative AI and where their focus lies.<\/li>\n<li>Learn why thoughtful learning design remains crucial even as companies seek efficiencies and <strong>cost savings through AI.<\/strong><\/li>\n<li>Understand how to ensure your learning initiatives deliver meaningful impacts on your people.<\/li>\n<li>Revisit the fundamental truth that our learners are real individuals with real needs and discover <strong>strategies to maintain the human element in learning.<\/strong><\/li>\n<li>Gain insights into incorporating human-centered design principles into your learning development and testing phases, with <strong>real-world examples<\/strong> illustrating best practice.<\/li>\n<\/ul>\n<p>Join us for a deep dive into human-centered learning design in the era of AI.<\/p>\n<\/div>\n  <\/div>\n<div class='newsletter-hubspot-container themePurple padding-'>\n  <div class='wrapper'>\n    \n    <div class='content-wrapper'>\n            <div class='form-wrapper grey-background-'>\n                                    <h2 class='title '>Register now<\/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: \"17b7a2fc-d698-4e2f-be5b-d01f3d6a8917\",\n\t\t\t\t\t\t\t\ttarget: \"#hbspt-form-1777717894000-0699138220\",\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-1777717894000-0699138220\"><\/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 = 'Embracing the human element in the age of AI: Human-centered learning design | Webinar on Demand';\n        }\n      }\n    }, 5000);\n  });\n<\/script>","protected":false},"menu_order":49,"template":"","tax\/tags":[908,576],"tax\/topics":[],"tax\/event-types":[312],"class_list":["post-52313","event","type-event","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/staging.totara.fortyapp.com\/de\/wp-json\/wp\/v2\/events\/52313","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/staging.totara.fortyapp.com\/de\/wp-json\/wp\/v2\/events"}],"about":[{"href":"https:\/\/staging.totara.fortyapp.com\/de\/wp-json\/wp\/v2\/types\/event"}],"wp:attachment":[{"href":"https:\/\/staging.totara.fortyapp.com\/de\/wp-json\/wp\/v2\/media?parent=52313"}],"wp:term":[{"taxonomy":"tag","embeddable":true,"href":"https:\/\/staging.totara.fortyapp.com\/de\/wp-json\/wp\/v2\/tax\/tags?post=52313"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/staging.totara.fortyapp.com\/de\/wp-json\/wp\/v2\/tax\/topics?post=52313"},{"taxonomy":"event-type","embeddable":true,"href":"https:\/\/staging.totara.fortyapp.com\/de\/wp-json\/wp\/v2\/tax\/event-types?post=52313"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}