{"title":"South Carolina Electrical Exam Prep","description":"\u003cstyle\u003e\n  .jcr-sc-collection-landing {\n    --ink: #0c1f3f;\n    --muted: #4c5870;\n    --line: #dfe6f2;\n    --soft: #f4f7fb;\n    --brand: #d97a05;\n    --brand-dark: #ad5f03;\n    color: #fff;\n    font-family: \"Source Sans Pro\", Arial, sans-serif;\n    max-width: 780px;\n  }\n  .collection-hero {\n    isolation: isolate;\n    position: relative;\n  }\n  .collection-hero__image {\n    z-index: 0;\n  }\n  .collection-hero::after {\n    background: linear-gradient(90deg, rgba(1,11,64,.72), rgba(1,11,64,.45), rgba(1,11,64,.08));\n    border-radius: inherit;\n    content: \"\";\n    inset: 0;\n    pointer-events: none;\n    position: absolute;\n    z-index: 1;\n  }\n  .collection-hero__content-wrap {\n    position: relative;\n    z-index: 2;\n  }\n  .collection-hero__content h1 {\n    text-shadow: 0 2px 18px rgba(1,11,64,.55);\n  }\n  .jcr-sc-collection-landing * { box-sizing: border-box; }\n  .jcr-sc-collection-landing a { color: inherit; }\n  .section-collection-workshops-wrapper,\n  [id*=\"custom_list_feature_image\"] {\n    display: none !important;\n  }\n  .jcr-sc-kicker {\n    color: #ffcf8c;\n    font-size: 14px;\n    font-weight: 900;\n    letter-spacing: 1px;\n    margin: 0 0 12px;\n    text-transform: uppercase;\n  }\n  .jcr-sc-lead {\n    color: rgba(255,255,255,.92);\n    font-size: clamp(20px, 2.2vw, 27px);\n    font-weight: 800;\n    line-height: 1.25;\n    margin: 0 0 18px;\n  }\n  .jcr-sc-copy {\n    color: rgba(255,255,255,.9);\n    font-size: 18px;\n    line-height: 1.5;\n    margin: 0 0 24px;\n  }\n  .jcr-sc-actions {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n    margin: 0 0 26px;\n  }\n  .jcr-sc-button {\n    align-items: center;\n    border-radius: 6px;\n    display: inline-flex;\n    font-size: 16px;\n    font-weight: 900;\n    justify-content: center;\n    min-height: 48px;\n    padding: 13px 22px;\n    text-decoration: none !important;\n  }\n  .jcr-sc-button--primary {\n    background: var(--brand);\n    border: 2px solid var(--brand);\n    color: #fff !important;\n  }\n  .jcr-sc-button--primary:hover {\n    background: var(--brand-dark);\n    border-color: var(--brand-dark);\n  }\n  .jcr-sc-button--secondary {\n    background: #fff;\n    border: 2px solid #fff;\n    color: var(--ink) !important;\n  }\n  .jcr-sc-stat-callout {\n    align-items: center;\n    background: #fff;\n    border-left: 6px solid var(--brand);\n    border-radius: 8px;\n    color: var(--ink);\n    display: flex;\n    gap: 22px;\n    margin: 0 0 22px;\n    padding: 22px 26px;\n  }\n  .jcr-sc-stat-callout__number {\n    color: var(--ink);\n    flex-shrink: 0;\n    font-size: clamp(48px, 7vw, 64px);\n    font-weight: 900;\n    line-height: 1;\n  }\n  .jcr-sc-stat-callout__text {\n    color: var(--ink);\n    font-size: 17px;\n    line-height: 1.4;\n  }\n  .jcr-sc-stat-callout__text strong { color: var(--brand); }\n  .jcr-sc-proof,\n  .jcr-sc-warning {\n    background: rgba(255,255,255,.96);\n    border: 1px solid var(--line);\n    border-radius: 8px;\n    color: var(--ink);\n    font-size: 16px;\n    line-height: 1.45;\n    margin: 0 0 22px;\n    padding: 18px 22px;\n  }\n  .jcr-sc-proof strong,\n  .jcr-sc-warning strong {\n    color: var(--brand);\n  }\n  .jcr-sc-warning {\n    border-left: 6px solid var(--brand);\n  }\n  .jcr-sc-warning a {\n    color: var(--ink);\n    font-weight: 800;\n    text-decoration: underline;\n  }\n  .jcr-sc-options {\n    display: grid;\n    gap: 16px;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    margin: 0 0 22px;\n  }\n  .jcr-sc-option {\n    background: rgba(255,255,255,.96);\n    border: 1px solid var(--line);\n    border-radius: 8px;\n    color: var(--ink);\n    padding: 22px;\n  }\n  .jcr-sc-option h2 {\n    color: var(--ink);\n    font-size: 24px;\n    line-height: 1.15;\n    margin: 0 0 10px;\n  }\n  .jcr-sc-option p {\n    color: var(--muted);\n    font-size: 16px;\n    line-height: 1.45;\n    margin: 0 0 14px;\n  }\n  .jcr-sc-note {\n    background: rgba(1,11,64,.62);\n    border-left: 4px solid var(--brand);\n    border-radius: 8px;\n    color: rgba(255,255,255,.94);\n    font-size: 16px;\n    line-height: 1.45;\n    margin: 0;\n    padding: 18px 20px;\n  }\n  .jcr-sc-note a {\n    color: #ffcf8c;\n    font-weight: 800;\n    text-decoration: underline;\n  }\n  @media (max-width: 700px) {\n    .jcr-sc-actions .jcr-sc-button,\n    .jcr-sc-options {\n      width: 100%;\n    }\n    .jcr-sc-options {\n      grid-template-columns: 1fr;\n    }\n    .jcr-sc-stat-callout {\n      align-items: flex-start;\n      flex-direction: column;\n      gap: 8px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"jcr-sc-collection-landing\"\u003e\n  \u003cp class=\"jcr-sc-kicker\"\u003eSouth Carolina electrical exam prep\u003c\/p\u003e\n  \u003cp class=\"jcr-sc-lead\"\u003eLive online 2020 NEC exam prep for South Carolina electrical contractor candidates.\u003c\/p\u003e\n  \u003cp class=\"jcr-sc-copy\"\u003ePrepare for the trade\/code portion of the SC Electrical Contractor exam with Code navigation, calculations, and timed practice. Join the live virtual class or start with JCR's self-study materials if you want to prepare on your own schedule.\u003c\/p\u003e\n\n  \u003cdiv class=\"jcr-sc-actions\"\u003e\n    \u003ca class=\"jcr-sc-button jcr-sc-button--primary\" href=\"\/products\/7-15-26-electrical-exam-prep-live-virtual\"\u003eEnroll in Live Virtual Class\u003c\/a\u003e\n    \u003ca class=\"jcr-sc-button jcr-sc-button--secondary\" href=\"\/collections\/study-materials-practice-tests\"\u003eView Self-Study Materials\u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"jcr-sc-stat-callout\"\u003e\n    \u003cdiv class=\"jcr-sc-stat-callout__number\"\u003e93%\u003c\/div\u003e\n    \u003cdiv class=\"jcr-sc-stat-callout__text\"\u003e\n\u003cstrong\u003ePass rate\u003c\/strong\u003e across JCR electrical exam prep students. Built around the \u003cstrong\u003e2020 NEC\u003c\/strong\u003e, the code edition listed for South Carolina's electrical contractor trade exam.\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"jcr-sc-proof\"\u003e\n    \u003cstrong\u003eTrusted training since 1985:\u003c\/strong\u003e JCR serves South Carolina electricians with 2020 NEC exam prep and helps cross-border electricians complete NC and Georgia-approved continuing education. South Carolina does not currently require CE for electrical license renewal, but many SC electricians with NC or other reciprocal licenses take JCR CE classes for their out-of-state CE requirements.\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"jcr-sc-options\"\u003e\n    \u003carticle class=\"jcr-sc-option\"\u003e\n      \u003ch2\u003eLive virtual class\u003c\/h2\u003e\n      \u003cp\u003eFour Zoom sessions with Mike Waggoner, JCR workbooks, code tabs, timed practice, and live instructor Q\u0026amp;A from anywhere in South Carolina.\u003c\/p\u003e\n      \u003ca class=\"jcr-sc-button jcr-sc-button--primary\" href=\"\/products\/7-15-26-electrical-exam-prep-live-virtual\"\u003eView July Class\u003c\/a\u003e\n    \u003c\/article\u003e\n    \u003carticle class=\"jcr-sc-option\"\u003e\n      \u003ch2\u003eSelf-study materials\u003c\/h2\u003e\n      \u003cp\u003eManuals, online videos, practice questions, and code tabs for students who prefer to prepare independently before exam day.\u003c\/p\u003e\n      \u003ca class=\"jcr-sc-button jcr-sc-button--secondary\" href=\"\/collections\/study-materials-practice-tests\"\u003eShop Materials\u003c\/a\u003e\n    \u003c\/article\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"jcr-sc-warning\"\u003e\n    \u003cstrong\u003eImportant:\u003c\/strong\u003e South Carolina electrical applicants typically need the trade\/electrical exam and a separate Business Management \u0026amp; Law exam. JCR prepares students for the electrical\/code side. For licensing details, see JCR's \u003ca href=\"\/blogs\/news\/i-want-to-get-my-south-carolina-electrical-license-what-do-i-need-to-do\"\u003eSouth Carolina electrical license guide\u003c\/a\u003e.\n  \u003c\/div\u003e\n\n  \u003cp class=\"jcr-sc-note\"\u003ePrefer an in-person workshop? Many South Carolina students choose nearby JCR exam prep classes in \u003ca href=\"\/collections\/charlotte\"\u003eCharlotte\u003c\/a\u003e or \u003ca href=\"\/collections\/asheville\"\u003eAsheville\u003c\/a\u003e. The live virtual class is still the best first option if you want to avoid travel. Questions? Call JCR at \u003ca href=\"tel:+17046968555\"\u003e(704) 696-8555\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n","products":[{"product_id":"limited-unlimited-exam-preparation-bundle","title":"Limited-Unlimited Exam Preparation Bundle","description":"\u003ch5\u003ePrepare for your Limited, Intermediate, or Unlimited electrical licensing exam with JCR’s complete self-study exam prep bundle.\u003c\/h5\u003e\u003cbr\u003e\u003cp\u003eThis bundle gives you a structured study path built around the 2020 NEC, with the manual, videos, practice exams, mock exam access, and code book tabs you need to study with confidence.\u003c\/p\u003e\u003cbr\u003e\u003cp\u003eThis bundle includes:\u003c\/p\u003e\u003cbr\u003e\u003cul\u003e  \u003cli\u003eJCR Exam Prep Manual\u003c\/li\u003e  \u003cli\u003eFull access to online exam preparation videos based on the 2020 NEC\u003c\/li\u003e  \u003cli\u003eMock Exam Booklet with 500+ proprietary, realistic practice questions\u003c\/li\u003e  \u003cli\u003eAccess to JCR’s digital mock exam app\u003c\/li\u003e  \u003cli\u003eJCR's code book tabs\u003c\/li\u003e\n\u003c\/ul\u003e\u003cbr\u003e\u003cp\u003eThe Exam Prep Manual guides you through NEC navigation, formulas, calculations, and core exam topics in the order you should study them. The video lessons reinforce those concepts with detailed instruction and step-by-step explanations. The Sample Exam Booklet and digital mock exam help you test your knowledge, build speed, and identify weak areas before exam day.\u003c\/p\u003e\u003cbr\u003e\n\n\u003cstyle\u003e\n  .jcr-bundle-state-proof {\n    background: #f4f7fb;\n    border: 1px solid #dfe6f2;\n    border-radius: 8px;\n    margin: 32px 0 0;\n    padding: 28px;\n  }\n\n  .jcr-bundle-state-proof .jcr-state-grid__heading {\n    color: #0c1f3f;\n    font-size: 26px;\n    font-weight: 800;\n    line-height: 1.2;\n    margin: 0 0 18px;\n  }\n\n  .jcr-bundle-state-proof .jcr-state-pills {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin: 0 0 18px;\n  }\n\n  .jcr-bundle-state-proof a.jcr-state-grid__pill {\n    align-items: center;\n    background: #ffffff;\n    border: 2px solid #cbd4e6;\n    border-radius: 999px;\n    box-sizing: border-box;\n    color: #0c1f3f;\n    display: flex;\n    flex: 0 0 calc(33.333% - 7px);\n    font-size: 14px;\n    font-weight: 800;\n    justify-content: center;\n    line-height: 1.2;\n    min-height: 46px;\n    padding: 10px 12px;\n    text-align: center;\n    text-decoration: none;\n  }\n\n  .jcr-bundle-state-proof a.jcr-state-grid__pill:hover {\n    background: #ffffff;\n    border-color: #9eabc6;\n    color: #0c1f3f;\n  }\n\n  .jcr-bundle-state-proof .jcr-state-grid__footnote {\n    color: #0c1f3f;\n    font-size: 15px;\n    font-weight: 600;\n    line-height: 1.45;\n    margin: 14px 0 0;\n  }\n\n  .jcr-bundle-state-proof .jcr-state-grid__footnote a {\n    color: #0c1f3f;\n    font-weight: 800;\n    text-decoration: underline;\n  }\n\n  @media (max-width: 749px) {\n    .jcr-bundle-state-proof {\n      padding: 22px 16px;\n    }\n\n    .jcr-bundle-state-proof a.jcr-state-grid__pill {\n      flex-basis: calc(50% - 5px);\n      font-size: 13px;\n      min-height: 44px;\n      padding: 10px 8px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"jcr-bundle-state-proof\"\u003e\n  \u003ch3 class=\"jcr-state-grid__heading\"\u003eJCR Exam Prep serves electricians across 15 states and cities\u003c\/h3\u003e\n\n  \u003cdiv class=\"jcr-state-pills\"\u003e\n    \u003ca href=\"\/pages\/state-requirements-electricians?state=north-carolina\" class=\"jcr-state-grid__pill\"\u003eNorth Carolina\u003c\/a\u003e\n    \u003ca href=\"\/pages\/state-requirements-electricians?state=south-carolina\" class=\"jcr-state-grid__pill\"\u003eSouth Carolina\u003c\/a\u003e\n    \u003ca href=\"\/pages\/state-requirements-electricians?state=virginia\" class=\"jcr-state-grid__pill\"\u003eVirginia\u003c\/a\u003e\n    \u003ca href=\"\/pages\/state-requirements-electricians?state=alaska\" class=\"jcr-state-grid__pill\"\u003eAlaska\u003c\/a\u003e\n    \u003ca href=\"\/pages\/state-requirements-electricians?state=connecticut\" class=\"jcr-state-grid__pill\"\u003eConnecticut\u003c\/a\u003e\n    \u003ca href=\"\/pages\/state-requirements-electricians?state=delaware\" class=\"jcr-state-grid__pill\"\u003eDelaware\u003c\/a\u003e\n    \u003ca href=\"\/pages\/state-requirements-electricians?state=hawaii\" class=\"jcr-state-grid__pill\"\u003eHawaii\u003c\/a\u003e\n    \u003ca href=\"\/pages\/state-requirements-electricians?state=maryland\" class=\"jcr-state-grid__pill\"\u003eMaryland\u003c\/a\u003e\n    \u003ca href=\"\/pages\/state-requirements-electricians?state=mississippi\" class=\"jcr-state-grid__pill\"\u003eMississippi\u003c\/a\u003e\n    \u003ca href=\"\/pages\/state-requirements-electricians?state=montana\" class=\"jcr-state-grid__pill\"\u003eMontana\u003c\/a\u003e\n    \u003ca href=\"\/pages\/state-requirements-electricians?state=tennessee\" class=\"jcr-state-grid__pill\"\u003eMemphis\u003c\/a\u003e\n    \u003ca href=\"\/pages\/state-requirements-electricians?state=new-mexico\" class=\"jcr-state-grid__pill\"\u003eNew Mexico\u003c\/a\u003e\n    \u003ca href=\"\/pages\/state-requirements-electricians?state=new-york\" class=\"jcr-state-grid__pill\"\u003eNew York City\u003c\/a\u003e\n    \u003ca href=\"\/pages\/state-requirements-electricians?state=pennsylvania\" class=\"jcr-state-grid__pill\"\u003ePhiladelphia\u003c\/a\u003e\n    \u003ca href=\"\/pages\/state-requirements-electricians?state=washington\" class=\"jcr-state-grid__pill\"\u003eWashington\u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"jcr-state-grid__footnote\"\u003eThese states and cities currently test electricians on the 2020 NEC - confirm your exact exam edition on your \u003ca href=\"\/pages\/state-requirements-electricians\"\u003estate's requirements page -\u0026gt;\u003c\/a\u003e\u003c\/p\u003e\n  \u003cp class=\"jcr-state-grid__footnote\"\u003eGroup discounts available for orders of 5+ bundles. \u003ca href=\"mailto:info@jcrproductions.com\"\u003eEmail JCR -\u0026gt;\u003c\/a\u003e\u003c\/p\u003e\n  \u003cp class=\"jcr-state-grid__footnote\"\u003eWant live instruction? Browse our intensive two-day exam prep workshops \u003ca href=\"\/collections\/nec-exam-prep\"\u003e-\u0026gt;\u003c\/a\u003e\u003c\/p\u003e\n  \u003cp class=\"jcr-state-grid__footnote\"\u003eQuestions? Call JCR at \u003ca href=\"tel:7046968555\"\u003e(704) 696-8555\u003c\/a\u003e or \u003ca href=\"mailto:info@jcrproductions.com?subject=Exam%20Prep%20Bundle%20Question\"\u003eemail us\u003c\/a\u003e for help choosing the right exam prep option.\u003c\/p\u003e\n\u003c\/div\u003e\n","brand":"JCR Productions","offers":[{"title":"Default Title","offer_id":52065264402713,"sku":null,"price":495.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0983\/4089\/7049\/files\/Licence_Bundle.png?v=1773288147"},{"product_id":"7-15-26-electrical-exam-prep-live-virtual","title":"7\/15\/26 - Electrical Exam Prep - Live Virtual 4 Sessions (Mike Waggoner)","description":"\u003cp\u003e\u003cimg\u003e\u003c\/p\u003e","brand":"JCR Productions","offers":[{"title":"Default Title","offer_id":52422502023449,"sku":null,"price":747.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0983\/4089\/7049\/files\/10_OFF_-3.png?v=1782314006"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0983\/4089\/7049\/collections\/lawAdobeStock_355728673_1_copy_71539771-1be6-45a9-9347-ec2c34cbb590.png?v=1782332133","url":"https:\/\/www.jcrproductions.com\/collections\/south-carolina-exam-prep.oembed","provider":"JCR Productions","version":"1.0","type":"link"}