CINXE.COM

Cadmium Elevate Enhances Learner Assessment and Recognition

<!DOCTYPE html><!-- Last Published: Wed Nov 20 2024 20:50:49 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain="www.gocadmium.com" data-wf-page="667113392b7f3da6d811abc2" data-wf-site="6633d24ec81e27522344e830" lang="en"><head><meta charset="utf-8"/><title>Cadmium Elevate Enhances Learner Assessment and Recognition</title><meta content="From quizzes and exams to surveys and certifications, Elevate offers robust tools to track progress, gather feedback, and acknowledge achievements effectively." name="description"/><meta content="Cadmium Elevate Enhances Learner Assessment and Recognition" property="og:title"/><meta content="From quizzes and exams to surveys and certifications, Elevate offers robust tools to track progress, gather feedback, and acknowledge achievements effectively." property="og:description"/><meta content="Cadmium Elevate Enhances Learner Assessment and Recognition" property="twitter:title"/><meta content="From quizzes and exams to surveys and certifications, Elevate offers robust tools to track progress, gather feedback, and acknowledge achievements effectively." property="twitter:description"/><meta property="og:type" content="website"/><meta content="summary_large_image" name="twitter:card"/><meta content="width=device-width, initial-scale=1" name="viewport"/><link href="https://cdn.prod.website-files.com/6633d24ec81e27522344e830/css/cadmium-8020.d10b10309.css" rel="stylesheet" type="text/css"/><script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script><link href="https://cdn.prod.website-files.com/6633d24ec81e27522344e830/665a00e3cdab6ec3e1e0aec3_favicon.png" rel="shortcut icon" type="image/x-icon"/><link href="https://cdn.prod.website-files.com/6633d24ec81e27522344e830/665a00e62642c92c42507d23_webclip.png" rel="apple-touch-icon"/><script async="" src="https://www.googletagmanager.com/gtag/js?id=G-GE5BH392Z7"></script><script type="text/javascript">window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}gtag('js', new Date());gtag('set', 'developer_id.dZGVlNj', true);gtag('config', 'G-GE5BH392Z7');</script><style> #hs-eu-cookie-confirmation { top: unset !important; bottom: 0 !important; } #hs-eu-confirmation-button { background-color: #93331F !important; border: 1px solid #93331F !important; border-radius: 0 !important; color: #fff !important; } #hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a, div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a { color: #000 !important; text-decoration: underline !important; } </style><!-- Mouse control + Accessibility for tabs overflow scroll on responsive mode --> <script> $(document).ready(function() { const $scrollContainer = $('#tab_controls'); let isDown = false; let startX; let scrollLeft; $scrollContainer.on('mousedown', function(e) { isDown = true; $scrollContainer.addClass('active'); startX = e.pageX - $scrollContainer.offset().left; scrollLeft = $scrollContainer.scrollLeft(); }); $(document).on('mouseleave mouseup', function() { isDown = false; $scrollContainer.removeClass('active'); }); $scrollContainer.on('mousemove', function(e) { if (!isDown) return; e.preventDefault(); const x = e.pageX - $scrollContainer.offset().left; const walk = (x - startX) * 1; $scrollContainer.scrollLeft(scrollLeft - walk); }); }); </script></head><body class="body"><div class="page-wrapper"><div class="global-styles w-embed"><style> /* Fluid responsive hack for small desktops */ @media only screen and (max-width: 1440px) and (min-width: 992px) { html { font-size: 1.1111vw; } } .scroll-div { -ms-overflow-style: none; /* for Internet Explorer, Edge */ scrollbar-width: none; /* for Firefox */ overflow-y: scroll; } .scroll_div::-webkit-scrollbar { display: none; /* for Chrome, Safari, and Opera */ } /* Make text look crisper and more legible in all browsers */ body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-smoothing: antialiased; text-rendering: optimizeLegibility; } /* Focus state style for keyboard navigation for the focusable elements */ *[tabindex]:focus-visible, input[type="file"]:focus-visible { outline: 0.125rem solid #4d65ff; outline-offset: 0.125rem; } /* Set color style to inherit */ .inherit-color * { color: inherit; } /* Get rid of top margin on first element in any rich text element */ .w-richtext > :not(div):first-child, .w-richtext > div:first-child > :first-child { margin-top: 0 !important; } /* Get rid of bottom margin on last element in any rich text element */ .w-richtext>:last-child, .w-richtext ol li:last-child, .w-richtext ul li:last-child { margin-bottom: 0 !important; } /* Make sure containers never lose their center alignment */ .container-medium,.container-small, .container-large { margin-right: auto !important; margin-left: auto !important; } /* Make the following elements inherit typography styles from the parent and not have hardcoded values. Important: You will not be able to style for example "All Links" in Designer with this CSS applied. Uncomment this CSS to use it in the project. Leave this message for future hand-off. */ /* a, .w-input, .w-select, .w-tab-link, .w-nav-link, .w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link { color: inherit; text-decoration: inherit; font-size: inherit; } */ /* Apply "..." after 3 lines of text */ .text-style-3lines { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; } /* Apply "..." after 2 lines of text */ .text-style-2lines { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } /* Adds inline flex display */ .display-inlineflex { display: inline-flex; } /* These classes are never overwritten */ .hide { display: none !important; } @media screen and (max-width: 991px) { .hide, .hide-tablet { display: none !important; } } @media screen and (max-width: 767px) { .hide-mobile-landscape{ display: none !important; } } @media screen and (max-width: 479px) { .hide-mobile{ display: none !important; } } .margin-0 { margin: 0rem !important; } .padding-0 { padding: 0rem !important; } .spacing-clean { padding: 0rem !important; margin: 0rem !important; } .margin-top { margin-right: 0rem !important; margin-bottom: 0rem !important; margin-left: 0rem !important; } .padding-top { padding-right: 0rem !important; padding-bottom: 0rem !important; padding-left: 0rem !important; } .margin-right { margin-top: 0rem !important; margin-bottom: 0rem !important; margin-left: 0rem !important; } .padding-right { padding-top: 0rem !important; padding-bottom: 0rem !important; padding-left: 0rem !important; } .margin-bottom { margin-top: 0rem !important; margin-right: 0rem !important; margin-left: 0rem !important; } .padding-bottom { padding-top: 0rem !important; padding-right: 0rem !important; padding-left: 0rem !important; } .margin-left { margin-top: 0rem !important; margin-right: 0rem !important; margin-bottom: 0rem !important; } .padding-left { padding-top: 0rem !important; padding-right: 0rem !important; padding-bottom: 0rem !important; } .margin-horizontal { margin-top: 0rem !important; margin-bottom: 0rem !important; } .padding-horizontal { padding-top: 0rem !important; padding-bottom: 0rem !important; } .margin-vertical { margin-right: 0rem !important; margin-left: 0rem !important; } .padding-vertical { padding-right: 0rem !important; padding-left: 0rem !important; } </style></div><nav class="navigation_component"><div class="navigation_container"><div class="navigation_wrapper"><a data-w-id="0a8fabf7-d876-618e-31e3-8990c89f8f2f" href="/" class="navigation_logo w-inline-block"><img width="Auto" loading="lazy" alt="" src="https://cdn.prod.website-files.com/6633d24ec81e27522344e830/664504abe649f36c592a5fa0_logo-cadimun.svg" class="logo-link-image"/></a><div class="navigation_header_bg"></div><div data-w-id="0a8fabf7-d876-618e-31e3-8990c89f8f31" class="navigation_hamburger"><div class="navbar_hamburger-line-1"></div><div class="navbar_hamburger-line-2"></div><div class="navbar_hamburger-line-3"></div></div><div class="navigation_links"><div class="blank_element"></div><div class="navigation_links-middle"><div class="div-block-10"><a href="/elevate" class="navigation_link w-inline-block"><div class="text-color-primary"><div class="text-size-regular">Elevate</div></div><img data-w-id="0a8fabf7-d876-618e-31e3-8990c89f8f3c" loading="lazy" alt="" src="https://cdn.prod.website-files.com/6633d24ec81e27522344e830/664504aee649f36c592a635d_arrow-right.svg" class="arrow-menu"/></a></div><div data-w-id="0a8fabf7-d876-618e-31e3-8990c89f8f6c" class="navigation_dropdown"><div class="navigation_drop-link products"><div class="text-color-primary"><div class="text-size-regular">Platform</div></div><img loading="lazy" src="https://cdn.prod.website-files.com/6633d24ec81e27522344e830/664504aee649f36c592a6349_chevron-down.svg" alt="" class="chevron-menu"/></div><div class="navigation_sub-menu is-products"><div class="navigation_content-wrapper"><div class="navigation_content-grid"><div id="w-node-_0a8fabf7-d876-618e-31e3-8990c89f8f75-c89f8f2c" class="navigation_content-left"><div class="navbar-solutions_drop-link-list"><div id="w-node-_104ad00b-bb4a-0e9b-f308-8c55908e6746-c89f8f2c" class="submenu-platform-listing-grid"><a href="/elevate/platform" class="submenu-link w-inline-block"><div class="submenu-platform-menu-link"><img loading="lazy" src="https://cdn.prod.website-files.com/6633d24ec81e27522344e830/66a7d0ab898930598f15cd13_compass-drafting.svg" alt="" class="submenu-card-link-icon"/><h5 class="text-size-large">Platform Overview</h5></div></a><a href="/elevate/evaluations" aria-current="page" class="submenu-link w-inline-block w--current"><div class="submenu-platform-menu-link"><img loading="lazy" src="https://cdn.prod.website-files.com/6633d24ec81e27522344e830/66a7d0ab66c513a9876f8e73_memo-circle-check.svg" alt="" class="submenu-card-link-icon"/><h5 class="text-size-large">Evaluations</h5></div></a><a href="/elevate/courses" class="submenu-link w-inline-block"><div class="submenu-platform-menu-link"><img loading="lazy" src="https://cdn.prod.website-files.com/6633d24ec81e27522344e830/66a7d0ab36e2b2263d2851e9_sliders-up.svg" alt="" class="submenu-card-link-icon"/><h5 class="text-size-large">Course Creation and <br/>Management</h5></div></a><a href="/elevate/virtual-conferences" class="submenu-link w-inline-block"><div class="submenu-platform-menu-link"><img loading="lazy" src="https://cdn.prod.website-files.com/6633d24ec81e27522344e830/66a7d0abf6ebde7380b5f3f3_person-chalkboard.svg" alt="" class="submenu-card-link-icon"/><h5 class="text-size-large">Virtual Conferences</h5></div></a><a href="/elevate/design" class="submenu-link w-inline-block"><div class="submenu-platform-menu-link"><img loading="lazy" src="https://cdn.prod.website-files.com/6633d24ec81e27522344e830/66a7d0ab7126c5b8d5c2b374_pen-nib.svg" alt="" class="submenu-card-link-icon"/><h5 class="text-size-large">Design</h5></div></a></div></div></div><div id="w-node-_0a8fabf7-d876-618e-31e3-8990c89f8fa6-c89f8f2c" class="navigation_content-right"><div class="navigation-card-wrapper z-index-1"><a href="https://learning.gocadmium.com/products/beyond-the-stage-the-power-of-speaker-support-and-management-for-event-success#tab-product_tab_overview" target="_blank" class="navbar-card-item w-inline-block"><div class="navbar-card-image-wrapper"><img src="https://cdn.prod.website-files.com/6633d24ec81e27522344e830/673df8cea9e07a851c41b3f4_Website%20Webinar%20Card.png" loading="eager" sizes="100vw" srcset="https://cdn.prod.website-files.com/6633d24ec81e27522344e830/673df8cea9e07a851c41b3f4_Website%20Webinar%20Card-p-500.png 500w, https://cdn.prod.website-files.com/6633d24ec81e27522344e830/673df8cea9e07a851c41b3f4_Website%20Webinar%20Card.png 641w" alt="" class="navbar-card-image"/></div><div class="navbar-card-content background-color-ivory"><h4 class="text-size-tiny text-weight-normal">UPCOMING WEBINAR</h4><div class="text-color-primary"><div class="text-size-tiny">The Power of Speaker Support and Management for Event Success with Courtney Stanley<br/>‍<br/>December 10 | 3:00PM ET<br/>Click <span class="text-color-red">here</span> to learn more &amp; register</div></div></div></a></div><div data-w-id="0a8fabf7-d876-618e-31e3-8990c89f8fa9" class="navigation_content-right-background"></div></div></div></div></div></div><div data-w-id="0a8fabf7-d876-618e-31e3-8990c89f8f3d" class="navigation_dropdown"><div class="navigation_drop-link solutions"><div class="text-color-primary"><div class="text-size-regular">Roles</div></div><img loading="lazy" src="https://cdn.prod.website-files.com/6633d24ec81e27522344e830/664504aee649f36c592a6349_chevron-down.svg" alt="" class="chevron-menu"/></div><div class="navigation_sub-menu is-solutions"><div class="navigation_content-wrapper"><div class="navigation_content-grid"><div id="w-node-_0a8fabf7-d876-618e-31e3-8990c89f8f46-c89f8f2c" class="navigation_content-left"><div class="navbar-solutions_drop-link-list"><h4 id="w-node-_0a8fabf7-d876-618e-31e3-8990c89f8f48-c89f8f2c" class="text-size-tiny">Industry</h4><div id="w-node-_0a8fabf7-d876-618e-31e3-8990c89f8f4a-c89f8f2c" class="submenu-solutions-link_wrapper"><a id="w-node-_0a8fabf7-d876-618e-31e3-8990c89f8f4b-c89f8f2c" href="/elevate/associations" class="submenu-link">Associations</a><a href="/elevate/continuing-education" id="w-node-_0a8fabf7-d876-618e-31e3-8990c89f8f4d-c89f8f2c" class="submenu-link">Continuing Education</a></div></div><div id="w-node-_0a8fabf7-d876-618e-31e3-8990c89f8f51-c89f8f2c" class="navbar-solutions_drop-link-list"><h4 id="w-node-_0a8fabf7-d876-618e-31e3-8990c89f8f53-c89f8f2c" class="text-size-tiny">Activity Type</h4><div class="submenu-solutions-link_wrapper"><a id="w-node-_0a8fabf7-d876-618e-31e3-8990c89f8f56-c89f8f2c" href="/elevate/hybrid" class="submenu-link">Hybrid</a><a id="w-node-_0a8fabf7-d876-618e-31e3-8990c89f8f58-c89f8f2c" href="/elevate/on-demand" class="submenu-link">On-Demand</a><a id="w-node-_0a8fabf7-d876-618e-31e3-8990c89f8f5a-c89f8f2c" href="/elevate/virtual" class="submenu-link">Virtual</a><a id="w-node-_7584061d-c02d-be4c-7a9b-6b35141cdc99-c89f8f2c" href="/elevate/webinars" class="submenu-link">Webinars</a></div></div><div id="w-node-_0a8fabf7-d876-618e-31e3-8990c89f8f5c-c89f8f2c" class="navbar-solutions_drop-link-list"><h4 class="text-size-tiny">Audience</h4><div id="w-node-_0a8fabf7-d876-618e-31e3-8990c89f8f5f-c89f8f2c" class="submenu-solutions-link_wrapper"><a id="w-node-_0a8fabf7-d876-618e-31e3-8990c89f8f60-c89f8f2c" href="/elevate/professional-development-managers" class="submenu-link">Directors of Education</a><a id="w-node-_0a8fabf7-d876-618e-31e3-8990c89f8f62-c89f8f2c" href="/elevate/leadership-association-and-education" class="submenu-link">Leadership</a><a id="w-node-_0a8fabf7-d876-618e-31e3-8990c89f8f64-c89f8f2c" href="/elevate/learners" class="submenu-link">Learners</a></div></div></div><div id="w-node-_0a8fabf7-d876-618e-31e3-8990c89f8f68-c89f8f2c" class="navigation_content-right"><div class="navigation-card-wrapper z-index-1"><a href="https://learning.gocadmium.com/products/beyond-the-stage-the-power-of-speaker-support-and-management-for-event-success#tab-product_tab_overview" target="_blank" class="navbar-card-item w-inline-block"><div class="navbar-card-image-wrapper"><img src="https://cdn.prod.website-files.com/6633d24ec81e27522344e830/673df8cea9e07a851c41b3f4_Website%20Webinar%20Card.png" loading="eager" sizes="100vw" srcset="https://cdn.prod.website-files.com/6633d24ec81e27522344e830/673df8cea9e07a851c41b3f4_Website%20Webinar%20Card-p-500.png 500w, https://cdn.prod.website-files.com/6633d24ec81e27522344e830/673df8cea9e07a851c41b3f4_Website%20Webinar%20Card.png 641w" alt="" class="navbar-card-image"/></div><div class="navbar-card-content background-color-ivory"><h4 class="text-size-tiny text-weight-normal">UPCOMING WEBINAR</h4><div class="text-color-primary"><div class="text-size-tiny">The Power of Speaker Support and Management for Event Success with Courtney Stanley<br/>‍<br/>December 10 | 3:00PM ET<br/>Click <span class="text-color-red">here</span> to learn more &amp; register</div></div></div></a></div><div data-w-id="0a8fabf7-d876-618e-31e3-8990c89f8f6b" class="navigation_content-right-background"></div></div></div></div></div></div><div data-w-id="0a8fabf7-d876-618e-31e3-8990c89f8faa" class="navigation_dropdown"><div class="navigation_drop-link resources"><div class="text-color-primary"><div class="text-size-regular">Resources</div></div><img loading="lazy" src="https://cdn.prod.website-files.com/6633d24ec81e27522344e830/664504aee649f36c592a6349_chevron-down.svg" alt="" class="chevron-menu"/></div><div class="navigation_sub-menu is-resources"><div class="navigation_content-wrapper"><div class="navigation-content-resources"><a href="/industry-insights" class="submenu-card-link w-inline-block"><div class="submenu-card-link-heading"><img loading="lazy" src="https://cdn.prod.website-files.com/6633d24ec81e27522344e830/664504ade649f36c592a632a_Blog.svg" alt="" class="submenu-card-link-icon"/><h5 class="text-size-large text-color-primary">Blog</h5></div><img loading="eager" src="https://cdn.prod.website-files.com/6633d24ec81e27522344e830/664504ace649f36c592a61d9_Cadmium-Warpwire.svg" alt="Warpwire Logo" class="submenu-card-link-image"/><div class="text-size-small">Blogs and News Updates</div></a><a href="https://learning.gocadmium.com/" target="_blank" class="submenu-card-link is-larger w-inline-block"><div class="submenu-card-link-heading"><img loading="lazy" src="https://cdn.prod.website-files.com/6633d24ec81e27522344e830/664504ade649f36c592a6314_University.svg" alt="" class="submenu-card-link-icon"/><h5 class="text-size-large text-color-primary">Cadmium University</h5></div><img loading="eager" src="https://cdn.prod.website-files.com/6633d24ec81e27522344e830/664504ace649f36c592a61d9_Cadmium-Warpwire.svg" alt="Warpwire Logo" class="submenu-card-link-image"/><div class="text-size-small">Webinars and On-demand Courses</div></a><a href="https://cadmiumspark2024.eventscribe.net/" target="_blank" class="submenu-card-link w-inline-block"><div class="submenu-card-link-heading"><img loading="lazy" src="https://cdn.prod.website-files.com/6633d24ec81e27522344e830/664504ade649f36c592a62f2_Cadmium%20Spark.svg" alt="" class="submenu-card-link-icon"/><h5 class="text-size-large text-color-primary">Cadmium Spark</h5></div><img loading="eager" src="https://cdn.prod.website-files.com/6633d24ec81e27522344e830/664504ace649f36c592a61d9_Cadmium-Warpwire.svg" alt="Warpwire Logo" class="submenu-card-link-image"/><div class="text-size-small">The go-to event for Cadmium users, and event &amp; continuing education professionals</div></a></div></div></div></div><a href="https://elevate.support.gocadmium.com/support/home" target="_blank" class="navigation_link w-inline-block"><div class="text-color-primary"><div class="text-size-regular">Support</div></div><img loading="lazy" src="https://cdn.prod.website-files.com/6633d24ec81e27522344e830/664504aee649f36c592a635d_arrow-right.svg" alt="" class="arrow-menu"/></a><a href="/company" class="navigation_link w-inline-block"><div class="text-color-primary"><div class="text-size-regular">Company</div></div><img loading="lazy" src="https://cdn.prod.website-files.com/6633d24ec81e27522344e830/664504aee649f36c592a635d_arrow-right.svg" alt="" class="arrow-menu"/></a></div><div class="search_button"><img width="16" height="16" alt="" src="https://cdn.prod.website-files.com/6633d24ec81e27522344e830/668c3b8ad490909583562940_Vectors-Wrapper.svg" loading="lazy" data-w-id="ba66586c-6e0a-1fab-ca72-751be8e2afba" class="vectors-wrapper-3"/><a data-w-id="ba66586c-6e0a-1fab-ca72-751be8e2afbb" href="#" class="main-nav-demo-button w-button">Get Demo</a></div></div></div></div><div class="search_pop-up"><div class="search-modal"><form action="/search" class="search-2 w-form"><input class="search-input-2 w-input" maxlength="256" name="query" placeholder="Search…" type="search" id="search-2" required=""/><input type="submit" class="button w-button" value="Search"/></form><aside data-w-id="8aa5e8f9-665e-32e0-a079-4f823057845f" class="close-pop-up-modal"><img src="https://cdn.prod.website-files.com/6633d24ec81e27522344e830/668d74656378e56da7b7e321_close_24dp_262A37_FILL0_wght400_GRAD0_opsz24.svg" loading="lazy" alt=""/></aside></div></div><div class="form_pop-up"><article class="product-form-modal"><div id="w-node-_02d1b019-1f37-a9c6-e4e2-eeb21def0e7b-c89f8f2c" class="cta-overlay-form_content"><h3>Request a demo</h3><div class="spacer-large"></div><div class="w-form"><form id="wf-form-Elevate" name="wf-form-Elevate" data-name="Elevate" method="get" data-webflow-hubspot-api-form-url="https://hubspotonwebflow.com/api/forms/0f532c8e-1a5a-41f5-98d5-390a7bc48108" class="form" data-wf-page-id="667113392b7f3da6d811abc2" data-wf-element-id="02d1b019-1f37-a9c6-e4e2-eeb21def0e80"><div class="w-layout-vflex form_names-wrapper"><div class="w-layout-vflex form_name-field-wrapper"><label for="Firstname-2">First Name<span class="text-color-red">*</span></label><input class="form_text-field w-input" data-wfhsfieldname="FormTextInput-2" maxlength="256" name="Firstname-2" data-name="Firstname 2" placeholder="Enter First Name" type="text" id="Firstname-2" required=""/></div><div class="w-layout-vflex form_name-field-wrapper"><label for="Lastname-2">Last Name<span class="text-color-red">*</span></label><input class="form_text-field w-input" data-wfhsfieldname="FormTextInput-3" maxlength="256" name="Lastname-2" data-name="Lastname 2" placeholder="Enter Last Name" type="text" id="Lastname-2" required=""/></div></div><div><label for="Email-2">Company Email<span class="text-color-red">*</span></label><input class="form_text-field w-input" data-wfhsfieldname="FormTextInput-4" maxlength="256" name="Email-2" data-name="Email 2" placeholder="Enter Email Address" type="email" id="Email-2" required=""/></div><div><label for="Additional-Details-3">Any additional details?</label><textarea class="form_text-field large w-input" data-wfhsfieldname="FormTextarea-5" maxlength="5000" name="Additional-Details-2" data-name="Additional Details 2" placeholder="Type your message here" id="Additional-Details-2"></textarea></div><div><input type="submit" data-wait="Please wait..." class="button w-button" value="Request Your Demo"/></div><input type="hidden" name="hutk" value=""/><input type="hidden" name="ipAddress" value=""/><input type="hidden" name="pageUri" value=""/><input type="hidden" name="pageId" value=""/><input type="hidden" name="pageName" value=""/></form><div class="w-form-done"><div>Thank you! Your submission has been received!</div></div><div class="w-form-fail"><div>Oops! Something went wrong while submitting the form.</div></div></div></div><aside data-w-id="fe3b4090-7882-0db2-26e0-62dcf769948a" class="close-pop-up-modal"><img src="https://cdn.prod.website-files.com/6633d24ec81e27522344e830/668d74656378e56da7b7e321_close_24dp_262A37_FILL0_wght400_GRAD0_opsz24.svg" loading="lazy" alt="Close Request Demo Form" class="image-9"/></aside></article></div></nav><div class="w-embed"><style> /* Hide tabs overflow scrollbar for Chrome, Safari and Opera */ .tab_controls::-webkit-scrollbar { display: none; } /* Hide scrollbar for IE, Edge and Firefox */ .tab_controls { -ms-overflow-style: none; /* IE and Edge */ scrollbar-width: none; /* Firefox */ } </style></div><main class="main-wrapper"><section class="secion_eventscribe-content-hero"><div class="container-large"><div class="w-layout-grid products-hero_component"><div id="w-node-_68961ee3-9003-1452-8147-4b21365ec397-d811abc2" class="products-hero_content"><img src="https://cdn.prod.website-files.com/6633d24ec81e27522344e830/664504ace649f36c592a6147_Cadmium-Elevate.svg" loading="lazy" alt="Elevate logo" class="products_hero-logo"/><div class="spacer-medium"></div><div class="w-layout-vflex max-width-medium is-eventscribe-plat-hero"><h1 class="text-wrap-balance">‍<em>Advancing</em> Learners Through Evaluations</h1></div><div class="spacer-medium"></div><p class="text-wrap-pretty">Explore how Elevate enhances learner assessment and recognition through its versatile features. From quizzes and exams to surveys and certifications, Elevate offers robust tools to track progress, gather feedback, and acknowledge achievements effectively.</p><div class="spacer-medium"></div><div class="button-group"><a href="#request-demo" class="button w-button">Book a Demo</a></div></div><div id="w-node-_68961ee3-9003-1452-8147-4b21365ec3a6-d811abc2" class="products-hero_graphic is-collection-solution"><img src="https://cdn.prod.website-files.com/6633d24ec81e27522344e830/668306072b2adc5d6fd53375_Header_Elevate_Evaluations_Solutions.png" loading="lazy" width="435" sizes="(max-width: 767px) 75vw, (max-width: 991px) 30vw, 435px" alt="" srcset="https://cdn.prod.website-files.com/6633d24ec81e27522344e830/668306072b2adc5d6fd53375_Header_Elevate_Evaluations_Solutions-p-500.png 500w, https://cdn.prod.website-files.com/6633d24ec81e27522344e830/668306072b2adc5d6fd53375_Header_Elevate_Evaluations_Solutions-p-800.png 800w, https://cdn.prod.website-files.com/6633d24ec81e27522344e830/668306072b2adc5d6fd53375_Header_Elevate_Evaluations_Solutions.png 1200w" class="products_hero-img"/></div></div></div><div class="cta-form_bg-wrapper"><div class="cta-form_-bg-left background-color-khaki-secondary"></div><div class="cta-form_bg-right background-color-charcoal"></div><div class="products_hero-strip"></div></div></section><main class="section_eventscribe-streamline"><section class="padding-section-large"><div class="padding-global"><div class="container-large"><h2 class="text-align-center text-wrap-balance heading-xl-title"><em>Maximizing</em> Learner Assessment and Recognition</h2></div></div></section></main><section class="section_feature-steps"><div class="padding-global"><div class="container-large"><div class="padding-section-medium"><div class="w-layout-grid img-checkmarks_grid-left-img"><div class="img-checkmarks_img-wrapper"><img width="701" alt="" src="https://cdn.prod.website-files.com/6633d24ec81e27522344e830/6683067848e91d9d1f02389d_Feature-1_Elevate_Evaluations_Quizzes-and-Exams.jpg" loading="lazy" sizes="(max-width: 767px) 92vw, (max-width: 991px) 44vw, 42vw" srcset="https://cdn.prod.website-files.com/6633d24ec81e27522344e830/6683067848e91d9d1f02389d_Feature-1_Elevate_Evaluations_Quizzes-and-Exams-p-500.jpg 500w, https://cdn.prod.website-files.com/6633d24ec81e27522344e830/6683067848e91d9d1f02389d_Feature-1_Elevate_Evaluations_Quizzes-and-Exams-p-800.jpg 800w, https://cdn.prod.website-files.com/6633d24ec81e27522344e830/6683067848e91d9d1f02389d_Feature-1_Elevate_Evaluations_Quizzes-and-Exams-p-1080.jpg 1080w, https://cdn.prod.website-files.com/6633d24ec81e27522344e830/6683067848e91d9d1f02389d_Feature-1_Elevate_Evaluations_Quizzes-and-Exams.jpg 1110w" class="image-cover"/></div><div id="w-node-_4aff6983-b46b-fdc2-087a-009450b96824-ee88c57f"><section class="img-checkmarks_content"><div class="max-width-small"><div class="heading-style-h5">Quizzes &amp; Exams</div><div class="spacer-xsmall"></div><h3 class="heading-style-h2">Create customized assessments and ensure fair evaluation methods.</h3></div><div class="max-width-small wrap-text-balance"></div><div class="spacer-medium"></div><div class="img-checkmarks_list"><div id="w-node-b67de4db-4b5b-f19a-93c7-3834966ee096-966ee089" class="img-checkmarks_group"><div class="img-checkmarks_checkmark-wrap"><img loading="lazy" src="https://cdn.prod.website-files.com/6633d24ec81e27522344e830/6649128da082dd01ac6c47cb_checkmark-purple.svg" alt=""/><div class="img-checkmarks_item-text-wrapper"><h4>Categorize Quiz Questions</h4></div></div><div class="spacer-xsmall"></div><p class="checkmark_text">Organize quiz questions into categories based on topic or difficulty level, streamlining assessment creation and management.</p></div><div id="w-node-b67de4db-4b5b-f19a-93c7-3834966ee09f-966ee089" class="img-checkmarks_group"><div class="img-checkmarks_checkmark-wrap"><img loading="lazy" src="https://cdn.prod.website-files.com/6633d24ec81e27522344e830/6649128da082dd01ac6c47cb_checkmark-purple.svg" alt=""/><div class="img-checkmarks_item-text-wrapper"><h4>Control Answer Visibility</h4></div></div><div class="spacer-xsmall"></div><p class="checkmark_text">Manage how learners access quiz answers and control the number of attempts allowed, ensuring fair and controlled assessment conditions.</p></div><div id="w-node-b67de4db-4b5b-f19a-93c7-3834966ee0a8-966ee089" class="img-checkmarks_group"><div class="img-checkmarks_checkmark-wrap"><img loading="lazy" src="https://cdn.prod.website-files.com/6633d24ec81e27522344e830/6649128da082dd01ac6c47cb_checkmark-purple.svg" alt=""/><div class="img-checkmarks_item-text-wrapper"><h4>Tracking &amp; Analytics</h4></div></div><div class="spacer-xsmall"></div><p class="checkmark_text">Administer quizzes with ease with reports that show learner comprehension and reveal gaps in the assessment. Additional tools to grade and grant additional attempts give admins a high level of control.</p></div><div id="w-node-b67de4db-4b5b-f19a-93c7-3834966ee0b1-966ee089" class="img-checkmarks_group"><div class="img-checkmarks_checkmark-wrap"><img loading="lazy" src="https://cdn.prod.website-files.com/6633d24ec81e27522344e830/6649128da082dd01ac6c47cb_checkmark-purple.svg" alt=""/><div class="img-checkmarks_item-text-wrapper"><h4>Assessment-Driven Learning Paths</h4></div></div><div class="spacer-xsmall"></div><p class="checkmark_text">Gauge your learner&#x27;s knowledge on specific categories and provide them with a list of product recommendations designed to improve their knowledge level for each focus area. </p></div></div></section></div></div></div></div></div></section><section class="right-img-checkmarks_component"><div class="padding-global"><div class="container-large"><div class="padding-section-medium"><div class="w-layout-grid img-checkmarks_grid-right-img"><div id="w-node-_569a5a59-46c8-336b-1216-ded237513a2a-09618bc3"><section class="img-checkmarks_content"><div class="max-width-small"><div class="heading-style-h5">Surveys &amp; Evaluations</div><div class="spacer-xsmall"></div><h3 class="heading-style-h2">Gather insights and continuously improve your learner&#x27;s experience.</h3></div><div class="max-width-small wrap-text-balance"></div><div class="spacer-medium"></div><div class="img-checkmarks_list"><div id="w-node-_1e95ebeb-593d-4e61-a084-ad8d79d8055b-79d8054a" class="img-checkmarks_group"><div class="img-checkmarks_checkmark-wrap"><img src="https://cdn.prod.website-files.com/6633d24ec81e27522344e830/6649128da082dd01ac6c47cb_checkmark-purple.svg" loading="lazy" alt=""/><div class="img-checkmarks_item-text-wrapper"><h4>View Survey Reports</h4></div></div><div class="spacer-xsmall"></div><p class="checkmark_text">Access survey reports in both summary and detailed formats, providing valuable insights into participant responses and overall feedback.</p></div><div id="w-node-cdca8f3b-29c7-e886-a92b-de1f4ee2d113-79d8054a" class="img-checkmarks_group"><div class="img-checkmarks_checkmark-wrap"><img src="https://cdn.prod.website-files.com/6633d24ec81e27522344e830/6649128da082dd01ac6c47cb_checkmark-purple.svg" loading="lazy" alt=""/><div class="img-checkmarks_item-text-wrapper"><h4>Mass Upload Questions</h4></div></div><div class="spacer-xsmall"></div><p class="checkmark_text">Simplify survey creation by uploading questions in bulk using a .CSV format, streamlining the survey-building process for administrators.</p></div><div id="w-node-_3e36f784-9a36-8f52-9387-78ea406f9598-79d8054a" class="img-checkmarks_group"><div class="img-checkmarks_checkmark-wrap"><img src="https://cdn.prod.website-files.com/6633d24ec81e27522344e830/6649128da082dd01ac6c47cb_checkmark-purple.svg" loading="lazy" alt=""/><div class="img-checkmarks_item-text-wrapper"><h4>Download Reports</h4></div></div><div class="spacer-xsmall"></div><p class="checkmark_text">Export survey reports as .CSV files and PDFs or send them directly via email to desired recipients, facilitating easy sharing and analysis of survey data.</p></div></div></section></div><div class="img-checkmarks_img-wrapper"><img width="701" alt="" src="https://cdn.prod.website-files.com/6633d24ec81e27522344e830/668307215992b0682515021a_Feature-2_Elevate_Evaluations_Surveys-and-Evaluations.jpg" loading="lazy" sizes="(max-width: 767px) 92vw, (max-width: 991px) 44vw, 50vw" srcset="https://cdn.prod.website-files.com/6633d24ec81e27522344e830/668307215992b0682515021a_Feature-2_Elevate_Evaluations_Surveys-and-Evaluations-p-500.jpg 500w, https://cdn.prod.website-files.com/6633d24ec81e27522344e830/668307215992b0682515021a_Feature-2_Elevate_Evaluations_Surveys-and-Evaluations-p-800.jpg 800w, https://cdn.prod.website-files.com/6633d24ec81e27522344e830/668307215992b0682515021a_Feature-2_Elevate_Evaluations_Surveys-and-Evaluations-p-1080.jpg 1080w, https://cdn.prod.website-files.com/6633d24ec81e27522344e830/668307215992b0682515021a_Feature-2_Elevate_Evaluations_Surveys-and-Evaluations.jpg 1200w" class="image-cover"/></div></div></div></div></div></section><section class="section_feature-steps"><div class="padding-global"><div class="container-large"><div class="padding-section-medium"><div class="w-layout-grid img-checkmarks_grid-left-img"><div class="img-checkmarks_img-wrapper"><img width="701" alt="" src="https://cdn.prod.website-files.com/6633d24ec81e27522344e830/66830803fd062b49ef489c4f_Feature-3_Elevate_Evaluations_Certificates.jpg" loading="lazy" sizes="(max-width: 767px) 92vw, (max-width: 991px) 44vw, 42vw" srcset="https://cdn.prod.website-files.com/6633d24ec81e27522344e830/66830803fd062b49ef489c4f_Feature-3_Elevate_Evaluations_Certificates-p-500.jpg 500w, https://cdn.prod.website-files.com/6633d24ec81e27522344e830/66830803fd062b49ef489c4f_Feature-3_Elevate_Evaluations_Certificates-p-800.jpg 800w, https://cdn.prod.website-files.com/6633d24ec81e27522344e830/66830803fd062b49ef489c4f_Feature-3_Elevate_Evaluations_Certificates.jpg 970w" class="image-cover"/></div><div id="w-node-_4aff6983-b46b-fdc2-087a-009450b96824-ee88c57f"><section class="img-checkmarks_content"><div class="max-width-small"><div class="heading-style-h5">Certificates</div><div class="spacer-xsmall"></div><h3 class="heading-style-h2">Provide your learners with tangible awards for their skills and accomplishments.</h3></div><div class="max-width-small wrap-text-balance"></div><div class="spacer-medium"></div><div class="img-checkmarks_list"><div id="w-node-b67de4db-4b5b-f19a-93c7-3834966ee096-966ee089" class="img-checkmarks_group"><div class="img-checkmarks_checkmark-wrap"><img loading="lazy" src="https://cdn.prod.website-files.com/6633d24ec81e27522344e830/6649128da082dd01ac6c47cb_checkmark-purple.svg" alt=""/><div class="img-checkmarks_item-text-wrapper"><h4>Add Prerequisites</h4></div></div><div class="spacer-xsmall"></div><p class="checkmark_text">Guide learners through their educational journey by setting prerequisites that outline required course components before progressing.</p></div><div id="w-node-b67de4db-4b5b-f19a-93c7-3834966ee09f-966ee089" class="img-checkmarks_group"><div class="img-checkmarks_checkmark-wrap"><img loading="lazy" src="https://cdn.prod.website-files.com/6633d24ec81e27522344e830/6649128da082dd01ac6c47cb_checkmark-purple.svg" alt=""/><div class="img-checkmarks_item-text-wrapper"><h4>Set-Up Digital Badges</h4></div></div><div class="spacer-xsmall"></div><p class="checkmark_text">Issue digital badges with our Badging integration to learners as tangible proof of their skills, credentials, and continuing education accomplishments, enhancing recognition and motivation.</p></div><div id="w-node-b67de4db-4b5b-f19a-93c7-3834966ee0a8-966ee089" class="img-checkmarks_group"><div class="img-checkmarks_checkmark-wrap"><img loading="lazy" src="https://cdn.prod.website-files.com/6633d24ec81e27522344e830/6649128da082dd01ac6c47cb_checkmark-purple.svg" alt=""/><div class="img-checkmarks_item-text-wrapper"><h4>Create Certificate Templates</h4></div></div><div class="spacer-xsmall"></div><p class="checkmark_text">Customize certificate templates for various purposes such as Standard, Medical, CLE/Multi-State, Certification, and Multi-Course Certificates ensuring professional and personalized recognition.</p></div></div></section></div></div></div></div></div></section><header id="request-demo" class="section_cta-form"><div class="cta-form_element"><div class="container-large"><div class="w-layout-grid cta-form_main"><div class="cta-form_image-wrapper background-color-purple"><div class="w-layout-hflex form_cta-wrapper"><h2 class="heading-style-h1 text-color-white text-wrap-balance">Ready to level-up?</h2><p class="text-color-white">Book a demo to learn how Elevate takes your organization&#x27;s learning management system to the next level. </p></div></div><div id="w-node-_3e1d6e3e-d2f9-4398-94d2-2467e4544b66-e4544b5b" class="cta-form_content"><h3>Request a demo</h3><div class="spacer-large"></div><div class="w-form"><form id="wf-form-Elevate" name="wf-form-Elevate" data-name="Elevate" method="get" data-webflow-hubspot-api-form-url="https://hubspotonwebflow.com/api/forms/0f532c8e-1a5a-41f5-98d5-390a7bc48108" class="form" data-wf-page-id="667113392b7f3da6d811abc2" data-wf-element-id="3e1d6e3e-d2f9-4398-94d2-2467e4544b6b"><div class="w-layout-vflex form_names-wrapper"><div class="w-layout-vflex form_name-field-wrapper"><label for="Firstname-2">First Name<span class="text-color-red">*</span></label><input class="form_text-field w-input" data-wfhsfieldname="FormTextInput-2" maxlength="256" name="Firstname-2" data-name="Firstname 2" placeholder="Enter First Name" type="text" id="Firstname-2" required=""/></div><div class="w-layout-vflex form_name-field-wrapper"><label for="Lastname-2">Last Name<span class="text-color-red">*</span></label><input class="form_text-field w-input" data-wfhsfieldname="FormTextInput-3" maxlength="256" name="Lastname-2" data-name="Lastname 2" placeholder="Enter Last Name" type="text" id="Lastname-2" required=""/></div></div><div><label for="Email-2">Company Email<span class="text-color-red">*</span></label><input class="form_text-field w-input" data-wfhsfieldname="FormTextInput-4" maxlength="256" name="Email-2" data-name="Email 2" placeholder="Enter Email Address" type="email" id="Email-2" required=""/></div><div><label for="Additional-Details-2">Any additional details?</label><textarea class="form_text-field large w-input" data-wfhsfieldname="FormTextarea-5" maxlength="5000" name="Additional-Details-2" data-name="Additional Details 2" placeholder="Type your message here" id="Additional-Details-2"></textarea></div><div><input type="submit" data-wait="Please wait..." class="button w-button" value="Request Your Demo"/></div><input type="hidden" name="hutk" value=""/><input type="hidden" name="ipAddress" value=""/><input type="hidden" name="pageUri" value=""/><input type="hidden" name="pageId" value=""/><input type="hidden" name="pageName" value=""/></form><div class="w-form-done"><div>Thank you! Your submission has been received!</div></div><div class="w-form-fail"><div>Oops! Something went wrong while submitting the form.</div></div></div></div></div></div><div class="cta-form_bg-wrapper"><div class="cta-form_-bg-left background-color-purple"></div><div class="cta-form_bg-right"></div></div></div></header></main><footer class="footer_component"><div class="footer_content-wrapper"><div class="footer_strip-image-wrapper"></div><div class="footer_content-container"><div class="footer_header-container"><a href="#" class="footer_logo-link w-inline-block"><img src="https://cdn.prod.website-files.com/6633d24ec81e27522344e830/664504abe649f36c592a5fa0_logo-cadimun.svg" loading="eager" aria-label="Cadmium is a premier technology provider in event management and continuing education solutions with over 25 years of experience" alt="" class="footer-logo"/></a><div class="footer-social-slot hide-tablet"><div class="footer-social-links-wrapper"><a aria-label="Social Media Icon for LinkedIn" href="https://www.linkedin.com/company/gocadmium/posts/?feedView=all&amp;viewAsMember=true" target="_blank" class="footer-social-icon-link w-inline-block"><div class="footer-social-icon w-embed"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_6043_461)"> <path d="M15.3 0H0.7C0.3 0 0 0.3 0 0.7V15.4C0 15.7 0.3 16 0.7 16H15.4C15.8 16 16.1 15.7 16.1 15.3V0.7C16 0.3 15.7 0 15.3 0ZM4.7 13.6H2.4V6H4.8V13.6H4.7ZM3.6 5C2.8 5 2.2 4.3 2.2 3.6C2.2 2.8 2.8 2.2 3.6 2.2C4.4 2.2 5 2.8 5 3.6C4.9 4.3 4.3 5 3.6 5ZM13.6 13.6H11.2V9.9C11.2 9 11.2 7.9 10 7.9C8.8 7.9 8.6 8.9 8.6 9.9V13.7H6.2V6H8.5V7C8.8 6.4 9.6 5.8 10.7 5.8C13.1 5.8 13.5 7.4 13.5 9.4V13.6H13.6Z" fill="currentColor"/> </g> <defs> <clipPath id="clip0_6043_461"> <rect width="16" height="16" fill="white"/> </clipPath> </defs> </svg></div></a><a aria-label="Social Media Icon for YouTube" href="https://www.youtube.com/channel/UCnR5aFR7uj5oqirOfyhA7WA" target="_blank" class="footer-social-icon-link w-inline-block"><div class="footer-social-icon w-embed"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15.6 3.6001C16 5.0001 16 8.0001 16 8.0001C16 8.0001 16 11.0001 15.6 12.4001C15.4 13.2001 14.8 13.8001 14.1 14.0001C12.7 14.4001 8 14.4001 8 14.4001C8 14.4001 3.3 14.4001 2 14.0001C1.2 13.8001 0.6 13.2001 0.4 12.4001C0 11.0001 0 8.0001 0 8.0001C0 8.0001 0 5.0001 0.4 3.6001C0.6 2.8001 1.2 2.2001 1.9 2.0001C3.3 1.6001 8 1.6001 8 1.6001C8 1.6001 12.7 1.6001 14 2.0001C14.8 2.2001 15.4 2.8001 15.6 3.6001ZM6.4 10.8001L11.2 8.0001L6.4 5.2001V10.8001Z" fill="currentColor"/> </svg></div></a><a aria-label="Social Media Icon for Facebook" href="https://www.facebook.com/GoCadmium/" target="_blank" class="footer-social-icon-link w-inline-block"><div class="footer-social-icon w-embed"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_6043_468)"> <path d="M16.0973 8.04863C16.0973 3.60377 12.4935 0 8.04863 0C3.60377 0 0 3.60377 0 8.04863C0 12.0662 2.94311 15.3957 6.79103 15.9993V10.3754H4.74735V8.04796H6.79103V6.27592C6.79103 4.25907 7.99296 3.14433 9.8314 3.14433C10.7114 3.14433 11.6329 3.30195 11.6329 3.30195V5.28258H10.6175C9.61744 5.28258 9.30555 5.903 9.30555 6.53951V8.04863H11.5377L11.1809 10.376H9.30555V16C13.1541 15.3957 16.0973 12.0656 16.0973 8.04863Z" fill="currentColor"/> </g> <defs> <clipPath id="clip0_6043_468"> <rect width="16" height="16" fill="white"/> </clipPath> </defs> </svg></div></a><a aria-label="Social Media Icon for Instagram" href="https://www.instagram.com/gocadmium/" target="_blank" class="footer-social-icon-link w-inline-block"><div class="footer-social-icon w-embed"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_6043_470)"> <path d="M8 0C5.82667 0 5.55533 0.01 4.702 0.048C3.85 0.088 3.27 0.222 2.76 0.42C2.234 0.624 1.78733 0.898 1.34267 1.34267C0.898 1.78733 0.623333 2.23333 0.42 2.76C0.222 3.27 0.0873333 3.85 0.048 4.702C0.008 5.55533 0 5.82667 0 8C0 10.1733 0.01 10.4447 0.048 11.298C0.088 12.1493 0.222 12.73 0.42 13.24C0.624 13.7653 0.898 14.2127 1.34267 14.6573C1.78733 15.1013 2.23333 15.3767 2.76 15.58C3.27067 15.7773 3.85067 15.9127 4.702 15.952C5.55533 15.992 5.82667 16 8 16C10.1733 16 10.4447 15.99 11.298 15.952C12.1493 15.912 12.73 15.7773 13.24 15.58C13.7653 15.376 14.2127 15.1013 14.6573 14.6573C15.1013 14.2127 15.3767 13.7673 15.58 13.24C15.7773 12.73 15.9127 12.1493 15.952 11.298C15.992 10.4447 16 10.1733 16 8C16 5.82667 15.99 5.55533 15.952 4.702C15.912 3.85067 15.7773 3.26933 15.58 2.76C15.376 2.234 15.1013 1.78733 14.6573 1.34267C14.2127 0.898 13.7673 0.623333 13.24 0.42C12.73 0.222 12.1493 0.0873333 11.298 0.048C10.4447 0.008 10.1733 0 8 0ZM8 1.44C10.1353 1.44 10.39 1.45067 11.2333 1.48733C12.0133 1.524 12.4367 1.65333 12.718 1.764C13.0927 1.90867 13.358 2.082 13.6393 2.36133C13.9187 2.64133 14.092 2.90733 14.2367 3.282C14.346 3.56333 14.4767 3.98667 14.512 4.76667C14.55 5.61067 14.5587 5.864 14.5587 8C14.5587 10.136 14.5487 10.39 14.5093 11.2333C14.4687 12.0133 14.3387 12.4367 14.2287 12.718C14.0793 13.0927 13.9093 13.358 13.6293 13.6393C13.35 13.9187 13.08 14.092 12.7093 14.2367C12.4293 14.346 11.9993 14.4767 11.2193 14.512C10.37 14.55 10.12 14.5587 7.98 14.5587C5.83933 14.5587 5.58933 14.5487 4.74067 14.5093C3.96 14.4687 3.53 14.3387 3.25 14.2287C2.87067 14.0793 2.61 13.9093 2.33067 13.6293C2.05 13.35 1.87067 13.08 1.73067 12.7093C1.62067 12.4293 1.49133 11.9993 1.45067 11.2193C1.42067 10.3793 1.41 10.12 1.41 7.99C1.41 5.85933 1.42067 5.59933 1.45067 4.74933C1.49133 3.96933 1.62067 3.54 1.73067 3.26C1.87067 2.88 2.05 2.62 2.33067 2.33933C2.61 2.06 2.87067 1.88 3.25 1.74067C3.53 1.63 3.95067 1.5 4.73067 1.46C5.58067 1.43 5.83067 1.42 7.97 1.42L8 1.44ZM8 3.892C5.73 3.892 3.892 5.732 3.892 8C3.892 10.27 5.732 12.108 8 12.108C10.27 12.108 12.108 10.268 12.108 8C12.108 5.73 10.268 3.892 8 3.892ZM8 10.6667C6.52667 10.6667 5.33333 9.47333 5.33333 8C5.33333 6.52667 6.52667 5.33333 8 5.33333C9.47333 5.33333 10.6667 6.52667 10.6667 8C10.6667 9.47333 9.47333 10.6667 8 10.6667ZM13.2307 3.73C13.2307 4.26 12.8 4.69 12.2707 4.69C11.7407 4.69 11.3107 4.25933 11.3107 3.73C11.3107 3.20067 11.7413 2.77067 12.2707 2.77067C12.7993 2.77 13.2307 3.20067 13.2307 3.73Z" fill="currentColor"/> </g> <defs> <clipPath id="clip0_6043_470"> <rect width="16" height="16" fill="white"/> </clipPath> </defs> </svg></div></a><a aria-label="Social Media Icon for Twitter (X)" href="https://twitter.com/gocadmium" target="_blank" class="footer-social-icon-link w-inline-block"><div class="footer-social-icon w-embed"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.33618 6.92804L14.5507 1H13.315L8.78726 6.14724L5.17097 1H1L6.46855 8.78354L1 15H2.23574L7.01715 9.56434L10.8362 15H15.0072L9.33588 6.92804H9.33618ZM7.64367 8.85211L7.08959 8.07705L2.68099 1.90978H4.57901L8.1368 6.88696L8.69088 7.66202L13.3156 14.1316H11.4176L7.64367 8.85241V8.85211Z" fill="currentColor"/> </svg></div></a></div></div></div></div></div><div class="footer_content-wrapper"><div class="footer-links-container"><div class="footer-menu-wrapper"><div class="footer_drop-link"><div class="footer_drop-link-wrapper"><div class="text-color-primary"><div class="heading-style-h4">Solutions</div></div><img src="https://cdn.prod.website-files.com/6633d24ec81e27522344e830/664504aee649f36c592a6349_chevron-down.svg" loading="lazy" alt="" class="footer-chevron-drop"/></div><div class="footer-sub-menu-wrapper"><div class="footer-sub-menu-block"><a href="/associations" class="footer-link">Associations</a><a href="/higher-education" class="footer-link">Higher Education</a><a href="/medical-institutions" class="footer-link">Medical Institution</a><a href="/in-person" class="footer-link">In-person</a><a href="/virtual" class="footer-link">Virtual</a><a href="/hybrid" class="footer-link">Hybrid</a><a href="/leadership" class="footer-link">Leadership</a><a href="/attendees" class="footer-link">Attendees</a><a href="/learners" class="footer-link">Learners</a><a href="/exhibitors-and-sponsors" class="footer-link">Exhibitors and Sponsors</a></div></div></div><div class="footer_drop-link"><div class="footer_drop-link-wrapper"><div class="text-color-primary"><div class="heading-style-h4">Products</div></div><img src="https://cdn.prod.website-files.com/6633d24ec81e27522344e830/664504aee649f36c592a6349_chevron-down.svg" loading="lazy" alt="" class="footer-chevron-drop"/></div><div class="footer-sub-menu-wrapper"><div class="footer-sub-menu-block"><a href="/elevate" class="footer-link">Elevate</a><a href="/ethosce" class="footer-link">EthosCE</a><a href="/eventscribe" class="footer-link">Eventscribe</a><a href="/warpwire" class="footer-link">Warpwire</a></div></div></div><div class="footer_drop-link"><div class="footer_drop-link-wrapper"><div class="text-color-primary"><div class="heading-style-h4">Resources</div></div><img src="https://cdn.prod.website-files.com/6633d24ec81e27522344e830/664504aee649f36c592a6349_chevron-down.svg" loading="lazy" alt="" class="footer-chevron-drop"/></div><div class="footer-sub-menu-wrapper"><div class="footer-sub-menu-block"><a href="/industry-insights" class="footer-link">Blog</a><a href="https://learning.gocadmium.com/" target="_blank" class="footer-link">Cadmium University</a><a href="https://cadmiumspark2024.eventscribe.net/" target="_blank" class="footer-link">Cadmium Spark</a></div></div></div><div class="footer_drop-link"><div class="footer_drop-link-wrapper"><div class="text-color-primary"><div class="heading-style-h4">Support</div></div><img src="https://cdn.prod.website-files.com/6633d24ec81e27522344e830/664504aee649f36c592a6349_chevron-down.svg" loading="lazy" alt="" class="footer-chevron-drop"/></div><div class="footer-sub-menu-wrapper"><div class="footer-sub-menu-block"><a href="https://elevate.support.gocadmium.com/support/home" target="_blank" class="footer-link">Elevate</a><a href="https://ethosce.support.gocadmium.com/" target="_blank" class="footer-link">EthosCE</a><a href="https://eventscribe.support.gocadmium.com/support/home" target="_blank" class="footer-link">Eventscribe</a><a href="https://warpwire.support.gocadmium.com/support/home" target="_blank" class="footer-link">Warpwire</a><a href="/partners" class="footer-link">Partners</a><a href="https://status.gocadmium.com/" target="_blank" class="footer-link">Status</a></div></div></div><div class="footer_drop-link"><a href="/company" class="footer_drop-link-wrapper w-inline-block"><div class="text-color-primary"><div class="heading-style-h4">Company</div></div><img src="https://cdn.prod.website-files.com/6633d24ec81e27522344e830/664504aee649f36c592a6349_chevron-down.svg" loading="lazy" alt="" class="footer-chevron-drop"/></a><div class="footer-sub-menu-wrapper"><div class="footer-sub-menu-block"><a href="/company" class="footer-link">About Us</a><a href="/company#careers" class="footer-link">Careers</a><a href="/company#offices" class="footer-link">Office Locations</a></div></div></div><div class="footer_drop-link"><div class="footer_drop-link-wrapper"><div class="text-color-primary"><div class="heading-style-h4">Contact</div></div><img src="https://cdn.prod.website-files.com/6633d24ec81e27522344e830/664504aee649f36c592a6349_chevron-down.svg" loading="lazy" alt="" class="footer-chevron-drop"/></div><div class="footer-sub-menu-wrapper"><div class="footer-sub-menu-block"><a href="/company#contact-numbers" class="footer-link">Elevate</a><a href="/company#contact-numbers" class="footer-link">EthosCE</a><a href="/company#contact-numbers" class="footer-link">Eventscribe</a><a href="/company#contact-numbers" class="footer-link">Warpwire</a></div></div></div></div><div class="footer-social-links-wrapper-small"><div class="footer-social-links-wrapper"><a aria-label="Social Media Icon for LinkedIn" href="https://www.linkedin.com/company/gocadmium/posts/?feedView=all&amp;viewAsMember=true" target="_blank" class="footer-social-icon-link w-inline-block"><div class="footer-social-icon w-embed"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_6043_461)"> <path d="M15.3 0H0.7C0.3 0 0 0.3 0 0.7V15.4C0 15.7 0.3 16 0.7 16H15.4C15.8 16 16.1 15.7 16.1 15.3V0.7C16 0.3 15.7 0 15.3 0ZM4.7 13.6H2.4V6H4.8V13.6H4.7ZM3.6 5C2.8 5 2.2 4.3 2.2 3.6C2.2 2.8 2.8 2.2 3.6 2.2C4.4 2.2 5 2.8 5 3.6C4.9 4.3 4.3 5 3.6 5ZM13.6 13.6H11.2V9.9C11.2 9 11.2 7.9 10 7.9C8.8 7.9 8.6 8.9 8.6 9.9V13.7H6.2V6H8.5V7C8.8 6.4 9.6 5.8 10.7 5.8C13.1 5.8 13.5 7.4 13.5 9.4V13.6H13.6Z" fill="currentColor"/> </g> <defs> <clipPath id="clip0_6043_461"> <rect width="16" height="16" fill="white"/> </clipPath> </defs> </svg></div></a><a aria-label="Social Media Icon for YouTube" href="https://www.youtube.com/channel/UCnR5aFR7uj5oqirOfyhA7WA" target="_blank" class="footer-social-icon-link w-inline-block"><div class="footer-social-icon w-embed"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15.6 3.6001C16 5.0001 16 8.0001 16 8.0001C16 8.0001 16 11.0001 15.6 12.4001C15.4 13.2001 14.8 13.8001 14.1 14.0001C12.7 14.4001 8 14.4001 8 14.4001C8 14.4001 3.3 14.4001 2 14.0001C1.2 13.8001 0.6 13.2001 0.4 12.4001C0 11.0001 0 8.0001 0 8.0001C0 8.0001 0 5.0001 0.4 3.6001C0.6 2.8001 1.2 2.2001 1.9 2.0001C3.3 1.6001 8 1.6001 8 1.6001C8 1.6001 12.7 1.6001 14 2.0001C14.8 2.2001 15.4 2.8001 15.6 3.6001ZM6.4 10.8001L11.2 8.0001L6.4 5.2001V10.8001Z" fill="currentColor"/> </svg></div></a><a aria-label="Social Media Icon for Facebook" href="https://www.facebook.com/GoCadmium/" target="_blank" class="footer-social-icon-link w-inline-block"><div class="footer-social-icon w-embed"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_6043_468)"> <path d="M16.0973 8.04863C16.0973 3.60377 12.4935 0 8.04863 0C3.60377 0 0 3.60377 0 8.04863C0 12.0662 2.94311 15.3957 6.79103 15.9993V10.3754H4.74735V8.04796H6.79103V6.27592C6.79103 4.25907 7.99296 3.14433 9.8314 3.14433C10.7114 3.14433 11.6329 3.30195 11.6329 3.30195V5.28258H10.6175C9.61744 5.28258 9.30555 5.903 9.30555 6.53951V8.04863H11.5377L11.1809 10.376H9.30555V16C13.1541 15.3957 16.0973 12.0656 16.0973 8.04863Z" fill="currentColor"/> </g> <defs> <clipPath id="clip0_6043_468"> <rect width="16" height="16" fill="white"/> </clipPath> </defs> </svg></div></a><a aria-label="Social Media Icon for Instagram" href="https://www.instagram.com/gocadmium/" target="_blank" class="footer-social-icon-link w-inline-block"><div class="footer-social-icon w-embed"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_6043_470)"> <path d="M8 0C5.82667 0 5.55533 0.01 4.702 0.048C3.85 0.088 3.27 0.222 2.76 0.42C2.234 0.624 1.78733 0.898 1.34267 1.34267C0.898 1.78733 0.623333 2.23333 0.42 2.76C0.222 3.27 0.0873333 3.85 0.048 4.702C0.008 5.55533 0 5.82667 0 8C0 10.1733 0.01 10.4447 0.048 11.298C0.088 12.1493 0.222 12.73 0.42 13.24C0.624 13.7653 0.898 14.2127 1.34267 14.6573C1.78733 15.1013 2.23333 15.3767 2.76 15.58C3.27067 15.7773 3.85067 15.9127 4.702 15.952C5.55533 15.992 5.82667 16 8 16C10.1733 16 10.4447 15.99 11.298 15.952C12.1493 15.912 12.73 15.7773 13.24 15.58C13.7653 15.376 14.2127 15.1013 14.6573 14.6573C15.1013 14.2127 15.3767 13.7673 15.58 13.24C15.7773 12.73 15.9127 12.1493 15.952 11.298C15.992 10.4447 16 10.1733 16 8C16 5.82667 15.99 5.55533 15.952 4.702C15.912 3.85067 15.7773 3.26933 15.58 2.76C15.376 2.234 15.1013 1.78733 14.6573 1.34267C14.2127 0.898 13.7673 0.623333 13.24 0.42C12.73 0.222 12.1493 0.0873333 11.298 0.048C10.4447 0.008 10.1733 0 8 0ZM8 1.44C10.1353 1.44 10.39 1.45067 11.2333 1.48733C12.0133 1.524 12.4367 1.65333 12.718 1.764C13.0927 1.90867 13.358 2.082 13.6393 2.36133C13.9187 2.64133 14.092 2.90733 14.2367 3.282C14.346 3.56333 14.4767 3.98667 14.512 4.76667C14.55 5.61067 14.5587 5.864 14.5587 8C14.5587 10.136 14.5487 10.39 14.5093 11.2333C14.4687 12.0133 14.3387 12.4367 14.2287 12.718C14.0793 13.0927 13.9093 13.358 13.6293 13.6393C13.35 13.9187 13.08 14.092 12.7093 14.2367C12.4293 14.346 11.9993 14.4767 11.2193 14.512C10.37 14.55 10.12 14.5587 7.98 14.5587C5.83933 14.5587 5.58933 14.5487 4.74067 14.5093C3.96 14.4687 3.53 14.3387 3.25 14.2287C2.87067 14.0793 2.61 13.9093 2.33067 13.6293C2.05 13.35 1.87067 13.08 1.73067 12.7093C1.62067 12.4293 1.49133 11.9993 1.45067 11.2193C1.42067 10.3793 1.41 10.12 1.41 7.99C1.41 5.85933 1.42067 5.59933 1.45067 4.74933C1.49133 3.96933 1.62067 3.54 1.73067 3.26C1.87067 2.88 2.05 2.62 2.33067 2.33933C2.61 2.06 2.87067 1.88 3.25 1.74067C3.53 1.63 3.95067 1.5 4.73067 1.46C5.58067 1.43 5.83067 1.42 7.97 1.42L8 1.44ZM8 3.892C5.73 3.892 3.892 5.732 3.892 8C3.892 10.27 5.732 12.108 8 12.108C10.27 12.108 12.108 10.268 12.108 8C12.108 5.73 10.268 3.892 8 3.892ZM8 10.6667C6.52667 10.6667 5.33333 9.47333 5.33333 8C5.33333 6.52667 6.52667 5.33333 8 5.33333C9.47333 5.33333 10.6667 6.52667 10.6667 8C10.6667 9.47333 9.47333 10.6667 8 10.6667ZM13.2307 3.73C13.2307 4.26 12.8 4.69 12.2707 4.69C11.7407 4.69 11.3107 4.25933 11.3107 3.73C11.3107 3.20067 11.7413 2.77067 12.2707 2.77067C12.7993 2.77 13.2307 3.20067 13.2307 3.73Z" fill="currentColor"/> </g> <defs> <clipPath id="clip0_6043_470"> <rect width="16" height="16" fill="white"/> </clipPath> </defs> </svg></div></a><a aria-label="Social Media Icon for Twitter (X)" href="https://twitter.com/gocadmium" target="_blank" class="footer-social-icon-link w-inline-block"><div class="footer-social-icon w-embed"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.33618 6.92804L14.5507 1H13.315L8.78726 6.14724L5.17097 1H1L6.46855 8.78354L1 15H2.23574L7.01715 9.56434L10.8362 15H15.0072L9.33588 6.92804H9.33618ZM7.64367 8.85211L7.08959 8.07705L2.68099 1.90978H4.57901L8.1368 6.88696L8.69088 7.66202L13.3156 14.1316H11.4176L7.64367 8.85241V8.85211Z" fill="currentColor"/> </svg></div></a></div></div><div class="footer-info-container"><div class="div-block-15"><a href="/privacy-policy" class="text-style-link">Privacy Policy</a><a href="/terms" class="text-style-link">Terms and Conditions</a></div><div id="w-node-_1a01864b-de20-feaa-1d51-32b16a51cc93-6a51cc02" class="footer6_credit-text">© 2024 Cadmium</div></div></div></div></footer></div><script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=6633d24ec81e27522344e830" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/6633d24ec81e27522344e830/js/cadmium-8020.010f16bca.js" type="text/javascript"></script><!-- Start of HubSpot Embed Code --> <script type="text/javascript" id="hs-script-loader" async defer src="//js.hs-scripts.com/20223632.js"></script> <!-- End of HubSpot Embed Code --><script src="https://hubspotonwebflow.com/assets/js/form-124.js" type="text/javascript" integrity="sha384-bjyNIOqAKScdeQ3THsDZLGagNN56B4X2Auu9YZIGu+tA/PlggMk4jbWruG/P6zYj" crossorigin="anonymous"></script></body></html>

Pages: 1 2 3 4 5 6 7 8 9 10