{"id":50721,"date":"2024-02-23T14:24:36","date_gmt":"2024-02-23T14:24:36","guid":{"rendered":"https:\/\/staging.totara.fortyapp.com\/?post_type=event&#038;p=50721"},"modified":"2024-08-02T21:01:26","modified_gmt":"2024-08-02T21:01:26","slug":"the-missing-manual-building-essential-skills-through-on-the-job-training-ojt-programs","status":"publish","type":"event","link":"https:\/\/staging.totara.fortyapp.com\/us\/events\/the-missing-manual-building-essential-skills-through-on-the-job-training-ojt-programs\/","title":{"rendered":"The Missing Manual: Building Essential Skills Through On-the-Job Training (OJT) Programs | Webinar on Demand"},"content":{"rendered":"\n<div class='inline-text-container MobileAlignment DesktopAlignment'>\n  <div class='richText'><p class=\"large\" dir=\"ltr\">Embarking on the journey of setting up a hands-on learning experience within your organisation\u2014where employees learn directly through performing tasks\u2014commonly referred to as<strong>\u00a0On-The-Job Training\u00a0<\/strong>(OJT), can initially feel daunting.<\/p>\n<p dir=\"ltr\"><strong>Eighty to ninety percent<\/strong>\u00a0of people learn through on the job training rather than in static digital training or in face-to-face workshops. However, when it comes to evidencing that learning, this group has largely been ignored by the eLearning industry.<\/p>\n<p dir=\"ltr\">In this webinar we\u2019ll ensure that you have the essential tools to both set up and then evidence a hands-on learning experience that ensures the skills developed on the job are reflected in your learning platform.<\/p>\n<p dir=\"ltr\">In this webinar you\u2019ll learn:<\/p>\n<ul>\n<li dir=\"ltr\">\n<p dir=\"ltr\">How to avoid the common pitfalls of setting up a hands on learning program \/ OJT program<\/p>\n<\/li>\n<li dir=\"ltr\">\n<p dir=\"ltr\">How Totara\u2019s unique mobile ready tool set of observational checklists, flexible workflows, data driven dashboards, achievement paths, and flexible reporting can be applied to set-up a robust OJT program.<\/p>\n<\/li>\n<li dir=\"ltr\">\n<p dir=\"ltr\">Key questions to consider when setting up your OJT Program<\/p>\n<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<p dir=\"ltr\">The webinar will help you understand how to set-up an OJT program and what to consider at each stage including: setting-up scales and frameworks, bulk upload competencies, creating achievement paths and assigning competencies as well as helpful links to Totara documentation.<\/p>\n<div class=\"themePurple InlineTextBlock_container__70vg5 InlineTextBlock_autoMobileAlignment__mKNqu InlineTextBlock_autoDesktopAlignment__4VRAy \">\n<div class=\"InlineTextBlock_richText__bOs_F\">\n<p class=\"large\">This webinar has ended. Register below to watch the recording<\/p>\n<\/div>\n<\/div>\n<\/div>\n  <\/div>\n<div class='newsletter-hubspot-container themeGreen padding-'>\n  <div class='wrapper'>\n    \n    <div class='content-wrapper'>\n            <div class='form-wrapper grey-background-'>\n                                    <h2 class='title '>Register today<\/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: \"0935c82a-ad6b-4ef0-9902-6108142b13b6\",\n\t\t\t\t\t\t\t\ttarget: \"#hbspt-form-1777692920000-2230152679\",\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-1777692920000-2230152679\"><\/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 = 'The Missing Manual: Building Essential Skills Through On-the-Job Training (OJT) Programs | Webinar on Demand';\n        }\n      }\n    }, 5000);\n  });\n<\/script>","protected":false},"menu_order":56,"template":"","tax\/tags":[715,712,726,684,806],"tax\/topics":[717,688,808],"tax\/event-types":[820],"class_list":["post-50721","event","type-event","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/staging.totara.fortyapp.com\/us\/wp-json\/wp\/v2\/events\/50721","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/staging.totara.fortyapp.com\/us\/wp-json\/wp\/v2\/events"}],"about":[{"href":"https:\/\/staging.totara.fortyapp.com\/us\/wp-json\/wp\/v2\/types\/event"}],"wp:attachment":[{"href":"https:\/\/staging.totara.fortyapp.com\/us\/wp-json\/wp\/v2\/media?parent=50721"}],"wp:term":[{"taxonomy":"tag","embeddable":true,"href":"https:\/\/staging.totara.fortyapp.com\/us\/wp-json\/wp\/v2\/tax\/tags?post=50721"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/staging.totara.fortyapp.com\/us\/wp-json\/wp\/v2\/tax\/topics?post=50721"},{"taxonomy":"event-type","embeddable":true,"href":"https:\/\/staging.totara.fortyapp.com\/us\/wp-json\/wp\/v2\/tax\/event-types?post=50721"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}