Checkmate
Florida Limited Energy Contractor Exam - Book Rental

1 Exam Prep

$1,295

Florida Limited Energy Contractor Exam - Book Rental

coupon

25 promo codes

FLORIDA LIMITED ENERGY CONTRACTOR EXAM - BOOK RENTAL The Florida Limited Energy Contractor Exam - Book Rental from 1 Exam Prep includes all required DBPR-approved reference books and study materials for the Limited Energy Contractor license examination. This rental package covers low-voltage system installation, communication cabling, alarm system integration, and control wiring in accordance with the National Electrical Code (NEC) and Florida Building Code standards. Each reference aligns with PSI’s current Limited Energy trade exam and meets Chapter 489, Part II requirements of the Florida Statutes, providing comprehensive preparation for contractors engaged in signal, communication, and data system work across the state. Florida State Limited Energy Contractor Book Rental Package All Packages Include Refundable Deposit Book Rental Package Pricing: $795.00 *plus $500 refundable deposit (if books are returned in similar condition within 6 months) Total: $1,295.00 What’s Included in the Florida Limited Energy Contractor Book Rental Package? Prepare for success on the Florida Electrical Business Exam and the Florida Limited Energy Contractor Trade Exam with our convenient book rental packages. This package includes everything you need for effective exam preparation: Highlighted and Tabbed Books: Pre-tabbed and highlighted books, designed for quick and easy navigation during the open-book Florida Electrical Business Exam and the Florida Limited Energy Contractor exams. 6-Month Online Self-Study Exam Prep Courses: Comprehensive courses covering all Business and Florida Limited Energy trade exam topics. 6-Month Book Rental Access: Access to all required books during you rental period. Refundable Deposit: $500 refunded (via check) if books are returned in similar condition within 6 months of delivery. Total Cost: $1,295.00 Upgrade Your Package - Add Instructor-Led Virtual Electrical Business: Enhance your exam preparation with live, instructor-led Electrical Business virtual classes for just $300 more. Get real-time guidance from an expert instructor, ask questions, and reinforce key concepts in a structured learning environment. Upgraded Package Includes: Live Electrical Business Virtual Classes (6 months): Weekly and once per month Saturday, interactive sessions led by an experienced instructor. See Class Schedule for details. Highlighted and Tabbed Books: Pre-tabbed and highlighted references for quick navigation during the open-book exams. 6-Month Online Exam Prep Courses: Access to our self-study Florida Business Course and the Limited Energy Course. 6-Month Book Rental Access: Use all required books for the duration of your rental period. Refundable Deposit: $500 refundable deposit if books are returned in similar condition within 6 months of delivery. Total Cost: $1,295.00 How to Upgrade: Select "Add Business Instructor-Led Virtual Classes" from the drop-down menu above. ***This is a special order item. Please allow 15 business days for your books to be tabbed and highlighted*** Included Exam Books: This complete set of highlighted and tabbed books includes all required references for the Florida Electrical Business and Florida Limited Energy exams: Florida Contractors Manual, 2025 Code of Federal Regulation, Title 29 (OSHA) Parts 1926, 1910, 1904 NFPA 70-National Electrical Code, 2023 NFPA 780-Lightning Protection Code 2017 Telecommunication Wiring, 2001, Herrick // Select all questions const questions = document.querySelectorAll('.faq-question-product'); // Add event listener to each question questions.forEach(question => { question.addEventListener('click', () => { // Toggle the active class for the clicked question question.classList.toggle('active'); // Toggle the corresponding answer const answer = question.nextElementSibling; if (question.classList.contains('active')) { answer.style.maxHeight = answer.scrollHeight + 'px'; } else { answer.style.maxHeight = 0; } }); }); document.addEventListener('DOMContentLoaded', function() { const addToCartButtons = document.querySelectorAll('.add-to-cart-btn'); const cartMessage = document.querySelector('.cart-message'); addToCartButtons.forEach(button => { button.addEventListener('click', function(event) { event.preventDefault(); // Prevent the default link behavior const variantId = this.getAttribute('data-variant-id'); const quantity = 1; // Set the desired quantity here fetch('/cart/add.js', { method: 'POST', headers: { 'Content-Type': 'application/json', 'Accept': 'application/json' }, body: JSON.stringify({ id: variantId, quantity: quantity }) }) .then(response => response.json()) .then(data => { console.log('Product added to cart:', data); // Show the message with the checkmark cartMessage.classList.add('show'); // Automatically hide the message after 3 seconds setTimeout(() => { cartMessage.classList.remove('show'); }, 3000); }) .catch(error => { console.error('Error adding product to cart:', error); }); }); }); }); ✖ function openModal() { document.getElementById('popupModal').style.display = 'block'; } function closeModal() { document.getElementById('popupModal').style.display = 'none'; } // Close modal if clicking outside of the modal content window.onclick = function(event) { const modal = document.getElementById('popupModal'); const content = document.getElementById('modalContent'); if (event.target === modal) { modal.style.display = 'none'; } } $(document).ready(function() { // Function to properly escape characters for jQuery selector function jqSelectorEscape(str) { return str.replace(/[!"#$%&'()*+,.\/:;<=>?@[\\\]^`{|}~]/g, '\\$&').replace(/\s/g, '\\ '); } // Update 'data-tab' attributes and 'id' of divs to remove spaces $('ul li[data-tab]').each(function() { var originalDataTab = $(this).attr('data-tab'); var newDataTab = originalDataTab.replace(/\s+/g, ''); // Set the new data-tab attribute on the $(this).attr('data-tab', newDataTab); // Find the corresponding div using the escaped original ID and update its ID var correspondingDiv = $("div#" + jqSelectorEscape(originalDataTab)); if(correspondingDiv.length) { correspondingDiv.attr("id", newDataTab); } }); // Handle hover functionality $('ul li[data-tab]').hover( function() { var relatedDivId = $(this).attr('data-tab'); // Slide up all divs except the one related to the hovered tab $('.tab-content-box[id]').not('#' + jqSelectorEscape(relatedDivId)).slideUp(); // Slide down the related div $('#' + jqSelectorEscape(relatedDivId)).slideDown(); } ); // Keep the related div open when hovering on it $('.tab-content-box[id]').hover( function() { // Do nothing when hovering over the div }, function() { // Slide up the div when the mouse leaves it $(this).slideUp(); } ); }); .faq-answer-product a { color: #1e75c1; text-decoration: underline; background: transparent; } .faq-container-product { max-width: 1040px; width: 100%; margin: 50px auto; padding: 20px; } .faq-container-product h2{ text-align: left; margin-bottom: 0px; color: #000; padding-bottom: 15px; } .faq-item-product { margin-bottom: 15px; } .florida-tabs-res { background-color: #fff; padding: 0px; max-width: 800px; margin: 20px auto; border-radius: 10px; } .h2-res { font-size: 20px; font-weight: bold; color: #000; } .p-res { font-size: 16px; font-weight: normal; color: #000; } .ul-res { padding-left: 20px; margin-block-start: 0em; color: #000; } .li-res { font-size: 16px; padding-bottom: 5px; list-style: disc !important; color: #000; } .li-res::before { padding-right: 10px; font-weight: bold; } .florida-tabs-links-res { margin-top: 20px; } .florida-tabs-links-res a { font-size: 14px; font-weight: bold; color: #2e2ef6; /* Link color */ text-decoration: none; margin-right: 20px; } .florida-tabs-links-res a:hover { text-decoration: underline; } .faq-question-product { background: #fff; color: #000; padding: 15px; border: none; text-align: left; font-weight: 700; width: 100%; cursor: pointer; font-size: 16px; outline: none; display: flex; align-items: center; justify-content: flex-start; /* Aligns content to the left */ transition: background-color 0.3s ease; } .faq-question-product:hover { box-shadow: 0px 4px 6px 2px #c5c5c5; } .faq-answer-product { max-height: 0; overflow: hidden; padding-left: 20px; padding-right: 20px; background-color: #fff; transition: max-height 0.3s ease; font-size: 15px; text-align: left; /* Align text in the answers to the left */ } .faq-answer-product p { padding: 0; margin: 0; color: #000; } .faq-question-product-product.active + .faq-answer-product { max-height: 300px; /* Adjust based on content */ } /* Arrow Styling */ .faq-question-product .arrow-product { margin-left: auto; /* Moves the arrow to the right end */ transition: transform 0.3s ease; } .faq-question-product.active .arrow-product { transform: rotate(180deg); /* Rotates arrow when active */ } @media only screen and (max-width: 800px) { } @media only screen and (max-width: 767px) { .florida-tabs-links-res { padding-top: 5px; flex-direction: column; } } .wrapper { max-width: 100%; margin: 0 auto; padding: 0; } .background-btn { background-size: 100% 100%; height: 40vh; margin-top: 1em; } .page-header { max-width: 100%; width: 100%; margin: 0 auto; } .img-btn { padding: 5%; } .btn-for-pages { max-width: 80%; margin: 0 auto; } .btn-column { column-count: {{ section.settings.btn-colm }}; margin: 2% 0; } .img-btn:hover { filter: drop-shadow(2px 4px 6px black); } .text-btn-page { position: relative; z-index: 1; position: relative; z-index: 1; display: flex; justify-content: flex-start; height: 100%; align-items: center; font-size: 2.5em; padding: 0% 0 0 2%; } /* tab-css */ .inter-tab { position: relative; } .inter-tab:after { content: ""; position: absolute; width: 50%; right: 0; height: 100%; background: #0A1A3B; top: 0; } .inter-tab::before { content: ""; position: absolute; width: 50%; left: 0; height: 100%; background: #EDAF52; top: 0; } .inter-container { position: relative; max-width: 1440px; margin: 0 auto; display: block; padding: 0 15px; } .inter-tab ul { display: flex; align-items: stretch; position: relative; z-index: 2; } .inter-tab ul>li { flex: 0 0 25%; position: relative; padding: 12px 30px; font-size: 25px; line-height: 1.2; color: #fff; font-weight: 600; cursor: pointer; display: flex; justify-content: center; align-items: center; } .inter-tab ul>li::before { content: ""; position: absolute; right: -12px; background: #fff; z-index: 9; width: 20px; height: 100%; top: 0; clip-path: polygon(37% 0, 100% 50%, 37% 100%, 3% 100%, 41% 50%, 3% 0); } .inter-tab ul>li:last-child::before { content: none; } .tab-content-box { padding: 58px 0 68px 0; display: none; } .inter-tab ul>li:first-child { padding-left: 0; } .tab-inner-content { display: flex; align-items: flex-start; flex-wrap: wrap; } .tab-inner-heading-box { flex: 0 0 50%; } .inter-tab-text { flex: 0 0 50%; } .tab-inner-heading-box { display: flex; } .tab-heading-num h1 { font-size: 157px; color: #fff; opacity: .5; line-height: 1; font-weight: 700; } .tab-inner-heading h4 { font-size: 19px; color: #fff; line-height: 1.3; font-weight: 300; } .tab-inner-heading { padding-top: 10px; padding-left: 30px; } .tab-inner-heading h2 { font-size: 39px; line-height: 1.2; color: #fff; margin-top: 10px; } .inter-tab-text h3 { font-size: 20px; color: #fff; line-height: 1.2; } .inter-tab-text ul>li { font-size: 20px; color: #fff; line-height: 1.2; font-weight: 200; margin-top: 5px; } .inter-tab-text ul { margin-top: 15px; } body#general-contractors-florida-general-contractor-exam .tab-heading-num h1{ position: static; } @media only screen and (max-width: 1300px) { h1.text-btn-page.bafpage { position: absolute; right: 30% } } @media only screen and (max-width: 1100px) { h1.text-btn-page.bafpage { position: absolute; right: 45%; } } @media only screen and (max-width: 992px) { h1.text-btn-page.bafpage { position: absolute; right: 20%; max-width: 50%; font-size: 82px; bottom: 0; display: block; top: 20%; } span.spnaa { display: block; font-size: 52px; margin-left: 120px; padding: 0; line-height: 0; } } @media only screen and (max-width: 768px) { body#general-contractors-florida-general-contractor-exam hr{ margin-top: 126px; } .tab-heading-num h1{ position: static !important; } .btn-column { column-count: 2; } .btn-for-pages { max-width: 90%; } .img-btn { padding: 0%; } body#general-contractors-florida-general-contractor-exam h1.text-btn-page{ position: absolute; right: 15%; max-width: 70%; font-size: 44px !important; bottom: 0; display: block; top: 30%; } div#shopify-section-gc span.spnaa { display: block; font-size: 27px; margin-left: 0px; padding: 0; line-height: 0; } .inter-tab ul{ display:none; } .tab-content-box{ display:block; } .inter-tab-text,.tab-inner-heading-box { flex: 0 0 100%; } .tab-inner-heading-box { /* display: block; */ } .tab-content-box { padding: 28px 0 38px 0; } .tab-heading-num h1 { font-size: 80px !important; } .tab-inner-heading h4 { font-size: 12px; } .tab-inner-heading { padding-left: 10px; } .tab-inner-heading h2 { font-size: 20px; margin-top: 5px; } .inter-tab-text { margin-top: 30px; } .inter-tab-text h3 { font-size: 18px; } li { margin: 0; padding: 0; padding-bottom: 5px; list-style: disc; } .count li { list-style: auto; } .inter-tab-text ul {margin-top: 10px;} .inter-tab-text ul>li { font-size: 14px; } } .cart-message { position: fixed; top: 20px; right: -300px; /* Initially off-screen to the right */ background-color: #c2372f; color: white; padding: 15px 20px; font-size: 14px; border-radius: 5px; box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); z-index: 9999; transition: right 0.5s ease; /* Smooth slide-in */ width: auto; max-width: 300px; } .cart-message.show { right: 20px; /* Slide into view */ } @media only screen and (max-width: 800px) { .video-wrapper { max-width: 50%; margin-left: 1em; } .video-wrapper iframe { height: 280px !important; } } @media only screen and (max-width: 767px) { .video-wrapper { max-width: 100%; text-align: center; } .florida-tabs-links-res { padding-top: 5px; flex-direction: column; } .cart-message { top: auto; bottom: 20px; /* Place it at the bottom on mobile */ right: -300px; /* Initially off-screen */ max-width: 90%; /* Make it responsive to smaller screens */ padding: 10px 15px; /* Smaller padding */ } .cart-message.show { right: 5%; /* Slide into view, keeping it inside the screen */ } .add-to-cart-btn { font-size: 14px; /* Slightly smaller font for the button */ padding: 10px 15px; } } @media only screen and (max-width: 600px) { body#general-contractors-florida-general-contractor-exam hr{ margin-top: 14px; } }

Save on Florida Limited Energy Contractor Exam - Book Rental with a 1 Exam Prep promo code

Checkmate is a savings app with over one million users that have saved $$$ on brands like 1 Exam Prep.

The Checkmate extension automatically applies 1 Exam Prep discount codes, 1 Exam Prep coupons and more to give you discounts on products like Florida Limited Energy Contractor Exam - Book Rental.

Top 1 Exam Prep discount codes

See all codes

chevron