Class Time: 9:00AM – 5:00PM EST (U.S./Georgia) Class Days: Tuesday – Friday Money Back Guarantee
Instructor: Tequalia Curely (MBA, PMP, ITIL) System Requirements: Desktop or mobile web browser
PMI-ACP Certification Training Course Includes:
Instructor-led course, available in 4 convenient formats: Live Virtual Classroom, Live Instructor-led Classroom, Video-On-Demand and In-House
Satisfies the 28 contact hours (PDUs) required to take the PMI-ACP exam
Includes digital PMI-ACP exam prep materials, training aids, online resources, realistic sample questions and 6-months access to our online training portal
Web-based video-on-demand includes online access to the official PMI, self-paced course, which allows you to learn at your own pace
Secure Order
256-bit encryption
Instant Access
Learning on Demand
Questions? Call us at (404) 630-8745
jQuery(window).on('elementor/frontend/init', function() {
function goToSlide(sliderElement) {
var hash = window.location.hash;
if (hash) {
var slideNum = parseInt(hash.replace('#slide-', ''), 10);
if (!isNaN(slideNum)) {
var slideIndex = slideNum - 1;
var swiperInstance = jQuery(sliderElement).find('.swiper')[0]?.swiper;
if (swiperInstance) {
swiperInstance.slideTo(slideIndex);
}
}
}
}
// Run when the SLIDER widget is ready (not global)
elementorFrontend.hooks.addAction('frontend/element_ready/slider.default', function($scope) {
goToSlide($scope);
// Also run on hash change
jQuery(window).on('hashchange', function() {
goToSlide($scope);
});
});
});