{"id":946,"date":"2026-07-29T09:46:38","date_gmt":"2026-07-29T09:46:38","guid":{"rendered":"https:\/\/intuitioncentres.com\/exam-centres\/?page_id=946"},"modified":"2026-07-29T12:23:26","modified_gmt":"2026-07-29T12:23:26","slug":"functional-skills-purchase-page","status":"publish","type":"page","link":"https:\/\/intuitioncentres.com\/exam-centres\/functional-skills-purchase-page\/","title":{"rendered":"Functional Skills Purchase Page"},"content":{"rendered":"\n<!-- Intuition Exam Centres - Functional Skills Purchase Page -->\n\n<style>\n  .iec-fs-purchase,\n  .iec-fs-purchase * {\n    box-sizing: border-box;\n  }\n\n  .iec-fs-purchase {\n    --iec-orange: #ed5623;\n    --iec-orange-dark: #c94317;\n    --iec-orange-soft: #fff2ec;\n\n    --iec-teal: #21d5cd;\n    --iec-teal-dark: #087f7b;\n    --iec-teal-soft: #eafcfb;\n\n    --iec-text: #263238;\n    --iec-muted: #63747a;\n    --iec-border: #e5eeee;\n\n    max-width: 1120px;\n    margin: 0 auto 8px;\n    padding: 0 18px;\n\n    font-family: inherit;\n    color: var(--iec-text);\n  }\n\n\n  \/* =========================================================\n     HERO\n     ========================================================= *\/\n\n  .iec-fs-purchase__hero {\n    position: relative;\n    overflow: hidden;\n\n    padding: 36px;\n\n    background:\n      radial-gradient(\n        circle at 93% 10%,\n        rgba(33, 213, 205, 0.15) 0 82px,\n        transparent 83px\n      ),\n      radial-gradient(\n        circle at 86% 30%,\n        rgba(237, 86, 35, 0.07) 0 140px,\n        transparent 141px\n      ),\n      linear-gradient(\n        135deg,\n        #ffffff 0%,\n        #f8fdfd 100%\n      );\n\n    border: 1px solid var(--iec-border);\n    border-bottom: 0;\n    border-radius: 26px 26px 0 0;\n\n    box-shadow:\n      0 10px 30px rgba(31, 64, 68, 0.06);\n  }\n\n\n  \/* =========================================================\n     PROGRESS\n     ========================================================= *\/\n\n  .iec-fs-purchase__progress {\n    display: flex;\n    flex-wrap: wrap;\n    align-items: center;\n\n    gap: 7px;\n\n    margin-bottom: 24px;\n  }\n\n  .iec-fs-purchase__step {\n    display: inline-flex;\n    align-items: center;\n\n    gap: 7px;\n\n    padding: 7px 11px;\n\n    border-radius: 999px;\n\n    font-size: 13px;\n    font-weight: 800;\n    line-height: 1.2;\n  }\n\n  .iec-fs-purchase__step--done {\n    color: #21494a;\n\n    background:\n      rgba(33, 213, 205, 0.12);\n\n    border:\n      1px solid rgba(33, 213, 205, 0.32);\n  }\n\n  .iec-fs-purchase__step--current {\n    color: #ffffff;\n\n    background:\n      var(--iec-orange);\n\n    border:\n      1px solid var(--iec-orange);\n  }\n\n  .iec-fs-purchase__tick {\n    display: grid;\n    place-items: center;\n\n    width: 18px;\n    height: 18px;\n\n    border-radius: 50%;\n\n    background:\n      var(--iec-teal);\n\n    color:\n      #153f40;\n\n    font-size: 11px;\n    font-weight: 900;\n  }\n\n  .iec-fs-purchase__chevron {\n    color: #a1adaf;\n    font-size: 16px;\n  }\n\n\n  \/* =========================================================\n     TITLE\n     ========================================================= *\/\n\n  .iec-fs-purchase__eyebrow {\n    display: inline-flex;\n    align-items: center;\n\n    gap: 9px;\n\n    margin-bottom: 9px;\n\n    color:\n      var(--iec-orange);\n\n    font-size: 14px;\n    font-weight: 800;\n\n    letter-spacing: 0.04em;\n    text-transform: uppercase;\n  }\n\n  .iec-fs-purchase__eyebrow::before {\n    content: \"\";\n\n    width: 24px;\n    height: 4px;\n\n    border-radius: 999px;\n\n    background:\n      var(--iec-teal);\n  }\n\n  .iec-fs-purchase h1 {\n    max-width: 860px;\n\n    margin: 0 0 14px;\n\n    color:\n      var(--iec-text);\n\n    font-size:\n      clamp(31px, 4.5vw, 47px);\n\n    line-height:\n      1.08;\n\n    letter-spacing:\n      -0.025em;\n\n    font-weight:\n      850;\n  }\n\n  .iec-fs-purchase__lead {\n    max-width: 900px;\n\n    margin: 0;\n\n    color:\n      var(--iec-muted);\n\n    font-size:\n      18px;\n\n    line-height:\n      1.7;\n  }\n\n  .iec-fs-purchase__lead strong {\n    color:\n      var(--iec-text);\n  }\n\n\n  \/* =========================================================\n     QUICK INFORMATION CARDS\n     ========================================================= *\/\n\n  .iec-fs-purchase__cards {\n    display: grid;\n\n    grid-template-columns:\n      repeat(2, minmax(0, 1fr));\n\n    gap: 14px;\n\n    margin-top: 26px;\n  }\n\n  .iec-fs-purchase__card {\n    padding: 20px;\n\n    border:\n      1px solid var(--iec-border);\n\n    border-radius: 17px;\n\n    background:\n      #ffffff;\n  }\n\n  .iec-fs-purchase__card-heading {\n    display: flex;\n    align-items: center;\n\n    gap: 10px;\n\n    margin-bottom: 8px;\n\n    color:\n      var(--iec-text);\n\n    font-size: 17px;\n    font-weight: 800;\n  }\n\n  .iec-fs-purchase__icon {\n    flex: 0 0 36px;\n\n    display: grid;\n    place-items: center;\n\n    width: 36px;\n    height: 36px;\n\n    border-radius: 11px;\n\n    background:\n      rgba(33, 213, 205, 0.14);\n\n    color:\n      #176e6a;\n\n    font-size: 17px;\n    font-weight: 900;\n  }\n\n  .iec-fs-purchase__card:nth-child(2)\n  .iec-fs-purchase__icon {\n    background:\n      rgba(237, 86, 35, 0.1);\n\n    color:\n      var(--iec-orange);\n  }\n\n  .iec-fs-purchase__card p {\n    margin: 0;\n\n    color:\n      var(--iec-muted);\n\n    font-size: 15.5px;\n    line-height: 1.62;\n  }\n\n\n  \/* =========================================================\n     SUBJECTS \/ LEVELS\n     ========================================================= *\/\n\n  .iec-fs-options {\n    margin-top: 16px;\n\n    padding: 22px;\n\n    border:\n      1px solid var(--iec-border);\n\n    border-radius: 18px;\n\n    background:\n      #ffffff;\n  }\n\n  .iec-fs-options__heading {\n    margin-bottom: 17px;\n  }\n\n  .iec-fs-options__heading span {\n    display: block;\n\n    margin-bottom: 3px;\n\n    color:\n      var(--iec-orange);\n\n    font-size: 13px;\n    font-weight: 800;\n\n    letter-spacing:\n      0.04em;\n\n    text-transform:\n      uppercase;\n  }\n\n  .iec-fs-options__heading h2 {\n    margin: 0;\n\n    color:\n      var(--iec-text);\n\n    font-size:\n      clamp(21px, 3vw, 27px);\n\n    line-height:\n      1.2;\n\n    font-weight:\n      850;\n  }\n\n  .iec-fs-options__grid {\n    display: grid;\n\n    grid-template-columns:\n      repeat(2, minmax(0, 1fr));\n\n    gap: 12px;\n  }\n\n  .iec-fs-options__item {\n    position: relative;\n\n    padding: 19px;\n\n    border:\n      1px solid var(--iec-border);\n\n    border-radius: 15px;\n\n    background:\n      #fbfdfd;\n  }\n\n  .iec-fs-options__item--english {\n    border-top:\n      4px solid var(--iec-teal);\n  }\n\n  .iec-fs-options__item--maths {\n    border-top:\n      4px solid var(--iec-orange);\n  }\n\n  .iec-fs-options__subject {\n    display: flex;\n    align-items: center;\n\n    gap: 10px;\n\n    margin-bottom: 10px;\n  }\n\n  .iec-fs-options__subject-icon {\n    display: grid;\n    place-items: center;\n\n    width: 40px;\n    height: 40px;\n\n    flex: 0 0 40px;\n\n    border-radius: 12px;\n\n    background:\n      var(--iec-teal-soft);\n\n    color:\n      var(--iec-teal-dark);\n\n    font-size: 17px;\n    font-weight: 900;\n  }\n\n  .iec-fs-options__item--maths\n  .iec-fs-options__subject-icon {\n    background:\n      var(--iec-orange-soft);\n\n    color:\n      var(--iec-orange-dark);\n  }\n\n  .iec-fs-options__subject strong {\n    color:\n      var(--iec-text);\n\n    font-size: 18px;\n    font-weight: 850;\n  }\n\n  .iec-fs-options__levels {\n    display: flex;\n    flex-wrap: wrap;\n\n    gap: 7px;\n\n    margin-bottom: 9px;\n  }\n\n  .iec-fs-options__level {\n    display: inline-flex;\n\n    padding: 5px 9px;\n\n    border-radius: 999px;\n\n    background:\n      #f0f5f6;\n\n    color:\n      #44575d;\n\n    font-size: 13px;\n    font-weight: 800;\n  }\n\n  .iec-fs-options__item p {\n    margin: 0;\n\n    color:\n      var(--iec-muted);\n\n    font-size: 14.5px;\n    line-height: 1.58;\n  }\n\n\n  \/* =========================================================\n     HOW IT WORKS\n     ========================================================= *\/\n\n  .iec-fs-process {\n    margin-top: 16px;\n\n    padding: 22px;\n\n    border:\n      1px solid var(--iec-border);\n\n    border-radius: 18px;\n\n    background:\n      #ffffff;\n  }\n\n  .iec-fs-process__heading {\n    margin-bottom: 17px;\n  }\n\n  .iec-fs-process__heading span {\n    display: block;\n\n    margin-bottom: 3px;\n\n    color:\n      var(--iec-orange);\n\n    font-size: 13px;\n    font-weight: 800;\n\n    letter-spacing:\n      0.04em;\n\n    text-transform:\n      uppercase;\n  }\n\n  .iec-fs-process__heading h2 {\n    margin: 0;\n\n    color:\n      var(--iec-text);\n\n    font-size:\n      clamp(21px, 3vw, 27px);\n\n    line-height:\n      1.2;\n\n    font-weight:\n      850;\n  }\n\n  .iec-fs-process__grid {\n    display: grid;\n\n    grid-template-columns:\n      repeat(3, minmax(0, 1fr));\n\n    gap: 12px;\n  }\n\n  .iec-fs-process__item {\n    padding: 17px;\n\n    border:\n      1px solid var(--iec-border);\n\n    border-radius:\n      15px;\n\n    background:\n      #fbfdfd;\n  }\n\n  .iec-fs-process__number {\n    display: grid;\n\n    width: 37px;\n    height: 37px;\n\n    place-items: center;\n\n    margin-bottom: 10px;\n\n    border-radius:\n      11px;\n\n    background:\n      var(--iec-orange);\n\n    color:\n      #ffffff;\n\n    font-size:\n      15px;\n\n    font-weight:\n      900;\n  }\n\n  .iec-fs-process__item strong {\n    display: block;\n\n    margin-bottom: 5px;\n\n    color:\n      var(--iec-text);\n\n    font-size:\n      16px;\n\n    font-weight:\n      850;\n  }\n\n  .iec-fs-process__item p {\n    margin: 0;\n\n    color:\n      var(--iec-muted);\n\n    font-size:\n      14.5px;\n\n    line-height:\n      1.58;\n  }\n\n\n  \/* =========================================================\n     IMPORTANT NOTICE\n     ========================================================= *\/\n\n  .iec-fs-purchase__notice {\n    display: flex;\n\n    align-items: flex-start;\n\n    gap: 12px;\n\n    margin-top: 14px;\n\n    padding: 17px 18px;\n\n    border:\n      1px solid rgba(237, 86, 35, 0.2);\n\n    border-radius:\n      15px;\n\n    background:\n      #fff8f4;\n  }\n\n  .iec-fs-purchase__notice-icon {\n    flex: 0 0 30px;\n\n    display: grid;\n    place-items: center;\n\n    width: 30px;\n    height: 30px;\n\n    border-radius: 9px;\n\n    background:\n      var(--iec-orange);\n\n    color:\n      #ffffff;\n\n    font-weight:\n      900;\n  }\n\n  .iec-fs-purchase__notice strong {\n    display: block;\n\n    margin-bottom: 3px;\n\n    color:\n      var(--iec-text);\n\n    font-size:\n      15.5px;\n  }\n\n  .iec-fs-purchase__notice p {\n    margin: 0;\n\n    color:\n      var(--iec-muted);\n\n    font-size:\n      14.5px;\n\n    line-height:\n      1.58;\n  }\n\n\n  \/* =========================================================\n     CHECK BEFORE SELECTING\n     ========================================================= *\/\n\n  .iec-fs-check {\n    display: flex;\n\n    align-items: flex-start;\n\n    gap: 12px;\n\n    margin-top: 12px;\n\n    padding: 17px 18px;\n\n    border:\n      1px solid rgba(33, 213, 205, 0.28);\n\n    border-radius:\n      15px;\n\n    background:\n      #f1fdfc;\n  }\n\n  .iec-fs-check__icon {\n    flex: 0 0 30px;\n\n    display: grid;\n    place-items: center;\n\n    width: 30px;\n    height: 30px;\n\n    border-radius: 9px;\n\n    background:\n      var(--iec-teal);\n\n    color:\n      #174747;\n\n    font-weight:\n      900;\n  }\n\n  .iec-fs-check strong {\n    display: block;\n\n    margin-bottom: 3px;\n\n    color:\n      var(--iec-text);\n\n    font-size:\n      15.5px;\n  }\n\n  .iec-fs-check p {\n    margin: 0;\n\n    color:\n      var(--iec-muted);\n\n    font-size:\n      14.5px;\n\n    line-height:\n      1.58;\n  }\n\n\n  \/* =========================================================\n     TRANSITION INTO PRODUCTS\n     ========================================================= *\/\n\n  .iec-fs-break {\n    position: relative;\n\n    padding:\n      24px 24px 27px;\n\n    text-align:\n      center;\n\n    background:\n      linear-gradient(\n        90deg,\n        rgba(33, 213, 205, 0.1),\n        #ffffff 48%,\n        rgba(237, 86, 35, 0.08)\n      );\n\n    border-left:\n      1px solid var(--iec-border);\n\n    border-right:\n      1px solid var(--iec-border);\n\n    border-top:\n      1px solid rgba(33, 213, 205, 0.25);\n  }\n\n  .iec-fs-break__label {\n    margin:\n      0 0 4px;\n\n    color:\n      var(--iec-orange);\n\n    font-size:\n      13px;\n\n    font-weight:\n      800;\n\n    letter-spacing:\n      0.04em;\n\n    text-transform:\n      uppercase;\n  }\n\n  .iec-fs-break h2 {\n    margin:\n      0 0 7px;\n\n    color:\n      var(--iec-text);\n\n    font-size:\n      clamp(22px, 3vw, 29px);\n\n    line-height:\n      1.2;\n\n    font-weight:\n      800;\n  }\n\n  .iec-fs-break p {\n    max-width: 720px;\n\n    margin:\n      0 auto;\n\n    color:\n      var(--iec-muted);\n\n    font-size:\n      16px;\n\n    line-height:\n      1.55;\n  }\n\n  .iec-fs-break__arrow {\n    display: grid;\n    place-items: center;\n\n    width: 38px;\n    height: 38px;\n\n    margin:\n      15px auto 0;\n\n    border-radius:\n      50%;\n\n    background:\n      var(--iec-orange);\n\n    color:\n      #ffffff;\n\n    font-size:\n      22px;\n\n    font-weight:\n      900;\n  }\n\n  .iec-fs-break::after {\n    content: \"\";\n\n    position: absolute;\n\n    left: 50%;\n    bottom: 0;\n\n    width: 74px;\n    height: 4px;\n\n    transform:\n      translateX(-50%);\n\n    border-radius:\n      999px 999px 0 0;\n\n    background:\n      var(--iec-teal);\n  }\n\n\n  \/* =========================================================\n     MOBILE\n     ========================================================= *\/\n\n  @media (max-width: 800px) {\n\n    .iec-fs-process__grid {\n      grid-template-columns:\n        1fr;\n    }\n\n  }\n\n\n  @media (max-width: 760px) {\n\n    .iec-fs-purchase {\n      padding:\n        0 12px;\n\n      margin-bottom:\n        5px;\n    }\n\n    .iec-fs-purchase__hero {\n      padding:\n        24px 18px;\n\n      border-radius:\n        21px 21px 0 0;\n    }\n\n    .iec-fs-purchase__lead {\n      font-size:\n        16px;\n\n      line-height:\n        1.65;\n    }\n\n    .iec-fs-purchase__cards,\n    .iec-fs-options__grid {\n      grid-template-columns:\n        1fr;\n\n      gap:\n        10px;\n    }\n\n    .iec-fs-purchase__cards {\n      margin-top:\n        20px;\n    }\n\n    .iec-fs-purchase__card {\n      padding:\n        17px;\n    }\n\n    .iec-fs-purchase__progress {\n      gap:\n        5px;\n    }\n\n    .iec-fs-purchase__step {\n      padding:\n        6px 9px;\n\n      font-size:\n        12px;\n    }\n\n    .iec-fs-options,\n    .iec-fs-process {\n      padding:\n        17px;\n    }\n\n    .iec-fs-break {\n      padding:\n        20px 16px 24px;\n    }\n\n    .iec-fs-break p {\n      font-size:\n        15px;\n    }\n\n  }\n<\/style>\n\n\n<section\n  class=\"iec-fs-purchase\"\n  aria-label=\"Functional Skills exam entry\"\n>\n\n\n  <!-- =====================================================\n       PURCHASE PAGE HERO\n       ===================================================== -->\n\n  <div class=\"iec-fs-purchase__hero\">\n\n\n    <!-- =====================================================\n         PROGRESS\n         ===================================================== -->\n\n    <div\n      class=\"iec-fs-purchase__progress\"\n      aria-label=\"Functional Skills exam selection progress\"\n    >\n\n      <span\n        class=\"iec-fs-purchase__step iec-fs-purchase__step--done\"\n      >\n\n        <span class=\"iec-fs-purchase__tick\">\n          \u2713\n        <\/span>\n\n        Functional Skills\n\n      <\/span>\n\n\n      <span\n        class=\"iec-fs-purchase__chevron\"\n        aria-hidden=\"true\"\n      >\n        \u203a\n      <\/span>\n\n\n      <span\n        class=\"iec-fs-purchase__step iec-fs-purchase__step--done\"\n      >\n\n        <span class=\"iec-fs-purchase__tick\">\n          \u2713\n        <\/span>\n\n        Pearson Edexcel\n\n      <\/span>\n\n\n      <span\n        class=\"iec-fs-purchase__chevron\"\n        aria-hidden=\"true\"\n      >\n        \u203a\n      <\/span>\n\n\n      <span\n        class=\"iec-fs-purchase__step iec-fs-purchase__step--current\"\n      >\n        Choose Exam\n      <\/span>\n\n    <\/div>\n\n\n    <!-- =====================================================\n         TITLE\n         ===================================================== -->\n\n    <div class=\"iec-fs-purchase__eyebrow\">\n      Pearson Edexcel Functional Skills Exam Entry\n    <\/div>\n\n\n    <h1>\n      Choose Your Functional Skills Exam\n    <\/h1>\n\n\n    <p class=\"iec-fs-purchase__lead\">\n\n      Book your Pearson Edexcel Functional Skills examination with\n      Intuition Exam Centres.\n\n      We currently offer\n      <strong>\n        English and Maths at Level 1 and Level 2\n      <\/strong>,\n      subject to centre and awarding-body availability.\n\n    <\/p>\n\n\n    <!-- =====================================================\n         QUICK INFORMATION\n         ===================================================== -->\n\n    <div class=\"iec-fs-purchase__cards\">\n\n\n      <div class=\"iec-fs-purchase__card\">\n\n        <div class=\"iec-fs-purchase__card-heading\">\n\n          <span class=\"iec-fs-purchase__icon\">\n            1\n          <\/span>\n\n          Choose the correct subject and level\n\n        <\/div>\n\n        <p>\n          Please make sure you select the correct subject and the\n          correct Level 1 or Level 2 examination before completing\n          your booking.\n        <\/p>\n\n      <\/div>\n\n\n      <div class=\"iec-fs-purchase__card\">\n\n        <div class=\"iec-fs-purchase__card-heading\">\n\n          <span class=\"iec-fs-purchase__icon\">\n            \u2713\n          <\/span>\n\n          Exams available throughout the year\n\n        <\/div>\n\n        <p>\n          Functional Skills examinations are offered throughout the\n          year, although individual exam dates remain subject to\n          centre and awarding-body availability.\n        <\/p>\n\n      <\/div>\n\n    <\/div>\n\n\n    <!-- =====================================================\n         AVAILABLE SUBJECTS\n         ===================================================== -->\n\n    <div class=\"iec-fs-options\">\n\n      <div class=\"iec-fs-options__heading\">\n\n        <span>\n          Available options\n        <\/span>\n\n        <h2>\n          English &amp; Maths Functional Skills\n        <\/h2>\n\n      <\/div>\n\n\n      <div class=\"iec-fs-options__grid\">\n\n\n        <!-- ENGLISH -->\n\n        <div\n          class=\"iec-fs-options__item iec-fs-options__item--english\"\n        >\n\n          <div class=\"iec-fs-options__subject\">\n\n            <span class=\"iec-fs-options__subject-icon\">\n              A\n            <\/span>\n\n            <strong>\n              English\n            <\/strong>\n\n          <\/div>\n\n\n          <div class=\"iec-fs-options__levels\">\n\n            <span class=\"iec-fs-options__level\">\n              Level 1\n            <\/span>\n\n            <span class=\"iec-fs-options__level\">\n              Level 2\n            <\/span>\n\n          <\/div>\n\n\n          <p>\n            Choose the appropriate Pearson Edexcel Functional Skills\n            English level from the available products below.\n          <\/p>\n\n        <\/div>\n\n\n        <!-- MATHS -->\n\n        <div\n          class=\"iec-fs-options__item iec-fs-options__item--maths\"\n        >\n\n          <div class=\"iec-fs-options__subject\">\n\n            <span class=\"iec-fs-options__subject-icon\">\n              \u2211\n            <\/span>\n\n            <strong>\n              Maths\n            <\/strong>\n\n          <\/div>\n\n\n          <div class=\"iec-fs-options__levels\">\n\n            <span class=\"iec-fs-options__level\">\n              Level 1\n            <\/span>\n\n            <span class=\"iec-fs-options__level\">\n              Level 2\n            <\/span>\n\n          <\/div>\n\n\n          <p>\n            Choose the appropriate Pearson Edexcel Functional Skills\n            Maths level from the available products below.\n          <\/p>\n\n        <\/div>\n\n      <\/div>\n\n    <\/div>\n\n\n    <!-- =====================================================\n         HOW IT WORKS\n         ===================================================== -->\n\n    <div class=\"iec-fs-process\">\n\n      <div class=\"iec-fs-process__heading\">\n\n        <span>\n          Before you book\n        <\/span>\n\n        <h2>\n          How the booking process works\n        <\/h2>\n\n      <\/div>\n\n\n      <div class=\"iec-fs-process__grid\">\n\n\n        <!-- STEP 1 -->\n\n        <div class=\"iec-fs-process__item\">\n\n          <div class=\"iec-fs-process__number\">\n            1\n          <\/div>\n\n          <strong>\n            Choose your exam\n          <\/strong>\n\n          <p>\n            Select English or Maths and make sure you choose the\n            correct Level 1 or Level 2 examination.\n          <\/p>\n\n        <\/div>\n\n\n        <!-- STEP 2 -->\n\n        <div class=\"iec-fs-process__item\">\n\n          <div class=\"iec-fs-process__number\">\n            2\n          <\/div>\n\n          <strong>\n            Complete your application\n          <\/strong>\n\n          <p>\n            Enter the candidate and booking information requested\n            during the application and complete payment.\n          <\/p>\n\n        <\/div>\n\n\n        <!-- STEP 3 -->\n\n        <div class=\"iec-fs-process__item\">\n\n          <div class=\"iec-fs-process__number\">\n            3\n          <\/div>\n\n          <strong>\n            We check availability\n          <\/strong>\n\n          <p>\n            Our exams team will check the requested examination and\n            preferred date before confirming the booking.\n          <\/p>\n\n        <\/div>\n\n      <\/div>\n\n    <\/div>\n\n\n    <!-- =====================================================\n         FOUR-WEEK NOTICE\n         ===================================================== -->\n\n    <div class=\"iec-fs-purchase__notice\">\n\n      <span\n        class=\"iec-fs-purchase__notice-icon\"\n        aria-hidden=\"true\"\n      >\n        !\n      <\/span>\n\n\n      <div>\n\n        <strong>\n          Please apply at least four weeks in advance\n        <\/strong>\n\n        <p>\n          We require a minimum of four weeks&#8217; notice before your\n          preferred exam date.\n\n          Your preferred date is not confirmed until availability has\n          been checked and your booking has been accepted by our\n          exams team.\n        <\/p>\n\n      <\/div>\n\n    <\/div>\n\n\n    <!-- =====================================================\n         CHECK BEFORE SELECTING\n         ===================================================== -->\n\n    <div class=\"iec-fs-check\">\n\n      <span\n        class=\"iec-fs-check__icon\"\n        aria-hidden=\"true\"\n      >\n        \u2713\n      <\/span>\n\n\n      <div>\n\n        <strong>\n          Check your selection carefully before continuing\n        <\/strong>\n\n        <p>\n          Please check the subject and level shown on the product\n          before completing your booking. The examination you select\n          should match the qualification you intend to sit.\n        <\/p>\n\n      <\/div>\n\n    <\/div>\n\n  <\/div>\n\n\n  <!-- =====================================================\n       TRANSITION INTO PRODUCTS\n       ===================================================== -->\n\n  <div class=\"iec-fs-break\">\n\n    <p class=\"iec-fs-break__label\">\n      Choose your exam\n    <\/p>\n\n    <h2>\n      Available Functional Skills Exams\n    <\/h2>\n\n    <p>\n      Select the Pearson Edexcel Functional Skills subject and level\n      you would like to book from the available products below.\n    <\/p>\n\n\n    <div\n      class=\"iec-fs-break__arrow\"\n      aria-hidden=\"true\"\n    >\n      \u2193\n    <\/div>\n\n  <\/div>\n\n<\/section>\n\n\n<div class=\"wp-block-edd-downloads edd-blocks__downloads\">\n\t\t\t<article class=\"edd-blocks__download\">\n\t\t\t\n<header class=\"edd-blocks__download-header\">\n\t\t<a\n\t\thref=\"https:\/\/intuitioncentres.com\/exam-centres\/downloads\/functional-skills-maths-l1\/\"\n\t\tclass=\"edd-blocks__download-image-link\"\n\t\t\t\t\taria-hidden=\"true\"\n\t\t\ttabindex=\"-1\"\n\t\t\t\t>\n\t<img loading=\"lazy\" decoding=\"async\" width=\"720\" height=\"720\" src=\"https:\/\/intuitioncentres.com\/exam-centres\/wp-content\/uploads\/edd\/2026\/07\/ChatGPT-Image-Jul-29-2026-12_35_55-PM-1-1024x1024.png\" class=\"aligncenter edd-blocks__download-image wp-post-image\" alt=\"\" srcset=\"https:\/\/intuitioncentres.com\/exam-centres\/wp-content\/uploads\/edd\/2026\/07\/ChatGPT-Image-Jul-29-2026-12_35_55-PM-1-1024x1024.png 1024w, https:\/\/intuitioncentres.com\/exam-centres\/wp-content\/uploads\/edd\/2026\/07\/ChatGPT-Image-Jul-29-2026-12_35_55-PM-1-300x300.png 300w, https:\/\/intuitioncentres.com\/exam-centres\/wp-content\/uploads\/edd\/2026\/07\/ChatGPT-Image-Jul-29-2026-12_35_55-PM-1-150x150.png 150w, https:\/\/intuitioncentres.com\/exam-centres\/wp-content\/uploads\/edd\/2026\/07\/ChatGPT-Image-Jul-29-2026-12_35_55-PM-1-768x768.png 768w, https:\/\/intuitioncentres.com\/exam-centres\/wp-content\/uploads\/edd\/2026\/07\/ChatGPT-Image-Jul-29-2026-12_35_55-PM-1.png 1254w\" sizes=\"auto, (max-width: 720px) 100vw, 720px\" \/>\t<\/a>\n\t<h3><a href=\"https:\/\/intuitioncentres.com\/exam-centres\/downloads\/functional-skills-maths-l1\/\">Functional Skills Maths L1<\/a><\/h3><\/header>\n<div class=\"edd-blocks__download-content\">\n\t<p>Functional Skills Mathematics \u2013 Level 1 Pearson Edexcel (QN: 603\/4267\/5) This qualification is assessed through one externally set, on-demand examination. The examination consists of two sections: a 25-minute non-calculator section and a 1-hour 30-minute calculator section. Both sections must be completed during the same examination session. The qualification is graded Pass or Fail. This qualification [&hellip;]<\/p>\n\t\t<div class=\"edd-blocks__download-price\">\n\t\t\t<span class=\"edd_price\" id=\"edd_price_977\">&pound;150.00<\/span>\t\t<\/div>\n\t\t<\/div>\n<footer class=\"edd-blocks__download-footer\">\n\t<div class=\"wp-block-edd-buy-button edd-blocks__buy-button\">\t<form id=\"edd_purchase_977\" class=\"edd_download_purchase_form edd_purchase_977\" method=\"post\">\n\n\t\t\n\t\t<div class=\"edd_purchase_submit_wrapper\">\n\t\t\t<button class=\"edd-add-to-cart button has-edd-button-background-color has-edd-button-text-color edd-submit alignnone\" data-nonce=\"21c334ce4b\" data-timestamp=\"1789044551\" data-token=\"02541aa28b9c93890bfbaf181921b033ecbaf868aecf763ecf416d61e1bcfdbb\" data-action=\"edd_add_to_cart\" data-download-id=\"977\" data-variable-price=\"no\" data-price-mode=single data-price=\"150.00\" ><span class=\"edd-add-to-cart-label\">&pound;150.00&nbsp;&ndash;&nbsp;Purchase<\/span> <span class=\"edd-loading\" aria-label=\"Loading\"><\/span><\/button><input type=\"submit\" class=\"edd-add-to-cart edd-no-js button has-edd-button-background-color has-edd-button-text-color edd-submit alignnone\" name=\"edd_purchase_download\" value=\"&pound;150.00&nbsp;&ndash;&nbsp;Purchase\" data-action=\"edd_add_to_cart\" data-download-id=\"977\" data-variable-price=\"no\" data-price-mode=single \/><a href=\"https:\/\/intuitioncentres.com\/exam-centres\/checkout\/\" class=\"edd_go_to_checkout button has-edd-button-background-color has-edd-button-text-color edd-submit alignnone\" style=\"display:none;\">Checkout<\/a>\n\t\t\t\t\t\t\t<span class=\"edd-cart-ajax-alert\" aria-live=\"assertive\">\n\t\t\t\t\t<span class=\"edd-cart-added-alert\" style=\"display: none;\">\n\t\t\t\t\t\t<svg class=\"edd-icon edd-icon-check\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t<path d=\"M26.11 8.844c0 .39-.157.78-.44 1.062L12.234 23.344c-.28.28-.672.438-1.062.438s-.78-.156-1.06-.438l-7.782-7.78c-.28-.282-.438-.673-.438-1.063s.156-.78.438-1.06l2.125-2.126c.28-.28.672-.438 1.062-.438s.78.156 1.062.438l4.594 4.61L21.42 5.656c.282-.28.673-.438 1.063-.438s.78.155 1.062.437l2.125 2.125c.28.28.438.672.438 1.062z\"\/>\n\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\tAdded to basket\t\t\t\t\t<\/span>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div><!--end .edd_purchase_submit_wrapper-->\n\n\t\t<input type=\"hidden\" name=\"download_id\" value=\"977\">\n\t\t\t\t\t\t\t<input type=\"hidden\" name=\"edd_action\" class=\"edd_action_input\" value=\"add_to_cart\">\n\t\t\n\t\t\n\t\t\n\t\t\n\t<\/form><!--end #edd_purchase_977-->\n\t<\/div><\/footer>\n\t\t<\/article>\n\t\t\t\t<article class=\"edd-blocks__download\">\n\t\t\t\n<header class=\"edd-blocks__download-header\">\n\t\t<a\n\t\thref=\"https:\/\/intuitioncentres.com\/exam-centres\/downloads\/functional-skills-maths-level-2\/\"\n\t\tclass=\"edd-blocks__download-image-link\"\n\t\t\t\t\taria-hidden=\"true\"\n\t\t\ttabindex=\"-1\"\n\t\t\t\t>\n\t<img loading=\"lazy\" decoding=\"async\" width=\"720\" height=\"720\" src=\"https:\/\/intuitioncentres.com\/exam-centres\/wp-content\/uploads\/edd\/2026\/07\/ChatGPT-Image-Jul-29-2026-12_35_56-PM-2-1024x1024.png\" class=\"aligncenter edd-blocks__download-image wp-post-image\" alt=\"\" srcset=\"https:\/\/intuitioncentres.com\/exam-centres\/wp-content\/uploads\/edd\/2026\/07\/ChatGPT-Image-Jul-29-2026-12_35_56-PM-2-1024x1024.png 1024w, https:\/\/intuitioncentres.com\/exam-centres\/wp-content\/uploads\/edd\/2026\/07\/ChatGPT-Image-Jul-29-2026-12_35_56-PM-2-300x300.png 300w, https:\/\/intuitioncentres.com\/exam-centres\/wp-content\/uploads\/edd\/2026\/07\/ChatGPT-Image-Jul-29-2026-12_35_56-PM-2-150x150.png 150w, https:\/\/intuitioncentres.com\/exam-centres\/wp-content\/uploads\/edd\/2026\/07\/ChatGPT-Image-Jul-29-2026-12_35_56-PM-2-768x768.png 768w, https:\/\/intuitioncentres.com\/exam-centres\/wp-content\/uploads\/edd\/2026\/07\/ChatGPT-Image-Jul-29-2026-12_35_56-PM-2.png 1254w\" sizes=\"auto, (max-width: 720px) 100vw, 720px\" \/>\t<\/a>\n\t<h3><a href=\"https:\/\/intuitioncentres.com\/exam-centres\/downloads\/functional-skills-maths-level-2\/\">Functional Skills Maths Level 2<\/a><\/h3><\/header>\n<div class=\"edd-blocks__download-content\">\n\t<p>Functional Skills Mathematics \u2013 Level 2 Pearson Edexcel (QN: 603\/4268\/7) This qualification is assessed through one externally set, on-demand examination. The examination consists of two sections: a 25-minute non-calculator section and a 1-hour 30-minute calculator section. Both sections must be completed during the same examination session. The qualification is graded Pass or Fail. This qualification [&hellip;]<\/p>\n\t\t<div class=\"edd-blocks__download-price\">\n\t\t\t<span class=\"edd_price\" id=\"edd_price_986\">&pound;150.00<\/span>\t\t<\/div>\n\t\t<\/div>\n<footer class=\"edd-blocks__download-footer\">\n\t<div class=\"wp-block-edd-buy-button edd-blocks__buy-button\">\t<form id=\"edd_purchase_986\" class=\"edd_download_purchase_form edd_purchase_986\" method=\"post\">\n\n\t\t\n\t\t<div class=\"edd_purchase_submit_wrapper\">\n\t\t\t<button class=\"edd-add-to-cart button has-edd-button-background-color has-edd-button-text-color edd-submit alignnone\" data-nonce=\"7a5dca4561\" data-timestamp=\"1789044551\" data-token=\"02541aa28b9c93890bfbaf181921b033ecbaf868aecf763ecf416d61e1bcfdbb\" data-action=\"edd_add_to_cart\" data-download-id=\"986\" data-variable-price=\"no\" data-price-mode=single data-price=\"150.00\" ><span class=\"edd-add-to-cart-label\">&pound;150.00&nbsp;&ndash;&nbsp;Purchase<\/span> <span class=\"edd-loading\" aria-label=\"Loading\"><\/span><\/button><input type=\"submit\" class=\"edd-add-to-cart edd-no-js button has-edd-button-background-color has-edd-button-text-color edd-submit alignnone\" name=\"edd_purchase_download\" value=\"&pound;150.00&nbsp;&ndash;&nbsp;Purchase\" data-action=\"edd_add_to_cart\" data-download-id=\"986\" data-variable-price=\"no\" data-price-mode=single \/><a href=\"https:\/\/intuitioncentres.com\/exam-centres\/checkout\/\" class=\"edd_go_to_checkout button has-edd-button-background-color has-edd-button-text-color edd-submit alignnone\" style=\"display:none;\">Checkout<\/a>\n\t\t\t\t\t\t\t<span class=\"edd-cart-ajax-alert\" aria-live=\"assertive\">\n\t\t\t\t\t<span class=\"edd-cart-added-alert\" style=\"display: none;\">\n\t\t\t\t\t\t<svg class=\"edd-icon edd-icon-check\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t<path d=\"M26.11 8.844c0 .39-.157.78-.44 1.062L12.234 23.344c-.28.28-.672.438-1.062.438s-.78-.156-1.06-.438l-7.782-7.78c-.28-.282-.438-.673-.438-1.063s.156-.78.438-1.06l2.125-2.126c.28-.28.672-.438 1.062-.438s.78.156 1.062.438l4.594 4.61L21.42 5.656c.282-.28.673-.438 1.063-.438s.78.155 1.062.437l2.125 2.125c.28.28.438.672.438 1.062z\"\/>\n\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\tAdded to basket\t\t\t\t\t<\/span>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div><!--end .edd_purchase_submit_wrapper-->\n\n\t\t<input type=\"hidden\" name=\"download_id\" value=\"986\">\n\t\t\t\t\t\t\t<input type=\"hidden\" name=\"edd_action\" class=\"edd_action_input\" value=\"add_to_cart\">\n\t\t\n\t\t\n\t\t\n\t\t\n\t<\/form><!--end #edd_purchase_986-->\n\t<\/div><\/footer>\n\t\t<\/article>\n\t\t\t\t<article class=\"edd-blocks__download\">\n\t\t\t\n<header class=\"edd-blocks__download-header\">\n\t\t<a\n\t\thref=\"https:\/\/intuitioncentres.com\/exam-centres\/downloads\/functional-skills-english-level-1\/\"\n\t\tclass=\"edd-blocks__download-image-link\"\n\t\t\t\t\taria-hidden=\"true\"\n\t\t\ttabindex=\"-1\"\n\t\t\t\t>\n\t<img loading=\"lazy\" decoding=\"async\" width=\"720\" height=\"720\" src=\"https:\/\/intuitioncentres.com\/exam-centres\/wp-content\/uploads\/edd\/2026\/07\/ChatGPT-Image-Jul-29-2026-12_35_56-PM-3-1024x1024.png\" class=\"aligncenter edd-blocks__download-image wp-post-image\" alt=\"\" srcset=\"https:\/\/intuitioncentres.com\/exam-centres\/wp-content\/uploads\/edd\/2026\/07\/ChatGPT-Image-Jul-29-2026-12_35_56-PM-3-1024x1024.png 1024w, https:\/\/intuitioncentres.com\/exam-centres\/wp-content\/uploads\/edd\/2026\/07\/ChatGPT-Image-Jul-29-2026-12_35_56-PM-3-300x300.png 300w, https:\/\/intuitioncentres.com\/exam-centres\/wp-content\/uploads\/edd\/2026\/07\/ChatGPT-Image-Jul-29-2026-12_35_56-PM-3-150x150.png 150w, https:\/\/intuitioncentres.com\/exam-centres\/wp-content\/uploads\/edd\/2026\/07\/ChatGPT-Image-Jul-29-2026-12_35_56-PM-3-768x768.png 768w, https:\/\/intuitioncentres.com\/exam-centres\/wp-content\/uploads\/edd\/2026\/07\/ChatGPT-Image-Jul-29-2026-12_35_56-PM-3.png 1254w\" sizes=\"auto, (max-width: 720px) 100vw, 720px\" \/>\t<\/a>\n\t<h3><a href=\"https:\/\/intuitioncentres.com\/exam-centres\/downloads\/functional-skills-english-level-1\/\">Functional Skills English Level 1<\/a><\/h3><\/header>\n<div class=\"edd-blocks__download-content\">\n\t<p>Functional Skills English \u2013 Level 1 Pearson Edexcel (QN: 603\/4289\/4) This qualification consists of three components: Speaking, Listening and Communicating; Reading; and Writing. Candidates must complete the Speaking, Listening and Communicating assessment in addition to the Reading and Writing examinations to achieve the full qualification. The Reading examination is 60 minutes, and the Writing examination [&hellip;]<\/p>\n\t\t<div class=\"edd-blocks__download-price\">\n\t\t\t<span class=\"edd_price\" id=\"edd_price_988\">&pound;150.00<\/span>\t\t<\/div>\n\t\t<\/div>\n<footer class=\"edd-blocks__download-footer\">\n\t<div class=\"wp-block-edd-buy-button edd-blocks__buy-button\"><form id=\"edd_purchase_988\" class=\"edd_download_purchase_form\"><div class=\"edd_purchase_submit_wrapper\"><div class=\"edd-add-to-cart button has-edd-button-background-color has-edd-button-text-color edd-submit alignnone\">Sold Out<\/div><\/div><\/form><\/div><\/footer>\n\t\t<\/article>\n\t\t\t\t<article class=\"edd-blocks__download\">\n\t\t\t\n<header class=\"edd-blocks__download-header\">\n\t\t<a\n\t\thref=\"https:\/\/intuitioncentres.com\/exam-centres\/downloads\/functional-skills-english-level-2\/\"\n\t\tclass=\"edd-blocks__download-image-link\"\n\t\t\t\t\taria-hidden=\"true\"\n\t\t\ttabindex=\"-1\"\n\t\t\t\t>\n\t<img loading=\"lazy\" decoding=\"async\" width=\"720\" height=\"720\" src=\"https:\/\/intuitioncentres.com\/exam-centres\/wp-content\/uploads\/edd\/2026\/07\/ChatGPT-Image-Jul-29-2026-12_35_57-PM-4-1024x1024.png\" class=\"aligncenter edd-blocks__download-image wp-post-image\" alt=\"\" srcset=\"https:\/\/intuitioncentres.com\/exam-centres\/wp-content\/uploads\/edd\/2026\/07\/ChatGPT-Image-Jul-29-2026-12_35_57-PM-4-1024x1024.png 1024w, https:\/\/intuitioncentres.com\/exam-centres\/wp-content\/uploads\/edd\/2026\/07\/ChatGPT-Image-Jul-29-2026-12_35_57-PM-4-300x300.png 300w, https:\/\/intuitioncentres.com\/exam-centres\/wp-content\/uploads\/edd\/2026\/07\/ChatGPT-Image-Jul-29-2026-12_35_57-PM-4-150x150.png 150w, https:\/\/intuitioncentres.com\/exam-centres\/wp-content\/uploads\/edd\/2026\/07\/ChatGPT-Image-Jul-29-2026-12_35_57-PM-4-768x768.png 768w, https:\/\/intuitioncentres.com\/exam-centres\/wp-content\/uploads\/edd\/2026\/07\/ChatGPT-Image-Jul-29-2026-12_35_57-PM-4.png 1254w\" sizes=\"auto, (max-width: 720px) 100vw, 720px\" \/>\t<\/a>\n\t<h3><a href=\"https:\/\/intuitioncentres.com\/exam-centres\/downloads\/functional-skills-english-level-2\/\">Functional Skills English Level 2<\/a><\/h3><\/header>\n<div class=\"edd-blocks__download-content\">\n\t<p>Functional Skills English \u2013 Level 2 Pearson Edexcel (QN: 603\/4290\/0) This qualification consists of three components: Speaking, Listening and Communicating; Reading; and Writing. Candidates must complete the Speaking, Listening and Communicating assessment in addition to the Reading and Writing examinations to achieve the full qualification. The Reading examination is 75 minutes, and the Writing examination [&hellip;]<\/p>\n\t\t<div class=\"edd-blocks__download-price\">\n\t\t\t<span class=\"edd_price\" id=\"edd_price_991\">&pound;150.00<\/span>\t\t<\/div>\n\t\t<\/div>\n<footer class=\"edd-blocks__download-footer\">\n\t<div class=\"wp-block-edd-buy-button edd-blocks__buy-button\"><form id=\"edd_purchase_991\" class=\"edd_download_purchase_form\"><div class=\"edd_purchase_submit_wrapper\"><div class=\"edd-add-to-cart button has-edd-button-background-color has-edd-button-text-color edd-submit alignnone\">Sold Out<\/div><\/div><\/form><\/div><\/footer>\n\t\t<\/article>\n\t\t<\/div>\n","protected":false},"excerpt":{"rendered":"<p>\u2713 Functional Skills \u203a \u2713 Pearson Edexcel \u203a Choose Exam Pearson Edexcel Functional Skills Exam Entry Choose Your Functional Skills Exam Book your Pearson Edexcel Functional Skills examination with Intuition Exam Centres. We currently offer English and Maths at Level 1 and Level 2 , subject to centre and awarding-body availability. 1 Choose the correct [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-946","page","type-page","status-publish","hentry","post"],"_links":{"self":[{"href":"https:\/\/intuitioncentres.com\/exam-centres\/wp-json\/wp\/v2\/pages\/946","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/intuitioncentres.com\/exam-centres\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/intuitioncentres.com\/exam-centres\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/intuitioncentres.com\/exam-centres\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/intuitioncentres.com\/exam-centres\/wp-json\/wp\/v2\/comments?post=946"}],"version-history":[{"count":3,"href":"https:\/\/intuitioncentres.com\/exam-centres\/wp-json\/wp\/v2\/pages\/946\/revisions"}],"predecessor-version":[{"id":1010,"href":"https:\/\/intuitioncentres.com\/exam-centres\/wp-json\/wp\/v2\/pages\/946\/revisions\/1010"}],"wp:attachment":[{"href":"https:\/\/intuitioncentres.com\/exam-centres\/wp-json\/wp\/v2\/media?parent=946"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}