{"id":60453,"date":"2024-08-08T14:52:19","date_gmt":"2024-08-08T14:52:19","guid":{"rendered":"https:\/\/www.totara.com\/events\/from-hard-hats-to-smart-apps-modernizing-training-at-the-national-center-for-construction-education-and-research\/"},"modified":"2024-08-09T11:03:22","modified_gmt":"2024-08-09T11:03:22","slug":"from-hard-hats-to-smart-apps-modernizing-training-at-the-national-center-for-construction-education-and-research","status":"publish","type":"event","link":"https:\/\/www.totara.com\/us\/events\/from-hard-hats-to-smart-apps-modernizing-training-at-the-national-center-for-construction-education-and-research\/","title":{"rendered":"From Hard Hats to Smart Apps: Modernizing Training at the National Center for Construction Education and Research"},"content":{"rendered":"\n<div class='inline-text-container autoMobileAlignment autoDesktopAlignment'>\n  <div class='richText'><p dir=\"ltr\">The National Center for Construction Education and Research (NCCER) is a not-for-profit education foundation created by the construction industry to develop standardized curriculum and assessments with portable credentials and certifications for skilled craft professionals.<\/p>\n<p dir=\"ltr\">Join us for a behind the scenes look at how NCCER has created a new mobile training solution for the modern construction workforce. .<\/p>\n<p dir=\"ltr\">Discover how NCCER leveraged powerful functionality such as real-time integrations with Salesforce, NopCommerce, credentialing services, and third-party proctoring tools, while creating a seamless and efficient learning experience.<\/p>\n<p dir=\"ltr\">Learn about the challenges faced, solutions implemented, and the significant impact on their training programs, including:<\/p>\n<ul>\n<li dir=\"ltr\">Enhanced operational efficiency<\/li>\n<li dir=\"ltr\">Increased revenue<\/li>\n<li dir=\"ltr\">and improved learner experiences<\/li>\n<\/ul>\n<p dir=\"ltr\">Explore the platform&#8217;s impactful features including:<\/p>\n<ul>\n<li dir=\"ltr\">Seamless integrations<\/li>\n<li dir=\"ltr\">Mobile-first solutions<\/li>\n<li dir=\"ltr\">Digital credentials<\/li>\n<\/ul>\n<p dir=\"ltr\">\n<p dir=\"ltr\">Hear from key speakers and see live demos that showcase the significant business impact and achievements realized with this powerful solution.<\/p>\n<p dir=\"ltr\">Don&#8217;t miss this opportunity to learn from industry leaders and enhance your own educational strategies!<\/p>\n<p dir=\"ltr\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-60441 size-full\" src=\"https:\/\/www.totara.com\/wp-content\/uploads\/2024\/08\/webinar_engage-resource_From-Hard-Hats\u2028to-Smart-Apps.png\" alt=\"\" width=\"834\" height=\"334\" srcset=\"https:\/\/www.totara.com\/wp-content\/uploads\/2024\/08\/webinar_engage-resource_From-Hard-Hats\u2028to-Smart-Apps.png 834w, https:\/\/www.totara.com\/wp-content\/uploads\/2024\/08\/webinar_engage-resource_From-Hard-Hats\u2028to-Smart-Apps-300x120.png 300w, https:\/\/www.totara.com\/wp-content\/uploads\/2024\/08\/webinar_engage-resource_From-Hard-Hats\u2028to-Smart-Apps-768x308.png 768w\" sizes=\"auto, (max-width: 834px) 100vw, 834px\" \/><\/p>\n<\/div>\n  <\/div>\n\n\n<div class='newsletter-hubspot-container themeLightGrey padding-no'>\n  <div class='wrapper'>\n    \n    <div class='content-wrapper'>\n            <div class='form-wrapper grey-background-yes'>\n                                    <h2 class='title fontDark'>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: \"cc6c1707-e5a0-43ea-a051-70f970cc546b\",\n\t\t\t\t\t\t\t\ttarget: \"#hbspt-form-1775570349000-7667193578\",\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-1775570349000-7667193578\"><\/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 = 'From Hard Hats to Smart Apps: Modernizing Training at the National Center for Construction Education and Research';\n        }\n      }\n    }, 5000);\n  });\n<\/script>","protected":false},"menu_order":35,"template":"","tax\/tags":[],"tax\/topics":[688],"tax\/event-types":[820],"class_list":["post-60453","event","type-event","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.totara.com\/us\/wp-json\/wp\/v2\/events\/60453","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.totara.com\/us\/wp-json\/wp\/v2\/events"}],"about":[{"href":"https:\/\/www.totara.com\/us\/wp-json\/wp\/v2\/types\/event"}],"wp:attachment":[{"href":"https:\/\/www.totara.com\/us\/wp-json\/wp\/v2\/media?parent=60453"}],"wp:term":[{"taxonomy":"tag","embeddable":true,"href":"https:\/\/www.totara.com\/us\/wp-json\/wp\/v2\/tax\/tags?post=60453"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/www.totara.com\/us\/wp-json\/wp\/v2\/tax\/topics?post=60453"},{"taxonomy":"event-type","embeddable":true,"href":"https:\/\/www.totara.com\/us\/wp-json\/wp\/v2\/tax\/event-types?post=60453"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}