CINXE.COM
Free Online CME & CE for Physicians, NPs, PAs and more | myCME
<!DOCTYPE html> <html lang="en" xmlns:fb="https://ogp.me/ns/fb#"> <head> <title> Free Online CME & CE for Physicians, NPs, PAs and more | myCME </title> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href="https://d36ai2hkxl16us.cloudfront.net/v3/dist/9720-e55906bc5f8a019cd214.css" media="all" rel="stylesheet" /> <link href="https://d36ai2hkxl16us.cloudfront.net/v3/dist/5338-6be53fc3565f59316cec.css" media="all" rel="stylesheet" /> <meta id="meta-description" name="description" content="Free online CME & CE for physicians, nurse practitioners, physician assistants & other healthcare professionals in primary care, cardiology, oncology, and other specialties."> <link rel="shortcut icon" href="https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/a_exif,c_fit,t_ti_favicon_v4/v1/course-uploads/dbe86aab-25ca-4793-b6b8-914b4d0b987f/fhy4bwqldg38-mycmeLogo-favicon-32.png"> <link id="appearance-stylesheet" rel="stylesheet" href="/appearance/company/3581f308-57c8-4801-95fd-7f430fd8ee29--c6e5716836--v2.css"> <link href="https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600" rel="stylesheet"> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="website" /> <meta property="og:title" content="myCME | Continuing Medical Education" /> <meta property="og:description" content="Free online CME & CE for physicians, nurse practitioners, physician assistants & other healthcare professionals in primary care, cardiology, oncology, and other specialties." /> <meta property="og:url" content="https://www.mycme.com/" /> <meta property="og:site_name" content="myCME" /> <meta property="og:image" content="https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/a_exif,c_fill,w_1500/v1/course-uploads/dbe86aab-25ca-4793-b6b8-914b4d0b987f/rssvqesp8opm-myCME_Series_hero2.jpg" /> <meta property="og:image:width" content="2000" /> <meta property="og:image:height" content="1333" /> <meta property="fb:app_id" content="2760589657489506" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:site" content="@myCME" /> <meta name="twitter:creator" content="@myCME" /> <meta name="google-site-verification" content="xrcckNKkEZh3xYYVnWHWZFjBoUoMtqtOJmgxCAfU9Vg" /> <!-- HS ------------------------ ONETRUST ------------------------ --> <!-- OneTrust Cookies Consent Notice start for mycme.com --> <script defer src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js" type="text/javascript" charset="UTF-8" data-domain-script="9ef9d14b-6ea5-4b51-b843-616a024aebf5-test" ></script> <script type="text/javascript"> function OptanonWrapper() { // Get initial OnetrustActiveGroups ids if(typeof OptanonWrapperCount == "undefined"){ otGetInitialGrps(); } //Delete cookies otDeleteCookie(otIniGrps); // Assign OnetrustActiveGroups to custom variable function otGetInitialGrps() { OptanonWrapperCount = ''; otIniGrps = OnetrustActiveGroups; } function otDeleteCookie(iniOptGrpId) { var otDomainGrps = JSON.parse(JSON.stringify(Optanon.GetDomainData().Groups)); var otDeletedGrpIds = otGetInactiveId(iniOptGrpId, OnetrustActiveGroups); console.log(otDeletedGrpIds); if(otDeletedGrpIds.length != 0 && otDomainGrps.length !=0){ for(var i=0; i < otDomainGrps.length; i++){ //Check if CustomGroupId matches if(otDomainGrps[i]['CustomGroupId'] != '' && otDeletedGrpIds.includes(otDomainGrps[i]['CustomGroupId'])){ for(var j=0; j < otDomainGrps[i]['Cookies'].length; j++){ eraseCookie(otDomainGrps[i]['Cookies'][j]['Name']); } } //Check if Hostid matches if(otDomainGrps[i]['Hosts'].length != 0){ for(var j=0; j < otDomainGrps[i]['Hosts'].length; j++){ //Check if HostId presents in the deleted list and cookie array is not blank if(otDeletedGrpIds.includes(otDomainGrps[i]['Hosts'][j]['HostId']) && otDomainGrps[i]['Hosts'][j]['Cookies'].length !=0){ for(var k=0; k < otDomainGrps[i]['Hosts'][j]['Cookies'].length; k++){ eraseCookie(otDomainGrps[i]['Hosts'][j]['Cookies'][k]['Name']); } } } } } } otGetInitialGrps(); //Reassign new group ids } //Get inactive ids function otGetInactiveId(customIniId, otActiveGrp){ //Initial OnetrustActiveGroups customIniId = customIniId.split(","); customIniId = customIniId.filter(Boolean); //After action OnetrustActiveGroups otActiveGrp = otActiveGrp.split(","); otActiveGrp = otActiveGrp.filter(Boolean); var result=[]; for (var i=0; i < customIniId.length; i++){ if ( otActiveGrp.indexOf(customIniId[i]) <= -1 ){ result.push(customIniId[i]); } } return result; } //Delete cookie function eraseCookie(name) { console.log(name); //Delete root path cookies const domains = [ location.hostname.replace(/^(www|sandbox|stagemy|my)\./i, ""), location.hostname.replace(/^www\./i, ".www.") , location.hostname.replace(/^sandbox\./i, ".sandbox.") , location.hostname.replace(/^stagemy\./i, ".stagemy.") , location.hostname.replace(/^my\./i, ".my."), 'no-domain' ]; domains.forEach( function( value ){ let domainString = value !== 'no-domain' ? ' domain=' + value + ';' : ''; document.cookie = name+'=; Max-Age=-99999999; Path=/;'+ domainString +''; } ); document.cookie = name+'=; Max-Age=-99999999; Path=/;domain=' + +';'; document.cookie = name+'=; Max-Age=-99999999; Path=/;'; //Delete LSO incase LSO being used, cna be commented out. localStorage.removeItem('lytics_segments'); //Check for the current path of the page pathArray = window.location.pathname.split('/'); //Loop through path hierarchy and delete potential cookies at each path. for (var i=0; i < pathArray.length; i++){ if (pathArray[i]){ //Build the path string from the Path Array e.g /site/login var currentPath = pathArray.slice(0,i+1).join('/'); console.log(currentPath); domains.forEach( function( value ){ let domainString = value !== 'no-domain' ? 'domain=' + value + ';' : ''; document.cookie = name+'=; Max-Age=-99999999; Path=' + currentPath + ';'+ domainString +''; //Maybe path has a trailing slash! document.cookie = name+'=; Max-Age=-99999999; Path=' + currentPath + '/;'+ domainString +''; } ); } } } } </script> <!-- OneTrust Cookies Consent Notice end for mycme.com --> <!-- Init data layer --> <script> dataLayer = window.dataLayer = window.dataLayer || []; </script> <script defer src="https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js"></script> <script defer src="https://cdn.jsdelivr.net/npm/url-search-params-polyfill@8.1.0/index.min.js"></script> <script defer src="https://cdn.jsdelivr.net/npm/regenerator-runtime@0.13.7/runtime.js"></script> <!-- Facebook Pixel Code --> <!-- code Moved to GTM --> <!-- End Facebook Pixel Code --> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-PTB42KQ');</script> <!-- End Google Tag Manager --> <style type="text/css"> /* Hides the Notes tab in the sidebar for all courses */ a.expandable-sidebar__link[href$='/notes'] { display: none; } /* Hides the Assignments tab in the sidebar for all courses */ a.expandable-sidebar__link[href$='/assignments'] { display: none; } </style> <!-- NOT TRACKING SCRIPT! --> <!-- header menu animation --> <script> function hideOnPass() { var hideTakeAssmnt = $('.results__grade__status.results__grade__status--passed'); if (hideTakeAssmnt.length > 0 ) { $('.course.postAssess .topic__content .results__controls button:first-of-type').hide(); $('.course.postAssess .topic__content .results__controls a.btn.btn--success').hide(); } } function hideNoTextBtn() { //console.log("%c Hide Next Button with No [ button text ] -- Function activated", "color : green"); var hideEmpty = $(".directional__nav__button__container--next span.directional__nav__label").text(); if( hideEmpty.length < 1 || hideEmpty.length <= -1) { $(".directional__nav__button__container--next").hide(); //console.log("%c No Text - Hide Button", "color : red"); } else { $(".directional__nav__button__container--next").show(); //console.log("%c Text Available - Show Button", "color : orange"); } } function assessMntTexts() { var getAssessMntText = $('.course.course-lesson-0 .quiz__container--survey button.btn--right span').text(); if ( getAssessMntText === "Complete Pre-assessment" || getAssessMntText === "Complete Assessment" ) { //console.log("AssessMent Text is = " + getAssessMntText); $('.course.course-lesson-0').addClass('hideElems'); } else { //console.log("AssessMent Text is : " + getAssessMntText); $('.course.course-lesson-0').removeClass('hideElems'); } } function assessMents() { var sectionTitle = $('.learner-lesson__title').text(); if( window.location.href.indexOf("learn/course/") > -1 ){ setTimeout(hideNoTextBtn, 1000); } if( sectionTitle.includes("Pre-assessment") || sectionTitle.includes("Pre-Assessment") ) { $('.course-lesson-0').addClass("preAssess"); setTimeout(assessMntTexts, 1000); //console.log("Section Title is : " + sectionTitle); } if( sectionTitle.includes("Content") || sectionTitle.includes("content")) { $('.course.section').addClass("activeContent"); } if( sectionTitle.includes("Post-assessment") || sectionTitle.includes("Post-Assessment")) { $('.course.section').addClass("postAssess"); } if( sectionTitle.includes("Evaluation") || sectionTitle.includes("evaluation")) { $('.course.section').addClass("evaluation"); } } /* Catalog Pagination */ //This script addresses the Catalog Pagination flow on production where after paging it resolves/scrolls to the bottom of the page instance // function pageIng() { const pagingStatus = document.querySelectorAll(".pagination__controls-button"); pagingStatus.forEach(function(clicky) { clicky.addEventListener("click", ()=> { setTimeout(() => { let scrollAdj; const getCatalog = document.querySelector(".widget--catalog"); let getPrevSibling = document.querySelectorAll(".before-catalog"); let prevSibHeight = 0; //Check for Previous Sibling if(getPrevSibling.length !== 0 ) { for(let i=0; i<getPrevSibling.length; i++){ prevSibHeight += getPrevSibling[i].offsetHeight + 15; scrollAdj = prevSibHeight; //console.log("%c Prev Sibling of Catalog Element are : " + getPrevSibling[i].className + " : Height " + scrollAdj, "color: green"); } } else { scrollAdj = 215; //console.log("%c NO Previous Siblings of Catalog Element Exists", "color: orange") } window.scrollTo({ top: scrollAdj, //block: 'start', behavior: 'smooth' }) }, 600); }); }) } //mobile nav function /* function mobileNavClick() { //console.log("%c Hamburger CLICKED", "background-color: teal; color: white; "); const mq = window.matchMedia("(max-width: 928px)"); const innerSlideNav = document.querySelector(".mqNav"); if ( mq.matches) { //console.log("%c Max Width Found", "color: blue"); const mobileNavBtn = document.getElementById("mobileNavBtn"); const openMobileDraw = document.querySelectorAll(".mobSubMenu"); const openDrawLink = document.querySelectorAll(".mobSubMenu .dropdown-content a"); const hamburgers = document.querySelector(".hamburger"); const slideNav = document.getElementById("mobile__Nav"); //mobileNavBtn.addEventListener("click", function() { hamburgers.classList.toggle("openSesame"); slideNav.classList.toggle("openSesame"); //console.log("%c Hambergers = " + hamburgers.getAttribute("class"), "color: brown"); if ( slideNav.style.width == 0) { openMobileDraw.forEach( closeDraw => { setTimeout(function() { closeDraw.classList.remove("openDraw") },800) }) } //toggle subnav for ( let i = 0; i < openMobileDraw.length; i++ ) { openMobileDraw[i].addEventListener("click", function(e) { this.classList.toggle("openDraw"); const getOpenDraw = document.querySelector(".openDraw"); if(getOpenDraw) { innerSlideNav.classList.add("expandDraw"); } else { innerSlideNav.classList.remove("expandDraw"); } //console.log( mnuopen.clientHeight ); //console.log(innerSlideNav.clientHeight ); e.stopPropagation(); }, false); } //Close mobile nav when nav link is clicked for ( let i = 0; i < openDrawLink.length; i++ ) { openDrawLink[i].addEventListener("click", function(e) { hamburgers.classList.toggle("openSesame"); slideNav.classList.toggle("openSesame"); e.stopPropagation(); }, false); } } } */ const loadExternalMobNavScript = (scriptUrl, callback) => { if ([...document.getElementsByTagName('script')].some(script => script.src === scriptUrl)) { if (callback && typeof callback === 'function') { callback(); //console.log('callback URl is : ' + scriptUrl); } } else { const script = document.createElement('script'); script.src = scriptUrl; script.onload = () => { if (callback && typeof callback === 'function') { callback(); //console.log('callback URl SRC is : ' + script.src); } }; document.head.appendChild(script); } }; var mutationObserver = new MutationObserver(function(mutations) { //Check for Catalog Page const getCatalog = document.querySelector(".widget--catalog"); if (getCatalog !== null) { setTimeout(pageIng, 600); } mutations.forEach(function(mutation) { //console.log(mutation); setTimeout(assessMents, 500); //setTimeout(currNums, 2000); setTimeout(hideOnPass, 200); }); }); mutationObserver.observe(document.documentElement, { attributes: true, //characterData: true, //childList: true, subtree: true, //attributeOldValue: true, //characterDataOldValue: true }); </script> <!-- HS ------------------------ GET/SET DOMAIN ------------------------ --> <script> const prodUrl = "mycme.com"; const sandboxUrl = "sandbox.mycme.com"; const getDomain = window.location.host.match(/www\./i) ? prodUrl : sandboxUrl; const envir = getDomain === prodUrl ? "prod" : "sandbox"; // Load External Mobile Nav Script const externalMobNavScriptUrl = 'https://haymarket-static-assets-'+envir+'.s3.amazonaws.com/LMS/JS/mobile-nav-click.js'; // console.log('ENVIRONMENT IS : ' + externalMobNavScriptUrl); loadExternalMobNavScript(externalMobNavScriptUrl, () => { // Callback function to execute after the script is loaded (optional) }); </script> <!-- HS ------------------ ORACLE INFINITY TAG - LIBRARY LOAD --------- --> <script> // Check if the device is not Android with userAgent Troposphere if ( navigator.userAgent.indexOf("Troposphere") === -1 ) { // Create a script element var script = document.createElement('script'); script.src = 'https://d.oracleinfinity.io/infy/acs/account/63aeeb6470e44a09fe5c5e9427c00dff/js/mycme_tag/odc.js?_ora.config=analytics:test'; // Replace with actual Oracle script URL script.type = 'text/javascript'; // Append the script to the head of the document document.head.appendChild(script); console.log('Oracle script loaded as device is not Android'); } else { console.log('Device is Android, Oracle script not loaded'); } </script> <!-- script type="text/JavaScript" src="https://d.oracleinfinity.io/infy/acs/account/63aeeb6470e44a09fe5c5e9427c00dff/js/mycme_tag/odc.js"></script --> <!-- Chatlio script is now being served in GTM to accommodate LMS Registration --> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js" integrity="sha512-bLT0Qm9VnAYZDflyKcBaQ2gg0hSYNQrJ8RilYldYQ1FxQYoCLtUjuuRuZo+fjqhx/qtq/1itJ0C2ejDxltZVFg==" crossorigin="anonymous"></script> <script defer src="https://cdn.jsdelivr.net/npm/regenerator-runtime@0.13.7/runtime.js"></script> <script defer src="https://www.neuroserieslive.com/lms/js/pqEmbed/pqEmbed.js"></script> <!--script>console.log("Header fired");</script--> <script nonce="6zgd9v3rdehofr8jnggf117z">!(window.CSS && window.CSS.supports && window.CSS.supports('--a', 0)) && document.write('<script src="https://d36ai2hkxl16us.cloudfront.net/css-vars-ponyfill-ti.2.4.2.min.js"><\/script><script nonce="6zgd9v3rdehofr8jnggf117z">cssVars({silent: false});<\/script>');</script> </head> <body> <!--[if lt IE 11]> <div class="alert-box alert-box--large alert-box--centered alert"> Sorry, your browser is not supported. Please upgrade to <a style="text-decoration: underline" href="https://www.google.com/chrome/">Chrome</a>, <a style="text-decoration: underline" href="https://www.getfirefox.com/">Firefox</a>, or a newer version of <a style="text-decoration: underline" href="https://windows.microsoft.com/en-us/internet-explorer/products/ie/home/">Internet Explorer</a>. </div> <![endif]--> <noscript> <div class="alert-box alert-box--centered alert"> You need to <a style="text-decoration: underline" href="https://support.google.com/adsense/answer/12654?hl=en">enable javascript</a> to view this website. </div> </noscript> <div id="learner"> <div id="lms"></div> </div> <script nonce="6zgd9v3rdehofr8jnggf117z" type="text/javascript"> window.audio5jsSwfPath = 'https://d36ai2hkxl16us.cloudfront.net/audio5js.swf'; EmberENV = {LOG_MODULE_RESOLVER: false, FEATURES: {'query-params-new': true, 'ember-routing-drop-deprecated-action-style': true}, FORCE_JQUERY: true}; </script> <script type="text/javascript" src="https://d36ai2hkxl16us.cloudfront.net/v3/dist/vendor.gulp.bundle.395f6b4c.js"></script> <script type="text/javascript" src="//fast.wistia.com/assets/external/E-v1.js" async></script> <script type="text/javascript" src="https://js.stripe.com/v3/"></script> <script nonce="6zgd9v3rdehofr8jnggf117z" type="text/javascript"> CLDR.defaultLanguage = 'en'; window.stripePublishableKey = 'pk_live_J1Xo6hQROiBHu4khXpriAWio00OjzJmxr3'; Ember.I18n.translations = {"home.meta-title":"Free Online CME & CE for Physicians, NPs, PAs and more | myCME","home.meta-description":"Free online CME & CE for physicians, nurse practitioners, physician assistants & other healthcare professionals in primary care, cardiology, oncology, and other specialties.","catalog.meta-title":"Complete Listing of Online CME & CE for Physicians, NPs, PAs and more | myCME","catalog.meta-description":"Comprehensive listing of hundreds of FREE online CME & CE for physicians, NPs, PAs & other HCPs in primary care, cardiology, oncology, and other specialties.","catalog.back":"Back to Catalog","catalog.sort-by":"Sort by","catalog.sort-updated":"Last Updated","catalog.sort-created":"Latest","catalog.sort-title":"Title","catalog.sort-publish-date":"Publish Date","catalog.sort-course-start-date":"Start Date","catalog.sort-relevance":"Relevance","catalog.display-type-list":"List","catalog.display-type-grid":"Grid","catalog.display-type-calendar":"Calendar","catalog.location":"Location","catalog.date-time":"Date & Time","catalog.price":"Price","catalog.location-online":"Online","catalog.location-in-person":"In Person","register.meta-title":"Register for Free Online CME & CE Account | myCME","register.meta-description":"Make a FREE online account on myCME in seconds for access to free online CME & CE for physicians, nurse practitioners, physician assistants & other healthcare professionals.","register-submit":"Register","course.register-text":"Click SIGN IN below if you have already registered with myCME. Click the Create a Free Account above to make a new account.","course.register-button":"SIGN IN","support.meta-title":"Online Customer Support for Online CME & CE website | myCME","support.meta-description":"Comprehensive online support for myCME, which offers free online CME & CE for physicians, nurse practitioners, physician assistants & other healthcare professionals.","support.search-title":"Search FAQs","support.search-results-title":"Search Results:","support.no-results":"Nothing found matching your query, please try again.","support.search-back-link":"Back to FAQs","course-group-detail.meta-title":"{{courseGroupName}} - {{companyName}}","course-group-detail.meta-description":"{{courseGroupDescription}}","course-group-isbn":"ISBN:","course-group-source":"Source:","course-group-authors.one":"Author:","course-group-authors.other":"Authors:","course-group-instructors.one":"Instructor:","course-group-instructors.other":"Instructors:","bundle-detail.meta-title":"{{bundleName}} - {{companyName}}","bundle-detail.meta-description":"{{bundleDescription}}","discount-group-detail.meta-title":"{{discountGroupName}} - {{companyName}}","discount-group-detail.meta-description":"{{discountGroupDescription}}","pickable-group-detail.meta-title":"{{pickableGroupName}} - {{companyName}}","pickable-group-detail.meta-description":"{{pickableGroupDescription}}","learning-path-detail.meta-title":"{{learningPathName}} - {{companyName}}","learning-path-detail.meta-description":"{{learningPathDescription}}","product-detail.meta-title":"{{productName}} - {{companyName}}","product-detail.meta-description":"{{productDescription}}","video.meta-title":"{{videoTitle}} - {{companyName}}","article.meta-title":"{{articleTitle}} - {{companyName}}","article.meta-description":"{{articleDescription}}","article.rate-this":"Rate This!","article.rated":"Rated!","article.tags.one":"Tag","article.tags.other":"Tags","article.see-tags":"See All Tags","article.related-content":"Related Items","article.search-button":"Go","article.downloads":"Downloads","article.select-download":"Select A File To Download","embed-widget.handle":"My Learning","embed-widget.course-status-heading":"Learning","embed-widget.learning-paths-status-heading":"Pathways","embed-widget.featured-content-heading":"Featured Content","embed-widget.achievements-heading":"Achievements","rating.submit":"Submit","page.forbidden-header":"You are not authorized to view this page","page.forbidden-body.one":"To access this page, you must complete the following prerequisite:","page.forbidden-body.other":"To access this page, you must complete the following prerequisites:","search":"Search","lesson":"","topic":"Page","section":"Section","select-section":"Select a Section","course":"Course","hide-menu":"Hide","audio-play":"Play Audio","audio-play-playing":"Playing Audio","audio-processing":"Audio Processing","presentation-audio-play":"Play","presentation-audio-pause":"Pause","more":"more","next.section":"Next ","next.lesson":"Next ","next.topic":"Next ","continue-to.section":"Continue","continue-to.lesson":"Next ","continue-to.topic":"Continue","prev.section":"Previous ","prev.lesson":"Previous ","prev.topic":"Previous ","return-to.section":"Return to Previous ","return-to.lesson":"Previous ","return-to.topic":"Previous ","please-wait":"Please Wait…","replace":"Replace","undo":"Undo","remove":"Remove","all":"All","not-found.title":"Not Found","not-found":"The page you are looking for could not be found","stuck.access-validating":"Please wait while we validate your access…","stuck.click-here":"Click Here","stuck.intro":"Stuck here?","student-dashboard":"My Dashboard","student-dashboard-account-details":"Click Here to Manage Your Account Details","student-dashboard-edit-profile":"Edit Profile","completion.course-percent-complete":"Complete","completion.course-percent-viewed":"Content Viewed","completion.course-assignments-complete":"Completed Assignments","completion.course-assessments-passed":"Passed Assessments","completion.course-topic-viewed":"Required Pages Viewed","completion.course-video-viewed":"Required Videos Viewed","completion.course-activity-complete":"Completed Activity","completion.course-meeting-attended":"Meetings Attended","completion.bongo-assignments-completed":"Completed Bongo Assignments","dashboard.meta-title":"Learner Dashboard","dashboard.back":"Back to Dashboard","dashboard.profile":"Profile","dashboard.available":"Available","dashboard.started":"Started","dashboard.completed":"Completed","dashboard.bookmark":"Bookmarks","dashboard.bookmark-save":"Save","dashboard.certificates":"Certificates","dashboard.waitlisted":"Waitlisted","dashboard.credly":"Badges","dashboard.credly-badges":"Credly Badges","dashboard.credly-earned":"Earned","dashboard.credly-expired":"Expired","dashboard.credly-expires":"Expires","dashboard.credly-not-started":"Not Started","dashboard.credly-in-progress":"In Progress","dashboard.credly-completed":"% Completed","dashboard.credly-accept-badge":"Accept the Badge","dashboard.credly-view-badge":"View Badge","dashboard.current":"My Learning","dashboard.unenroll-waitlist":"Unenroll from Waitlist","dashboard.collaborations":"Collaborations","dashboard.daily-activity":"Daily Activity","dashboard.events":"Events","dashboard.hours":"Total Hours","dashboard.assignments":"Completed Assignments","dashboard.lessons":"Completed ","dashboard.percent-complete":"% Complete","dashboard.certificate-granted":"Certificate Granted","dashboard.certificate-pending":"Certificate Pending","dashboard.certificate-expires":"Certificate expires","dashboard.certificate-expired":"Certificate expired on","dashboard.external-course-label":"External Course","dashboard.activity":"Click to expand or collapse Your Activity Dashboard","dashboard.nightly-hint":"This information is updated and verified as part of a nightly process.","dashboard.content-viewed-hint":"Content viewed shows progress toward a “percentage of pages viewed” course completion criterion.","dashboard.account-button-save":"Save","dashboard.account-button-saving":"Saving","dashboard.account-button-saved":"Saved","dashboard.account-title":"Account & Info","dashboard.account":"Account Info","dashboard.account-updated":"Account successfully updated","dashboard.account-profile":"Profile Info","dashboard.account-profile-updated":"Profile successfully updated","dashboard.account-current-email":"You are currently logged in as:","dashboard.account-email-updated":"Email successfully updated","dashboard.account-credit-balance":"Credit Balance","dashboard.account-credit-accounts":"Credit Accounts","dashboard.shared-credit-accounts":"Shared Credit Accounts","dashboard.credit-card":"Credit Card","dashboard.subscriptions":"Subscriptions","dashboard.purchases":"Purchases","dashboard.extended-profile":"Extended Profile","dashboard.account-access-expired":"Access Expired","dashboard.account-add-card":"Add Credit Card","dashboard.account-update-card":"Update Credit Card","dashboard.account-update-card-link":"Click here to update your credit card information.","dashboard.account-card-updated":"Credit card sucessfully updated","dashboard.account-change-card":"Change Credit Card","dashboard.account-change-password":"Click Here to Change Your Password","dashboard.account-subscriptions":"Manage Subscriptions","dashboard.account-manage-subscription":"Manage Subscription","dashboard.account-subscriptions-amount":"Amount displayed is total due at next invoice.","dashboard.account-subscription-canceled":"Canceled:","dashboard.account-subscription-active":"Active Until","dashboard.account-current-cc":"You currently have a {{cardType}} card ending in ***{{last4}} on file.","dashboard.account-multifactor-enabled":"Multifactor authentication is enabled. To disable, please contact your account administrator.","dashboard.account-multifactor-scan":"Scan this code with your multifactor application:","dashboard.account-multifactor-enter-password":"Please enter your current password to activate multifactor authentication:","dashboard.account-multifactor-enter-code":"To finalize your multifactor setup, please enter the code generated by your application:","dashboard.account-multifactor-download":"If you don't have a multifactor application, download","dashboard.archive-warning":"Would you like to continue archiving this course? Doing so will remove this from your dashboard as an In Progress item.","dashboard.reinstate-warning":"Would you like to continue reinstating this course? Doing so will move this back to being In Progress.","dashboard.archives":"Archived Content","dashboard.archived":"Archived","dashboard.waitlist":"Waitlisted","dashboard.switch-to-learner":"Switch to Learner","course-unmet-prerequisites.one":"To access this course, first complete this prerequisite:","course-unmet-prerequisites.other":"To access this course, first complete these prerequisites:","view-certificate":"View Certificate","external-certificate.upload":"Upload Third-party Certificate","external-certificate.instructions":"Upload a third-party certificate. Please provide details.","external-certificate.submit":"Submit","external-certificate.cancel":"Cancel","course-ended":"Course ended:","filter-no-courses":"Sorry, we were unable to find a match for that search term or category, please try again.","filter-active.one":"Active Filter:","filter-active.other":"Active Filters:","filter-by":"Filter by","course-completed-decal":"Completed!","view-course":"View {{contentType}}","start-course":"Start {{contentType}}","resume-course":"Resume {{contentType}}","not-completed-course":"Not Completed","continue-course":"Continue","reschedule-course":"Reschedule","course-enroll-head":"Click Add to Cart to purchase this activity.","course-enroll-head-free":"You are not currently signed in to a myCME account","course-price":"Price:","course-subscribe-text":"Subscribe for","course-view-details":"View Details","course-add-to-queue":"Save to My Dashboard","course-added-to-queue":"Added to Dashboard My Learning Tab","account":"Account","support":"Support","sign-in":"Create a Free Account","sign-out":"Sign Out","status-page":"Status Page","transcript":"Transcript","transcript.title":"{{companyName}} Transcript","transcript.print":"Print Transcript","transcript.empty":"Transcript Empty","transcript.total":"Total:","transcript.view-certificate":"View","transcript.share-certificate":"Add to LinkedIn Profile","transcript.export":"Export Transcript CSV","reschedule.current":"You are currently enrolled in the following session:","reschedule.select":"Enroll in a new session:","reschedule.footer":"If you need to cancel, please contact customer service for more information.","award.your-standing":"Your Standing","award.leaderboard":"Leaderboard","award.you":"You","award.leader":"Leader","accept-invite":"Accept Invite","invite-password":"Create Password","invite-password-confirm":"Confirm Password","reset-password-title":"Reset Password","reset-password-body":"Enter your email below and we will send you a link to reset your password.","reset-password-sent":"Please check your email to continue the password reset process.","signed-out":"You are now signed out.","signed-out-inactivity":"You were signed out due to inactivity.","login-invalid-password":"Invalid email or password.","login-too-many-attempts":"You have made too many log in attempts. Please try again in 30 minutes.","login-disabled":"Your account has been disabled. Please contact your account administrator.","login-password-changed":"Your password has been changed. Please sign in below.","login-new-account":"Your account has been created. Please sign in below.","login-dunning-success":"Your card information has been successfully updated. Please sign in below.","email-address":"Email Address","password":"Password","forgot-password-question":"Forgot your password?","reset-password":"Reset Password","change-password":"Change Password","next-question":"Next Question","see-results":"See Results","uploading":"Uploading","add-comment":"Add a comment","add-comment-button":"Add Comment","save-comment-button":"Save Comment","replied-to":"Replied to {{name}}","attach-file":"Attach File","file-attached":"File attached","no-file-attached":"No File attached","record-upload-video":"Record/Upload Video","video-attached":"Video attached","comments-label.one":"{{count}} comment","comments-label.other":"{{count}} comments","add-thread-button":"Create Thread","save-thread-button":"Save Thread","no-threads":"Nothing here yet, get started by adding a discussion.","thread-search-placeholder":"Search discussions","no-threads-search-result":"No threads matching your search were found.","thread-posted":"Posted","add-gallery-button":"Add Gallery Item","new-gallery-item-button":"Add To Gallery","gallery-posted":"Posted:","comment.show-more":"Show More","comment.loading-more":"Loading More…","comment.reply":"Reply","comment.cancel-reply":"Cancel","comment.cancel-file":"Cancel","comment.cancel-video":"Cancel","comment.enter-comment":"Enter your comment:","recipe-directions-title":"Directions","recipe-ingredients-title":"Ingredients","recipe-nutrition-title":"Nutrition Facts","recipe-time":"Total Time:","recipe-yield":"Makes:","assignment-due-date":"Assignment Due Date","assignment-files":"Assignment Resources","assignment-submit-heading":"Assignment Submission","assignment-submit-button":"Submit Assignment","assignment-type-submission":"Type Submission","assignment-attach-submission":"Attach Submission","assignment-submitted-label":"Submitted:","assignment-no-submission":"No submission","assignment-view-link":"View Assignment","assignment-cancel":"Cancel","submission-comment":"Enter your comment:","submission-received":"Your assignment submission has been received {{date}}.","submission-received-assessment":"Your submission has been received {{date}}.","submission-grade":"Grade:","submission-grade-complete":"Completed","submission-grade-incomplete":"Incomplete","submission-grade-not-graded":"Not Graded","submission-grade-feedback":"Instructor Feedback:","bongo-passing-grade":"You must achieve a score equivalent to at least {{grade}}% in order to pass this assignment.","sidebar-notes-preview":"You will be able to store notes here.","sidebar-ask-instructor-preview":"You will be able to ask an instructor a question here.","sidebar-lessons":"Navigation","sidebar-discussions":"Discuss","sidebar-gallery":"Gallery","sidebar-workbooks":"Workbooks","sidebar-superquiz":"Quiz Builder","sidebar-meetings":"Meetings","sidebar-notes":"Notes","sidebar-resources":"Resources","sidebar-resources-empty":"There are no resources available for this course.","sidebar-files":"Files","sidebar-assignments":"Assignments","sidebar-instructor":"Ask Question","sidebar-linked-workbooks":"Workbooks","sidebar-linked-workbooks-empty":"You have not created any Workbooks yet.","general-forum-label":"General","thread-label.one":"Thread","thread-label.other":"Threads","thread-sort-by":"Sort by","thread-started-by":"Started by","thread-last-updated":"Last Updated","thread-add-new-button":"Add New Thread","thread-add-new-card":"Start a New Discussion","threads-empty-read-only":"Sorry, discussions have been closed.","threads-search-no-results":"Sorry, no discussions matching your search could be found.","forum-label":"Forums","comment-label":"Comments","discussion-label":"Discussion","back-link-lesson":"Back","back-link-course":"Back to Course","list-expand":"Expand","list-close":"Close","slideshow-prev-slide":"Prev","slideshow-next-slide":"Next Slide","slideshow-count":"Slide {{index}} of {{total}}","slideshow-skip-info":"Clicking on this arrow will navigate you away from the current page.","slideshow-skip-continue":"Do you wish to continue?","slideshow-skip-ok":"OK","slideshow-skip-cancel":"Cancel","workbook-disable-info":"Please ensure you have filled out every required question (denoted with a *)","workbook-popup-ok":"OK","quiz-summary-enable":"Hide answers until the end of the quiz","quiz-results-title":"Quiz Results","quiz-results-average-time":"Average Time Per Question","quiz-results-suggested-time":"Suggested Time Per Question","quiz-results-total-questions":"Total","quiz-results-answered-questions":"Answered","quiz-results-correct-questions":"Correct","quiz-results-unanswered-questions":"Unanswered","quiz-results-incorrect-questions":"Incorrect","quiz-results-time-limit":"Time Limit","quiz-results-total-time":"Total Time","quiz-results-questions-correct":"You got {{correct}} out of {{total}} correct","quiz-results-questions-pool-correct":"{{correct}} out of {{total}}","quiz-results-review-questions":"Review All Question Results","quiz-results-review-unanswered-questions":"Review All Unanswered Questions","quiz-results-review-your-answer":"Your Answer","quiz-results-review-correct-answer":"Correct Answer","quiz-results-review-incorrect-answer":"Incorrect Answer","quiz-attempts-remaining.one":"One attempt remaining","quiz-attempts-remaining.other":"{{count}} attempts remaining","question-table-add-row":"Add a Row","question-table-delete-row":"Delete a Row","test-results-title":"Test Results","tally-retake-button":"Retake Quiz","quiz-retake-button":"Retake Assessment","test-retake-button":"Retake Test","survey-retake-button":"Change Answers","workbook-retake-button":"Retake Workbook","survey-complete-button":"Complete Assessment","workbook-complete-button":"Complete Workbook","tally-start-button":"Start Quiz","quiz-start-button":"Start Assessment","test-start-button":"Start Test","survey-summary-title":"Survey Answers","workbook-summary-title":"Workbook Answers","tally-start-message":"Quiz","quiz-start-message":"Quiz","test-start-message":"Test","test-attempts-remaining.one":"One attempt remaining","test-attempts-remaining.other":"{{count}} attempts remaining","test-passing-grade":"{{grade}}% required for passing grade","test-results-passed":"You passed!","test-results-failed":"You did not pass.","test-time-limit-reached":"You ran out of time!","quiz-loading-create":"Starting the quiz…","test-loading-create":"Starting the test…","tally-loading-create":"Starting the quiz…","survey-loading-create":"Starting the survey…","workbook-loading-create":"Starting the workbook…","quiz-loading-finish":"Crunching the numbers…","quiz-loading-finish-warning":"Please do not leave this page or your responses will not be recorded.","quiz-loading-stuck":"Stuck here?","quiz-loading-stuck-action":"Try Again","quiz-essay-answer":"Answer:","quiz-essay-response":"Your Answer","quiz-essay-answer-placeholder":"Enter your answer here.","quiz-essay-hide-answer":"Hide Answer","quiz-essay-show-answer":"Show Answer","quiz-essay-review-header":"Content to Review","quiz-essay-question-header":"Question","quiz-replace-file":"Replace File","quiz-clear-response":"Clear Response","quiz-check-answers":"Check Answers","quiz-skip-question":"Skip","question-bank-instructions":"Start by selecting, a single or multiple, questions to the assessment by choosing a category followed by the questions of your choice. To finish adding, make sure to select 'Add to Page' and 'Save'.","workbook-questions.one":"{{count}} question","workbook-questions.other":"{{count}} questions","workbook-view-link":"View Workbook","workbook-view-all":"View All Workbooks","workbook-print":"Print Workbooks","workbook-email":"Email Workbooks","workbook-email-singular":"Email Workbook","workbook-no-workbooks":"No Workbooks…","workbook-no-questions":"No Questions…","workbook-no-print":"No finished workbooks to print.","workbook-complete":"Complete","workbook-incomplete":"Incomplete","linkedworkbook.label":"Label your workbook:","linkedworkbook.next":"Next","linkedworkbook.continue":"Save & Continue","linkedworkbook.reset":"Reset","linkedworkbook.reset-confirmation":"Are you sure? All progress will be reset.","linkedworkbook.new":"Create New","linkedworkbook.print":"Print","linkedworkbook.copy":"Copy","linkedworkbook.edit":"Edit","linkedworkbook.date":"Date:","linkedworkbook.delete":"Delete","linkedworkbook.delete-confirmation":"Are you sure? All answers will be deleted.","linkedworkbook.copy-prompt":"Enter a new name:","linkedworkbook.skip-to-summary":"Skip To Workbook Summary","superquiz-introduction":"Select from the quizzes below and we will build one quiz containing all unanswered or incorrect questions from your previous quiz attempts.","superquiz-selected-default":"0 Selected","superquiz-selected-zero":"{{quizzesCount}} Selected: 0 Questions","superquiz-selected-loading":"{{quizzesCount}} Selected: Loading…","superquiz-selected":"{{quizzesCount}} Selected:","superquiz-questions.one":"{{count}} question","superquiz-questions.other":"{{count}} questions","superquiz-totaltime":"Total Time:","superquiz-selectall":"Select All","superquiz-summary-enable":"Hide answers until the end","superquiz-answered-enable":"Include questions I previously got correct","superquiz-start":"Start Quiz","instructor-assessment.learner-instructions":"An instructor will complete this assessment on your behalf.","instructor-assessment.instructor-instructions":"Search for a learner to complete this assessment on behalf of a learner:","email-capture-continue":"Continue","all-notes":"All Notes","print-notes":"Print Notes","print-recipe":"Print Recipe","print-certificate":"Print Certificate","download-certificate":"Download Certificate","save-note":"Save Note","edit-note":"Edit Note","view-note":"View Note","add-note":"Add Note","delete-note":"Delete Note","delete-confirmation":"Are you sure?","view-download-file-viewer":"View / Download","view-download-audio":"Download Audio","ask-instructor-head":"Want to send a private message to an instructor? Fill in the fields and we'll get right back to you.","ask-instructor-button":"Send Message","ask-instructor-sent":"Your message has been sent.","congrats-with-user":"Congratulations, {{name}}!","congrats-no-user":"Congratulations!","you-have-completed":"You've Completed","up-next":"Up Next:","leave-feedback":"Leave us your feedback to help us improve this course.","choose-rating":"Your rating:","article-rating":"Average Rating","exit-course":"Click Here to Finalize Credit Claim","mark-course-completed":"Mark Course Completed","claim-awards":"Claim Credits","claim-awards-info":"Congratulations! To complete this course, select the credits you would like to claim. PLEASE SELECT ONLY ONE CREDIT TYPE. If you select more than one your certificate will not issue properly. Also, please note that ONLY THE CREDIT TYPES listed below are available for this course. If you do not see the credit type appropriate for your profession, you will need to claim one of the alternatives and check with your certifying organization whether it accepts that credit type..","claim-awards-submit":"Click to Submit","comment-notify-me":"Notify me of replies to this thread","share-this":"Share your accomplishments with your friends","share-text":"I just completed {{sectionTitle}} on {{companyName}}","enter-two-factor-error":"Invalid verification code. Contact your account administrator if you need to have two-factor authentication disabled.","enter-two-factor-code":"2-Step Verification","enter-two-factor-code-detail":"Enter the verification code generated by your mobile application.","enter-two-factor-label":"Enter code","enter-two-factor-verify":"Verify","close":"Close","resources-general":"General","other-courses":"Check out other activities","mobile-back-button":"Back","mobile-menu-button":"Menu","mobile-purchase-button":"Buy Now","progress-percentage-completed":"Completed","already-enrolled-sign-in":"Click here to SIGN IN if you have already registered an account on myCME","header-cart":"Cart","cart.instructor-access-added":"Instructor Access Added","cart.instructor-access-headline":"Would you like to add expert personal instruction to this course?","cart.instructor-access-body":"By adding premium instruction to this course you will avail of one-on-one expert feedback, coaching and more.","cart.add-instructor-button":"Add Instructor","cart.header.one":"Your Basket ({{count}} item)","cart.header.other":"Your Basket ({{count}} items)","cart.checkout":"Checkout","change-currency.header":"Change Currency","change-currency.body":"There are items in your cart that are in a different currency. Please select the same currency {{currency}} as items in your cart.","change-currency.close-button":"Go Back","coupon-apply":"Apply","bundle.learn-button":"Learn More","bundle.yearly-disclaimer":"When subscribed yearly","bundle.subscribe-button":"Subscribe","bundle.subscribe-monthly-button":"Subscribe Monthly","bundle.subscribe-yearly-button":"Subscribe Yearly","discount-group.price-free":"Free","discount-group.enroll-button":"Add to Cart","discount-group.collection-enroll-head":"Purchase the entire collection today","discount-group.course-count.one":"Includes One Activity","discount-group.course-count.other":"Includes {{count}} Activities","discount-group.learning-path-count.one":"Includes One Learning Path","discount-group.learning-path-count.other":"Includes {{count}} Learning Paths","discount-group.courses-head.one":"{{count}} Activity Included in This Collection","discount-group.courses-head.other":"{{count}} Activities Included in This Collection","discount-group.learning-paths-head.one":"{{count}} Learning Path Included in this Collection","discount-group.learning-paths-head.other":"{{count}} Learning Paths Included in this Collection","discount-group.generic-head":"What's Included in this Course?","learning-path.one":"Learning Path","learning-path.other":"Learning Paths","learning-path.view":"View Learning Path","learning-path.start":"Start Learning Path","learning-path.continue":"Continue Learning Path","learning-path.completion-criteria":"Completion Criteria","learning-path.milestone.one":"Milestone","learning-path.milestone.other":"Milestones","learning-path.required":"Required","learning-path.elective":"Elective","learning-path.minimum-electives":"Minimum Electives","learning-path.required-courses":"Required Content","learning-path.enroll-head":"Enroll in this Learning Path Today","learning-group.price-free":"Free","learning-path.enroll-button":"Add to Cart","learning-path.gift":"Gift This Learning Path","learning-path.select-session":"Select Session","learning-path.date-time-label":"Date and Time","learning-path.location-label":"Location","learning-path.session-select-message":"This course runs during the following dates:","learning-path.select-session-no-active-sessions":"No active enrollable sessions","learning-path.related-learning-paths-heading":"Related Content","learning-path.return-to-banner":"Return to Learning Path","pickable-group.collection-enroll-head":"Enroll in This Collection Today","pickable-group.courses-head.one":"{{count}} Activity Included in This Collection","pickable-group.courses-head.other":"{{count}} Activities Included in This Collection","pickable-group.learning-paths-head.one":"{{count}} Learning Path Included in this Collection","pickable-group.learning-paths-head.other":"{{count}} Learning Paths Included in this Collection","pickable-group.enroll-button":"Add to Cart","pickable-group.gift":"Gift This Collection","pickable-group.course-count.one":"{{count}} activity","pickable-group.course-count.other":"{{count}} activities","pickable-group.learning-path-count.one":"{{count}} learning path","pickable-group.learning-path-count.other":"{{count}} learning paths","collection.course-link":"View Course Details","collection.learning-path-link":"View Learning Path Details","primary-bundle-intro":"All activities only","course.detail-button":"Details","course.price":"Price:","course.enroll-button":"Add to Cart","course.enroll-waitlist-button":"Join Waitlist","course.external-purchase-link":"Purchase Course Now","course.look-inside":"Free Course Preview","course.select-session":"Select session to enroll:","course.or":"or","course.per-year":"per year","course.per-month":"per month","course.subscribe":"Subscribe to all activities","course.share-text":"Check out {{course}} on {{company}}","course.runs":"Course Runs:","course.price-free":"Free","membership-price-label":"Non-Member Price:","content-access":"Content Access:","runs":"Runs:","join":"Join","course.starts":"Course Starts:","course.prerequisites":"You have not met the prerequisites.","course.purchase-session":"Show Purchasing Options Or Gift","course.waitlist-text":"Notify me when this course is available for purchase:","course.waitlist-confirmation":"Thanks! We'll let you know when this course is ready.","course.email-capture-text":"Enter your email address to access this course:","course.related-courses-heading":"Related Activities","course.meetings-tab-heading":"Meetings","product.detail-button":"Get Started","product.add-to-cart":"Add to basket","product.continue":"Continue Shopping","product.related-products-heading":"Related Products","product.description":"Description","product.price":"Price:","client-subscription.subscribe":"Subscribe Now","client-subscription.tier-item.one":"{{count}} seat: {{price}} / year","client-subscription.tier-item.other":"{{count}} seats: {{price}} / year","client-subscription.tier-item-admin.one":"{{count}} seat","client-subscription.tier-item-admin.other":"{{count}} seats","bulk-purchase.tier-item.one":"{{count}} seat: {{price}}","bulk-purchase.tier-item.other":"{{count}} seats: {{price}}","catalog-search-header":"Browse","catalog-search-placeholder":"Search Content","course.have-coupon":"Have a coupon?","course.gift":"Gift this course","course.enter-coupon":"Enter Coupon Code","product.gift":"Gift this product","discount-group.gift":"Gift this collection","bundle.gift":"Gift this subscription","course.includes-title":"What's Included","course.includes-item-1":"Build your knowledge with every question","course.includes-item-2":"Ability to assess your score against your peers","course.includes-item-3":"Unlimited access. Take your activities at your time and pace","home.need-help":"Need Help?","home.contact-support":"Contact Support","home.admin-access":"Manager Access","course-already-purchased":"Already Purchased","cart.empty":"Your cart is empty.","coupon":"Coupon Code","add-coupon-code":"Add Coupon Code","cart.coupon":"Coupon:","coupon-applied":"Coupon Applied.","quantity":"Quantity:","total":"Total:","tax":"Tax:","shipping":"Shipping:","total-due-now":"Total Due Today:","purchase":"Place Your Order","variation":"Variation:","shipping-method":"Shipping Method","free":"Free","removed":"This item has been removed from your cart.","restore":"Restore item","account-setup":"Account Setup","already-member":"Already a Member?","already-registered":"You are registered. Please click below.","login":"Sign In","checkout.page-title":"Secure Checkout","payment-information":"Payment Information","free-purchase":"This purchase is free!","card-expiration":"Card Expiration","card-will-be-charged":"Your card ending in ****{{last4}} will be charged.","logged-in":"You are logged in as {{email}}","additional-information":"Additional Information","checkout.validated-address-copy":"We found some issues with the address you entered. Choose this address if you'd like to use our corrected version. Otherwise, place your order below.","checkout.no-validated-address-found-copy":"Please check your shipping address before purchasing.","checkout.corrected-address":"Our Corrected Address","checkout.choose-validated-address":"Choose Corrected Address","checkout.current-address-info":"Current Address Information","checkout.continue-to-checkout":"Continue To Checkout","checkout.confirmed":"Order Confirmed","checkout.confirmed-waitlist":"Waitlist Enrollment Confirmed!","checkout.confirmed-text":"Thank you for your order! Confirmation details are below. We have also emailed a receipt to {{email}}.","checkout.confirmed-text-waitlist":"Thank you for joining the waitlist. We will let you know once a spot becomes available with the email provided. We have also emailed a receipt to {{email}} regarding your waitlist enrollment.","checkout.confirmed-gift-text":"Thank you for your gift purchase! We will email the gift recipient on the date you specified. We have also emailed a receipt to you at {{email}}.","checkout.will-be-shipped-to":"Will be shipped to:","checkout.shipping-method-via":"via","checkout.view-courses":"View Your Activities","checkout.view-other-courses":"View Other Activities","checkout.return-to-dashboard":"Return to Dashboard","checkout.global-terms":"{{companyName}} Terms & Conditions","checkout.recipient-name":"Recipient Name","checkout.address-1":"Address 1","checkout.address-2":"Address 2","checkout.city":"City","checkout.state":"State","checkout.region":"Province/Region","checkout.zip":"Zip Code","checkout.country":"Select Country","checkout.telephone":"Phone Number","checkout.telephone-hint":"Prefix with + for international phone numbers","checkout.subscription-opt-in":"I agree to purchase a recurring subscription for {{price}} {{interval}}","checkout.subscription-opt-in-error":"Please agree to purchase the recurring subscription.","with-instructor-access":"With Instructor Access","without-instructor-access":"Without Instructor Access","terms-and-conditions":"Terms & Conditions","terms-and-conditions-company-name":"{{companyName}} Terms & Conditions","terms-and-conditions-ti":"Thought Industries Terms & Conditions","terms-and-conditions-joiner":"and the","agree-terms":"I agree to the","newsletter-signup":"I would like to receive email updates about upcoming activities and general news.","coupon-applied-email":"Coupon Applied:","gift-header":"Wrap your gift","mark-video-completed":"Mark As Watched","must-reset-password":"To gain access to your account, you will have to reset your password. Please check your email to continue the password reset process. After resetting your password, you'll be able to login.","expired-account":"Whoops! It looks like the credit card on file for your subscription has expired. Please click the button below to update your billing information so that you can continue access the school. If you feel that you are receiving this message in error feel free to contact customer service.","dunning-renew-subscriptions":"Renew subscriptions:","dunning-header":"Update Subscription","dunning-action":"Update Subscription","microsite-closed":"This school is closed right now","relatedProducts.checkout":"Recommended for you…","enter-payment-info":"Enter Payment Information","shipping-info":"Shipping Information","address-info":"Address Information","edit-address-info":"Edit Address Information","onboarding-survey":"Extended Profile","onboarding-survey-save":"Save & Continue","onboarding-survey-welcome":"Thanks for Signing Up. Please fill out the following information before you continue.","edit-onboarding-survey":"Edit Extended Profile","notebook-placeholder":"Enter your note…","notebook-submit":"Save Note","notebook-saved":"Note Saved","notebook-view":"View Notes","note-saved":"Saved Notes","subscription-cancel-description":"Cancelled subscriptions remain active from date of cancellation until your next renewal date.","user-details":"Before proceeding, please fill out the following information.","update-subscription":"Update Subscription","cancel-subscription":"Cancel Subscription","subscription-updated":"Subscription Updated","manage-subscription":"Manage Your Subscription","manage-subscription.next-renewal":"Next Renewal Date","redemption-code.placeholder":"Enter Code Here","redemption-code.validate":"Validate","redemption-code.validated":"Validated!","redemption-code.validating":"Validating…","redemption-code.redeem-code":"Redeem","redemption-code.redeem-code-preloaded":"Register","redemption-code.redeem-code-manual-validated":"Congrats, your code has been validated!","redemption-code.preloaded-already-redeemed-error":"Please sign in to continue.","redemption-code.preloaded-code-not-found-error":"Sorry, we could not find what you are looking for. Please check the URL and try again.","redemption-code.manual-already-redeemed-error":"This code has already been redeemed. Please sign in to access the school.","redemption-code.manual-code-not-found-error":"Code not found. Please check your code and try again.","redemption-code.manual-code-expired":"Sorry, this code has expired and is no longer valid.","redemption-code.redeem-course-copy-not-signed-in-preloaded-code":"Fill in your details and click register to access the school.","redemption-code.redeem-course-copy-signed-in-manual-code":"Fill in a code below, click validate, and then redeem your code.","redemption-code.redeem-course-copy-not-signed-in-manual-code":"Fill in your details, validate your redemption code, and click redeem to access the school.","redemption-code.add-redemption-code":"+ Add Another Code","redemption-code.limit-reached":"Sorry, the redemption limit has been reached","redemption-code.view-codes":"View Redemption Codes","register-invalid-code-alert":"You have not validated any redemption codes. Please try again.","scorm.popup":"Open Content In New Window","scorm.launching":"Launching…","scorm.popup-launched":"Your content has been opened in a popup. When you have completed your content, please close the window.","scorm.popup-failed":"Your content window did not pop open correctly.","scorm.popup-failed-link":"Click here to open the window","scorm.viewer.launch":"Launch","lti.completed":"Completed!","client.one":"Panorama","client.other":"Panorama","license.one":"Group","license.other":"Groups","license-select.prompt":"Select a Dashboard","license-select.heading":"Welcome to {{clientName}}","license-select.intro":"To continue, please select the dashboard you'd like to enter below.","license-select.footer":"You will be able to navigate from dashboard to dashboard once you have entered the site","license-select.button":"Enter","license.ref1":"License Reference 1","license.ref2":"License Reference 2","license.ref3":"License Reference 3","license.ref4":"License Reference 4","license.ref5":"License Reference 5","license.ref6":"License Reference 6","license.ref7":"License Reference 7","license.ref8":"License Reference 8","license.ref9":"License Reference 9","license.ref10":"License Reference 10","master-license":"Master License","meeting":"Meeting:","topic.text":"Text","topic.slideshow":"Slideshow","topic.presentation":"Presentation","topic.image":"Interactive","topic.video":"Video","topic.quiz":"Quiz","topic.test":"Test","topic.survey":"Survey","topic.workbook":"Reflection","topic.tally":"Tally","topic.meetingInfo":"Meeting","topic.listRoll":"List Roll","topic.lti":"LTI Launch","topic.ad":"Ad","topic.embed":"HTML Embed","topic.assignment":"Assignment","topic.flipCardSet":"Flip Cards","topic.pdfViewer":"PDF Viewer","topic.notebook":"Note Book","topic.recipe":"Recipe","topic.highlightZoneSet":"Highlight Zones","topic.highlightZoneQuiz":"Highlight Zone Challenge","topic.surveyGizmo":"Alchemer","topic.discussionBoard":"Discussion Board","topic.highlightZoneQuizCorrect":"Correct!","topic.highlightZoneQuizInCorrect":"Incorrect","topic.highlightZoneQuizTryAgain":"try again.","topic.highlightZoneQuizAllCorrect":"Congratulations, you selected everything correctly!","topic.shareableContentObject":"SCORM","topic.xApiObject":"xAPI","topic.audio":"Audio","topic.matchPairSet":"Match Pairs","topic.matchPairCorrect":"Correct!","topic.matchPairIncorrect":"Incorrect Try Again","topic.matchPairSetCorrect":"Congratulations, you matched all items correctly!","topic.matchPairSetInstruction":"Select The Corresponding Match Below","topic.socialShareCardSet":"Social Share Cards","topic.bongo":"Bongo","wysiwyg.html":"HTML","wysiwyg.bold":"Bold","wysiwyg.format":"Format","wysiwyg.image":"Image","wysiwyg.table":"Table","wysiwyg.file":"File","wysiwyg.link":"Link","wysiwyg.align":"Align","wysiwyg.text-color":"Text Color","wysiwyg.text-color-text":"Text","wysiwyg.text-color-highlight":"Highlight","wysiwyg.font-size":"Size","wysiwyg.font-size-remove":"Remove Font Size","wysiwyg.alignment":"Alignment","wysiwyg.fontcolor":"Font Color","wysiwyg.backcolor":"Back Color","wysiwyg.fontsize":"Change Font Size","wysiwyg.removefontsize":"Remove Font Size","wysiwyg.italic":"Italic","wysiwyg.deleted":"Strikethrough","wysiwyg.underline":"Underline","wysiwyg.bold-abbr":"B","wysiwyg.italic-abbr":"I","wysiwyg.deleted-abbr":"S","wysiwyg.underline-abbr":"U","wysiwyg.lists":"Lists","wysiwyg.link-insert":"Insert link","wysiwyg.link-edit":"Edit link","wysiwyg.link-in-new-tab":"Open link in new tab","wysiwyg.unlink":"Unlink","wysiwyg.cancel":"Cancel","wysiwyg.close":"Close","wysiwyg.insert":"Insert","wysiwyg.save":"Save","wysiwyg.delete":"Delete","wysiwyg.text":"Text","wysiwyg.edit":"Edit","wysiwyg.title":"Title","wysiwyg.image_position":"Position","wysiwyg.paragraph":"Normal text","wysiwyg.quote":"Quote","wysiwyg.code":"Code","wysiwyg.heading1":"Heading 1","wysiwyg.heading2":"Heading 2","wysiwyg.heading3":"Heading 3","wysiwyg.heading4":"Heading 4","wysiwyg.heading5":"Heading 5","wysiwyg.heading6":"Heading 6","wysiwyg.filename":"Name","wysiwyg.optional":"optional","wysiwyg.unorderedlist":"Unordered List","wysiwyg.orderedlist":"Ordered List","wysiwyg.outdent":"Outdent","wysiwyg.indent":"Indent","wysiwyg.horizontalrule":"Insert Horizontal Rule","wysiwyg.upload-label":"Drop file here or click","wysiwyg.accessibility-help-label":"Rich text editor","wysiwyg.caption":"Caption","wysiwyg.bulletslist":"Bullets","wysiwyg.numberslist":"Numbers","wysiwyg.insert_table":"Insert Table","wysiwyg.insert_row_above":"Add Row Above","wysiwyg.insert_row_below":"Add Row Below","wysiwyg.insert_column_left":"Add Column Left","wysiwyg.insert_column_right":"Add Column Right","wysiwyg.add_head":"Add Head","wysiwyg.delete_head":"Delete Head","wysiwyg.delete_column":"Delete Column","wysiwyg.delete_row":"Delete Row","wysiwyg.delete_table":"Delete Table","wysiwyg.align-left":"Align text to the left","wysiwyg.align-center":"Center text","wysiwyg.align-right":"Align text to the right","wysiwyg.align-justify":"Justify text","wysiwyg.none":"None","wysiwyg.left":"Left","wysiwyg.center":"Center","wysiwyg.right":"Right","powered-by":"Powered By","multi-factor-verify":"Verify","survey-responses":"Survey Responses","enter-password":"Enter with password:","password-placeholder":"Password","password-enter":"Enter","multi-factor-authentication":"Multi-Factor Authentication","already-have-account":"Already have an account?","sign-in-here":"Sign in here","register-first-name":"First Name","register-last-name":"Last Name","register-email":"Email Address","register-password":"Password","register-confirm-password":"Password Confirmation","valid-email-alert":"Please enter a valid email address.","first-name-alert":"Please enter your first name.","last-name-alert":"Please enter your last name.","password-length-alert":"Please enter a password that is at least six characters long and matches the password confirmation.","agree-terms-alert":"Please agree to the terms & conditions.","drag-image-or-click":"Drag image or click","profile-bio":"A little info about yourself","profile-save":"Save Profile","profile-cancel":"Cancel","account-update-success":"Your account has been successfully updated.","account-change-email":"Change Email Address","account-signed-in-as":"You are signed in as","account-current-password":"Current Password","account-new-email":"New Email","account-update-button":"Update","account-invalid-password":"Error: The current password you provided is invalid.","account-email-exists":"A user with that email address already exists.","account-email-invalid":"The email address you provided is invalid.","account-subscription-already-canceled":"That subscription has already been canceled.","account-no-subscription":"That subscription does not exist","account-invalid-shipping":"Please ensure you filled out your shipping address properly.","account-subscription-updated":"Your subscription has been updated.","account-subscription-update-failed":"There was a problem updating your subscription. Please try again later.","account-subscription-canceled":"Your subscription has been canceled.","account-new-password":"New Password","account-confirm-password":"Confirm New Password","account-successful-password":"Your password has been changed successfully.","account-failed-cc-update":"There was a problem updating your card information, please try again.","account-invalid-stripe-token":"The token you have provided is invalid or has expired.","account-invalid-url":"Invalid URL, please sign in and try again.","account-invalid-details":"Please make sure you've properly filled out all of your details below.","return-home":"Return Home","course-detail-share-this":"Share This","ask-modal-subject-line":"Subject Line","ask-modal-message":"Message","quiz-choice-true":"True","quiz-choice-false":"False","webinar.date-message":"This {{contentType}} meets on the following dates:","webinar.join-now":"Join Now","student-dashboard.back":"back","student-dashboard.leaderboard":"Leaderboard","student-dashboard.badges":"Badges","in-person-event.meta-title":"{{eventTitle}} - {{companyName}}","in-person-event.date-label":"Date:","in-person-event.calendar":"Add To Calendar","in-person-event.join":"Join Meeting","article-video.email-body":"Check out {{title}} on {{companyName}}: {{url}}","article-video.email-subject":"{{companyName}}: {{title}}","cookies.statement":"We use necessary cookies to make our site work. By clicking 'accept', you agree that we may also set optional analytics and third party behavioral advertising cookies to help us improve our site and to provide information to third parties. For more information on how these cookies work, please see our privacy policy.","cookies.cta":"Accept","cookies.more-info":"More Info","cookies.header":"Cookie Policy","cookies.decline":"Decline","recommendation.header":"Recommendation Assessment","bookmark.new-folder":"Create New Folder","bookmark.my-bookmarks":"My Bookmarks","bookmark.save":"Save Bookmark","bookmark.update":"Update Bookmark","bookmark.remove":"Remove Bookmark","bookmark.note":"Note","bookmark.folder":"Folder","bookmark.folderName":"Folder Name","bookmark.view":"View","bookmark.cancel":"Cancel","bookmark.edit":"Edit","bookmark.delete-folder-confirmation":"This action cannot be undone and all bookmarks in this folder will be deleted.","bookmark.delete-confirmation":"Are you sure?","invoice-me":"Invoice Me","access-expires":"Access expires","balance.unit.one":"Credit","balance.unit.other":"Credits","balance.current":"Current Balance: {{count}}","balance.redeem":"Redeem","balance.confirm.one":"Are you sure? {{count}} credit will be deducted immediately.","balance.confirm.other":"Are you sure? {{count}} credits will be deducted immediately.","recommendation.retake":"Retake Assessment","recommendation.no-content":"No recommended content","recommendation.no-question":"No recommendation questions","recommendation.save":"Save & Continue","ref1":"Learner Reference 1","ref2":"Learner Reference 2","ref3":"Learner Reference 3","ref4":"Learner Reference 4","ref5":"Learner Reference 5","ref6":"Learner Reference 6","ref7":"Learner Reference 7","ref8":"Learner Reference 8","ref9":"Learner Reference 9","ref10":"Learner Reference 10","next-page":"Next","prev-page":"Previous","search.no-results":"Nothing found matching your query, please try again.","search.results-title":"Search Results","send":"Send","select-recipient":"Select Recipient","send-to-myself":"Send to Myself","send-to-a-friend":"Send to a Friend","input-email":"Input Email","add-a-note":"Add a Note","email-sent":"Email Sent","send-another-email":"Send Another Email","select-language":"SELECT LANGUAGE","updated":"Updated","archive.archive":"Archive","archive.reinstate":"Reinstate","archive.continue":"Continue","archive.cancel":"Cancel","panorama-dashboard.welcome-header":"Welcome","panorama-dashboard.welcome-subtitle":"It's great to see you!","panorama-dashboard.welcome-body":"View the list below to set up and manage your learning experience.","panorama-dashboard.todo-description":"Get started with some tasks here:","panorama-dashboard.support-header":"","panorama-dashboard.support-body":"","panorama-dashboard.support-cta-copy":"","panorama-dashboard.support-cta-link":"","archive":"Archive","reinstate":"Reinstate","continue":"Continue","download":"Download","download-codes":"Download Codes","item-type":"Item Type","access-expiration":"Access Expiration","seats":"Seats Purchased","item":"Item","transaction-type":"Transaction Type","transaction-date":"Transaction Date","charge":"Charge","no-purchases":"No purchases found.","content":"Content","content-type":"Content Type","archive-date":"Archive Date","filter-transactions-by":"Filter transactions by","single-subscription":"Single Subscriptions","single-non-recurring":"Single Non-Recurring","bulk-non-recurring":"Bulk Non-Recurring","bulk-subscription":"Bulk Subscription","one-time-transaction":"One-Time Transaction","full-refund":"Full Refund","partial-refund":"Partial Refund","acting-as-a-learner":"You are currently acting as a learner.","currently-a-learner":"You are currently a learner.","return-to-management":"Return to Management","charge-for-subscription":"Charge For Subscription","competency.retake-button":"Retake Assessment","competency.header":"Competency Assessment","competency.continue-to-learning-path":"Continue to Learning Path","competency.no-content":"Based on your results you have not been assigned any content. Please continue with the Learning Path","competency.assessment-results-title":"Assessment Results","competency.results-questions-correct":"You got {{correct}} out of {{total}} correct","competency.results-passed":"You passed!","competency.results-failed":"You did not pass.","competency.results-total-questions":"Total","competency.results-answered-questions":"Answered","competency.results-correct-questions":"Correct","competency.results-incorrect-questions":"Incorrect","competency.passing-grade":"{{grade}}% required for passing grade","competency.save":"Save & Continue","competency.require-assessment":"Required Assessment","competency.view-results":"View Results","competency.no-content-assigned":"No Content Assigned","competency.thank-you-for-submission":"Thanks for your submission","no":"No","yes":"Yes","show":"Show","opens":"Opens","add-a-choice":"Add a choice","add-your-choice-below":"Add your choice below","fill-in-answer":"Fill in your answer.","enter-submission-text":"Enter submission text","progress-with-percent":"Progress","progress-without-percent":"Progress","open-now":"Open Now","note.view-page":"View page in course","linked-workbook.sort-title":"Title","linked-workbook.most-recent":"Most Recent","linked-workbook.sort-relevance":"Relevance","linked-workbook.display-type-grid":"Grid","linked-workbook.display-type-list":"List","linked-workbook.search-placeholder":"Search workbooks","linked-workbook.add-new-collection":"Add New Collection","linked-workbook.collection-setting":"Collection Setting","linked-workbook.remove-from-collection":"Remove from Collection","linked-workbook.delete-workbook":"Delete Workbook","linked-workbook.view-all-workbooks":"View All Workbooks","linked-workbook.select":"Select","linked-workbook.collection-name":"Collection Name","linked-workbook.create":"Create","linked-workbook.save":"Save","linked-workbook.destroy-category-confirmation":"Are you sure you want to delete this collection?","linked-workbook.destroy-confirmation":"Are you sure you want to delete this workbook?","linked-workbook.all-workbooks":"All Workbooks","linked-workbook.no-workbooks":"Nothing here yet, get by completing a workbook","linked-workbook.collections":"Collections","linked-workbook.collection":"Collection","linked-workbook.build-date":"Build Date","linked-workbook.category-deleted":"Category deleted","thread-instance-of.one":" Instance of","thread-instance-of.other":" Instances of","scorm.close-embedded":"You may move to the next page.","scorm.close-popup":"This content has ended. You may close this window.","scorm.standalone-close-embedded":"This content has ended. You may exit.","scorm.close-asset":"This content has ended. You may close this asset.","join-waitlist":"Join Waitlist","unenroll-waitlist":"Unenroll Waitlist","additional-credit-balance-contact-admin":"Please contact your account administrator for additional credits if needed.","available-credits":"Your Available Credits","learner-credit-balance":"Current Balance","save-new-card-future-payment":"Your new card will be automatically used for any future payments including subscriptions or recurring charges.","edit-card":"Edit Card","certificate.meta-title":"Certification for {{title}} - {{companyName}}","certificate.meta-description":"","certificate.issued-to":"Issued To","certificate.company":"Organization","certificate.issued-date":"Issue Date","certificate.expiration-date":"Expiration Date","certificate.identifier":"Certification ID","certificate.add-to-profile":"Add to profile","verify-email.please-confirm":"Please Confirm Your Account","verify-email.confirmation-text":"Thank you for your order! An email has been sent with instructions to validate your email address. After you confirm your account, you will be able to sign in and access your learning.","verify-email.statement":"Thank you for your registration! An email has been sent with instructions to validate your email address. After you confirm your account, you will be able to sign in and access your learning.","verify-email.not-validated":"Account Not Validated","verify-email.not-validated-statement":"This account requires validation via email confirmation. An email has been sent to you with instructions to validate your email address. After you cofirm your account, you will be able to sign in and access your learning.","account-menu.my-account":"My Account","credits":"credits","dashboard.personal-credit-account":"My Personal Credit Account","dashboard.credit-account-redeem-content":"Your Credit Account(s) hold credits that were given directly from account administers, which can be used to redeem content that have a credit price.","choose-credit-account-to-redeem":"Please choose a Credit Account to redeem from.","redeem-with-credits":"Or, redeem with credits","redeem-with-credits.credits-only":"Redeem with credits","choose-credit-account":"Choose Credit Account","tax-details-message":"","choice-input-button-save":"Save","choice-input-placeholder":"Your Choice","pagination-info":"Showing {{nowShowing}} of {{total}} items","dashboard.details-page-link":"View Course Overview","gift-recipient-first-name-label":"Gift Recipient First Name","gift-recipient-last-name-label":"Gift Recipient Last Name","gift-recipient-email-label":"Gift Recipient Email Address","gift-delivery-date-label":"Gift Delivery Date","gift-message-label":"Gift Message ","limit-200-characters-label":"(limit 200 characters)","star-rating":"Rated {{stars}} out of 5 stars","rate-stars":"Rate {{stars}} out of 5 stars","not-rated-yet":"not rated yet","course.no-available-seats-no-waitlist":"There are no available seats for the course {{course}}.","course.no-available-seats-join-waitlist":"There are no available seats for the course {{course}}. You have been enrolled in the waitlist.","course.exceeded-max-seats":"This action will consume {{count}} too many seats for the course {{course}}. Please reduce the number of seats or contact your manager.","course.enroll-not-available":"This session is currently not open for enrollment. Please select another session or contact your administrator.","learning-path.due":"Due:","learning-path.due-date":"Due Date:","learning-path.due-date-late":"(Overdue)","learning-path.external-purchase-link":"Purchase Learning Path Now","thread.enter.comment":"Enter your comment here","required-field-asterisk":"Asterisks (*) indicate required fields.","annotation.read-more":"Read more","annotation.see-less":"See less"}; window.CONF = { commit: '8cc388d7c2e3aaebb2cb5bed08b03546e90adef5', region: 'us-east-1', regionIsUS: true, regionIsEU: false, rusticiRegistrationCheckerEndpoint: 'https://ewshlxsxbed7vngb4drr4pd4um0oqoex.lambda-url.us-east-1.on.aws', cloudinaryUploadEndpoint: 'https://api.cloudinary.com/v1_1/thoughtindustries/image/upload', cloudinaryName: 'thoughtindustries', cloudinaryFilePreviewsFolder: 'filepreviews', cloudinaryCourseUploadsFolder: 'course-uploads', cloudinaryMigratedDataFolder: 'migrated', pdfAPIEndpoint: 'https://nuzex26r3a.execute-api.us-east-1.amazonaws.com/latest/view-v1', tiAssignmentSubmissionsBucket: 'ti-assignment-submissions-east', tiAudioUploadsBucket: 'ti-audio-uploads', tiCourseUploadsBucket: 'ti-course-uploads', tiQuizQuestionsBucket: 'ti-quiz-questions', tiRedemptionImportUploadsBucket: 'ti-redemption-import-uploads', tiStudentUploadsBucket: 'ti-student-uploads', tiPDFUploadsBucket: 'ti-pdf-uploads', tiPowerpointUploadsBucket: 'ti-powerpoint-uploads', tiScormUploadsBucket: 'ti-scorm-uploads', tiUserImportUploadsBucket: 'ti-user-import-uploads', domain: 'thoughtindustries.com', rssStatusUrl: 'https://v6viklp128.execute-api.us-east-1.amazonaws.com/latest', requestId: '986df9de-be11-4fa1-984d-116ef79f9d88', cloudfrontHost: 'd36ai2hkxl16us.cloudfront.net', cloudFrontSCORMHost: 'd37ethnb9ab8fd.cloudfront.net', analyticsEndpointUrl: 'https://qisfh7zwi8.execute-api.us-east-1.amazonaws.com/latest', isMobile: /Mobile|iP(hone|od|ad)|Android|BlackBerry|IEMobile/.test(navigator.userAgent), authToken: '', nonce: 'b8d8os8mwwxya8r7jp71twym', cspNonce: '6zgd9v3rdehofr8jnggf117z', ziggeoAppToken: '6edac779d2b6e90c7f4d93f2a22910fe', currencySymbol: '$', assetPath: 'https://d36ai2hkxl16us.cloudfront.net/v3/dist/', preload: { company: {"id":"dbe86aab-25ca-4793-b6b8-914b4d0b987f","name":"myCME","copyrightName":"Haymarket Media, Inc.","features":["child","referralTracking","tax","domain","video_recording","clientReporting","salesforce","ecommerce","campaigns","scormExport","newLabel","advancedClients","clientCustomDomain","bookmarking","postgresSync","externalActivity","awardClaiming","secondaryCourseNav","externalActivityCoursePost","archiving","xApiRustici","scormRustici","gamification","sso","cas","saml","openIdConnect","homepageInsights","surveyGizmo","userRateLimitDisabled","delighted","centralLibrary","alwaysRegenerateCertificates","openSearchContent","newManagerTheme","recommendation"],"appearanceBlock":"3581f308-57c8-4801-95fd-7f430fd8ee29","appearanceHash":"c6e5716836","catalogBlock":"ac67e8f1-ebf6-4304-a4ce-5f6894380438","micrositeHeaderBlock":"4343fdfa-7739-4a8f-a36b-9281da29d332","micrositeFooterBlock":"3eb51a05-1f49-49ca-91a3-1ea0f8754c77","micrositeFeaturedCoursesBlock":"7102e6a5-8a49-4ff0-ba27-a49abd9d702a","trackingEventsBlock":"28bac2ec-5bc0-4dfc-9064-7d1f6cb8d776","supportSidebarBlock":"d8a2cadc-aa09-4cbd-af48-95ebf6433e84","emailLayoutBlock":"06013351-ded6-4a8b-938e-63a2cb523a47","subdomainWithHost":"www.mycme.com","timeZone":"America/New_York","dfpId":"5745","ssoBlock":"110bb57b-be88-4499-b3d2-c4279bf9628a","learnerNavOpenOnLoad":true,"needAddress":false,"externalTermsUrl":"https://www.mycme.com/privacypolicy/","homepageRedirectUrl":null,"discussionRulesBlock":"451b9161-acad-4252-8b04-6993d8e972a4","awardTypesBlock":"b588df75-4753-4f38-84de-d806efd6e27f","topicGroup":"04a1d124-9819-400e-b3cc-aaedb550fb9c","skipCourseDetailWhenAvailable":false,"subdomain":"mycme","open":true,"customHost":"www.mycme.com","primaryBundle":null,"lang":"en","schoolName":"myCME","requestedFeatures":["recommendationEngine"],"cookiePopupEnabled":false,"autoTimeZoneEnabled":false,"enableExternalCertificateUploads":true,"enableCertificateSharing":false,"linkedInOrganizationName":null,"linkedInOrganizationId":null,"claimCreditsUrl":"https://partners.mycme.com/validatecreditclaim","languageSelectorEnabled":false,"languages":null,"languageSelectorDisplay":"light","autoFilterForSelectedLanguage":true,"defaultLanguage":"en","displayInlineNotes":false,"enableContentArchiving":false,"enableAddToQueue":true,"disableAutomaticNonessentialCookies":false,"externalCookiePolicyUrl":"https://www.haymarketmediaus.com/haymarket-media-inc-privacy-policy/","cookiePolicyText":null,"dashboardReportType":null,"dashboardReport":null,"requireEmailVerification":false,"displayNewsletterSignupAtRegistration":false,"atomsStyleUrl":null,"atomsScriptUrl":null,"disabledEmails":null,"blockedCountriesForNewsletterSignup":[]}, currentUser: {"roles":[{"id":"guestDefault","keyName":"guest","name":"Guest","hasManagerInterfaceAccess":false,"hasAccessToAllCourses":false,"timeoutCount":1,"timeoutUnit":"year","resetPasswordCount":5,"resetPasswordUnit":"year","passwordLength":6,"passwordNumbers":0,"passwordSymbols":0,"passwordUppercases":0,"permissions":{}}],"clients":[],"allocatedLicenses":[],"currentUser":{"role":"guestDefault","allocatedLicenses":[]}} } }; </script> <script type="text/javascript" src="https://d36ai2hkxl16us.cloudfront.net/v3/dist/8725-524b083e2dd34980995c.bundle.js"></script> <script type="text/javascript" src="https://d36ai2hkxl16us.cloudfront.net/v3/dist/5338-b5acb0dba9b191e2da14.bundle.js"></script> <script type="text/javascript" src="https://d36ai2hkxl16us.cloudfront.net/v3/dist/6833-1ea3ba6e6ca9a71ad00f.bundle.js"></script> <script type="text/javascript" src="https://d36ai2hkxl16us.cloudfront.net/v3/dist/9720-6b19ef9e09163d5ac6c6.bundle.js"></script> <script type="text/javascript" src="https://d36ai2hkxl16us.cloudfront.net/v3/dist/app-23e3a026444b7af6c88a.bundle.js"></script> <script nonce="6zgd9v3rdehofr8jnggf117z" type="text/javascript"> window.AtlasSettings = { embedId: "EBUXdSVgPMarZkOq_Nc4M", openStyle: "float" }; </script> <script type="text/javascript" src="https://fast.tia-ai.com/production/widget.global.js"></script> <script type="text/javascript"> var returnToUrls = ['/learn/']; function waitForReturnToLinks() { for(var i=0;i<returnToUrls.length;i++) { var selector = 'a[href="' + returnToUrls[i] + '"]'; if ($(selector).not('.processed').length >= 1 && document.location.href.indexOf("not-found") <= -1) { $(selector).attr('href', '/learn/sign_in?return_to=' + encodeURIComponent(window.location.href)); $(selector).addClass('processed'); } else if ( document.location.href.indexOf("not-found") >= 1) { $(selector).attr('href', '/'); } } setTimeout(waitForReturnToLinks, 200); } waitForReturnToLinks(); </script> <script type="text/javascript"> function waitForEnrollLinks() { if ($('a[href*="/learn/enroll"]').not('.enrollprocessed').length >= 1) { $('a[href*="/learn/enroll"]').click(function(e) { var link = $(e.currentTarget); if (link.parents('.widget--course-purchase').length === 0) { e.preventDefault(); e.stopPropagation(); ic.ajax.request(link.attr('href').replace('/enroll', '/courses') + '/find_slug').then(function(resp) { window.location.href='/courses/' + resp.slug; }); } }); $('a[href*="/learn/enroll"]').addClass('enrollprocessed'); } setTimeout(waitForEnrollLinks, 200); } waitForEnrollLinks(); </script> <!-- Italicization --> <script type="text/javascript"> function waitForSyllabusLinks() { if ($('.featured-content-article-item__description').not('.clickprocessed').length >= 1) { $('.featured-content-article-item__description').each(function(i, item) { var $item = $(item); if ($item.html().indexOf('AMA PRA Category 1 Credit(s)') !== -1) { $item.html($item.html().replace(/AMA PRA Category 1 Credit\(s\)/g, '<em>AMA PRA Category 1 Credit(s)</em>')); } $item.addClass('clickprocessed'); }); } if ($('.featured-content-multi-carousel-item__source').not('.clickprocessed').length >= 1) { $('.featured-content-multi-carousel-item__source').each(function(i, item) { var $item = $(item); if ($item.html().indexOf('AMA PRA Category 1 Credit(s)') !== -1) { $item.html($item.html().replace(/AMA PRA Category 1 Credit\(s\)/g, '<em>AMA PRA Category 1 Credit(s)</em>')); } $item.addClass('clickprocessed'); }); } if ($('.featured-content-article-item__title').not('.clickprocessed').length >= 1) { $('.featured-content-article-item__title').each(function(i, item) { var $item = $(item); if ($item.html().indexOf('AMA PRA Category 1 Credit(s)') !== -1) { $item.html($item.html().replace(/AMA PRA Category 1 Credit\(s\)/g, '<em>AMA PRA Category 1 Credit(s)</em>')); } $item.addClass('clickprocessed'); }); } if ($('.featured-content-item__authors').not('.clickprocessed').length >= 1) { $('.featured-content-item__authors').each(function(i, item) { var $item = $(item); if ($item.html().indexOf('AMA PRA Category 1 Credit(s)') !== -1) { $item.html($item.html().replace(/AMA PRA Category 1 Credit\(s\)/g, '<em>AMA PRA Category 1 Credit(s)</em>')); } $item.addClass('clickprocessed'); }); } if ($('.catalog-grid-item__description').not('.clickprocessed').length >= 1) { $('.catalog-grid-item__description').each(function(i, item) { var $item = $(item); if ($item.html().indexOf('AMA PRA Category 1 Credit(s)') !== -1) { $item.html($item.html().replace(/AMA PRA Category 1 Credit\(s\)/g, '<em>AMA PRA Category 1 Credit(s)</em>')); } $item.addClass('clickprocessed'); }); } if ($('.catalog-grid-item__description').not('.clickprocessed').length >= 1) { $('.catalog-grid-item__description').each(function(i, item) { var $item = $(item); if ($item.html().indexOf('AMA PRA Category 1 Credits') !== -1) { $item.html($item.html().replace(/AMA PRA Category 1 Credits/g, '<em>AMA PRA Category 1 Credits</em>')); } $item.addClass('clickprocessed'); }); } if ($('.catalog-grid-item__title').not('.clickprocessed').length >= 1) { $('.catalog-grid-item__title').each(function(i, item) { var $item = $(item); if ($item.html().indexOf('AMA PRA Category 1 Credit(s)') !== -1) { $item.html($item.html().replace(/AMA PRA Category 1 Credit\(s\)/g, '<em>AMA PRA Category 1 Credit(s)</em>')); } $item.addClass('clickprocessed'); }); } if ($('.catalog-grid-item__title').not('.clickprocessed').length >= 1) { $('.catalog-grid-item__title').each(function(i, item) { var $item = $(item); if ($item.html().indexOf('AMA PRA Category 1 Credits') !== -1) { $item.html($item.html().replace(/AMA PRA Category 1 Credits/g, '<em>AMA PRA Category 1 Credits</em>')); } $item.addClass('clickprocessed'); }); } if ($('.catalog-grid-item__source').not('.clickprocessed').length >= 1) { $('.catalog-grid-item__source').each(function(i, item) { var $item = $(item); if ($item.html().indexOf('AMA PRA Category 1 Credit(s)') !== -1) { $item.html($item.html().replace(/AMA PRA Category 1 Credit\(s\)/g, '<em>AMA PRA Category 1 Credit(s)</em>')); } $item.addClass('clickprocessed'); }); } if ($('.course__detail__header p').not('.clickprocessed').length >= 1) { $('.course__detail__header p').each(function(i, item) { var $item = $(item); if ($item.html().indexOf('AMA PRA Category 1 Credit(s)') !== -1) { $item.html($item.html().replace(/AMA PRA Category 1 Credit\(s\)/g, '<em>AMA PRA Category 1 Credit(s)</em>')); } $item.addClass('clickprocessed'); }); } if ($('.catalog-aggregation__value').not('.clickprocessed').length >= 1) { $('.catalog-aggregation__value').each(function(i, item) { var $item = $(item); if ($item.html().indexOf('AMA PRA Category 1 Credit(s)') !== -1) { $item.html($item.html().replace(/AMA PRA Category 1 Credit\(s\)/g, '<em>AMA PRA Category 1 Credit(s)</em>')); } $item.addClass('clickprocessed'); }); } if ($('.catalog-active-filter__remove').not('.clickprocessed').length >= 1) { $('.catalog-active-filter__remove').each(function(i, item) { var $item = $(item); if ($item.html().indexOf('AMA PRA Category 1 Credit(s)') !== -1) { $item.html($item.html().replace(/AMA PRA Category 1 Credit\(s\)/g, '<em>AMA PRA Category 1 Credit(s)</em>')); } $item.addClass('clickprocessed'); }); } if ($('.transcript__table th').not('.clickprocessed').length >= 1) { $('.transcript__table th').each(function(i, item) { var $item = $(item); if ($item.html().indexOf('AMA PRA Category 1 Credits') !== -1) { $item.html($item.html().replace(/AMA PRA Category 1 Credits/g, '<em>AMA PRA Category 1 Credits</em>')); } $item.addClass('clickprocessed'); }); } if ($('.field__label').not('.clickprocessed').length >= 1) { $('.field__label').each(function(i, item) { var $item = $(item); if ($item.html().indexOf('AMA PRA Category 1 Credit(s)') !== -1) { $item.html($item.html().replace(/AMA PRA Category 1 Credit\(s\)/g, '<em>AMA PRA Category 1 Credit(s)</em>')); } $item.addClass('clickprocessed'); }); } setTimeout(waitForSyllabusLinks, 200); } waitForSyllabusLinks(); </script> <script> function makeCourseBackLink() { var slug = window.location.pathname.split('/')[3]; return ["", "courses", slug].join('/'); } function waitForCourseTitle() { if ($('#courseBackLink').length === 0 && $('.header__left .course-title').length >= 1) { var courseLink = '<a id="courseBackLink" class="courseBackLink" href="'+makeCourseBackLink()+'">Return to activity overview</a>'; // Add the course overview URL to the course title $(".course-title").addClass('hasCourseBackLink').append(courseLink); } setTimeout(waitForCourseTitle, 200); } waitForCourseTitle(); function assessMntText() { var grabAssessmntText = $('.course.course-lesson-0 .quiz__container--survey button.btn--right span').text(); grabAssessmntText.innerText = 'HELLOS'; //console.log('SURVEYS UPSSSS ABC : ' + grabAssessmntText ); if( (grabAssessmntText === 'Complete Pre-Assessment' || grabAssessmntText === 'Complete Assessment') && grabAssessmntText.length > -1 ) { $('.course.course-lesson-0').addClass('hideElems'); } } setTimeout(assessMntText, 2000); //Wrapping Checkout logo with Home Link a tag. Does not exist out of box function waitForHomeLink() { if( $('#setHomelink').length === 0 && $('.header--checkout .header__title').length >= 1) { var homepageLink = '/'; //https://mycme.com/ var goHomeLink = '<a id="setHomelink" href="'+homepageLink+'"></a>'; $('.company__beta-logo').wrap(goHomeLink); } } setTimeout(waitForHomeLink, 1000); </script> <!-- Added by Ritesh --> <script> var LeftNavFound = false; var WaitingForLefNav = setInterval(function() { if($('.syllabus__lesson-container').length > 0) { //clearInterval(WaitingForLefNav); var url = window.location.pathname; if(url.indexOf('maintaining-bone-density-when-discontinuing-denosumab-7538') !== -1 && LeftNavFound == false) { LeftNavFound = true; var i = 1; $('.syllabus__lesson-container').each(function() { var txt = $(this).find('.syllabus__lesson--title-text').text(); var description = ''; if(txt == 'Pre-assessment') description = `<p>This pre-assessment survey provides insight into your knowledge and confidence on the activity's topic before you begin the education. By comparing answers to this pre-assessment with answers to the post-assessment, we can gauge the learning effectiveness of the activity—<i>and you can track your individual learning experience.</i></p> <p><strong>Estimated completion time: 2 minutes</strong></p>` if(txt == 'Content') description = `<p>Listen to Nancy E. Lane, MD, Distinguished Professor of Medicine and Rheumatology at University of California at Davis Health, discuss the mechanism of action of denosumab and how to safely discontinue the medication.</p> <p><strong>Video running time: 18 minutes</strong></p>` if(txt == 'Post-assessment') description = `<p>You must score 65% or better to pass this 3-question post-assessment. </p> <p><strong>Estimated time to complete: 3 minutes</strong></p>` if(txt == 'Evaluation') description = `<p>Please answer all required questions (denoted with *). After completion, you will be able to claim your credits and certificate.</p> <p><strong>Estimated time to complete: 2 minutes</strong></p>`; $(this).addClass('course-lesson'+i).append('<div class="syllabus__lesson-description">'+description+'</div>'); i++; }); } else if(url.indexOf('fighting-pancreatic-cancer-by-focusing-on-those-at-risk-7384') !== -1 && LeftNavFound == false) { LeftNavFound = true; var i = 1; $('.syllabus__lesson-container').each(function() { var txt = $(this).find('.syllabus__lesson--title-text').text(); var description = ''; if(txt == 'Pre-assessment') description = `<p>This pre-assessment survey provides insight into your knowledge and confidence on the activity's topic before you begin the education. By comparing answers to this pre-assessment with answers to the post-assessment, we can gauge the learning effectiveness of the activity—<i>and you can track your individual learning experience</i>.</p> <p><strong>Estimated completion time: 2 minutes</strong></p>` if(txt == 'Content') description = `<p>Listen to NYU’s Perlmutter Cancer Center’s surgical oncologist Diane M. Simeone, MD, and Certified Genetic Counselor Jessica Everett break down risk factors and genetic aspects surrounding pancreatic cancer. </p> <p><strong>Audio running time: 27 minutes</strong></p>` if(txt == 'Post-assessment') description = `<p>You must score 65% or better to pass this 3-question post-assessment. </p> <p><strong>Estimated time to complete: 3 minutes</strong></p>` if(txt == 'Evaluation') description = `<p>Please answer all required questions (denoted with *). After completion, you will be able to claim your credits and certificate.</p> <p><strong>Estimated time to complete: 2 minutes</strong></p>`; $(this).addClass('course-lesson'+i).append('<div class="syllabus__lesson-description">'+description+'</div>'); i++; }); } $('body').bind('DOMSubtreeModified', function(){ if($('.syllabus__lesson-container').length <= 0) { LeftNavFound = false; } }); } }, 1000); var resultShown = false; var WaitingResult = setInterval(function() { var url = window.location.pathname; if(url.indexOf('maintaining-bone-density-when-discontinuing-denosumab-7538') !== -1 || url.indexOf('fighting-pancreatic-cancer-by-focusing-on-those-at-risk-7384') !== -1) { $('.learner__sidebar-inner-list .syllabus__lesson .syllabus__lesson--title .completed__indicator').parent('a').parent('.syllabus__lesson').addClass('completedSec'); if($('.question-results__grade .panel').length > 0 && resultShown == false) { if($('.results__grade__status.results__grade__status--passed').length > 0) { $('.question-results__grade .panel').addClass('passed'); } else { $('.question-results__grade .panel').removeClass('passed'); } $('body').bind('DOMSubtreeModified', function(){ if($('.results__grade__status').length <= 0) { resultShown = true; } }); } } }, 1000) </script> <script> //Nav Hamburger click function // This function called from Pageview Scripts within the [ detectmob() ] function function waitforHamburger() { if (typeof(document.querySelector(".hamburger--squeeze")) != 'undefined' && document.querySelector(".hamburger--squeeze") != null) { //console.log("%c Hamburger DETECTED", "background-color: yellow; color: purple; "); document.querySelector(".hamburger--squeeze").addEventListener("click", mycmeFunction.mobileNavClick); } } </script> </body> </html>